﻿        :root {
            /* Palette (Warm & Modern Macaron) */
            --bg-warm: #f4f4f6; /* iPadOS Background style */
            --text-title: #4a4036;
            --text-body: #6b6056;
            /* Pastel Macaron Primary Colors */
            --primary-blue: #079eb3;
            --primary-orange: #f97316;
            --primary-purple: #a855f7;
            --primary-green: #22c55e;
            /* iPadOS Style Radii */
            --radius-ipad: 32px;
            --radius-inner: 20px;
            --shadow-soft: 0 8px 30px rgba(0,0,0,0.03);
            /* Orbit Colors */
            --orbit-accent: #0D98BA;
            --orbit-glow: rgba(13, 152, 186, 0.36);
            --orbit-border: rgba(13, 152, 186, 0.15);
        }

        * {
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

        body {
            font-family: 'Noto Sans Thai', sans-serif;
            margin: 0;
            background-color: var(--bg-warm);
            color: var(--text-body);
            padding-bottom: 100px;
            overflow-x: hidden;
        }

        /* ปรับให้กว้างขึ้นตามที่ระบุ */
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
        }

        /* ================= HERO SECTION ================= */
        .hero-section {
            position: relative;
            height: 504px;
            padding: 54px;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            background: #ffffff;
            border-radius: var(--radius-ipad);
            box-shadow: var(--shadow-soft);
            overflow: hidden;
        }

        .hero-content {
            position: relative;
            z-index: 10;
            max-width: 650px;
        }

        .hero-logo-frame {
            width: 200px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            filter: drop-shadow(0 0 15px var(--orbit-glow));
            position: relative;
        }

            .hero-logo-frame img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .hero-brand-large {
            font-family: 'Viga', sans-serif;
            font-size: 5rem;
            font-weight: 400;
            color: var(--orbit-accent);
            line-height: 1;
            margin-bottom: 4px;
            letter-spacing: -2px;
        }

        .hero-title-th {
            font-family: 'Anuphan', sans-serif;
            font-size: 2rem;
            line-height: 1.14;
            margin-bottom: 4px;
            color: var(--text-title);
            font-weight: 700;
        }

        .hero-title-en {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.0rem;
            font-weight: 500;
            color: #8e847a;
            line-height: 1.14;
            letter-spacing: 0.01em;
        }

        /* ================= ORBIT SYSTEM ================= */
        .orbit-scene {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .ripple-container {
            position: absolute;
            top: 50%;
            left: 98%;
            transform: translate(-50%, -50%);
            width: 140px;
            height: 140px;
            z-index: 5;
        }

        .ripple {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--orbit-glow);
            box-shadow: 0 0 40px 10px var(--orbit-glow);
            opacity: 0;
            animation: rippleWave 8s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

            .ripple:nth-child(2) {
                animation-delay: 2.6s;
            }

            .ripple:nth-child(3) {
                animation-delay: 5.2s;
            }

        .orbit-ring {
            position: absolute;
            top: 50%;
            left: 98%;
            border-radius: 50%;
            border: 1px solid var(--orbit-border);
            transform: translate(-50%, -50%);
        }

        .orbit-item {
            position: absolute;
            left: 98%;
            top: 50%;
            width: 0;
            height: 0;
            z-index: 10;
            pointer-events: auto;
            animation: orbitMove var(--dur) linear infinite;
            animation-direction: var(--dir);
            animation-delay: var(--delay);
        }

        .orbit-content {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            animation: keepUpright var(--dur) linear infinite;
            animation-direction: var(--dir);
            animation-delay: var(--delay);
            transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .orbit-card {
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0,0,0,0.06);
            overflow: hidden;
            border: 2px solid #fff;
            cursor: pointer;
            width: 100%;
            height: 100%;
        }

        .orbit-icon-transparent {
            background: transparent !important;
            box-shadow: none !important;
            border: none !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--orbit-accent);
            opacity: 0.6;
            transition: 0.3s;
        }

        .orbit-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        @keyframes rippleWave {
            0% {
                transform: scale(0.5);
                opacity: 0;
            }

            5% {
                opacity: 0.4;
            }

            100% {
                transform: scale(6);
                opacity: 0;
            }
        }

        @keyframes orbitMove {
            from {
                transform: rotate(0deg) translateX(var(--r)) rotate(0deg);
            }

            to {
                transform: rotate(360deg) translateX(var(--r)) rotate(0deg);
            }
        }

        @keyframes keepUpright {
            from {
                transform: translate(-50%, -50%) rotate(0deg);
            }

            to {
                transform: translate(-50%, -50%) rotate(-360deg);
            }
        }

        /* --- Section Header --- */
        .section-header {
            text-align: center;
            padding: 30px 0 40px 0; /* ขยับสูงขึ้นโดยลด Padding ด้านบน */
        }

            .section-header h2 {
                font-family: 'Anuphan', sans-serif;
                font-size: 2.1rem;
                color: var(--text-title);
                margin: 0 0 12px 0;
                font-weight: 600;
            }

            .section-header p {
                font-size: 1.25rem;
                color: #079eb3;
                margin: 0;
                font-family: 'Viga', sans-serif;
            }

        .advisory-header {
            padding: 80px 0 24px;
        }

        .advisory-header h2 {
            font-size: 1.92rem;
            margin: 0 0 6px;
            line-height: 1.08;
            letter-spacing: -0.03em;
        }

        .advisory-header p {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.02rem;
            font-weight: 400;
            line-height: 1.12;
            letter-spacing: 0;
            color: #079eb3;
        }

        .advisory-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 14px;
            border-radius: 12px;
            background: #ededed;
            border: 1px solid #dddddd;
            color: #4c5b64;
            font-family: 'Anuphan', sans-serif;
            font-size: 0.9rem;
            font-weight: 400;
            line-height: 1;
            letter-spacing: 0.01em;
        }

        .services-grid {
            margin-top: 30px;
        }

        .activity-section-header {
            padding-top: 130px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .activity-section-copy {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .activity-section-header h2 {
            font-family: 'Anuphan', sans-serif;
            font-size: 2.3rem;
            font-weight: 800;
            line-height: 1.08;
            letter-spacing: -0.04em;
            margin: 0 0 14px;
            color: #2b2f35;
        }

        .activity-section-lead {
            max-width: 820px;
            width: 100%;
            margin: 0 auto;
            display: block;
            font-family: 'Anuphan', sans-serif !important;
            font-size: 0.9rem !important;
            line-height: 1.48 !important;
            color: #7a7a7a !important;
            font-weight: 400 !important;
            text-align: center !important;
            letter-spacing: -0.015em;
        }

        .activity-readmore-wrap {
            text-align: center;
            width: 100%;
            margin: 20px 0 30px;
        }

        /* ================= CARD THEMES (Macaron Gradients) ================= */
        .theme-blue {
            background: #050b1e;
        }

            .theme-blue:hover {
                background: #0a122b;
            }

        .theme-orange {
            background: #193060;
        }

            .theme-orange:hover {
                background: #213c74;
            }

        .theme-purple {
            background: #315381;
        }

            .theme-purple:hover {
                background: #395c8d;
            }

        .theme-green {
            background: #859fc0;
        }

            .theme-green:hover {
                background: #92a9c7;
            }

        /* --- Services Grid (4 Cards) --- */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
            margin-bottom: 56px;
        }

        .service-card {
            padding: 24px 22px 28px 22px;
            border-radius: 24px;
            text-align: left;
            transition: none;
            box-shadow: none;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            overflow: hidden;
            cursor: default;
            border: 1px solid rgba(255,255,255,0.44);
        }

            .service-card:hover {
                transform: none;
            }

        /* Pastel Icons for Service Cards */
        .service-icon-small {
            width: 40px;
            height: 40px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-bottom: 14px;
            transition: none;
        }

        .service-card:hover .service-icon-small {
            transform: none;
        }

        .service-content {
            flex: 1;
            width: 100%;
        }

        /* Hover Arrow */
        .service-arrow {
            display: none;
        }

        .service-card:hover .service-arrow {
            display: none;
        }

        .service-card h3 {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.14rem;
            color: var(--text-title);
            margin: 0 0 8px 0;
            font-weight: 650;
            line-height: 1.26;
        }

        .service-card p {
            font-size: 0.88rem;
            line-height: 1.48;
            margin: 0;
            color: var(--text-body);
            opacity: 0.84;
        }

        .theme-blue h3,
        .theme-orange h3,
        .theme-purple h3 {
            color: #f4f8ff;
        }

        .theme-blue p,
        .theme-orange p,
        .theme-purple p {
            color: rgba(226, 235, 248, 0.86);
        }

        .theme-green h3 {
            color: #102344;
        }

        .theme-green p {
            color: rgba(16, 35, 68, 0.78);
        }

        .theme-blue .service-arrow,
        .theme-orange .service-arrow,
        .theme-purple .service-arrow {
            color: #0f1f3e;
            background: rgba(255,255,255,0.86);
        }

        .theme-green .service-arrow {
            color: #16325c;
            background: rgba(255,255,255,0.72);
        }

        .theme-blue:hover .service-arrow,
        .theme-orange:hover .service-arrow,
        .theme-purple:hover .service-arrow {
            background: #cee0f4;
            color: #0f1f3e;
        }

        .theme-green:hover .service-arrow {
            background: #ffffff;
            color: #16325c;
        }

        /* Pastel background classes for icons */
        .p-blue {
            background: rgba(206,224,244,0.12);
            color: #cee0f4;
        }

        .p-orange {
            background: rgba(206,224,244,0.14);
            color: #cee0f4;
        }

        .p-purple {
            background: rgba(206,224,244,0.14);
            color: #e7f0fb;
        }

        .p-green {
            background: rgba(255,255,255,0.44);
            color: #16325c;
        }

        .p-gray {
            background: #f1f5f9;
            color: #64748b;
        }

        /* --- Info Grid (3 Cards) --- */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 40px;
        }

        .info-card {
            border-radius: var(--radius-ipad);
            padding: 30px 28px;
            box-shadow: var(--shadow-soft);
            display: flex;
            flex-direction: column;
            min-height: auto;
            position: relative;
        }

        .info-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 20px;
        }

        .info-icon-small {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .info-card:hover .info-icon-small {
            transform: scale(1.05);
        }

        .info-header h3 {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.34rem;
            margin: 0;
            color: var(--text-title);
            font-weight: 700;
        }

        .info-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .info-list li a,
            .info-list li span {
                color: inherit;
                text-decoration: none;
                display: block;
                width: 100%;
                min-width: 0;
            }

            .info-list li {
                padding: 10px 10px;
                margin-bottom: 2px;
                font-size: 0.95rem;
                color: var(--text-body);
                border-bottom: 1px solid rgba(0,0,0,0.03);
                line-height: 1.32;
                display: flex;
                align-items: flex-start;
                border-radius: 10px;
                transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
                cursor: pointer;
            }

                .info-list li:last-child {
                    border-bottom: none;
                }

                .info-list li::before {
                    content: "\276F"; /* ลูกศรแบบสั้น (Chevron ❯) */
                    margin-right: 10px;
                    font-size: 0.74rem;
                    line-height: 1.45;
                    opacity: 0.56;
                    transition: transform 0.3s cubic-bezier(0.15, 0.83, 0.66, 1), opacity 0.3s ease;
                }

                .info-list li:hover::before {
                    transform: translateX(4px) scale(1.1);
                    opacity: 1;
                }

        /* Hover Effect for Blue Theme */
        .theme-blue .info-list li:hover {
            background: rgba(7, 158, 179, 0.08);
            color: var(--primary-blue);
            border-bottom-color: transparent;
            transform: translateX(4px);
        }

        .theme-blue .info-list li::before {
            color: #67ccd9;
        }

        .theme-blue .info-list li:hover::before {
            color: var(--primary-blue);
        }

        /* Hover Effect for Orange Theme */
        .theme-orange .info-list li:hover {
            background: rgba(249, 115, 22, 0.08);
            color: var(--primary-orange);
            border-bottom-color: transparent;
            transform: translateX(4px);
        }

        .theme-orange .info-list li::before {
            color: #fdba74;
        }

        .theme-orange .info-list li:hover::before {
            color: var(--primary-orange);
        }

        /* Hover Effect for Green Theme */
        .theme-green .info-list li:hover {
            background: rgba(34, 197, 94, 0.08);
            color: var(--primary-green);
            border-bottom-color: transparent;
            transform: translateX(4px);
        }

        .theme-green .info-list li::before {
            color: #86efac;
        }

        .theme-green .info-list li:hover::before {
            color: var(--primary-green);
        }

        /* ================= INFO-CARD TEAL THEMES (Spur-fit inspired) ================= */
        .theme-teal1 {
            background: #cee0f4;
            box-shadow: 0 18px 36px rgba(49, 83, 129, 0.1);
        }

            .theme-teal1:hover {
                background: #d8e7f7;
                box-shadow: 0 20px 40px rgba(49, 83, 129, 0.14);
            }

        .theme-teal2 {
            background: #315381;
            box-shadow: 0 18px 36px rgba(25, 48, 96, 0.18);
        }

            .theme-teal2:hover {
                background: #395c8d;
                box-shadow: 0 20px 40px rgba(25, 48, 96, 0.22);
            }

        .theme-teal3 {
            background: #193060;
            box-shadow: 0 18px 36px rgba(5, 11, 30, 0.2);
        }

            .theme-teal3:hover {
                background: #213c74;
                box-shadow: 0 20px 40px rgba(5, 11, 30, 0.24);
            }

            .theme-teal1 .info-header h3,
            .theme-teal1 .info-list li,
            .theme-teal1 .info-list li a,
            .theme-teal1 .view-all-btn {
                color: #16325c;
            }

            .theme-teal2 .info-header h3,
            .theme-teal2 .info-list li,
            .theme-teal2 .info-list li a,
            .theme-teal2 .view-all-btn,
            .theme-teal3 .info-header h3,
            .theme-teal3 .info-list li,
            .theme-teal3 .info-list li a,
            .theme-teal3 .view-all-btn {
                color: #f4fffe;
            }

            .theme-teal1 .info-list li,
            .theme-teal2 .info-list li,
            .theme-teal3 .info-list li {
                border-bottom-color: rgba(255,255,255,0.16);
            }

            /* ลูกศร ::before สีตาม icon */
            .theme-teal1 .info-list li::before {
                color: rgba(22, 50, 92, 0.72);
            }

            .theme-teal2 .info-list li::before {
                color: rgba(244, 255, 254, 0.74);
            }

            .theme-teal3 .info-list li::before {
                color: rgba(244, 255, 254, 0.74);
            }

            /* hover — เปลี่ยนเฉพาะสีตัวอักษร + ขยับเล็กน้อย ไม่ highlight แถบ */
            .theme-teal1 .info-list li:hover {
                background: rgba(255,255,255,0.28);
                color: #102344;
                border-bottom-color: rgba(255,255,255,0.18);
                transform: translateX(5px);
            }

                .theme-teal1 .info-list li:hover::before {
                    color: #102344;
                }

            .theme-teal2 .info-list li:hover {
                background: rgba(255,255,255,0.1);
                color: #ffffff;
                border-bottom-color: rgba(255,255,255,0.18);
                transform: translateX(5px);
            }

                .theme-teal2 .info-list li:hover::before {
                    color: #ffffff;
                }

            .theme-teal3 .info-list li:hover {
                background: rgba(255,255,255,0.08);
                color: #ffffff;
                border-bottom-color: rgba(255,255,255,0.16);
                transform: translateX(5px);
            }

                .theme-teal3 .info-list li:hover::before {
                    color: #ffffff;
                }

        /* ================= TEAL ICON BACKGROUNDS ================= */
        .p-teal {
            background: rgba(54, 121, 131, 0.15);
            color: #367983;
        }

        /* ================= TEAL DETAIL BUTTONS ================= */
        .btn-detail.teal1 {
            background: rgba(54, 121, 131, 0.15);
            color: #367983;
        }

            .btn-detail.teal1:hover {
                background: #367983;
                color: #fff;
                transform: translateY(-3px);
            }

        .btn-detail.teal2 {
            background: rgba(45, 107, 116, 0.15);
            color: #2d6b74;
        }

            .btn-detail.teal2:hover {
                background: #2d6b74;
                color: #fff;
                transform: translateY(-3px);
            }

        .btn-detail.teal3 {
            background: rgba(36, 94, 103, 0.15);
            color: #245e67;
        }

            .btn-detail.teal3:hover {
                background: #245e67;
                color: #fff;
                transform: translateY(-3px);
            }

        /* --- Detail Button --- */
        .btn-detail {
            align-self: flex-start;
            margin-top: auto;
            border: none;
            padding: 14px 28px;
            border-radius: 30px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
        }

            .btn-detail.blue {
                background: #e6f7fa;
                color: var(--primary-blue);
            }

                .btn-detail.blue:hover {
                    background: var(--primary-blue);
                    color: #fff;
                    transform: translateY(-3px);
                }

            .btn-detail.orange {
                background: #fff7ed;
                color: var(--primary-orange);
            }

                .btn-detail.orange:hover {
                    background: var(--primary-orange);
                    color: #fff;
                    transform: translateY(-3px);
                }

            .btn-detail.green {
                background: #f0fdf4;
                color: var(--primary-green);
            }

                .btn-detail.green:hover {
                    background: var(--primary-green);
                    color: #fff;
                    transform: translateY(-3px);
                }

            .btn-detail.gray {
                background: #f1f5f9;
                color: #475569;
            }

                .btn-detail.gray:hover {
                    background: #e2e8f0;
                    color: #0f172a;
                    transform: translateY(-3px);
                }

            .btn-detail i {
                transition: transform 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
            }

            .btn-detail:hover i {
                transform: translateX(4px);
            }

        /* ================= ACTIVITIES SMART SLIDER SECTION ================= */
        .activity-section {
            margin-bottom: 80px;
        }

        .activity-slider-wrapper {
            position: relative;
            width: 100%;
        }

        .activity-track {
            display: flex;
            gap: 24px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            -ms-overflow-style: none; /* IE and Edge */
            scrollbar-width: none; /* Firefox */
            padding-bottom: 20px;
        }

            .activity-track::-webkit-scrollbar {
                display: none;
            }

        .activity-card {
            flex: 0 0 calc(33.333% - 16px);
            scroll-snap-align: start;
            background: #ffffff;
            border-radius: var(--radius-ipad);
            box-shadow: var(--shadow-soft);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            transition: transform 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
        }

            .activity-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 16px 36px rgba(0,0,0,0.06);
            }

        .activity-image {
            width: 100%;
            height: 220px;
            padding: 16px 16px 0 16px; /* ขอบขาวสไตล์ Apple News */
        }

            .activity-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 20px;
            }

        .activity-content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .activity-date {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #fdf2f8;
            color: #db2777;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 16px;
            align-self: flex-start;
        }

        .activity-card h3 {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.35rem;
            color: var(--text-title);
            margin: 0 0 12px 0;
            line-height: 1.4;
            font-weight: 700;
        }

        .activity-card p {
            font-size: 0.95rem;
            color: var(--text-body);
            line-height: 1.6;
            margin: 0 0 24px 0;
            flex: 1;
        }

        .activity-controls-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            padding: 0 10px;
        }

        .slider-nav-btns {
            display: flex;
            gap: 12px;
        }

        .slider-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #ffffff;
            border: none;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-title);
            cursor: pointer;
            transition: all 0.2s ease;
        }

            .slider-btn:hover {
                background: var(--text-title);
                color: #ffffff;
                transform: scale(1.05);
            }

        /* --- View All Button (Pill shape) --- */
        .view-all-btn {
            font-family: 'Anuphan', sans-serif;
            font-weight: 600;
            background: #e6f7fa;
            color: var(--primary-blue);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 0.76rem;
            padding: 6px 11px;
            border-radius: 10px;
            transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
            margin-top: auto;
            align-self: flex-start;
            line-height: 1;
        }

            .view-all-btn:hover {
                background: var(--primary-blue);
                color: #ffffff;
                box-shadow: 0 6px 15px rgba(7, 158, 179, 0.3);
                transform: translateY(-2px);
            }

            .view-all-btn i {
                transition: transform 0.3s ease;
            }

        .view-all-btn:hover i {
            transform: translateX(4px);
        }

        .theme-teal1 .view-all-btn {
            background: rgba(22, 50, 92, 0.1);
            color: #16325c;
            box-shadow: none;
        }

            .theme-teal1 .view-all-btn:hover {
                background: #16325c;
                color: #f7fffe;
                box-shadow: none;
            }

        .theme-teal2 .view-all-btn {
            background: rgba(255,255,255,0.16);
            color: #f5f8ff;
            box-shadow: 0 8px 18px rgba(5, 11, 30, 0.16);
        }

            .theme-teal2 .view-all-btn:hover {
                background: #cee0f4;
                color: #16325c;
                box-shadow: none;
            }

        .theme-teal3 .view-all-btn {
            background: rgba(255,255,255,0.16);
            color: #f5f8ff;
            box-shadow: 0 8px 18px rgba(5, 11, 30, 0.18);
        }

            .theme-teal3 .view-all-btn:hover {
                background: #cee0f4;
                color: #16325c;
                box-shadow: none;
            }

        .btn-readmore {
            font-family: 'Anuphan', sans-serif !important;
            font-weight: 500 !important;
            background: #31477f;
            color: #ffffff;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 0.88rem !important;
            padding: 12px 22px;
            border-radius: 999px;
            border: 0;
            transition: all 0.28s cubic-bezier(0.22, 1, 0.36, 1);
            box-shadow: none;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .btn-readmore:hover {
            background: #3a528f;
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 8px 18px rgba(49, 71, 127, 0.18);
        }

        .btn-readmore i {
            transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .btn-readmore:hover i {
            transform: translateX(3px);
        }

        .activity-grid-modern {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 20px;
            margin-bottom: 80px;
            width: 100%;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .activity-grid-modern .activity-card {
            flex: initial;
            min-width: 0;
            scroll-snap-align: unset;
            text-decoration: none;
            color: inherit;
            border: 1px solid rgba(255,255,255,0.65);
            box-shadow: 0 14px 34px rgba(27, 67, 50, 0.10);
            background: rgba(255,255,255,0.78);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .activity-grid-modern .activity-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 42px rgba(27, 67, 50, 0.16);
        }

        .activity-grid-modern .activity-image {
            padding: 14px 14px 0 14px;
            height: 220px;
        }

        .activity-grid-modern .activity-image img {
            border-radius: 18px;
            transition: transform 0.7s ease;
        }

        .activity-grid-modern .activity-card:hover .activity-image img {
            transform: scale(1.05);
        }

        .activity-grid-modern .activity-content {
            padding: 18px 18px 22px 18px;
        }

        .activity-grid-modern .activity-card h3 {
            font-size: 1.05rem;
            line-height: 1.45;
            transition: color 0.25s ease;
        }

        .activity-grid-modern .activity-card p {
            font-size: 0.84rem;
            line-height: 1.65;
            color: #64748b;
            font-weight: 500;
            margin-bottom: 18px;
        }

        .activity-grid-modern-empty {
            margin-bottom: 80px;
            border-radius: var(--radius-ipad);
            padding: 32px;
            text-align: center;
            color: #64748b;
            font-size: 1rem;
            background: rgba(255,255,255,0.78);
            border: 1px solid rgba(255,255,255,0.65);
            box-shadow: 0 14px 34px rgba(27, 67, 50, 0.10);
        }

        /* ================= FED-ECON NEWS ARCHIVE ================= */
        .news-main {
            padding: 12px 0 42px;
        }

        .news-shell {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 14px;
        }

        .news-header {
            margin-bottom: 10px;
        }

        .news-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 7px 12px;
            border-radius: 999px;
            border: 1px solid #d8dee8;
            background: #ffffff;
            color: #1f3352;
            font-family: 'Anuphan', sans-serif;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04);
        }

        .news-badge i {
            width: 16px;
            height: 16px;
            color: #1f3352;
            stroke-width: 2.1;
        }

        .hero-copy {
            margin: 6px 0 3px;
            font-family: 'Anuphan', sans-serif;
            font-size: clamp(1.22rem, 1.72vw, 1.68rem);
            line-height: 1.02;
            letter-spacing: -0.03em;
            color: #102847;
            font-weight: 700;
        }

        .news-header p {
            margin: 0;
            max-width: 900px;
            font-size: 0.8rem;
            line-height: 1.26;
            color: #64748b;
        }

        .news-list {
            border-top: 2px solid #1b2e4d;
        }

        .news-item {
            display: grid;
            grid-template-columns: 66px minmax(0, 1fr);
            gap: 12px;
            align-items: start;
            padding: 8px 2px 9px;
            border-bottom: 2px solid #1b2e4d;
            text-decoration: none;
            color: inherit;
            transition: transform 0.22s ease;
        }

        .news-item:hover {
            background: transparent;
            transform: translateX(6px);
        }

        .news-date {
            display: flex;
            align-items: flex-start;
            gap: 5px;
            color: #102847;
            padding-top: 0;
        }

        .news-weekday {
            font-family: 'Anuphan', sans-serif;
            font-size: 0.7rem;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase;
            padding-top: 3px;
            letter-spacing: -0.02em;
        }

        .news-day {
            font-family: 'Anuphan', sans-serif;
            font-size: clamp(1.7rem, 2.2vw, 2.2rem);
            line-height: 0.82;
            font-weight: 800;
            letter-spacing: -0.07em;
        }

        .news-content {
            min-width: 0;
        }

        .news-meta {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .news-time {
            font-family: 'Anuphan', sans-serif;
            font-size: 0.75rem;
            line-height: 1.12;
            color: #102847;
            font-weight: 700;
        }

        .news-title {
            font-family: 'Anuphan', sans-serif;
            font-size: 0.94rem;
            line-height: 1.08;
            color: #000000;
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .news-detail {
            margin-top: 2px;
            max-width: 980px;
            font-size: 0.78rem;
            line-height: 1.18;
            color: #111111;
            font-weight: 500;
        }

        .news-empty {
            padding: 26px 0;
            color: #64748b;
            font-size: 1rem;
            line-height: 1.5;
        }

        /* ================= DIRECTION SECTION (NEW FRONTIER) ================= */
        .direction-section {
            display: flex;
            align-items: stretch;
            margin-top: 100px;
            margin-bottom: 80px;
            position: relative;
        }

        .legacy-card {
            width: 35%;
            background: linear-gradient(to right, #2b3140, #4a5568);
            border-radius: var(--radius-ipad);
            padding: 50px 40px;
            position: relative;
            z-index: 1;
        }

        .legacy-header {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: 'Anuphan', sans-serif;
            font-size: 1.4rem;
            font-weight: 700;
            color: #e2e8f0;
            margin-bottom: 30px;
        }

            .legacy-header i {
                color: #94a3b8;
            }

        .legacy-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .legacy-list li {
                display: flex;
                align-items: center;
                gap: 12px;
                padding: 16px 0;
                font-size: 1rem;
                color: #cbd5e1;
                border-bottom: 1px solid rgba(255,255,255,0.07);
                font-weight: 500;
            }

                .legacy-list li:last-child {
                    border-bottom: none;
                }

        .frontier-card {
            width: 69%;
            background: linear-gradient(145deg, #e8f4f6 10%, #c5dfe4 100%);
            border-radius: var(--radius-ipad);
            padding: 60px;
            box-shadow: var(--shadow-soft);
            margin-left: -4%; /* ทำการ์ดซ้อนทับแบบ Cards-in-Card */
            z-index: 2;
        }

            .frontier-card h2 {
                font-family: 'Anuphan', sans-serif;
                font-size: 2rem;
                color: var(--text-title);
                margin: 0 0 10px 0;
                font-weight: 700;
            }

        .frontier-subtitle {
            font-size: 1.05rem;
            color: #079eb3;
            margin: 0 0 40px 0;
            line-height: 1.6;
        }

        .frontier-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px 24px;
        }

        .frontier-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

            .frontier-item i {
                flex-shrink: 0;
                margin-top: 2px;
            }

            .frontier-item span {
                font-size: 0.95rem;
                color: var(--text-title);
                font-weight: 500;
                line-height: 1.5;
            }

        /* ================= NEWSLETTER SECTION ================= */
        .newsletter-section {
            display: flex;
            background: #93b6b8;
            border-radius: var(--radius-ipad);
            margin-top: 100px;
            padding: 30px;
            box-shadow: var(--shadow-soft);
            margin-bottom: 80px;
            gap: 50px;
            align-items: flex-start;
        }

        .newsletter-image {
            width: 400px;
            max-width: 100%;
            aspect-ratio: 400 / 566;
            border-radius: var(--radius-inner);
            overflow: hidden;
            flex-shrink: 0;
            flex-basis: 400px;
            background: #f4f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .newsletter-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                display: block;
            }

        .newsletter-content {
            width: calc(100% - 400px);
            padding-right: 18px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-self: flex-start;
            padding-top: 2px;
            gap: 10px;
        }

        .badge-newsletter {
            display: inline-block;
            background: var(--primary-blue);
            color: #ffffff;
            padding: 5px 13px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.74rem;
            letter-spacing: 0.35px;
            margin-bottom: 0;
            align-self: flex-start;
        }

        .newsletter-content h2 {
            font-family: 'Anuphan', sans-serif;
            font-size: 1.9rem;
            color: #ffffff;
            line-height: 1.2;
            margin: 0;
            font-weight: 700;
        }

        .newsletter-content p {
            font-size: 0.95rem;
            line-height: 1.55;
            color: rgba(255,255,255,0.92);
            margin: 0 0 12px 0;
        }

        .btn-facebook {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #e6f7fa;
            color: var(--primary-blue);
            padding: 10px 16px;
            border-radius: 30px;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.86rem;
            transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
            align-self: flex-start;
        }

            .btn-facebook:hover {
                background: #d8f1f5;
                color: #0789a0;
                box-shadow: 0 10px 25px rgba(7, 158, 179, 0.14);
                transform: translateY(-3px);
            }

        /* ================= ANNOUNCEMENT BAR ================= */
        .announcement-bar {
            position: relative;
            z-index: 10;
            margin-bottom: 12px;
        }

        .announcement-inner {
            background: #cee0f4;
            border-radius: 16px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 8px 18px rgba(49, 83, 129, 0.08);
            border: none;
        }

        .announcement-icon {
            background: #2a3d6f;
            color: #ffffff;
            padding: 8px 10px;
            border-radius: 12px;
            flex-shrink: 0;
            box-shadow: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .announcement-divider {
            width: 1px;
            height: 24px;
            background: #bdd3ea;
            margin: 0 4px;
            flex-shrink: 0;
        }

        .announcement-links {
            display: flex;
            flex-direction: column;
            gap: 4px;
            flex: 1;
            overflow: hidden;
            padding: 0 4px;
        }

        .announcement-link {
            font-size: 0.83rem;
            color: #000000;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: color 0.24s ease, transform 0.24s ease;
        }

        .announcement-link:hover {
            color: #000000;
            transform: translateX(4px);
        }

        .announcement-link--empty {
            color: #000000;
            font-style: normal;
            cursor: default;
        }

        .announcement-dot--gray {
            background: #b8cee5;
        }

        .announcement-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #6aa3d4;
            flex-shrink: 0;
        }

        .announcement-arrow {
            background: #2a3d6f;
            color: #ffffff;
            padding: 8px 12px;
            border-radius: 14px;
            flex-shrink: 0;
            transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
            margin-left: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            gap: 8px;
            overflow: hidden;
            font-family: 'Anuphan', sans-serif;
        }

        .announcement-arrow:hover {
            background: #31477f;
            transform: translateX(1px);
            box-shadow: 0 6px 14px rgba(42, 61, 111, 0.18);
        }

        .announcement-arrow i {
            transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .announcement-arrow-text {
            font-size: 0.78rem;
            font-weight: 600;
            color: inherit;
            white-space: nowrap;
            max-width: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
            font-family: 'Anuphan', sans-serif;
        }

        .announcement-arrow:hover .announcement-arrow-text {
            max-width: 140px;
            opacity: 1;
        }

        .announcement-arrow:hover i {
            transform: scale(1.06);
        }

        /* =====================================================
           RESPONSIVE — iPad (1024px) & iPhone (768px / 430px)
           ===================================================== */

        /* ---------- iPad Pro / Landscape (max 1200px) ---------- */
        @media (max-width: 1200px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .service-card {
                padding-bottom: 60px;
            }

            .frontier-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .activity-card {
                flex: 0 0 calc(50% - 12px);
            }

            .news-title {
                font-size: 0.9rem;
            }
        }

        /* ---------- iPad Portrait (max 1024px) ---------- */
        @media (max-width: 1024px) {
            body {
                padding-bottom: 60px;
            }

            .container {
                padding: 0 16px;
            }

            /* Hero */
            .hero-section {
                height: auto;
                padding: 43px 32px;
            }

            .orbit-scene {
                opacity: 0.35;
            }

            .hero-brand-large {
                font-size: 3.8rem;
            }

            .hero-title-th {
                font-size: 1.9rem;
            }

            .hero-title-en {
                font-size: 0.95rem;
            }

            .hero-logo-frame {
                width: 160px;
                height: 160px;
            }

            /* Section header */
            .section-header h2 {
                font-size: 2.1rem;
            }

            /* Info grid → single column */
            .info-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                min-height: auto;
            }

            /* Direction section */
            .direction-section {
                flex-direction: column;
                gap: 0;
            }

            .legacy-card {
                width: 100%;
                padding: 36px;
                border-radius: var(--radius-ipad) var(--radius-ipad) 0 0;
            }

            .frontier-card {
                width: 100%;
                margin-left: 0;
                margin-top: 0;
                padding: 40px 36px;
                border-radius: 0 0 var(--radius-ipad) var(--radius-ipad);
            }

            .frontier-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            /* Newsletter */
            .newsletter-section {
                flex-direction: column;
                gap: 24px;
                padding: 28px;
            }

            .newsletter-image {
                width: 100%;
                max-width: 400px;
                aspect-ratio: 400 / 566;
                flex-basis: auto;
                border-radius: var(--radius-inner);
                margin: 0 auto;
            }

            .newsletter-content {
                width: 100%;
                padding-right: 0;
            }

        }

        /* ---------- iPad Mini / Large Phone (max 768px) ---------- */
        @media (max-width: 768px) {
            body {
                padding-bottom: 50px;
            }

            .news-main {
                padding: 10px 0 34px;
            }

            .news-shell {
                padding: 0 10px;
            }

            .news-badge {
                padding: 6px 11px;
                font-size: 0.58rem;
                letter-spacing: 0.12em;
            }

            .hero-copy {
                font-size: 1.08rem;
                margin: 8px 0 4px;
            }

            .news-header p {
                font-size: 0.74rem;
                line-height: 1.22;
            }

            .news-item {
                grid-template-columns: 56px minmax(0, 1fr);
                gap: 8px;
                padding: 8px 1px 9px;
            }

            .news-weekday {
                font-size: 0.64rem;
                padding-top: 3px;
            }

            .news-day {
                font-size: 1.58rem;
            }

            .news-time {
                font-size: 0.68rem;
            }

            .news-title {
                font-size: 0.82rem;
            }

            .news-detail {
                font-size: 0.72rem;
                margin-top: 2px;
                line-height: 1.16;
            }

            .container {
                padding: 0 14px;
            }

            /* Hero */
            .hero-section {
                padding: 36px 26px;
                border-radius: 24px;
            }

            .orbit-scene {
                display: none;
            }

            .hero-content {
                max-width: 100%;
                text-align: center;
            }

            .hero-logo-frame {
                width: 140px;
                height: 140px;
                margin: 0 auto 20px;
            }

            .hero-brand-large {
                font-size: 3.2rem;
            }

            .hero-title-th {
                font-size: 1.72rem;
            }

            .hero-title-en {
                font-size: 0.9rem;
            }

            /* Section header */
            .section-header {
                padding: 20px 0 28px;
            }

            .advisory-header {
                padding: 60px 0 22px;
            }

                .section-header h2 {
                    font-size: 1.8rem;
                }

                .advisory-header h2 {
                    font-size: 1.62rem;
                    margin-bottom: 5px;
                }

                .advisory-header p {
                    font-size: 0.94rem;
                }

                .advisory-badge {
                    font-size: 0.84rem;
                    padding: 6px 12px;
                }

            /* Services → single column */
            .services-grid {
                grid-template-columns: 1fr;
                gap: 16px;
                margin-bottom: 48px;
            }

            .services-grid {
                margin-top: 30px;
            }

            .activity-section-header {
                padding-top: 120px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .activity-section-header h2 {
                font-size: 2rem;
                margin-bottom: 12px;
            }

            .activity-section-lead {
                max-width: 700px;
                font-family: 'Anuphan', sans-serif !important;
                font-size: 0.82rem !important;
                line-height: 1.46 !important;
                color: #7a7a7a !important;
            }

            .activity-readmore-wrap {
                margin: 20px 0 30px;
            }

            .service-card {
                padding: 22px 20px 24px;
            }

            /* Info cards */
            .info-grid {
                gap: 16px;
                margin-bottom: 28px;
            }

            .info-card {
                padding: 28px 24px;
            }

            .info-header h3 {
                font-size: 1.3rem;
            }

            .info-list li {
                font-size: 0.95rem;
                padding: 12px 10px;
            }

            /* Direction */
            .legacy-card {
                padding: 30px 24px;
            }

            .frontier-card {
                padding: 30px 24px;
            }

                .frontier-card h2 {
                    font-size: 1.6rem;
                }

            .frontier-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .frontier-subtitle {
                font-size: 0.95rem;
                margin-bottom: 28px;
            }

            /* Activities slider */
            .activity-card {
                flex: 0 0 calc(80% - 12px);
            }

            .activity-image {
                height: 180px;
            }

            /* Newsletter */
            .newsletter-section {
                padding: 22px;
                gap: 20px;
                border-radius: 24px;
            }

            .newsletter-content h2 {
                font-size: 1.6rem;
            }

            .newsletter-content p {
                font-size: 0.9rem;
            }

        }

        /* ---------- iPhone (max 430px) ---------- */
        @media (max-width: 430px) {
            .container {
                padding: 0 12px;
            }

            .news-shell {
                padding: 0 4px;
            }

            .news-item {
                grid-template-columns: 50px minmax(0, 1fr);
                gap: 7px;
            }

            .news-day {
                font-size: 1.4rem;
            }

            .news-title {
                font-size: 0.78rem;
            }

            /* Hero */
            .hero-section {
                padding: 29px 18px;
                border-radius: 22px;
                margin-bottom: 32px;
            }

            .hero-logo-frame {
                width: 110px;
                height: 110px;
                margin: 0 auto 16px;
            }

            .hero-brand-large {
                font-size: 2.6rem;
            }

            .hero-title-th {
                font-size: 1.44rem;
                line-height: 1.35;
            }

            .hero-title-en {
                font-size: 0.82rem;
            }

            /* Section header */
            .section-header h2 {
                font-size: 1.55rem;
            }

            .section-header p {
                font-size: 0.9rem;
            }

            .advisory-header {
                padding: 50px 0 18px;
            }

            .advisory-header h2 {
                font-size: 1.38rem;
                margin-bottom: 4px;
            }

            .advisory-header p {
                font-size: 0.84rem;
                font-weight: 350;
            }

            .advisory-badge {
                font-size: 0.78rem;
                padding: 6px 11px;
            }

            /* Services */
            .services-grid {
                gap: 12px;
                margin-bottom: 36px;
            }

            .services-grid {
                margin-top: 30px;
            }

            .activity-section-header {
                padding-top: 112px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .activity-section-header h2 {
                font-size: 1.64rem;
                margin-bottom: 10px;
            }

            .activity-section-lead {
                max-width: 100%;
                font-family: 'Anuphan', sans-serif !important;
                font-size: 0.76rem !important;
                line-height: 1.42 !important;
                margin-top: 4px;
                color: #7a7a7a !important;
            }

            .activity-readmore-wrap {
                margin: 20px 0 30px;
            }

            .btn-readmore {
                font-family: 'Anuphan', sans-serif !important;
                font-size: 0.8rem !important;
                padding: 10px 18px;
                gap: 7px;
            }

            .service-card {
                padding: 18px 16px 20px;
                border-radius: 24px;
            }

                .service-card h3 {
                    font-size: 1.02rem;
                }

                .service-card p {
                    font-size: 0.84rem;
                }

            /* Info cards */
            .info-grid {
                gap: 12px;
            }

            .info-card {
                padding: 22px 18px;
                border-radius: 24px;
            }

            .info-header {
                gap: 12px;
                margin-bottom: 20px;
            }

                .info-header h3 {
                    font-size: 1.15rem;
                }

            .info-icon-small {
                width: 40px;
                height: 40px;
                border-radius: 12px;
            }

            .info-list li {
                font-size: 0.88rem;
                padding: 10px 8px;
            }

            /* Direction */
            .legacy-card {
                padding: 24px 18px;
                border-radius: 22px 22px 0 0;
            }

            .legacy-header {
                font-size: 1.15rem;
            }

            .frontier-card {
                padding: 24px 18px;
                border-radius: 0 0 22px 22px;
            }

                .frontier-card h2 {
                    font-size: 1.4rem;
                }

            .frontier-subtitle {
                font-size: 0.88rem;
                margin-bottom: 22px;
            }

            .frontier-item span {
                font-size: 0.88rem;
            }

            /* Activities */
            .activity-card {
                flex: 0 0 calc(88% - 12px);
                border-radius: 22px;
            }

            .activity-image {
                height: 160px;
                padding: 12px 12px 0;
            }

            .activity-content {
                padding: 18px;
            }

            .activity-card h3 {
                font-size: 1.1rem;
            }

            .activity-card p {
                font-size: 0.85rem;
            }

            .activity-controls-bar {
                padding: 0 4px;
            }

            /* Newsletter */
            .newsletter-section {
                padding: 18px;
                border-radius: 22px;
            }

            .newsletter-content h2 {
                font-size: 1.35rem;
            }

            .newsletter-content p {
                font-size: 0.85rem;
                margin-bottom: 20px;
            }

            .btn-facebook {
                padding: 12px 20px;
                font-size: 0.9rem;
            }

            /* Buttons */
            .view-all-btn {
                font-size: 0.85rem;
                padding: 9px 18px;
            }

            .btn-detail {
                padding: 11px 22px;
                font-size: 0.88rem;
            }
        }
