/*open sticky*/
#wrap{overflow: visible;}
.wraper{overflow: visible;}

.sub-to{display:none;}
/* CSS Reset & Basic Setup (Scoped to #ai-geo) */
#ai-geo * { box-sizing: border-box; margin: 0; padding: 0; }
#ai-geo { font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", sans-serif; background-color: #f4f4f4; color: #333; line-height: 1.6; }
#ai-geo .geo-wrapper {width: 100%;max-width: 100%;margin: 0 auto;background-color: #fff;padding: 60px 40px;border-radius: 8px;}
#ai-geo .geo-header { text-align: center; margin-bottom: 60px; }
#ai-geo .geo-main-title {font-size: 36px;font-weight: 900;letter-spacing: 2px;color: #1a1a1a;margin-bottom: 0;}
#ai-geo .geo-sub-title {font-size: 18px;color: #7c53db;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 30px;padding-bottom: 20px;border-bottom: #e5e5e5 1px solid;}
#ai-geo .geo-intro-text {max-width: 100%;margin: 0 auto;font-size: 16px;color: #555;text-align: justify;}
#ai-geo .geo-section { margin-bottom: 80px; }
#ai-geo .geo-section-title { font-size: 28px; font-weight: 800; text-align: center; margin-bottom: 50px; position: relative; padding-bottom: 15px; }
#ai-geo .geo-section-title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background-color: #7c53db; }
#ai-geo .geo-highlight { color: #7c53db; font-weight: bold; }

/* Comparison Section */
#ai-geo .comparison-container { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; }
#ai-geo .comparison-box { flex: 1; min-width: 300px; border: 1px solid #eee; padding: 40px; border-radius: 10px; background: #fafafa; transition: 0.3s; }
#ai-geo .comparison-box:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.05); transform: translateY(-5px); }
#ai-geo .comp-title { font-size: 22px; font-weight: 700; margin-bottom: 20px; text-align: center; display: block; }
#ai-geo .comp-list-item { display: flex; align-items: flex-start; margin-bottom: 15px; font-size: 15px; }
#ai-geo .comp-icon { margin-right: 10px; margin-top: 4px; }
#ai-geo .icon-bad { color: #e74c3c; }
#ai-geo .icon-good { color: #7c53db; }

/* Benefits Section */
#ai-geo .benefits-container { background-color: #f9f9f9; padding: 40px; border-radius: 15px; border: 1px solid #eee; }
#ai-geo .benefits-title-blue {color: #7c53db;display: inline;font-size: 30px;}
#ai-geo .benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-top: 30px; }
#ai-geo .benefit-item { display: flex; flex-direction: column; }
#ai-geo .benefit-head {font-size: 20px;font-weight: 600;color: #313131;margin-bottom: 10px;display: flex;align-items: center;}
#ai-geo .benefit-icon {color: #7c53db;margin-right: 10px;font-size: 24px;padding: 10px;background: #f2f2f2;border-radius: 8px;}
#ai-geo .benefit-text { font-size: 15px; color: #666; text-align: justify; }

/* Case Studies Section (Sticky + Scroll) */
#ai-geo .case-study-container { display: flex; align-items: flex-start; gap: 50px; position: relative; }
#ai-geo .case-study-text { flex: 0 0 35%; position: sticky; top: 100px; padding-right: 20px; }
#ai-geo .case-text-title { font-size: 24px; font-weight: 800; color: #1a1a1a; margin-bottom: 15px; display: block; }
#ai-geo .case-text-desc { font-size: 16px; color: #555; margin-bottom: 20px; display: block; }
#ai-geo .case-tag { display: inline-block; padding: 5px 15px; background: #7c53db; color: #fff; border-radius: 20px; font-size: 14px; margin-bottom: 20px; }
#ai-geo .case-study-list { flex: 1; display: flex; flex-direction: column; gap: 40px; width: 0; /* Fix for slick width calculation */ }
#ai-geo .case-item { border: 1px solid #eee; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; }
#ai-geo .case-item:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
#ai-geo .case-img { width: 100%; height: auto; display: block; border-bottom: 1px solid #f0f0f0; }
#ai-geo .case-caption { padding: 15px 20px; font-weight: 700; color: #333; font-size: 16px; display: flex; justify-content: space-between; align-items: center; background: #fafafa; }
/* AI Label Style */
#ai-geo .case-ai-label { font-size: 12px; font-weight: 800; color: #7c53db; background: #f0ebfa; padding: 4px 10px; border-radius: 4px; white-space: nowrap; letter-spacing: 0.5px; border: 1px solid #e0d4f5; }
/* Line Button Style */
#ai-geo .case-line-btn { display: inline-flex; align-items: center; background-color: #06c755; color: #fff; padding: 10px 25px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 16px; margin-top: 10px; transition: 0.3s; box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3); }
#ai-geo .case-line-btn:hover { background-color: #05b34c; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(6, 199, 85, 0.4); }
#ai-geo .case-line-btn svg { width: 24px; height: 24px; fill: #fff; margin-right: 10px; }

