/*
Theme Name: Vntech68
Theme URI: Vntech68
Author: Vntech68
Author URI:  Vntech68
Description:
License: Vntech68
License URI: Vntech68
Text Domain: Vntech68
Tags: Thiết kế website, Web Chuẩn seo, Dịch vụ seo, Dịch vụ tên miền, Dịch vụ Hosting...

Version: 2.3
*/
@charset "utf-8";
/* =========================================================
   RESET
========================================================= */

:root {
    --header-background: #4b4b55;
    --hero-background: #08061d;

    --text-primary: #ffffff;
    --text-menu: #c5c4c9;
    --text-menu-hover: #ffffff;

    --button-start: #0096d6;
    --button-end: #e4007c;

    --container-width: 1300px;
    --container-padding: 20px;

    /* Gametech Colors */
    --void: #0a0a18;
    --void-deep: #050510;
    --panel: #14142c;
    --panel-2: #191938;
    --purple: #8b5cf6;
    --cyan: #22d3ee;
    --pink: #f472b6;
    --coral-cta: #ff5a5f;
    --coral-cta-dark: #e5484d;
    --cloud: #f6f5fb;
    --cloud-dim: #ece9fb;
    --slate: #8a8fa6;
    --ink: #0d0d1f;
    --line: rgba(139, 92, 246, 0.16);
    --shadow-lg: 0 24px 60px -20px rgba(10, 10, 24, 0.45);
    --radius-lg: 22px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text-primary);
    background-color: var(--hero-background);
    font-family: "Inter-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

/* =========================================================
   CONTAINER CHUNG TOÀN WEBSITE
========================================================= */

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.grid-1300 {
    width: 100%;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
}

/* Nếu muốn hỗ trợ cả tên class gõ nhầm gifd-1300 */
.gifd-1300 {
    width: 100%;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
}

/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #f8f9fc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.site-header.is-scrolled {
    background: rgba(248, 249, 252, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

body.menu-open .site-header {
    background-color: transparent;
}

.header-inner {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
    align-items: center;
    min-height: 66px;
    position: relative;
    z-index: 1001;
}

/* =========================================================
   LOGO
========================================================= */

.site-logo {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    max-width: 175px;
}

.site-logo img {
    width: auto;
    max-width: 175px;
    max-height: 44px;
    object-fit: contain;
}

/*
Nếu chưa có ảnh logo, có thể dùng cấu trúc logo dạng text:

.site-logo-icon ...
.site-logo-text ...
*/

/* =========================================================
   MENU DESKTOP
========================================================= */

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 66px;
    color: #4b5563;
    /* Dark gray for text */
    font-family: "Inter-SemiBold", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.main-menu a::after {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--button-start), var(--button-end));
    content: "";
    transition: width 0.25s ease;
}

.main-menu a:hover,
.main-menu a:focus-visible,
.main-menu .current-menu-item>a {
    color: #111827;
    /* Darker near-black for hover */
}

.main-menu a:hover::after,
.main-menu a:focus-visible::after,
.main-menu .current-menu-item>a::after {
    width: 100%;
}

/* =========================================================
   NÚT ĐĂNG KÝ
========================================================= */

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #0f172a;
    background: #ffffff;
    font-family: "Inter-SemiBold", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.button-outline:hover,
.button-outline:focus-visible {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.button-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 24px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(100deg,
            var(--button-start) 0%,
            var(--button-end) 100%);
    box-shadow: 0 6px 18px rgba(0, 150, 214, 0.2);
    font-family: "Inter-Bold", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.button-gradient:hover,
.button-gradient:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.06);
    box-shadow: 0 9px 24px rgba(228, 0, 124, 0.3);
    color: #ffffff;
}

.button-gradient:active {
    transform: translateY(0);
}

/* =========================================================
   MENU TOGGLE MOBILE
========================================================= */

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.menu-toggle.is-active {
    background-color: rgba(235, 85, 123, 0.15);
    /* Tông hồng nhẹ khi đóng */
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 10px;
    background-color: #1e293b;
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        background-color 0.3s ease;
}

.menu-toggle.is-active span {
    background-color: #ff6b81;
    /* Đổi màu X sang hồng đỏ cho nổi bật */
}

.menu-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
}

.menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* =========================================================
   MENU MOBILE
========================================================= */

