.intro-right p{font-size:16px;line-height:1.75;color:var(--text-light);margin-bottom:20px}.dark-2col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}.light-img{border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 8px 32px rgba(27,53,94,.12);position:relative}.light-img::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.25) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.25) 60%,transparent 80%);transform:translateX(-130%);transition:transform 0s;pointer-events:none;z-index:2}.light-img:hover::after{transform:translateX(130%);transition:transform .65s ease}.light-img img{width:100%;height:380px;object-fit:cover;transition:transform .5s ease}.light-img:hover img{transform:scale(1.04)}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}.plan-card{border-radius:var(--radius-sm);padding:28px 24px;position:relative;overflow:hidden}.plan-card.basic{background:#fff;border:2px solid var(--divider)}.plan-card.pro{background:var(--accent);border:2px solid var(--accent)}.plan-card h3{font-size:18px;font-weight:800;margin-bottom:6px}.plan-card.basic h3{color:var(--navy)}.plan-card.pro h3{color:#fff}.plan-price{font-size:28px;font-weight:800;margin-bottom:4px}.plan-card.basic .plan-price{color:var(--accent)}.plan-card.pro .plan-price{color:#fff}.plan-period{font-size:13px;margin-bottom:18px}.plan-card.basic .plan-period{color:var(--text-light)}.plan-card.pro .plan-period{color:rgba(255,255,255,.8)}.plan-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.plan-features li{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5}.plan-card.basic .plan-features li{color:var(--text-light)}.plan-card.pro .plan-features li{color:rgba(255,255,255,.9)}.plan-check{width:18px;height:18px;border-radius:50%;flex-shrink:0;margin-top:1px;background-size:10px;background-repeat:no-repeat;background-position:center}.plan-card.basic .plan-check{background-color:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.plan-card.pro .plan-check{background-color:rgba(255,255,255,.3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}.faq-item.open .faq-q{border-radius:20px 20px 0 0;background:var(--accent);border-color:var(--accent)}.faq-item.open .faq-q:hover{background:var(--accent-h)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open .faq-a{max-height:300px}.fade-up.visible{opacity:1;transform:translateY(0)}.d2{transition-delay:.2s}