/* Process Section */
#ai-geo .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
#ai-geo .process-item { text-align: center; padding: 30px; border: 1px solid #f0f0f0; border-radius: 8px; background: #fff; transition: 0.3s; }
#ai-geo .process-item:hover { border-color: #7c53db; box-shadow: 0 5px 15px rgba(124, 83, 219, 0.2); }
#ai-geo .process-num { display: block; font-size: 40px; font-weight: 900; color: #eee; margin-bottom: 10px; line-height: 1; }
#ai-geo .process-name { font-size: 18px; font-weight: 700; margin-bottom: 10px; display: block; color: #333; }
#ai-geo .process-desc { font-size: 14px; color: #777; }

/* Pricing Section */
#ai-geo .pricing-table-container { overflow-x: auto; position: relative; } /* Ensure relative for context */
#ai-geo .pricing-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 700px; } /* border-collapse: separate required for sticky to work with borders */
#ai-geo .pricing-header-cell { padding: 25px; background: #333; color: #fff; font-size: 18px; font-weight: 700; text-align: center; border: 1px solid #444; width: 25%; }
#ai-geo .pricing-header-cell.main-col { background: #fff; color: #333; border: none; text-align: left; padding-left: 0; font-size: 24px; vertical-align: bottom; }
#ai-geo .pricing-header-cell.highlight {background: #c89e46;border-color: #c69e49;}
#ai-geo .pricing-cell { padding: 20px; text-align: center; border-bottom: 1px solid #eee; font-size: 15px; color: #555; background: #fff; }
#ai-geo .pricing-cell:first-child { text-align: left; font-weight: 700; color: #333; border-right: 1px solid #eee; padding-left: 10px; }
#ai-geo .pricing-price {display: block;font-size: 28px;font-weight: 800;color: #333;margin-top: 10px;text-align: center;}
#ai-geo .price-unit { font-size: 14px; font-weight: 400; color: #888; }
#ai-geo .pricing-note { display: block; font-size: 12px; color: #999; margin-top: 5px; }
#ai-geo .pricing-table:hover{transform: scale(1);}
#ai-geo .price-note{padding: 20px 0;}
/* Pricing Sticky First Column */
#ai-geo .pricing-table th:first-child,
#ai-geo .pricing-table td:first-child {position: sticky;left: 0px;padding-left: 15px;z-index: 2;background-color: #fff;}
#ai-geo .pricing-table th:first-child {z-index: 3;}
#ai-geo .pricing-table th:first-child::after,
#ai-geo .pricing-table td:first-child::after {content: '';position: absolute;top: 0;right: 0;bottom: -1px;width: 5px;background: linear-gradient(to right, rgba(0,0,0,0.1), transparent);pointer-events: none;transform: translateX(100%);}

/* Pro Column Styling (Gray Content + Animated Stars) */
#ai-geo .pricing-table td:nth-child(3) { background-color: #f4f4f4; }
#ai-geo .animated-star { color: #ffd700; margin: 0 5px; animation: star-pulse 1.5s infinite; display: inline-block; }
@keyframes star-pulse {
	0% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.3); opacity: 0.8; }
	100% { transform: scale(1); opacity: 1; }
}

/* Add-ons Section */
#ai-geo .addons-wrapper { margin-top: 50px; border-top: 1px dashed #ddd; padding-top: 40px; }
#ai-geo .addons-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; flex-wrap: wrap; gap: 15px; }
#ai-geo .addons-title {font-size: 24px;font-weight: 800;color: #333;display: flex;align-items: center;gap: 8px;}
#ai-geo .addons-title:before{content:"";position:relative;width: 8px;height: 8px;display: flex;background: #333;border-radius: 666px;}
#ai-geo .addons-promo { background-color: #7c53db; color: #fff; padding: 8px 20px; border-radius: 50px; font-weight: 700; font-size: 16px; box-shadow: 0 4px 10px rgba(124, 83, 219, 0.3); }
#ai-geo .addons-promo i { margin-right: 8px; color: #ffd700; }
#ai-geo .addons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
#ai-geo .addon-card { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 25px 20px; text-align: center; transition: 0.3s; position: relative; overflow: hidden; }
#ai-geo .addon-card:hover { border-color: #7c53db; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
#ai-geo .addon-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: #eee; transition: 0.3s; }
#ai-geo .addon-card:hover::before { background: #7c53db; }
#ai-geo .addon-icon {font-size: 32px;color: #7c53db;margin-bottom: 20px;opacity: 0.8;}
#ai-geo .addon-name { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 10px; line-height: 1.4; }
#ai-geo .addon-price {font-size: 25px;font-weight: 900;color: #7c53db;}