.mobile-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(8, 6, 29, 0.85);
    /* Nền tối mờ */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.mobile-navigation.is-open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.mobile-menu li {
    border-bottom: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.mobile-menu li:last-child {
    margin-bottom: 0;
}

.mobile-menu a:not(.button-outline):not(.button-gradient) {
    display: inline-block;
    padding: 10px;
    color: var(--text-menu);
    font-family: "Inter-Medium", Arial, sans-serif;
    font-size: 20px;
    transition: color 0.3s ease;
    transform: translateY(-40px);
    opacity: 0;
}

/* Hover effect */
.mobile-menu a:not(.button-outline):not(.button-gradient):hover {
    color: #ffffff;
}

/* When open, animate items */
.mobile-navigation.is-open .mobile-menu a:not(.button-outline):not(.button-gradient) {
    transform: translateY(0);
    opacity: 1;
    transition:
        transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.5s ease;
}

/* Staggered delays */
.mobile-navigation.is-open .mobile-menu li:nth-child(1) a {
    transition-delay: 0.1s;
}

.mobile-navigation.is-open .mobile-menu li:nth-child(2) a {
    transition-delay: 0.15s;
}

.mobile-navigation.is-open .mobile-menu li:nth-child(3) a {
    transition-delay: 0.2s;
}

.mobile-navigation.is-open .mobile-menu li:nth-child(4) a {
    transition-delay: 0.25s;
}

.mobile-navigation.is-open .mobile-menu li:nth-child(5) a {
    transition-delay: 0.3s;
}

.mobile-register-item {
    padding-top: 15px;
    transform: translateY(-40px);
    opacity: 0;
}

.mobile-navigation.is-open .mobile-register-item {
    transform: translateY(0);
    opacity: 1;
    transition:
        transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s,
        opacity 0.5s ease 0.3s;
}

/* =========================================================
   HERO SECTION (GAMETECH)
========================================================= */

.hero {
    background: radial-gradient(120% 120% at 50% -10%,
            #1b1240 0%,
            var(--void-deep) 55%,
            var(--void) 100%);
    padding: 96px 0 110px;
    overflow: hidden;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyan);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.3);
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 22px;
}

.eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    animation: blink 1.6s infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.hero .hero-title {
    color: #fff;
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.35;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    letter-spacing: -0.01em;
}

.typewriter-cursor {
    font-weight: 300;
    color: #fff;
    animation: blink-cursor 0.8s infinite;
}

