@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+Thai:wght@300;400;500;700&display=swap');

:root {
    --primary: #2dd4bf;
    --primary-dark: #0d9488;
    --primary-light: #f0fdfa;
    --text-main: #1e293b;
    --text-light: #64748b;
    --white: #ffffff;
    --border: #e2e8f0;
    --shadow: 0 10px 30px -10px rgba(45, 212, 191, 0.4);
    --radius: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Noto Sans Thai', 'Noto Sans SC', 'Noto Sans JP', 'Kanit', sans-serif; background: #f8fafc; color: var(--text-main); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Navbar */
.navbar { position: fixed; top: 0; width: 100%; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); z-index: 1000; padding: 16px 0; }
.nav-wrapper { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Kanit', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--text-main); display: flex; align-items: center; gap: 8px; }
.logo-dot { width: 10px; height: 10px; background: var(--primary); border-radius: 50%; }
.logo span { color: var(--primary-dark); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-item { font-weight: 500; color: var(--text-light); font-size: 0.95rem; }
.nav-item:hover, .nav-item.active { color: var(--primary-dark); }
.btn-nav { background: var(--primary); color: var(--white); padding: 10px 24px; border-radius: 50px; font-weight: 600; }
.btn-nav:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* Language Selector */
.lang-selector { position: relative; }
.lang-btn { background: transparent; border: 1px solid var(--border); padding: 6px 12px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--text-main); transition: 0.3s; }
.lang-btn:hover { border-color: var(--primary); color: var(--primary-dark); }
.lang-dropdown { position: absolute; top: 100%; right: 0; margin-top: 8px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 8px 0; width: 100px; display: none; flex-direction: column; z-index: 1001; }
.lang-dropdown.show { display: flex; }
.lang-option { padding: 8px 16px; font-size: 0.85rem; color: var(--text-light); cursor: pointer; transition: 0.2s; }
.lang-option:hover { background: var(--primary-light); color: var(--primary-dark); }

/* Hero */
.hero-new { position: relative; padding: 180px 0 100px; text-align: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 10%, var(--primary-light), transparent 60%); z-index: -1; }
.hero-content { position: relative; z-index: 1; }
.hero-badge { display: inline-block; background: rgba(45, 212, 191, 0.1); color: var(--primary-dark); padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(45, 212, 191, 0.2); }
.hero-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 24px; line-height: 1.2; color: var(--text-main); letter-spacing: -1px; }
.hero-desc { font-size: 1.25rem; color: var(--text-light); max-width: 650px; margin: 0 auto 40px; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; margin-bottom: 60px; }
.btn-primary { background: var(--primary); color: var(--white); padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 1rem; box-shadow: var(--shadow); display: inline-block; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 15px 30px -10px rgba(45, 212, 191, 0.6); }
.btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 1rem; display: inline-block; }
.btn-outline:hover { background: var(--primary-light); color: var(--primary-dark); }
.btn-white { background: var(--white); color: var(--primary); padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 1rem; display: inline-block; }
.btn-white:hover { background: var(--primary-light); transform: translateY(-3px); }

/* Stats */
.hero-stats { display: flex; justify-content: center; align-items: center; gap: 40px; padding-top: 40px; border-top: 1px solid var(--border); max-width: 600px; margin: 0 auto; }
.stat-item { display: flex; flex-direction: column; }
.stat-num { font-size: 1.5rem; font-weight: 700; color: var(--primary-dark); }
.stat-label { font-size: 0.85rem; color: var(--text-light); }
.stat-divider { width: 1px; height: 40px; background: var(--border); }

/* Sections */
.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 16px; color: var(--text-main); }
.section-sub { font-size: 1.1rem; color: var(--text-light); }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; }
.feature-card { background: var(--white); padding: 40px 30px; border-radius: var(--radius); border: 1px solid var(--border); transition: 0.3s; text-align: left; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--primary); }
.feature-icon-box { width: 50px; height: 50px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--primary-dark); margin-bottom: 24px; }
.feature-card h3 { font-size: 1.25rem; margin-bottom: 12px; color: var(--text-main); }
.feature-card p { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; }

