/* style/ban-ca.css - Page Bắn Cá N188 */
.page-ban-ca{background:#08160F;color:#F2FFF6;line-height:1.6;overflow-x:hidden;}
.page-ban-ca__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;}
.page-ban-ca__hero-section{display:flex;flex-direction:column;align-items:center;padding:10px 20px 40px;background:linear-gradient(180deg,#0A4B2C 0%,#08160F 100%);}
.page-ban-ca__hero-image-wrap{width:100%;max-width:1200px;margin:0 auto 24px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(17,168,78,0.35);}
.page-ban-ca__hero-image{display:block;width:100%;height:auto;border-radius:16px;}
.page-ban-ca__hero-content{width:100%;max-width:900px;text-align:center;}
.page-ban-ca__hero-title{color:#F2FFF6;font-weight:800;letter-spacing:0.3px;line-height:1.25;margin:0 0 16px;font-size:clamp(1.5rem,3.2vw,2.4rem);text-shadow:0 2px 12px rgba(87,227,141,0.35);}
.page-ban-ca__hero-desc{color:#A7D9B8;font-size:1.05rem;margin:0 auto 24px;max-width:760px;}
.page-ban-ca__hero-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.page-ban-ca__btn{display:inline-block;padding:14px 30px;border-radius:10px;font-weight:700;text-decoration:none;transition:all 0.25s ease;text-align:center;}
.page-ban-ca__btn--primary{background:linear-gradient(180deg,#2AD16F 0%,#13994A 100%);color:#08160F;box-shadow:0 6px 20px rgba(42,209,111,0.35);}
.page-ban-ca__btn--primary:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(87,227,141,0.55);}
.page-ban-ca__btn--outline{background:transparent;color:#57E38D;border:2px solid #2E7A4E;}
.page-ban-ca__btn--outline:hover{background:#11271B;border-color:#57E38D;}
.page-ban-ca__intro-section{padding:50px 0;background:#08160F;}
.page-ban-ca__section-title{color:#F2FFF6;font-size:1.9rem;font-weight:800;margin:0 0 24px;text-align:center;line-height:1.3;}
.page-ban-ca__text{color:#A7D9B8;font-size:1.02rem;margin:0 0 18px;}
.page-ban-ca__features-section{padding:50px 0;background:#0A4B2C;}
.page-ban-ca__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.page-ban-ca__feature-card{background:#11271B;border:1px solid #2E7A4E;border-radius:14px;padding:18px;display:flex;flex-direction:column;transition:transform 0.25s ease,box-shadow 0.25s ease;}
.page-ban-ca__feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(17,168,78,0.35);}
.page-ban-ca__feature-img{width:100%;height:auto;border-radius:10px;margin-bottom:16px;}
.page-ban-ca__feature-title{color:#F2FFF6;font-size:1.15rem;font-weight:700;margin:0 0 10px;}
.page-ban-ca__feature-desc{color:#A7D9B8;font-size:0.95rem;margin:0;}
.page-ban-ca__gameplay-section{padding:50px 0;background:#08160F;}
.page-ban-ca__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;}
.page-ban-ca__step{background:#11271B;border:1px solid #1E3A2A;border-radius:14px;padding:22px;position:relative;}
.page-ban-ca__step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#2AD16F 0%,#13994A 100%);color:#08160F;font-weight:800;font-size:1.2rem;margin-bottom:14px;box-shadow:0 4px 14px rgba(42,209,111,0.4);}
.page-ban-ca__step-title{color:#F2FFF6;font-size:1.08rem;margin:0 0 8px;}
.page-ban-ca__step-desc{color:#A7D9B8;font-size:0.94rem;margin:0;}
.page-ban-ca__cta-block{text-align:center;margin-top:26px;}
.page-ban-ca__trial-section{padding:50px 0;background:#0A4B2C;}
.page-ban-ca__trial-wrap{position:relative;width:100%;max-width:1000px;margin:24px auto 0;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:1px solid #2E7A4E;box-shadow:0 10px 40px rgba(17,168,78,0.3);background:#11271B;}
.page-ban-ca__trial-frame{position:absolute;inset:0;width:100%;height:100%;border:0;}
.page-ban-ca__games-section{padding:50px 0;background:#08160F;}
.page-ban-ca__games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.page-ban-ca__game-card{background:#11271B;border:1px solid #2E7A4E;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;}
.page-ban-ca__game-img{width:100%;height:auto;display:block;}
.page-ban-ca__game-title{color:#F2FFF6;font-size:1.15rem;margin:16px 18px 8px;font-weight:700;}
.page-ban-ca__game-desc{color:#A7D9B8;font-size:0.94rem;margin:0 18px 18px;}
.page-ban-ca__tips-section{padding:50px 0;background:#0A4B2C;}
.page-ban-ca__tips-list{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.page-ban-ca__tip-item{background:#11271B;border-left:4px solid #22C768;border-radius:10px;padding:16px 18px;color:#A7D9B8;font-size:0.98rem;}
.page-ban-ca__tip-strong{color:#57E38D;display:block;margin-bottom:6px;}
.page-ban-ca__faq-section{padding:50px 0;background:#08160F;}
.page-ban-ca__faq-list{max-width:900px;margin:0 auto;}
.page-ban-ca__faq-item{background:#11271B;border:1px solid #1E3A2A;border-radius:12px;padding:20px 22px;margin-bottom:16px;}
.page-ban-ca__faq-q{color:#F2FFF6;font-size:1.08rem;margin:0 0 10px;}
.page-ban-ca__faq-a{color:#A7D9B8;margin:0;font-size:0.96rem;}
.page-ban-ca__final-cta-section{padding:60px 0;background:linear-gradient(180deg,#08160F 0%,#0A4B2C 100%);text-align:center;}
.page-ban-ca__final-title{color:#F2FFF6;font-size:1.9rem;font-weight:800;margin:0 0 16px;}
.page-ban-ca__final-desc{color:#A7D9B8;max-width:720px;margin:0 auto 26px;}
@media (max-width:1024px){.page-ban-ca__features-grid{grid-template-columns:repeat(2,1fr);}.page-ban-ca__steps{grid-template-columns:repeat(2,1fr);}.page-ban-ca__games-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:768px){.page-ban-ca{padding-top:0;}
.page-ban-ca__hero-section{padding-top:10px;}
.page-ban-ca__hero-image-wrap{margin-bottom:18px;}
.page-ban-ca__hero-title{font-size:1.35rem;}
.page-ban-ca__hero-desc{font-size:0.96rem;}
.page-ban-ca__hero-actions{flex-direction:column;align-items:stretch;}
.page-ban-ca__btn{width:100%;max-width:100%;padding:13px 18px;}
.page-ban-ca__section-title{font-size:1.4rem;}
.page-ban-ca__features-grid,.page-ban-ca__steps,.page-ban-ca__games-grid,.page-ban-ca__tips-list{grid-template-columns:1fr;}
.page-ban-ca__trial-wrap{aspect-ratio:16/10;}
.page-ban-ca img{max-width:100% !important;height:auto !important;}
}