@keyframes blink-cursor {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.hero .hero-title .accent {
    background: linear-gradient(90deg, var(--cyan), var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p.sub {
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.65;
    margin-top: 20px;
    max-width: 480px;
}

/* =========================================================
   HERO ENTRY ANIMATIONS
========================================================= */
@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero .eyebrow {
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero .hero-title {
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

.hero p.sub {
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.hero .hero-ctas {
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}

.hero .hero-stats {
    opacity: 0;
    animation: heroFadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.hero .signal-visual {
    opacity: 0;
    animation: heroFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

.hero-ctas {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, var(--coral-cta), var(--coral-cta-dark));
    color: #fff;
    padding: 15px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 14px 30px -10px rgba(255, 90, 95, 0.6);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px -8px rgba(255, 90, 95, 0.7);
    color: #fff;
}

.btn-ghost {
    color: #fff;
    padding: 15px 24px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s ease;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.hero-stats {
    display: flex;
    gap: 36px;
    margin-top: 52px;
    flex-wrap: wrap;
}

.stat b {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.stat span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.signal-visual {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(139, 92, 246, 0.35);
    animation: pulse 4.8s ease-out infinite;
}

.ring:nth-child(1) {
    width: 120px;
    height: 120px;
    animation-delay: 0s;
}

.ring:nth-child(2) {
    width: 120px;
    height: 120px;
    animation-delay: 0.8s;
}

.ring:nth-child(3) {
    width: 120px;
    height: 120px;
    animation-delay: 1.6s;
}

.ring:nth-child(4) {
    width: 120px;
    height: 120px;
    animation-delay: 2.4s;
}

.ring:nth-child(5) {
    width: 120px;
    height: 120px;
    animation-delay: 3.2s;
}

.ring:nth-child(6) {
    width: 120px;
    height: 120px;
    animation-delay: 4s;
}

@keyframes pulse {
    0% {
        width: 120px;
        height: 120px;
        opacity: 0.9;
        border-color: rgba(139, 92, 246, 0.55);
    }

    100% {
        width: 650px;
        height: 650px;
        opacity: 0;
        border-color: rgba(244, 114, 182, 0);
    }
}

.signal-core {
    position: relative;
    z-index: 3;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            var(--signal-blue, #1547e8),
            var(--violet-5g, #8b5cf6));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 10px rgba(21, 71, 232, 0.15),
        0 30px 60px -15px rgba(139, 92, 246, 0.6);
}

.signal-core span {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}

.signal-core small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
}

.float-chip {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 10px 14px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-lg);
    animation: float 4.5s ease-in-out infinite;
}

.float-chip.c1 {
    top: 10px;
    left: 0px;
    animation-delay: 0s;
}

.float-chip.c2 {
    bottom: 24px;
    right: -6px;
    animation-delay: 1.2s;
}

.float-chip.c3 {
    top: 50%;
    right: 6px;
    animation-delay: 2.1s;
}

.float-chip.c4 {
    bottom: 40px;
    left: -10px;
    animation-delay: 0.7s;
}

.float-chip.c5 {
    top: -5px;
    right: 20px;
    animation-delay: 3.2s;
}

.float-chip.c6 {
    top: 40%;
    left: -25px;
    animation-delay: 1.5s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.float-chip .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    animation: dotPulse 1.5s infinite;
    box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.7);
}

@keyframes dotPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(34, 211, 238, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(34, 211, 238, 0);
    }
}

/* =========================================================
   BẢNG GIÁ
========================================================= */

.pricing-section {
    padding: 88px 0 96px;
    background-color: #f5f8ff;
    color: #07163f;
}

.pricing-heading {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.pricing-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 15px;
    border: 1px solid #a9c1ff;
    border-radius: 999px;
    color: #1749e5;
    background-color: #edf3ff;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.pricing-heading .section-title {
    margin: 22px 0 10px;
    color: #06143a;
    font-family: "Inter-Bold", sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.pricing-heading p {
    margin: 0;
    color: #66708f;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

/* =========================================================
   ANIMATIONS BẢNG GIÁ
========================================================= */
.fade-up-element {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up-element.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-heading.fade-up-element {
    transition-delay: 0s;
}

.pricing-filter.fade-up-element {
    transition-delay: 0.1s;
}

.pricing-grid .package-card:nth-child(1).fade-up-element {
    transition-delay: 0.2s;
}

.pricing-grid .package-card:nth-child(2).fade-up-element {
    transition-delay: 0.3s;
}

.pricing-grid .package-card:nth-child(3).fade-up-element {
    transition-delay: 0.4s;
}

.pricing-grid .package-card:nth-child(4).fade-up-element {
    transition-delay: 0.2s;
}

.pricing-grid .package-card:nth-child(5).fade-up-element {
    transition-delay: 0.3s;
}

.pricing-grid .package-card:nth-child(6).fade-up-element {
    transition-delay: 0.4s;
}

/* =========================================================
   BỘ LỌC
========================================================= */

.pricing-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 44px 0 40px;
}

.filter-button {
    min-height: 42px;
    padding: 9px 21px;
    border: 1px solid #dce4f5;
    border-radius: 999px;
    color: #59627d;
    background-color: #ffffff;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.filter-button:hover {
    color: #1749e5;
    border-color: #9eb5ff;
    transform: translateY(-1px);
}

.filter-button.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(100deg, #1749e5, #6d4df6);
    box-shadow: 0 10px 20px rgba(64, 75, 237, 0.22);
}

/* =========================================================
   GRID 3 BOX MỘT HÀNG
========================================================= */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* =========================================================
   BOX GÓI CƯỚC
========================================================= */

.package-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 390px;
    padding: 28px 24px 24px;
    overflow: hidden;
    border: 1px solid #dce5f7;
    border-radius: 22px;
    background-color: #ffffff;
    box-shadow: 0 12px 34px rgba(22, 43, 91, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

/* Viền gradient phía trên */
.package-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #22d3ee, #8b5cf6);
    content: "";
}

.package-card:hover {
    transform: translateY(-6px);
    border-color: #c8d5f4;
    box-shadow: 0 20px 45px rgba(22, 43, 91, 0.11);
}

.package-card.is-hidden {
    display: none;
}

.package-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.package-card__header .package-title {
    margin: 0;
    color: #06143a;
    font-family: "Inter-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.package-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 11px;
    border-radius: 999px;
    color: #1749e5;
    background-color: #edf2ff;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.package-price {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-top: 16px;
}

.package-price strong {
    color: #ed404b;
    font-family: "Inter-Bold", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.package-price span {
    margin-top: 1px;
    color: #64708d;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 14px;
}

.package-information {
    display: grid;
    gap: 8px;
    margin: 30px 0 26px;
}

.package-information__row {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    align-items: start;
}

.package-information__row span {
    color: #66708f;
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
}

.package-information__row strong {
    color: #07163f;
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

/* =========================================================
   KHỐI CÚ PHÁP
========================================================= */

.package-command {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 56px;
    margin-top: auto;
    padding: 9px 10px 9px 14px;
    border-radius: 11px;
    background-color: #07143d;
}

.package-command code,
.package-command__number,
.package-command__arrow {
    color: #22d3ee;
    font-family: "Inter-Medium", sans-serif;
    font-size: 12px;
}

.package-command code {
    min-width: 0;
    overflow-wrap: anywhere;
}

.package-command__number {
    margin-right: auto;
}

.copy-button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 7px 11px;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background-color: #202f5b;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.copy-button:hover {
    background-color: #304278;
}

.copy-button:active {
    transform: scale(0.96);
}

.copy-button.is-copied {
    background-color: #0aa977;
}

/* =========================================================
   NÚT HÀNH ĐỘNG
========================================================= */

.package-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 13px;
}

.compose-button,
.consult-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.compose-button {
    border: 1px solid #1749e5;
    color: #ffffff;
    background-color: #1749e5;
}

.compose-button:hover {
    transform: translateY(-2px);
    background-color: #123ed0;
    box-shadow: 0 8px 18px rgba(23, 73, 229, 0.22);
}

.consult-button {
    border: 1px solid #e2e9fa;
    color: #1749e5;
    background-color: #edf2ff;
}

.consult-button:hover {
    transform: translateY(-2px);
    background-color: #e2eaff;
}

/* =========================================================
   MODAL
========================================================= */

.sms-modal[hidden] {
    display: none;
}

.sms-modal {
    position: fixed;
    z-index: 999999 !important;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.sms-modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(3, 10, 35, 0.7);
    backdrop-filter: blur(4px);
}

.sms-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 450px);
    margin: auto !important;
    padding: 34px;
    border-radius: 22px;
    background-color: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
    text-align: center;
    animation: showSmsModal 0.25s ease;
}

@keyframes showSmsModal {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.sms-modal__close {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #65708d;
    background-color: #f0f4fc;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.sms-modal__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, #22d3ee, #8b5cf6);
    font-size: 26px;
}

.sms-modal .modal-title {
    margin: 20px 0 8px;
    color: #06143a;
    font-family: "Inter-Bold", sans-serif;
    font-size: 25px;
}

.sms-modal__description {
    margin: 0 0 22px;
    color: #66708f;
    font-size: 14px;
    line-height: 1.6;
}

.sms-modal__instruction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid #e0e7f7;
    border-radius: 12px;
    background-color: #f5f8ff;
    text-align: left;
}

.sms-modal__instruction span {
    color: #66708f;
    font-size: 14px;
}

.sms-modal__instruction strong {
    color: #07163f;
    font-family: "Inter-Bold", sans-serif;
    font-size: 15px;
    text-align: right;
}

.modal-copy-button {
    width: 100%;
    min-height: 45px;
    margin-top: 20px;
    border: 0;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(100deg, #1749e5, #7451ef);
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-copy-button.is-copied {
    background: #0aa977 !important;
}

/* =========================================================
   THÔNG BÁO COPY
========================================================= */

.copy-toast {
    position: fixed;
    z-index: 9999999 !important;
    left: 50% !important;
    bottom: 40px;
    right: auto !important;
    padding: 12px 18px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #0a9d70;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 15px) !important;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
}

.copy-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) !important;
}

/* =========================================================
   BẢNG GIÁ GAMETECH STYLE
========================================================= */

.packages {
    padding: 90px 0 90px;
    background-color: #f6f5fb;
}

.section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 44px;
}

.section-head .eyebrow {
    display: inline-block;
    color: var(--purple);
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(139, 92, 246, 0.25);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-head .section-title {
    font-size: clamp(26px, 3.6vw, 38px);
    font-weight: 800;
    color: #06143a;
    margin: 0;
}

.section-head p {
    color: var(--slate);
    font-size: 15.5px;
    margin-top: 12px;
    line-height: 1.6;
}

.filter-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.filter-tabs .tab {
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--slate);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.filter-tabs .tab:hover {
    border-color: var(--purple);
    color: var(--purple);
    transform: translateY(-2px);
}

.filter-tabs .tab.active {
    background: linear-gradient(135deg, var(--purple), var(--cyan));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px -8px rgba(139, 92, 246, 0.5);
    transform: translateY(-2px);
}

.pkg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1140px;
    margin: 0 auto;
}

.pkg-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(22, 43, 91, 0.11);
    border-color: #c8d5f4;
}

.pkg-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--cyan), var(--purple));
}

.pkg-card.featured {
    border-color: var(--purple);
    box-shadow: 0 20px 50px -20px rgba(139, 92, 246, 0.4);
}

.pkg-featured-tag {
    position: absolute;
    top: 20px;
    right: -34px;
    transform: rotate(40deg);
    background: linear-gradient(135deg, var(--purple), var(--pink));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 40px;
    letter-spacing: 0.04em;
}

.pkg-code {
    font-family: monospace;
    font-size: 13px;
    color: var(--purple);
    background: var(--cloud-dim);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    width: fit-content;
    font-weight: 700;
}

.pkg-name {
    font-size: 24px;
    font-weight: 800;
    color: #06143a;
    margin: 0;
}

.pkg-desc {
    color: var(--slate);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.pkg-feats {
    list-style: none;
    padding: 0;
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pkg-feats li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    font-size: 14px;
    color: var(--ink);
}

.pkg-feats li::before {
    content: "✓";
    color: var(--cyan);
    font-weight: 800;
    flex-shrink: 0;
}

.pkg-cta {
    margin-top: auto;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14.5px;
    background: #4338ca;
    color: #fff;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.4s ease;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
}

.pkg-card.featured .pkg-cta {
    background: linear-gradient(135deg, var(--coral-cta), var(--coral-cta-dark));
    color: #fff;
}

.pkg-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -6px rgba(67, 56, 202, 0.5);
    background: #3730a3;
    color: #fff;
    text-decoration: none;
}

.pkg-card.featured .pkg-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -6px rgba(229, 72, 77, 0.5);
    background: linear-gradient(135deg, var(--coral-cta-dark), #d12e34);
}

.pkg-note {
    text-align: center;
    color: var(--slate);
    font-size: 13.5px;
    margin-top: 28px;
}

/* =========================================================
   HƯỚNG DẪN ĐĂNG KÝ
========================================================= */

.steps {
    background: var(--hero-background);
    padding: 90px 0;
}

.steps .section-head .section-title {
    color: #fff;
}

.steps .section-head p {
    color: rgba(255, 255, 255, 0.65);
}

.steps .section-head .eyebrow {
    color: var(--cyan);
    background: rgba(34, 211, 238, 0.1);
    border-color: rgba(34, 211, 238, 0.3);
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: step;
}

.step-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    position: relative;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.4s ease,
        border-color 0.4s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(34, 211, 238, 0.2);
}

.step-num {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 42px;
    background: linear-gradient(90deg, var(--cyan), var(--button-end));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 14px;
    display: inline-block;
}

.step-card .package-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

.step-card p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   KHUYẾN MÃI
========================================================= */
.promo {
    padding: 90px 0;
    background-color: #ffffff;
}

.promo .section-head .section-title {
    color: #06143a;
}

.promo .section-head p {
    color: var(--slate);
}

.promo .section-head .eyebrow {
    color: var(--button-end);
    background: rgba(223, 98, 200, 0.1);
    border-color: rgba(223, 98, 200, 0.3);
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.promo-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
    align-items: center;
    padding: 16px;
    text-decoration: none;
}

.promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(22, 43, 91, 0.1);
    border-color: #c8d5f4;
    text-decoration: none;
}

