/* ============================================================
   HERO SECTION 
   ============================================================ */
.hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #f7fbff;
    padding: var(--section-padding-desktop);
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.96) 30%,
            rgba(255, 255, 255, 0.8) 48%,
            rgba(255, 255, 255, 0.3) 68%,
            rgba(255, 255, 255, 0) 100%);
}

.hero .container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 460px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hero-content {
    position: relative;
    z-index: 5;
    flex: 0 1 58%;
    max-width: 100%;
    padding-right: 20px;
}

.eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #1769aa;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.eyebrow span {
    color: #888;
    margin: 0 4px;
}

h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #07192d;
    letter-spacing: -1.5px;
    margin-bottom: 12px;
}

h1 span {
    color: #0875d1;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    color: #24364a;
    max-width: 540px;
    margin-bottom: 18px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn {
    height: 46px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
    border: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background: #0875d1;
    border-color: #0875d1;
    box-shadow: 0 4px 14px rgba(8, 117, 209, 0.3);
}

.btn-primary:hover {
    background: #0668bd;
    border-color: #0668bd;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(8, 117, 209, 0.4);
}

.btn-primary i {
    font-size: 20px;
    margin-left: 8px;
    line-height: 1;
}

.btn-outline {
    color: #155b91;
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid #89bce8;
}

.btn-outline:hover {
    background: #fff;
    border-color: #0875d1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 100, 200, 0.15);
}

.hero-stats {
    display: flex;
    gap: 44px;
    margin-top: 38px;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat strong {
    font-size: 30px;
    line-height: 1.1;
    color: #07192d;
    font-weight: 700;
    margin-bottom: 4px;
}

.stat span {
    font-size: 10px;
    line-height: 1.4;
    color: #435467;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    max-width: 110px;
}

.hero-side-text {
    position: absolute;
    z-index: 6;
    right: 15px;
    top: 25px;
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-side-text>span {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #07192d;
    letter-spacing: 0.5px;
}

.hero-side-text p {
    margin-top: 30px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    color: #07192d;
}

.hero-side-text small {
    margin-top: 6px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 13px;
    font-style: italic;
    color: #07192d;
}

@media (max-width: 1280px) {
    h1 { font-size: 46px; }
    .description { font-size: 16px; }
    .hero-content { flex: 0 1 54%; }
    .hero-image { width: 48%; }
    .hero-stats { gap: 32px; }
    .stat strong { font-size: 26px; }
}

@media (max-width: 1024px) {
    h1 { font-size: 42px; }
    .description { font-size: 15px; }
    .hero-stats { gap: 28px; }
    .stat strong { font-size: 24px; }
    .hero-image { width: 45%; }
    .hero-side-text { display: none; }
    .hero .container { min-height: 380px; }
    .hero { min-height: 380px; }
    .stat span { font-size: 10px; max-width: 90px; }
}

@media (max-width: 768px) {
    .hero { padding: 25px 0 30px; }
    .hero .container { flex-direction: column; min-height: auto; }
    .hero-content { flex: 1 1 100%; padding-right: 0; }
    h1 { font-size: 36px; }
    .description { font-size: 15px; max-width: 100%; }
    .hero-image { position: relative; width: 100%; height: 260px; opacity: 0.12; margin-top: -260px; }
    .hero-image img { object-position: center center; }
    .hero-overlay { background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 100%); }
    .hero-stats { gap: 24px; margin-top: 24px; }
    .stat strong { font-size: 24px; }
    .stat span { font-size: 10px; max-width: 100px; }
    .btn { height: 42px; padding: 0 22px; font-size: 13px; }
    .hero-buttons { gap: 10px; }
    .eyebrow { font-size: 12px; }
}

@media (max-width: 640px) {
    h1 { font-size: 32px; }
    .description { font-size: 14px; }
    .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; }
    .stat strong { font-size: 22px; }
    .stat span { font-size: 9px; max-width: 100%; }
    .btn { height: 38px; padding: 0 18px; font-size: 12px; }
    .btn-primary i { font-size: 16px; }
    .hero-image { height: 180px; margin-top: -180px; }
    .eyebrow { font-size: 11px; letter-spacing: 0.5px; }
}

@media (max-width: 480px) {
    h1 { font-size: 28px; }
    .description { font-size: 13px; }
    .hero-buttons { flex-direction: column; align-items: stretch; width: 100%; }
    .btn { width: 100%; justify-content: center; }
    .hero-stats { gap: 14px 18px; }
    .stat strong { font-size: 20px; }
    .container { padding-left: 1rem; padding-right: 1rem; }
    .hero-image { height: 150px; margin-top: -150px; }
}

.top-bar {
    width: 100%;
    min-height: 52px;
    background: #edf4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.top-bar-content {
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #101828;
    text-align: center;
}

.briefcase { font-size: 18px; line-height: 1; flex-shrink: 0; }
.briefcase i { font-size: 18px; }
.text { white-space: nowrap; }
.separator { flex-shrink: 0; color: #101828; }

@media (max-width: 768px) {
    .top-bar { min-height: 50px; padding: 9px 15px; }
    .top-bar-content { font-size: 12px; gap: 0 10px; }
    .briefcase { font-size: 17px; }
}

@media (max-width: 480px) {
    .top-bar { min-height: auto; padding: 10px 12px; }
    .top-bar-content { font-size: 11px; line-height: 1.6; gap: 2px 7px; }
    .briefcase { font-size: 16px; }
    .text { white-space: normal; }
}

@media (max-width: 360px) {
    .top-bar { padding: 8px 10px; }
    .top-bar-content { font-size: 10px; gap: 2px 5px; }
    .briefcase { font-size: 15px; }
}

/* ===== knowledge section ===== */
.knowledge-section {
    width: 100%;
    padding: var(--spacing-xl) 0;
    background: #ffffff;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.knowledge-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: var(--spacing-lg);
    flex-wrap: wrap;
    gap: var(--spacing-sm) var(--spacing-lg);
}

.knowledge-header h2 { margin: 0; color: #071a36; font-size: 28px; line-height: 1.1; font-weight: 700; letter-spacing: -0.5px; }
.heading-line { display: block; width: 35px; height: 3px; margin-top: 5px; background: #1675d1; border-radius: 3px; }
.header-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.header-right p { margin: 4px 0 0; color: #536276; font-size: 12px; line-height: 1.4; white-space: nowrap; }
.slider-buttons { display: flex; gap: 5px; }
.slider-btn { width: 29px; height: 29px; padding: 0; border: 1px solid #b7c4d4; border-radius: 50%; background: #ffffff; color: #607086; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; }
.slider-btn i { font-size: 14px; line-height: 1; }
.slider-btn:hover { background: #f3f7fb; border-color: #1675d1; color: #1675d1; }
.slider-btn:hover i { color: #1675d1; }

.knowledge-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.knowledge-card { min-height: 204px; padding: 15px 18px 14px; border-radius: 8px; display: flex; flex-direction: column; box-sizing: border-box; transition: box-shadow 0.2s ease; }
.card-blue { background: #e5f5ff; }
.card-green { background: #eaf9ef; }
.card-pink { background: #ffeded; }
.card-purple { background: #eeeeff; }
.card-yellow { background: #fff9df; }
.card-icon { height: 42px; display: flex; align-items: center; font-size: 32px; line-height: 1; margin-bottom: 1px; }
.card-icon i { font-size: 32px; }
.knowledge-card h3 { margin: 0 0 9px; color: #071a36; font-size: 15px; line-height: 1.25; font-weight: 700; letter-spacing: -0.15px; }
.knowledge-card p { margin: 0 0 12px; color: #536276; font-size: 12px; line-height: 1.45; min-height: 48px; flex: 1; }
.knowledge-card a { margin-top: auto; color: #0769c9; text-decoration: none; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 5px; padding-top: 6px; border-top: 1px solid rgba(7, 105, 201, 0.08); transition: color 0.2s; }
.knowledge-card a i { font-size: 15px; line-height: 1; transition: transform 0.2s ease; }
.knowledge-card a:hover { color: #044b8f; }
.knowledge-card a:hover i { transform: translateX(3px); }

@media (max-width: 900px) {
    .knowledge-cards { grid-template-columns: repeat(3, 1fr); }
    .knowledge-card { min-height: 200px; }
    .header-right p { display: none; }
    .knowledge-header { gap: 8px 20px; }
}

@media (max-width: 650px) {
    .knowledge-section { padding: 20px 0; border-radius: 16px; }
    .knowledge-header h2 { font-size: 24px; }
    .knowledge-cards { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .knowledge-cards::-webkit-scrollbar { display: none; }
    .knowledge-card { flex: 0 0 210px; min-height: 205px; scroll-snap-align: start; }
    .slider-buttons { display: none; }
}

@media (max-width: 400px) {
    .knowledge-header h2 { font-size: 22px; }
    .knowledge-card { flex-basis: 200px; min-height: 195px; padding: 14px 16px 12px; }
    .knowledge-card p { min-height: 44px; font-size: 10px; }
}

@media (min-width: 1200px) {
    .knowledge-card { min-height: 218px; }
}

.insights-section { width: 100%; padding: var(--section-padding-desktop); background: white; }
.section-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 15px; }
.section-header h2 { color: #101f32; font-size: 30px; line-height: 1.15; font-weight: 800; letter-spacing: -0.8px; }
.heading-line { display: block; width: 45px; height: 3px; background: #1677d2; margin-top: 6px; border-radius: 2px; }
.view-all { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: #086bc8; text-decoration: none; font-size: 14px; font-weight: 700; }
.view-all i { font-size: 13px; transition: transform 0.2s ease; }
.view-all:hover i { transform: translateX(4px); }

.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.insight-card { overflow: hidden; background: #ffffff; border: 1px solid #e7ebef; border-radius: 8px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 7px 20px rgba(0, 0, 0, 0.10); }
.card-image { position: relative; width: 100%; height: 155px; overflow: visible; }
.card-image img { display: block; width: 100%; height: 155px; object-fit: cover; border-radius: 7px 7px 0 0; }
.category { position: absolute; left: 20px; bottom: -7px; display: inline-flex; align-items: center; height: 25px; padding: 0 10px; border-radius: 5px; color: #ffffff; font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: 0.15px; text-transform: uppercase; white-space: nowrap; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
.category-green { background: #18b77b; }
.category-blue { background: #0d8ce5; }
.card-content { padding: 26px 20px 16px; }
.card-content h3 { color: #0b1b2e; font-size: 20px; line-height: 1.3; font-weight: 800; letter-spacing: -0.35px; margin-bottom: 8px; }
.card-content p { color: #536276; font-size: 14px; line-height: 1.55; font-weight: 400; min-height: 64px; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.date { display: flex; align-items: center; gap: 6px; color: #405268; font-size: 13px; line-height: 1.4; font-weight: 500; }
.date i { color: #263c51; font-size: 14px; }
.read-more { display: flex; align-items: center; gap: 7px; color: #0874d1; font-size: 13px; font-weight: 700; text-decoration: none; }
.read-more i { font-size: 12px; transition: transform 0.2s ease; }
.read-more:hover i { transform: translateX(4px); }

@media (max-width: 900px) {
    .insights-section { padding: 20px 0; }
    .insights-grid { grid-template-columns: repeat(2, 1fr); }
    .insight-card:last-child { grid-column: span 2; }
}

@media (max-width: 600px) {
    .insights-section { padding: 20px 0; }
    .section-header { align-items: center; margin-bottom: 18px; }
    .section-header h2 { font-size: 26px; }
    .view-all { font-size: 12px; margin-top: 0; }
    .insights-grid { grid-template-columns: 1fr; gap: 18px; }
    .insight-card:last-child { grid-column: auto; }
    .card-image, .card-image img { height: 190px; }
    .card-content { padding: 26px 18px 17px; }
    .card-content h3 { font-size: 19px; }
    .card-content p { min-height: auto; font-size: 15px; }
    .card-footer { margin-top: 18px; }
    .desktop-only { display: none; }
}

@media (max-width: 400px) {
    .section-header { align-items: flex-start; }
    .view-all { font-size: 11px; gap: 5px; }
    .section-header h2 { font-size: 21px; }
    .card-image, .card-image img { height: 170px; }
    .card-footer { align-items: flex-start; gap: 10px; }
    .date, .read-more { font-size: 12px; }
}

.about-section { width: 100%; min-height: 425px; margin: 0 auto; padding: 40px 0; background: #ffffff; }
.about-section .container { display: grid; grid-template-columns: 530px minmax(0, 1fr) 240px; gap: 45px; align-items: center; }
.about-image { width: 530px; height: 425px; overflow: hidden; position: relative; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.about-content { max-width: 650px; padding: 15px 0; }
.about-label { display: block; margin-bottom: 12px; font-size: 19px; line-height: 1; font-weight: 700; letter-spacing: 0.3px; color: #1474d4; }
.about-content h2 { margin: 0; font-size: 38px; line-height: 1.15; font-weight: 700; color: #142033; }
.heading-line { width: 50px; height: 3px; margin-top: 10px; margin-bottom: 14px; background: #1976d2; }
.about-content p { margin-bottom: 18px; font-size: 18px; line-height: 1.5; font-weight: 500; color: #3d4857; }
.about-content p:last-of-type { margin-bottom: 24px; }
.journey-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 275px; height: 60px; padding: 0 28px; border-radius: 7px; background: #0878dc; color: #ffffff; text-decoration: none; font-size: 18px; font-weight: 700; transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
.journey-btn i { font-size: 24px; line-height: 1; transition: transform 0.25s ease; }
.journey-btn:hover { background: #0568c1; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(8, 120, 220, 0.2); }
.journey-btn:hover i { transform: translateX(4px); }
.quote-card { width: 240px; min-height: 355px; padding: 45px 36px; border-radius: 12px; background: #edf5ff; display: flex; flex-direction: column; justify-content: flex-start; }
.quote-mark { margin-bottom: 12px; font-family: Georgia, serif; font-size: 72px; line-height: 0.55; font-weight: 700; color: #0878dc; }
.quote-card p { margin: 0; font-size: 22px; line-height: 1.48; font-weight: 500; color: #182337; }
.quote-line { width: 50px; height: 3px; margin-top: 20px; margin-bottom: 20px; background: #0878dc; }
.quote-card strong { font-size: 17px; line-height: 1.3; font-weight: 700; color: #263244; }

@media (max-width: 1250px) {
    .about-section .container { grid-template-columns: 42% minmax(0, 1fr) 210px; gap: 30px; }
    .about-image { width: 100%; height: 400px; }
    .about-content h2 { font-size: 34px; }
    .about-content p { font-size: 15px; }
    .quote-card { width: 210px; padding: 38px 28px; }
    .quote-card p { font-size: 19px; }
}

@media (max-width: 950px) {
    .about-section .container { grid-template-columns: 40% 1fr; gap: 30px; }
    .about-image { width: 100%; height: 420px; }
    .about-content { max-width: 100%; }
    .about-content h2 { font-size: 32px; }
    .about-content p { font-size: 15px; }
    .quote-card { grid-column: 2; width: 100%; min-height: auto; padding: 30px; }
    .quote-card p { font-size: 20px; }
}

@media (max-width: 700px) {
    .about-section { padding: 25px 0 40px; }
    .about-section .container { display: flex; flex-direction: column; gap: 30px; }
    .about-image { width: 100%; height: 330px; border-radius: 4px; }
    .about-content { width: 100%; padding: 0; }
    .about-label { font-size: 15px; margin-bottom: 10px; }
    .about-content h2 { font-size: 30px; line-height: 1.2; }
    .heading-line { margin-top: 10px; margin-bottom: 16px; }
    .about-content p { font-size: 15px; line-height: 1.55; }
    .journey-btn { width: 100%; min-width: 0; height: 55px; font-size: 16px; }
    .quote-card { width: 100%; min-height: auto; padding: 32px; }
    .quote-mark { font-size: 65px; }
    .quote-card p { font-size: 21px; }
}

@media (max-width: 400px) {
    .about-section { padding: 20px 0 35px; }
    .about-image { height: 280px; }
    .about-content h2 { font-size: 25px; }
    .about-content p { font-size: 14px; }
    .quote-card { padding: 28px 25px; }
    .quote-card p { font-size: 19px; }
}

.insight-showcase { width: 100%; padding: 24px 0 20px; background: white; }
.insight-showcase__top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 13px; }
.insight-showcase__title-wrap { position: relative; }
.insight-showcase__title { margin: 0; color: #10233d; font-size: 34px; line-height: 1.1; font-weight: 800; letter-spacing: -0.8px; }
.insight-showcase__underline { display: block; width: 38px; height: 3px; margin-top: 8px; background: #1677d2; border-radius: 10px; }
.insight-showcase__link { display: flex; align-items: center; gap: 7px; margin-top: 7px; color: #0868c9; font-size: 14px; font-weight: 700; text-decoration: none; transition: color 0.2s ease; }
.insight-showcase__link:hover { color: #004f9e; }
.insight-showcase__arrow { font-size: 16px; line-height: 1; }
.insight-showcase__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.insight-item { position: relative; overflow: hidden; background: #ffffff; border: 1px solid #e7e7e7; border-radius: 9px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.insight-item:hover { transform: translateY(-3px); box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12); }
.insight-item__media { position: relative; width: 100%; height: 138px; overflow: hidden; }
.insight-item__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.insight-item:hover .insight-item__image { transform: scale(1.03); }
.insight-item__category { position: absolute; left: 21px; bottom: 0; display: inline-flex; align-items: center; min-height: 29px; padding: 5px 12px; color: #ffffff; border-radius: 6px 6px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 0.4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); }
.insight-item__category--tech { background: #1594e8; }
.insight-item__category--business { background: #d99925; }
.insight-item__category--seo { background: #85776e; }
.insight-item__category--news { background: #e8b925; }
.insight-item__play { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 35px; height: 27px; padding-left: 2px; color: #ffffff; background: #ff0000; border-radius: 7px; font-size: 14px; transform: translate(-50%, -50%); box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25); }
.insight-item__play i { font-size: 14px; }
.insight-item__body { min-height: 154px; padding: 33px 21px 15px; }
.insight-item__heading { margin: 0 0 18px; color: #101a2b; font-size: 20px; line-height: 1.32; font-weight: 750; letter-spacing: -0.25px; }
.insight-item__date { display: flex; align-items: center; gap: 6px; color: #526071; font-size: 12px; font-weight: 500; }
.insight-item__calendar { color: #26384e; font-size: 13px; }
.insight-item__calendar i { font-size: 13px; }

@media (max-width: 1100px) {
    .insight-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    .insight-item__media { height: 180px; }
}

@media (max-width: 650px) {
    .insight-showcase { padding: 20px 0 30px; }
    .insight-showcase__top { align-items: center; margin-bottom: 18px; }
    .insight-showcase__title { font-size: 28px; }
    .insight-showcase__link { font-size: 12px; }
    .insight-showcase__arrow { font-size: 18px; }
    .insight-showcase__grid { grid-template-columns: 1fr; gap: 18px; }
    .insight-item__media { height: 190px; }
    .insight-item__body { padding: 34px 18px 17px; }
    .insight-item__heading { font-size: 18px; }
}

@media (max-width: 400px) {
    .insight-showcase__top { flex-direction: column; align-items: flex-start; gap: 8px; }
    .insight-showcase__link { margin-top: 0; }
    .insight-item__media { height: 175px; }
}

.business-ai-subscribe { width: 100%; min-height: 96px; background: #eef9ff; display: flex; align-items: center; box-sizing: border-box; padding: 12px 0; }
.business-ai-content { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.business-ai-info { display: flex; align-items: center; gap: 20px; min-width: 0; }
.business-ai-icon { width: 50px; height: 50px; flex: 0 0 50px; display: flex; align-items: center; justify-content: center; }
.business-ai-icon i { font-size: 48px; color: #0068D7; }
.business-ai-text { display: flex; flex-direction: column; justify-content: center; }
.business-ai-text h2 { margin: 0 0 2px; color: #111827; font-family: Arial, Helvetica, sans-serif; font-size: 26px; line-height: 1.15; font-weight: 700; letter-spacing: -0.4px; }
.business-ai-text p { margin: 0; color: #334155; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.4; font-weight: 400; }
.business-ai-form { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.business-ai-form input { width: 290px; height: 50px; box-sizing: border-box; border: 1px solid #d9e2e8; border-radius: 7px; background: #ffffff; padding: 0 20px; color: #1f2937; font-family: Arial, Helvetica, sans-serif; font-size: 14px; outline: none; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.02); }
.business-ai-form input::placeholder { color: #9aa6b2; opacity: 1; }
.business-ai-form input:focus { border-color: #0068d7; }
.business-ai-form button { width: 138px; height: 50px; border: 0; border-radius: 7px; background: #0969d7; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.12); transition: background 0.2s ease, transform 0.2s ease; }
.business-ai-form button:hover { background: #075bbb; }
.business-ai-form button:active { transform: translateY(1px); }

@media (max-width: 900px) {
    .business-ai-content { gap: 25px; }
    .business-ai-text h2 { font-size: 21px; }
    .business-ai-text p { font-size: 13px; }
    .business-ai-form input { width: 230px; }
    .business-ai-form button { width: 120px; }
}

@media (max-width: 700px) {
    .business-ai-content { flex-direction: column; align-items: stretch; }
    .business-ai-info { justify-content: center; }
    .business-ai-form { width: 100%; }
    .business-ai-form input { width: 100%; flex: 1; }
    .business-ai-form button { flex: 0 0 120px; }
}

@media (max-width: 480px) {
    .business-ai-info { align-items: flex-start; gap: 12px; }
    .business-ai-icon { width: 42px; height: 42px; flex-basis: 42px; }
    .business-ai-icon i { font-size: 40px; }
    .business-ai-text h2 { font-size: 19px; }
    .business-ai-text p { font-size: 12px; }
    .business-ai-form { flex-direction: column; }
    .business-ai-form input, .business-ai-form button { width: 100%; flex: none; }
}

.youtube-learning-section { width: 100%; background: #ffffff; padding: 27px 0 25px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; }
.youtube-learning-header { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.youtube-learning-heading { display: flex; align-items: center; gap: 19px; }
.youtube-learning-icon { width: 58px; height: 43px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.youtube-learning-icon i { font-size: 42px; display: block; }
.youtube-learning-title-wrapper { display: flex; flex-direction: column; }
.youtube-learning-title-wrapper h2 { margin: 0 0 4px; color: #0f172a; font-size: 28px; line-height: 1.15; font-weight: 700; letter-spacing: -0.5px; }
.youtube-learning-title-wrapper p { margin: 0; color: #64748b; font-size: 15px; line-height: 1.4; font-weight: 400; }
.youtube-channel-button { height: 48px; min-width: 246px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-sizing: border-box; background: #ffffff; border: 2px solid #67a9e9; border-radius: 7px; color: #1769b5; text-decoration: none; font-size: 13px; font-weight: 600; transition: background 0.2s ease, border-color 0.2s ease; }
.youtube-channel-button:hover { background: #f5faff; border-color: #3182ce; }
.youtube-channel-button i { font-size: 17px; flex-shrink: 0; }
.youtube-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.youtube-video-card { min-width: 0; }
.youtube-video-image { position: relative; display: block; width: 100%; aspect-ratio: 365 / 188; overflow: hidden; border-radius: 7px; background: #e5e7eb; text-decoration: none; }
.youtube-video-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.3s ease; }
.youtube-video-image:hover img { transform: scale(1.02); }
.youtube-play-button { position: absolute; left: 50%; top: 50%; width: 51px; height: 36px; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; pointer-events: none; }
.youtube-play-button i { font-size: 36px; display: block; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15)); }
.youtube-video-details { padding-top: 12px; }
.youtube-video-details h3 { margin: 0 0 5px; color: #1e293b; font-size: 15px; line-height: 1.25; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.youtube-video-details p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.3; font-weight: 400; }

@media (max-width: 900px) {
    .youtube-learning-section { padding: 25px 0; }
    .youtube-learning-header { align-items: flex-start; gap: 20px; }
    .youtube-learning-heading { gap: 12px; }
    .youtube-learning-title-wrapper h2 { font-size: 24px; }
    .youtube-learning-title-wrapper p { font-size: 13px; }
    .youtube-channel-button { min-width: 210px; height: 44px; font-size: 12px; }
    .youtube-video-grid { gap: 15px; }
}

@media (max-width: 700px) {
    .youtube-learning-section { padding: 25px 0; }
    .youtube-learning-header { flex-direction: column; align-items: stretch; margin-bottom: 20px; }
    .youtube-learning-heading { align-items: flex-start; }
    .youtube-learning-icon { width: 48px; height: 38px; }
    .youtube-learning-icon svg { width: 45px; height: 36px; }
    .youtube-learning-title-wrapper h2 { font-size: 24px; }
    .youtube-learning-title-wrapper p { font-size: 13px; }
    .youtube-channel-button { width: 100%; }
    .youtube-video-grid { grid-template-columns: 1fr; gap: 25px; }
    .youtube-video-image { aspect-ratio: 16 / 9; }
    .youtube-video-details h3 { white-space: normal; }
}

@media (max-width: 400px) {
    .youtube-learning-heading { gap: 8px; }
    .youtube-learning-title-wrapper h2 { font-size: 18px; }
    .youtube-learning-title-wrapper p { font-size: 11px; }
}

/* =========================================
   AI FUTURE HERO
========================================= */
.future-ai-hero {
    position: relative;
    width: 100%;
    min-height: 254px;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            #eaf8ff 0%,
            #e4f5fc 42%,
            #b9e3f7 68%,
            #0876b5 100%);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    box-sizing: border-box;
}

.future-ai-container {
    position: relative;
    width: 100%;
    max-width: 1264px;
    min-height: 254px;
    margin: 0 auto;
    box-sizing: border-box;
}

.future-ai-content {
    position: relative;
    z-index: 10;
    width: 61%;
    padding-top: var(--spacing-lg);
    padding-left: var(--spacing-3xl);
    box-sizing: border-box;
}

.future-ai-content h1 {
    margin: 0 0 var(--spacing-xs);
    color: #0b1d32;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.future-ai-content h2 {
    margin: 0 0 var(--spacing-lg);
    color: #152a40;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.future-ai-content p {
    margin: 0 0 var(--spacing-lg);
    color: #344b60;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}

.future-ai-button {
    width: 200px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #0c2d4a;
    background: #0a2239;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, transform 0.2s ease;
}

.future-ai-button:hover {
    background: #123b5d;
    transform: translateY(-1px);
}

.future-ai-button i {
    font-size: 17px;
}

.future-ai-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    overflow: hidden;
}

.future-ai-circle {
    position: absolute;
    width: 175px;
    height: 175px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background:
        radial-gradient(circle,
            rgba(0, 173, 255, 0.28) 0%,
            rgba(0, 112, 180, 0.12) 48%,
            rgba(0, 83, 145, 0) 72%);
    box-shadow: 0 0 35px rgba(0, 164, 255, 0.15);
}

.future-ai-circle::before,
.future-ai-circle::after {
    content: "";
    position: absolute;
    inset: 17px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.25);
}

.future-ai-circle::after {
    inset: 38px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.18);
}

.future-ai-text {
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(240, 252, 255, 0.9);
    font-size: 74px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.55), 0 0 22px rgba(121, 222, 255, 0.5);
}

.future-ai-label {
    position: absolute;
    z-index: 5;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

.future-ai-automation { top: 35px; left: 18%; }
.future-ai-productivity { top: 35px; right: 17%; }
.future-ai-innovation { top: 83px; right: 5%; }
.future-ai-agents { top: 84px; left: 5%; }
.future-ai-growth-left { bottom: 39px; left: 27%; }
.future-ai-growth-right { bottom: 39px; right: 26%; }

.future-ai-robot {
    position: absolute;
    left: 3%;
    bottom: -8px;
    width: 150px;
    height: 150px;
    opacity: 0.75;
    transform: rotate(-12deg);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}

.future-ai-robot-head {
    position: absolute;
    left: 52px;
    top: 17px;
    width: 58px;
    height: 55px;
    border-radius: 45% 45% 35% 35%;
    background: linear-gradient(135deg, #f4f8fa, #9daeb9);
    border: 1px solid rgba(50, 70, 80, 0.35);
    box-shadow: inset -7px -6px 12px rgba(40, 60, 70, 0.2);
}

.future-ai-robot-body {
    position: absolute;
    left: 37px;
    top: 67px;
    width: 83px;
    height: 87px;
    border-radius: 40px 35px 22px 22px;
    background: linear-gradient(135deg, #dce7ec, #80929d);
    border: 1px solid rgba(50, 70, 80, 0.35);
}

.future-ai-robot-arm {
    position: absolute;
    right: 4px;
    top: 59px;
    width: 67px;
    height: 22px;
    border-radius: 20px;
    background: linear-gradient(90deg, #aebdc5, #edf3f5);
    transform: rotate(22deg);
    border: 1px solid rgba(60, 80, 90, 0.25);
}

.future-ai-human-hand {
    position: absolute;
    right: -15px;
    top: 93px;
    width: 125px;
    height: 70px;
    opacity: 0.72;
    transform: rotate(-7deg);
    background: linear-gradient(180deg, #e6bca7, #c9907a);
    border-radius: 50% 15% 45% 45%;
    filter: blur(0.2px);
    box-shadow: -8px 4px 15px rgba(0, 0, 0, 0.12);
}

.future-ai-finger {
    position: absolute;
    top: -7px;
    left: -24px;
    width: 105px;
    height: 27px;
    border-radius: 20px 14px 14px 20px;
    background: linear-gradient(180deg, #edc4af, #c9907a);
    transform: rotate(-5deg);
    transform-origin: right center;
}

.future-ai-hand::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 16px;
    top: 20px;
    left: 18px;
    border-radius: 50%;
    background: rgba(128, 74, 58, 0.15);
    transform: rotate(-15deg);
}

.future-ai-visual::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: 4;
    background: linear-gradient(90deg, #e5f5fc 0%, rgba(229, 245, 252, 0.85) 35%, rgba(229, 245, 252, 0) 100%);
}

@media (max-width: 1000px) {
    .future-ai-content { width: 65%; padding-left: 50px; }
    .future-ai-content h1 { font-size: 28px; }
    .future-ai-content h2 { font-size: 17px; }
    .future-ai-content p { font-size: 15px; }
    .future-ai-visual { width: 45%; }
    .future-ai-label { font-size: 12px; }
}

@media (max-width: 750px) {
    .future-ai-hero, .future-ai-container { min-height: auto; }
    .future-ai-content { width: 100%; padding: 35px 0; }
    .future-ai-content h1 { font-size: 26px; }
    .future-ai-content h2 { font-size: 16px; }
    .future-ai-content p { max-width: 600px; }
    .future-ai-visual { position: relative; width: 100%; height: 220px; margin-top: -10px; }
    .future-ai-visual::before { display: none; }
    .future-ai-circle { left: 50%; }
    .future-ai-robot { left: 20%; }
    .future-ai-human-hand { right: 10%; }
}

@media (max-width: 500px) {
    .future-ai-content { padding: 28px 0 25px; }
    .future-ai-content h1 { font-size: 22px; line-height: 1.2; }
    .future-ai-content h2 { font-size: 14px; line-height: 1.45; margin-bottom: 16px; }
    .future-ai-content p { font-size: 13px; line-height: 1.55; }
    .future-ai-desktop-break { display: none; }
    .future-ai-button { width: 190px; height: 46px; }
    .future-ai-visual { height: 190px; }
    .future-ai-circle { width: 140px; height: 140px; top: 20px; }
    .future-ai-text { top: 62px; font-size: 58px; }
    .future-ai-label { font-size: 10px; }
    .future-ai-automation { left: 12%; top: 25px; }
    .future-ai-productivity { right: 12%; top: 25px; }
    .future-ai-agents { left: 4%; top: 67px; }
    .future-ai-innovation { right: 3%; top: 67px; }
    .future-ai-growth-left { left: 18%; bottom: 25px; }
    .future-ai-growth-right { right: 18%; bottom: 25px; }
    .future-ai-robot { width: 105px; height: 105px; left: 2%; bottom: -5px; }
    .future-ai-human-hand { width: 95px; height: 55px; right: -10px; top: 80px; }
}