/* Process */
.process-section { background: var(--white); }
.process-steps { display: flex; justify-content: space-between; align-items: center; max-width: 800px; margin: 0 auto; flex-wrap: wrap; gap: 20px; }
.step-item { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 100px; }
.step-num { width: 60px; height: 60px; background: var(--primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; box-shadow: var(--shadow); }
.step-item h4 { font-size: 1.1rem; color: var(--text-main); }
.step-line { flex-grow: 1; height: 2px; background: var(--border); max-width: 100px; display: none; }

/* CTA */
.cta-section { padding: 80px 0; }
.cta-box { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); padding: 60px 40px; border-radius: 20px; text-align: center; color: var(--white); box-shadow: var(--shadow); }
.cta-box h2 { font-size: 2.5rem; margin-bottom: 16px; color: var(--white); }
.cta-box p { font-size: 1.1rem; margin-bottom: 32px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; }

/* Footer */
footer { background: #0f172a; color: var(--white); padding: 60px 0 30px; }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 40px; margin-bottom: 40px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #94a3b8; font-size: 0.9rem; }
.footer-links a:hover { color: var(--primary); }
.copyright { text-align: center; color: #64748b; font-size: 0.85rem; padding-top: 30px; border-top: 1px solid #1e293b; }

/* Service Page */
.service-hero { background: linear-gradient(135deg, var(--primary-light) 0%, var(--white) 100%); padding: 180px 0 100px; text-align: center; position: relative; overflow: hidden; }
.service-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin: 60px 0; }
.service-category { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.service-category:hover { transform: translateY(-8px); box-shadow: 0 20px 40px -10px rgba(45, 212, 191, 0.3); border-color: var(--primary); }
.service-header { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--white); padding: 30px; text-align: center; }
.service-icon { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 2.5rem; }
.service-header h3 { font-size: 1.8rem; margin-bottom: 10px; color: var(--white); }
.service-header p { opacity: 0.9; font-size: 0.95rem; }
.service-body { padding: 30px; }
.service-features { list-style: none; margin: 20px 0; }
.service-features li { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 12px; color: var(--text-light); }
.service-features li:last-child { border-bottom: none; }
.service-features i { color: var(--primary); font-size: 1.2rem; margin-top: 2px; }
.service-price { text-align: center; padding: 20px; background: var(--primary-light); border-radius: 8px; margin-top: 20px; }
.service-price .label { font-size: 0.9rem; color: var(--text-light); margin-bottom: 5px; }
.service-price .price-text { font-size: 1.5rem; font-weight: 700; color: var(--primary-dark); }

/* Why Choose */
.why-choose-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 60px; }
.why-card { text-align: center; padding: 40px 30px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); transition: 0.3s; }
.why-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); border-color: var(--primary); }
.why-icon { width: 70px; height: 70px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 2rem; color: var(--primary-dark); }
.why-card h4 { font-size: 1.3rem; margin-bottom: 12px; color: var(--text-main); }
.why-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; }