/* Scroll Hint (Mobile) */
#ai-geo .table-scroll-hint { display: none; text-align: center; font-size: 14px; color: #7c53db; margin-bottom: 10px; font-weight: 700; animation: pulse 2s infinite; }
@keyframes pulse { 0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; } }

/* FAQ Section */
#ai-geo .faq-container { max-width: 900px; margin: 0 auto; }
#ai-geo .faq-item { margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
#ai-geo .faq-question { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: 0.3s; width: 100%; }
#ai-geo .faq-question:hover { color: #7c53db; }
#ai-geo .faq-left { display: flex; align-items: center; flex: 1; text-align: left; }
#ai-geo .faq-q-icon { color: #7c53db; margin-right: 15px; font-weight: 900; font-size: 20px; min-width: 25px; }
#ai-geo .faq-toggle-icon { color: #7c53db; font-size: 18px; margin-left: 15px; font-weight: 900; transition: transform 0.3s; }
#ai-geo .faq-answer { font-size: 15px; color: #666; padding-left: 40px; line-height: 1.8; display: block; margin-top: 10px; }

/* CTA Section */
#ai-geo .cta-box {background: #1a1a1a;padding: 60px;text-align: center;border-radius: 15px;color: #fff;margin-top: 50px;display: flex;flex-direction: column;align-items: center;border: #ba88e4 5px solid;}
#ai-geo .cta-title {font-size: 32px;font-weight: 800;margin-bottom: 20px;display: block;color: #fff;text-align: center;}
#ai-geo .cta-sub { font-size: 16px; color: #aaa; margin-bottom: 20px; display: block; }
#ai-geo .cta-promo-note { color: #ffd700; font-size: 20px; font-weight: 700; margin-bottom: 30px; display: block; animation: cta-pulse 2s infinite; }
#ai-geo .cta-promo-note i{color: #ffd700;}
@keyframes cta-pulse { 0% { opacity: 0.9; transform: scale(1); } 50% { opacity: 1; transform: scale(1.03); } 100% { opacity: 0.9; transform: scale(1); } }
#ai-geo .cta-btn { display: inline-block; padding: 15px 50px; background-color: #7c53db; color: #fff; font-size: 18px; font-weight: 700; border-radius: 50px; text-decoration: none; transition: 0.3s; }
#ai-geo .cta-btn:hover { background-color: #5e3cc4; transform: scale(1.05); }

/* Slick Dots Override */
#ai-geo .slick-dots li button:before { font-size: 12px; color: #ccc; }
#ai-geo .slick-dots li.slick-active button:before { color: #7c53db; }

@media (max-width: 992px) {
	#ai-geo .process-grid { grid-template-columns: repeat(2, 1fr); }
	#ai-geo .comparison-container { flex-direction: column; }
    #ai-geo .benefits-grid { grid-template-columns: 1fr; }
    #ai-geo .addons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	#ai-geo .geo-wrapper {padding: 40px 10px;background-color: unset;}
	#ai-geo .geo-main-title { font-size: 28px; }
	#ai-geo .process-grid {grid-template-columns: 1fr;gap: 10px;}
	#ai-geo .pricing-table th, #ai-geo .pricing-table td { padding: 15px 10px; font-size: 14px; }
	#ai-geo .cta-title { font-size: 24px; }
    /* Case Study Mobile Changes */
    #ai-geo .case-study-container {display: block;margin-bottom: 100px;}
    #ai-geo .case-study-text {position: static;margin-bottom: 50px;padding-right: 0;}
    #ai-geo .case-study-list { width: 100%; display: block; }
    #ai-geo .case-item { margin: 0 10px; /* Spacing for slick items */ }
    /* Show scroll hint on mobile */
    #ai-geo .table-scroll-hint { display: block; }
    /* Addons Mobile */
    #ai-geo .addons-header { flex-direction: column; align-items: flex-start; }
    #ai-geo .addons-promo { width: 100%; text-align: center; }
    #ai-geo .addons-grid {grid-template-columns: repeat(2, 1fr);gap: 5px;margin-top: 50px;}
	#ai-geo .pricing-table th:first-child{font-size: 18px;background: #535353;padding: 5px 11px;text-align: center;color: #ffffff;}
	#ai-geo .pricing-table th:first-child, #ai-geo .pricing-table td:first-child{padding-left: 5px;}
	#ai-geo .addon-card{padding: 23px 10px;}
	#ai-geo .slick-dots{bottom: -45px;}
}
@media (max-width: 488px){
	#ai-geo .geo-section-title , #ai-geo .benefits-title-blue{font-size: 26px;}
	#ai-geo .pricing-table{border:unset;}
	#ai-geo .faq-q-icon{margin-right: 5px;}
	#ai-geo .faq-toggle-icon{display:none;}
	#ai-geo .cta-box{padding: 40px;}
	#ai-geo .case-study-text{display:flex;flex-direction: column;align-items: center;}
	#ai-geo .geo-section{margin-bottom:60px;}
	#ai-geo .geo-section .goaimg{display:none;}
}
