.features-section{padding:120px 20px;background:var(--bg-primary);position:relative}.features-container{max-width:1400px;margin:0 auto}.features-header{text-align:center;margin-bottom:80px}.features-badge{display:inline-block;padding:8px 16px;background:rgba(25,183,153,.1);color:var(--primary-color);border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:1.5px;margin-bottom:24px}.features-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--text-primary);margin-bottom:20px;line-height:1.2;font-family:var(--font-primary)}.features-subtitle{font-size:1.15rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;padding:40px 32px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out forwards;opacity:0}.feature-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 20px 40px rgba(0,0,0,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-icon-wrapper{position:relative;width:80px;height:80px;margin-bottom:28px}.feature-icon-bg{position:absolute;inset:0;border-radius:20px;opacity:.15}.feature-icon{position:relative;font-size:2.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.feature-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:16px;font-family:var(--font-primary)}.feature-description{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:24px}.feature-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(25,183,153,.1);border-radius:50%;color:var(--primary-color);font-size:1.25rem;transition:all .3s}.feature-card:hover .feature-arrow{background:var(--primary-color);color:#fff;transform:translateX(4px)}@media (max-width:1024px){.features-grid{grid-template-columns:1fr;gap:24px}.features-section{padding:80px 20px}}@media (max-width:768px){.features-header{margin-bottom:60px}.feature-card{padding:32px 24px}}.faq-section{padding:6rem 2rem;background:var(--bg-secondary)}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:4rem}.faq-badge{display:inline-block;padding:.5rem 1rem;background:rgba(25,183,153,.1);color:var(--primary);border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem}.faq-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.faq-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.faq-subtitle a{color:var(--primary);text-decoration:underline}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s ease;animation:fadeInUp .4s ease-out both}.faq-item.active,.faq-item:hover{border-color:var(--primary)}.faq-item.active{box-shadow:0 4px 16px rgba(25,183,153,.1)}.faq-question{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;font-size:1.125rem;font-weight:600;color:var(--text-primary);text-align:left;cursor:pointer;transition:all .2s ease}.faq-question i,.faq-question:hover{color:var(--primary)}.faq-question i{font-size:1.5rem;transition:transform .3s ease;flex-shrink:0}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0}@media (max-width:768px){.faq-section{padding:4rem 1.5rem}.faq-title{font-size:2rem}.faq-question{font-size:1rem;padding:1.25rem}}footer{width:100%;padding:2rem;background:var(--bg-primary);border-top:1px solid rgba(25,183,153,.2);font-family:Kanit,sans-serif}footer .footer0{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}footer .footer0 .footer0_1{display:flex;align-items:center;gap:3rem}footer .footer0 .footer0_1 .footer0_1_1{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--color-primary);letter-spacing:.5px}footer .footer0 .footer0_1 .footer0_1_1 i{font-size:1.5rem;filter:drop-shadow(0 0 8px rgba(25,183,153,.5))}footer .footer0 .footer0_1 .footer0_1_2{display:flex;align-items:center;gap:2rem}footer .footer0 .footer0_1 .footer0_1_2 li{color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .3s ease}footer .footer0 .footer0_1 .footer0_1_2 li:hover{color:var(--color-primary)}footer .footer0 .footer0_2,footer .footer0 .footer0_2 ul{display:flex;align-items:center}footer .footer0 .footer0_2 ul{gap:1rem}footer .footer0 .footer0_2 ul li a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--bg-surface);border:1px solid var(--border-primary);transition:all .3s ease}footer .footer0 .footer0_2 ul li a:hover{background:var(--bg-hover);border-color:var(--color-primary)}footer .footer0 .footer0_2 ul li a svg{color:var(--text-secondary);width:20px;height:20px;transition:color .3s ease}footer .footer0 .footer0_2 ul li a:hover svg{color:var(--color-primary)}@media (max-width:800px){footer{padding:1.5rem 1rem}footer .footer0{flex-direction:column;align-items:flex-start;gap:1.5rem}footer .footer0 .footer0_1{gap:2rem}}@media (max-width:500px){footer .footer0 .footer0_1{flex-direction:column;align-items:flex-start;gap:1rem}footer .footer0 .footer0_1 .footer0_1_2{gap:1rem}}