/* Tech Stack */
.tech-stack { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: var(--white); padding: 80px 0; text-align: center; }
.tech-stack h2 { color: var(--white); margin-bottom: 50px; font-size: 2.5rem; }
.tech-grid { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.tech-item { width: 100px; height: 100px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; }
.tech-item:hover { background: rgba(45, 212, 191, 0.1); border-color: var(--primary); transform: translateY(-5px); }
.tech-item i { font-size: 2.5rem; color: var(--primary); }
.tech-item span { font-size: 0.85rem; color: #94a3b8; }

/* FAQ */
.faq-section { background: var(--white); padding: 100px 0; }
.faq-grid { max-width: 800px; margin: 60px auto 0; display: flex; flex-direction: column; gap: 20px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: 0.3s; }
.faq-item:hover { border-color: var(--primary); box-shadow: 0 4px 12px rgba(45, 212, 191, 0.1); }
.faq-question { padding: 24px 30px; background: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; color: var(--text-main); transition: 0.3s; }
.faq-question:hover { background: var(--primary-light); color: var(--primary-dark); }
.faq-answer { padding: 0 30px; max-height: 0; overflow: hidden; transition: all 0.3s ease; background: #f8fafc; }
.faq-item.active .faq-answer { padding: 24px 30px; max-height: 300px; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer p { color: var(--text-light); line-height: 1.6; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; margin: 60px 0; }
.pricing-card { background: var(--white); border-radius: var(--radius); border: 2px solid var(--border); padding: 40px 32px; transition: all 0.3s ease; position: relative; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--primary); }
.pricing-card.popular { border-color: var(--primary); transform: scale(1.05); z-index: 2; }
.popular-badge { position: absolute; top: -15px; right: 20px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--white); padding: 6px 16px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
.package-name { font-size: 1.8rem; font-weight: 700; color: var(--text-main); margin-bottom: 8px; }
.package-price { font-size: 2.5rem; font-weight: 800; color: var(--primary-dark); margin: 20px 0; display: flex; align-items: baseline; gap: 8px; }
.package-price span { font-size: 1rem; font-weight: 400; color: var(--text-light); }
.package-features { list-style: none; margin: 30px 0; flex-grow: 1; }
.package-features li { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 12px; color: var(--text-light); }
.package-features li:last-child { border-bottom: none; }
.package-features i { color: var(--primary); font-size: 1.2rem; margin-top: 2px; }
.package-note { background: #f8fafc; padding: 20px; border-radius: 8px; margin-top: 20px; border-left: 4px solid var(--primary); }
.package-note h4 { font-size: 0.95rem; color: var(--text-main); margin-bottom: 10px; }
.package-note p { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; margin: 5px 0; }
.package-btn { width: 100%; padding: 16px; border-radius: 50px; font-weight: 600; font-size: 1rem; text-align: center; margin-top: 24px; display: block; transition: 0.3s; }
.btn-package { background: var(--white); border: 2px solid var(--primary); color: var(--primary); }
.btn-package:hover { background: var(--primary); color: var(--white); }
.btn-package-primary { background: var(--primary); border: 2px solid var(--primary); color: var(--white); }
.btn-package-primary:hover { background: var(--primary-dark); }

/* Mobile */
.menu-toggle { display: none; font-size: 1.5rem; background: none; border: none; cursor: pointer; color: var(--text-main); }
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .nav-links { position: fixed; top: 70px; left: 0; width: 100%; background: var(--white); flex-direction: column; padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); display: none; }
    .nav-links.active { display: flex; }
    .hero-title { font-size: 2.5rem; }
    .hero-buttons { flex-direction: column; }
    .lang-selector { margin-top: 10px; width: 100%; }
    .lang-dropdown { position: static; width: 100%; box-shadow: none; border: none; padding-left: 20px; }
    .hero-stats { flex-direction: column; gap: 20px; border-top: none; }
    .stat-divider { display: none; }
    .process-steps { flex-direction: column; }
    .step-line { display: none; }
    .cta-box { padding: 40px 20px; }
    .cta-box h2 { font-size: 1.8rem; }
    .service-categories { grid-template-columns: 1fr; }
    .tech-grid { gap: 20px; }
    .tech-item { width: 80px; height: 80px; }
    .pricing-card.popular { transform: scale(1); }
}

/* Products Section */
.products-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: #2dd4bf;
    box-shadow: 0 20px 40px rgba(45, 212, 191, 0.15);
}

.product-card.featured {
    border-color: #2dd4bf;
    transform: scale(1.05);
}

.product-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e2e8f0;
    color: #64748b;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

.product-badge.popular {
    background: #2dd4bf;
    color: white;
}

.product-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.product-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1e293b;
}

.product-desc {
    color: #64748b;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.product-features li {
    padding: 8px 0;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-features i {
    color: #2dd4bf;
    font-size: 1.2rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

.btn-product {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #2dd4bf;
    color: #2dd4bf;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-product:hover {
    background: #2dd4bf;
    color: white;
}

.btn-product-primary {
    background: #2dd4bf;
    color: white;
}

.btn-product-primary:hover {
    background: #14b8a6;
    border-color: #14b8a6;
}

/* Responsive */
@media (max-width: 768px) {
    .product-card.featured {
        transform: none;
    }
    
    .product-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 📦 Packages/Pricing Section ===== */
.packages-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
    align-items: start;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #2dd4bf;
}

.pricing-card.popular {
    border-color: #2dd4bf;
    border-width: 3px;
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(45, 212, 191, 0.2);
    z-index: 2;
}

.pricing-card.popular:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 25px 50px rgba(45, 212, 191, 0.25);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(45, 212, 191, 0.4);
}

.pricing-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
}

.pricing-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.pricing-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2dd4bf;
    margin-bottom: 5px;
}