.promo-card img {
    border-radius: 12px;
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.promo-text .package-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
    color: #06143a;
    margin-top: 0;
}

.promo-text p {
    font-size: 13.5px;
    color: var(--slate);
    margin: 0;
    line-height: 1.5;
}

/* =========================================================
   GAMES (GAME NỔI BẬT)
========================================================= */
.games {
    background: var(--void);
    padding: 90px 0;
}

.games .section-head h2 {
    color: #fff;
}

.games .section-head p {
    color: rgba(255, 255, 255, 0.6);
}

.games .section-head .eyebrow {
    color: var(--cyan);
    background: rgba(34, 211, 238, 0.1);
    border-color: rgba(34, 211, 238, 0.3);
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
}

.game-card {
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.game-card:hover {
    transform: translateY(-5px);
    border-color: rgba(34, 211, 238, 0.5);
}

.game-thumb {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.game-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.game-card:hover .game-thumb img {
    transform: scale(1.08);
}

.age-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(10, 10, 24, 0.85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.game-cat {
    font-size: 11.5px;
    color: var(--cyan);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.game-card .game-body {
    padding: 16px;
}

.game-card h4 {
    color: #fff;
    font-size: 16px;
    margin: 5px 0;
}

.game-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    line-height: 1.5;
}

.games-more {
    text-align: center;
    margin-top: 44px;
}

/* =========================================================
   FOOTER
========================================================= */
footer {
    background: #08061d;
    padding: 64px 0 28px;
    color: rgba(255, 255, 255, 0.65);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.footer-grid .logo img {
    max-width: 175px;
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-grid a {
    font-size: 14px;
    transition: color 0.3s ease;
    color: inherit;
    text-decoration: none;
}

.footer-grid a:hover {
    color: var(--cyan);
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}

/* Bỏ gạch chân và viền outline (thường có màu trắng/xanh) khi click focus vào các thẻ a, đặc biệt là menu */
a:focus,
a:active,
.main-menu a:focus,
.main-menu a:active {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Bù trừ không gian cho header dính (sticky header) khi cuộn mượt bằng CSS gốc */
[id] {
    scroll-margin-top: 80px;
}

/* Extracted from index.html */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.hero-slider .owl-nav button {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.hero-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.hero-slider .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Extracted from index.html */
.category-heading {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
}

.category-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 4px;
    background-color: var(--cat-color, #e11d48);
    border-radius: 4px;
}

/* Package Grid Styles */
.package-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .package-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .package-grid-container article {
        padding: 12px !important;
    }

    .package-grid-container article>div:first-child h3 {
        font-size: 15px !important;
    }

    .package-grid-container article>div:first-child span {
        font-size: 9px !important;
        padding: 2px 4px !important;
    }

    .package-grid-container article>p {
        font-size: 11px !important;
        margin-bottom: 12px !important;
        min-height: auto !important;
    }

    .package-grid-container article>div:nth-of-type(2)>span:first-child {
        font-size: 18px !important;
    }

    .package-grid-container article>div:nth-of-type(2)>span:last-child {
        font-size: 11px !important;
    }

    .package-grid-container article>div:nth-of-type(4)>div {
        font-size: 11px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        margin-bottom: 8px !important;
    }

    .package-grid-container article>div:nth-of-type(4)>div strong {
        text-align: left !important;
        max-width: 100% !important;
    }

    .package-grid-container article>div:nth-of-type(5) {
        font-size: 11px !important;
        padding: 6px !important;
        margin-bottom: 10px !important;
    }

    .package-grid-container article>button {
        font-size: 12px !important;
        padding: 8px !important;
    }
}

/* Extracted from index.html */
.promo-banner a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 161, 0.5);
}

/* Extracted from index.html */
@media (max-width: 767px) {
    .game-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .game-card .game-thumb {
        height: 120px !important;
        /* Fixed height to prevent uneven cards */
    }

    .game-card .game-body {
        padding: 12px !important;
    }

    .game-card h4 {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
    }

    .game-card p {
        font-size: 11px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0 !important;
    }

    .game-cat {
        font-size: 10px !important;
        margin-bottom: 6px !important;
    }

    .age-badge {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }
}

/* Extracted from index.html */
#footer a:hover {
    color: #fff !important;
}

/* =========================================================
   PACKAGE FILTERS
========================================================= */
.pkg-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.pkg-filter-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pkg-filter-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.pkg-filter-btn.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

/* =========================================================
   REFACTORED PACKAGE CARDS
========================================================= */
.hp-pkg-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.hp-pkg-card.wow {
    /* Fix for wowjs removing classes */
}

.hp-pkg-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.hp-pkg-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e293b;
    margin: 0;
}

.hp-pkg-badge {
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.hp-badge-ghp {
    background: #e4007c;
    animation: ghp-glow-pulse 1.2s infinite alternate;
}

@keyframes ghp-glow-pulse {
    0% {
        box-shadow: 0 0 2px rgba(228, 0, 124, 0.4);
    }

    100% {
        box-shadow: 0 0 12px rgba(228, 0, 124, 0.9), 0 0 4px rgba(228, 0, 124, 0.5);
    }
}

.hp-badge-tgg {
    background: #ea580c;
    animation: tgg-glow-pulse 1.2s infinite alternate;
}

@keyframes tgg-glow-pulse {
    0% {
        box-shadow: 0 0 2px rgba(234, 88, 12, 0.4);
    }

    100% {
        box-shadow: 0 0 12px rgba(234, 88, 12, 0.9), 0 0 4px rgba(234, 88, 12, 0.5);
    }
}

.hp-badge-hp {
    background: #0096d6;
    animation: hp-glow-pulse 1.2s infinite alternate;
}

@keyframes hp-glow-pulse {
    0% {
        box-shadow: 0 0 2px rgba(0, 150, 214, 0.4);
    }

    100% {
        box-shadow: 0 0 12px rgba(0, 150, 214, 0.9), 0 0 4px rgba(0, 150, 214, 0.5);
    }
}

.hp-pkg-desc {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 12px;
    min-height: 39px;
}

.hp-pkg-price-wrap {
    margin-bottom: 12px;
}

.hp-pkg-price-big {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
}

.hp-pkg-price-small {
    font-size: 16px;
    font-weight: normal;
}

.hp-pkg-price-unit {
    color: #64748b;
    font-size: 14px;
}

.hp-pkg-divider {
    border-top: 1px dashed #e2e8f0;
    margin-bottom: 16px;
}

.hp-pkg-details-wrap {
    margin-bottom: 24px;
    flex-grow: 1;
}

.hp-pkg-detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px;
}

.hp-pkg-detail-row.no-mb {
    margin-bottom: 0;
}

.hp-pkg-detail-label {
    color: #64748b;
    display: inline-flex;
    align-items: center;
}

.hp-pkg-detail-label i {
    margin-right: 6px;
    color: #64748b;
    font-size: 13px;
    width: 14px;
    text-align: center;
}

.hp-pkg-detail-val {
    color: #1e293b;
    font-weight: 600;
    text-align: right;
    max-width: 60%;
}

.hp-pkg-syntax-text {
    text-align: center;
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hp-pkg-syntax-text i {
    font-size: 14px;
}

.hp-pkg-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    background: #fff;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.2s ease;
    width: fit-content;
    text-decoration: none;
}

.hp-more-ghp {
    border: 1px solid #e4007c;
    color: #e4007c;
}

.hp-more-ghp:hover {
    background: #e4007c;
    color: #fff;
}

.hp-more-tgg {
    border: 1px solid #ea580c;
    color: #ea580c;
}

.hp-more-tgg:hover {
    background: #ea580c;
    color: #fff;
}

.hp-more-hp {
    border: 1px solid #0096d6;
    color: #0096d6;
}

.hp-more-hp:hover {
    background: #0096d6;
    color: #fff;
}

.compose-button {
    width: 100%;
    background: #0096d6;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 12px;
}

.compose-button:hover {
    background: #0082ba;
}

/* =========================================================
   PROMO BANNER
========================================================= */
.hp-promo-banner {
    background: #0f172a;
    border-radius: 12px;
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 20px;
}

.hp-promo-glow {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 250px;
    height: 250px;
    background: rgba(0, 150, 214, 0.2);
    filter: blur(60px);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.hp-promo-content {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 300px;
}

.hp-promo-tag {
    color: #0096d6;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hp-promo-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.hp-promo-desc {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
}

.hp-promo-action {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: auto;
}

.hp-promo-btn {
    display: inline-block;
    background-color: #0096d6;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 150, 214, 0.3);
    border: none;
    cursor: pointer;
    animation: promo-btn-glow 1.5s infinite alternate;
}

@keyframes promo-btn-glow {
    0% {
        box-shadow: 0 4px 14px rgba(0, 150, 214, 0.4);
    }

    100% {
        box-shadow: 0 0 25px rgba(0, 150, 214, 0.9), 0 0 10px rgba(0, 150, 214, 0.6);
    }
}

/* =========================================================
   REGISTRATION STEPS
========================================================= */
.hp-steps-header {
    text-align: left;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hp-steps-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.hp-steps-subtitle {
    color: #64748b;
    font-size: 14px;
}

.hp-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.hp-step-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.hp-step-badge {
    color: #0096d6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hp-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.hp-step-desc {
    color: #64748b;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

/* =========================================================
   FAQ SECTION
========================================================= */
.hp-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.hp-faq-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.hp-faq-subtitle {
    color: #64748b;
    font-size: 15px;
}

.hp-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.hp-faq-item.no-border {
    border-bottom: none;
}

.hp-faq-question-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hp-faq-icon-mark {
    color: #3b82f6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s;
}

.hp-faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.hp-faq-answer-text {
    padding-bottom: 20px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================================
   FOOTER SECTION
========================================================= */
.hp-footer-main {
    background-color: #0e1626;
    padding: 60px 0 20px;
}

.hp-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.hp-footer-logo-wrap {
    margin-bottom: 20px;
}

.hp-footer-desc {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.8;
}

.hp-footer-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hp-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-footer-list-item {
    margin-bottom: 12px;
}

.hp-footer-link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.hp-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    margin-bottom: 12px;
    font-size: 14px;
}

.hp-footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    text-align: center;
}

.hp-footer-copyright {
    color: #64748b;
    font-size: 14px;
}

/* =========================================================
   SINGLE PAGE & SIDEBAR STYLES
========================================================= */
.single-container {
    padding: 50px 0 80px;
    background-color: #f8f9fc;
    font-family: 'Inter-Regular', Arial, sans-serif !important;
}

.single-main-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}

.single-title {
    position: relative;
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #e4007c;
    border-radius: 2px;
}

.single-pkg-summary {
    display: flex;
    background: #f8f9fc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.single-pkg-icon {
    background: linear-gradient(135deg, #0096d6, #e4007c);
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}

.single-pkg-meta {
    flex: 1;
    min-width: 200px;
}

.single-pkg-price {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
}

.single-pkg-price small {
    font-size: 14px;
    color: #64748b;
    font-weight: normal;
}

.single-pkg-desc {
    font-size: 15px;
    color: #475569;
    margin-top: 10px;
    line-height: 1.6;
}

.single-content-body {
    color: #334155;
}

.single-content-body p {
    color: #334155;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-content-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 28px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 12px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-content-body h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    background: #e4007c;
    border-radius: 1.5px;
}

.single-content-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-content-body h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 22px;
    margin-bottom: 10px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-content-body h6 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 20px;
    margin-bottom: 8px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-content-body a {
    color: #0096d6;
    text-decoration: none;
}

.single-content-body a:hover {
    color: #e4007c;
    text-decoration: underline;
}

.single-content-body h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 30px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 12px;
    font-family: 'Inter-Bold', Arial, sans-serif !important;
    line-height: 1.4;
}

.single-content-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #0096d6;
    border-radius: 2px;
}

.single-content-body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 24px;
}

.single-content-body ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.single-content-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #e4007c;
    border-radius: 50%;
}