.pricing-time {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i {
    color: #2dd4bf;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-note {
    background: #f8fafc;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.note-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #f59e0b;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.note-title i {
    font-size: 1.2rem;
}

.pricing-note ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-note ul li {
    padding: 4px 0;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}

.btn-pricing {
    display: block;
    width: 100%;
    padding: 15px 30px;
    border: 2px solid #2dd4bf;
    color: #2dd4bf;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.btn-pricing:hover {
    background: #2dd4bf;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(45, 212, 191, 0.3);
}

.btn-pricing-primary {
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    color: white;
    border-color: transparent;
}

.btn-pricing-primary:hover {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    box-shadow: 0 8px 25px rgba(45, 212, 191, 0.4);
}

/* Add-ons Section */
.addons-section {
    background: white;
    border-radius: 16px;
    padding: 25px 30px;
    margin: 40px 0;
    border: 1px solid #e2e8f0;
}

.addons-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.addons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.addon-tag {
    background: #f1f5f9;
    color: #475569;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Process Timeline */
.process-timeline {
    margin: 50px 0;
}

.process-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 30px;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.timeline-item {
    text-align: center;
    padding: 20px;
}

.timeline-num {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 15px;
}

.timeline-item strong {
    display: block;
    color: #1e293b;
    margin-bottom: 8px;
    font-size: 1rem;
}

.timeline-item p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Terms Box */
.terms-box {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 20px 25px;
    margin: 40px 0;
}

.terms-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #92400e;
    margin-bottom: 15px;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    color: #92400e;
    font-size: 0.95rem;
}

.terms-list i {
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .pricing-card.popular {
        transform: none;
        order: -1;
    }
    .pricing-card.popular:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .pricing-card.popular {
        order: -1;
    }
    .pricing-price {
        font-size: 1.8rem;
    }
    .addons-grid {
        justify-content: center;
    }
}
/* Page Header */
.page-header {
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: white;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #2dd4bf;
    box-shadow: 0 20px 40px rgba(45, 212, 191, 0.15);
}

.service-card.featured {
    border-color: #2dd4bf;
    background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: white;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1e293b;
}

.service-card p {
    color: #64748b;
    margin-bottom: 25px;
}

.btn-service {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #2dd4bf;
    color: #2dd4bf;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background: #2dd4bf;
    color: white;
}

.btn-service-primary {
    background: #2dd4bf;
    color: white;
}

.btn-service-primary:hover {
    background: #14b8a6;
}

/* Portfolio Preview */
.portfolio-preview-section {
    background: #f8fafc;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.portfolio-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-image {
    height: 200px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-image i {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.3);
}

.portfolio-info {
    padding: 20px;
}

.portfolio-info h4 {
    font-size: 1.2rem;
    color: #1e293b;
    margin-bottom: 5px;
}

.portfolio-info p {
    color: #64748b;
    font-size: 0.9rem;
}

/* Portfolio Page */
.portfolio-card-large {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.portfolio-card-large .portfolio-image {
    height: 100%;
    min-height: 300px;
}

.portfolio-details {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-details h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1e293b;
}

.portfolio-details p {
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

.portfolio-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.portfolio-tags span {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.btn-portfolio {
    display: inline-block;
    padding: 12px 30px;
    background: #2dd4bf;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    width: fit-content;
    transition: all 0.3s ease;
}

.btn-portfolio:hover {
    background: #14b8a6;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-card-large {
        grid-template-columns: 1fr;
    }
    
    .portfolio-card-large .portfolio-image {
        min-height: 200px;
    }
}
/* Portfolio Page Styles */
.page-header {
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    padding: 100px 0 60px;
    text-align: center;
    color: white;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

/* Filter Section */
.portfolio-filter-section {
    padding: 40px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #64748b;
    border-radius: 25px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #2dd4bf;
    color: #2dd4bf;
}

.filter-btn.active {
    background: #2dd4bf;
    border-color: #2dd4bf;
    color: white;
}

/* Portfolio Grid */
.portfolio-section {
    padding: 60px 0;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.portfolio-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-card.featured {
    border-color: #2dd4bf;
    border-width: 2px;
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.portfolio-thumbnail {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.thumbnail-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-placeholder i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.3);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 212, 191, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.btn-view-project {
    padding: 12px 30px;
    background: white;
    color: #2dd4bf;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.portfolio-card:hover .btn-view-project {
    transform: translateY(0);
}

.btn-view-project:hover {
    background: #1e293b;
    color: white;
}

.portfolio-content {
    padding: 25px;
}

.portfolio-category {
    display: inline-block;
    padding: 5px 12px;
    background: #f1f5f9;
    color: #2dd4bf;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.portfolio-content h3 {
    font-size: 1.4rem;
    color: #1e293b;
    margin-bottom: 10px;
    font-weight: 600;
}

.portfolio-content > p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

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

.portfolio-tags span {
    background: #f8fafc;
    color: #475569;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 100%);
    padding: 80px 0;
}

.cta-box {
    text-align: center;
    color: white;
}

.cta-box h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-box > p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

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

.btn-white {
    padding: 15px 40px;
    background: white;
    color: #2dd4bf;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-white {
    padding: 15px 40px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-outline-white:hover {
    background: white;
    color: #2dd4bf;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-box h2 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-white, .btn-outline-white {
        width: 100%;
        max-width: 300px;
    }
}