.single-content-body ol {
    padding-left: 20px;
    margin-bottom: 24px;
}

.single-content-body ol li {
    margin-bottom: 12px;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.single-content-body ol li::marker {
    color: #e4007c;
    font-weight: bold;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
}

.single-content-body table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 0 !important;
    background-color: #ffffff;
    border: 1px solid #e2e8f0 !important;
}

.single-content-body table th,
.single-content-body table td {
    padding: 12px 16px;
    border: 1px solid #e2e8f0 !important;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
}

.single-content-body table th {
    background-color: #f8fafc;
    color: #0f172a;
    font-weight: 700;
}

.single-content-body table tr:nth-child(even) {
    background-color: #f8fafc;
}

.single-content-body table td:first-child {
    font-weight: 600;
    color: #0f172a;
    background-color: #fafbfc;
    min-width: 130px;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
}

.widget-title {
    position: relative;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #e4007c;
    border-radius: 2px;
}

.widget-pkg-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.widget-pkg-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #f1f5f9;
}

.widget-pkg-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-pkg-badge {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: bold;
}

.widget-pkg-badge.ghp {
    background: rgba(228, 0, 124, 0.05);
    border-color: rgba(228, 0, 124, 0.15);
    color: #e4007c;
}

.widget-pkg-meta {
    flex: 1;
}

.widget-pkg-title {
    font-size: 14px;
    font-weight: bold;
    color: #1e293b;
    margin: 0;
}

.widget-pkg-price {
    font-size: 13px;
    color: #ed404b;
    font-weight: bold;
    margin-top: 2px;
}

.widget-pkg-btn {
    background: #0096d6;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.widget-pkg-btn:hover {
    background: #0082ba;
    color: #fff;
}

.widget-guide-step {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.widget-guide-step:last-child {
    margin-bottom: 0;
}

.widget-guide-num {
    background: rgba(0, 150, 214, 0.1);
    color: #0096d6;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.widget-guide-text {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
}

.widget-support-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.widget-support-icon {
    font-size: 28px;
    color: #00d4a1;
    margin-bottom: 12px;
}

.widget-support-num {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 4px 0 10px;
}

.widget-support-btn {
    display: block;
    background: #0096d6;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.2s;
}

.widget-support-btn:hover {
    background: #0082ba;
    color: #fff;
}

/* Featured Articles Widget */
.widget-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.widget-post-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.widget-post-item:last-child {
    margin-bottom: 0;
}

.widget-post-thumb {
    width: 120px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

@media (max-width: 768px) {
    .widget-post-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .widget-post-thumb {
        width: 100%;
        height: 160px;
    }
}

.widget-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.widget-post-item:hover .widget-post-thumb img {
    transform: scale(1.08);
}

.widget-post-meta {
    display: flex;
    flex-direction: column;
}

.widget-post-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.45;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.2s ease;
}

.widget-post-title:hover {
    color: #0096d6;
}

.widget-post-date {
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

.widget-post-date i {
    font-size: 10px;
}

/* =========================================================
   MOBILE RESPONSIVE OVERFLOW & FILTER FIXES
   ========================================================= */
html, body {
    max-width: 100%;
    overflow-x: clip;
}

@media (max-width: 767px) {
    /* Reduce page container padding to maximize card horizontal space */
    .grid-1300, .gifd-1300 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pkg-filter-bar {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
        padding: 5px 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pkg-filter-bar::-webkit-scrollbar {
        display: none !important;
    }
    .pkg-filter-btn {
        flex-shrink: 0 !important;
    }
    
    .package-grid-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
    }

    /* Reduce card padding on mobile */
    .hp-pkg-card {
        padding: 12px 8px !important;
    }
    
    /* Optimize header font size and badge */
    .hp-pkg-title {
        font-size: 15px !important;
    }
    .hp-pkg-badge {
        font-size: 9px !important;
        padding: 2px 4px !important;
    }
    
    /* Wrap price and scale down slightly */
    .hp-pkg-price-wrap {
        flex-wrap: wrap !important;
        gap: 2px !important;
    }
    .hp-pkg-price-big {
        font-size: 16px !important;
    }
    .hp-pkg-price-unit {
        font-size: 10px !important;
    }
    
    /* Stacking detail rows vertically */
    .hp-pkg-detail-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
        font-size: 11px !important;
        margin-bottom: 8px !important;
    }
    .hp-pkg-detail-row strong {
        text-align: left !important;
        max-width: 100% !important;
    }
    
    /* Scale down syntax text to fit small screens */
    .hp-pkg-syntax-text {
        font-size: 11px !important;
        padding: 6px 4px !important;
        flex-wrap: wrap !important;
        text-align: center !important;
    }
    
    /* Reduce button padding to fit small cards */
    .compose-button {
        font-size: 12px !important;
        padding: 8px !important;
    }
}

/* Category Page Styling */
.category-post-card {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #f1f5f9;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.category-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-color: #e2e8f0;
}

.category-post-thumb {
    width: 200px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
}

.category-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-post-card:hover .category-post-thumb img {
    transform: scale(1.08);
}

.category-post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: 'Inter-Bold', Arial, sans-serif;
}

.category-post-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-post-card:hover .category-post-title a,
.category-post-title a:hover {
    color: #0096d6;
}

.category-post-excerpt {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 12px 0;
    line-height: 1.6;
    font-family: 'Inter-Regular', Arial, sans-serif;
}

.category-post-date {
    font-size: 12px;
    color: #94a3b8;
}

.category-pagination {
    margin-top: 30px;
    text-align: center;
}

.category-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

.category-pagination .page-numbers:hover,
.category-pagination .page-numbers.current {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
}

@media (max-width: 768px) {
    .category-post-card {
        flex-direction: column;
        gap: 15px;
    }
    .category-post-thumb {
        width: 100%;
        height: 160px;
    }
}

/* Post Tags Styling */
.post-tag-item {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Inter-Medium', Arial, sans-serif;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
}

.post-tag-item:hover {
    background: #0096d6;
    color: #fff;
    border-color: #0096d6;
    transform: translateY(-1px);
}
        