.service-row{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px}.service-row .service-left{width:45%;padding:30px;color:#333;display:flex;flex-direction:column;gap:20px}.service-row .service-left h2{font-size:1.75rem;font-weight:700;display:flex;align-items:center;gap:12px;color:#fc0}.service-row .service-left h2 svg{width:28px;height:28px;color:#fc0}.service-row .service-left p{font-size:1rem;color:#333;line-height:1.6}.service-row .service-left.platinum h2,.service-row .service-left.platinum h2 svg{color:#7f8fa6}.service-row .service-left.gold h2,.service-row .service-left.gold h2 svg{color:#fc0}.service-row .service-left.premium h2,.service-row .service-left.premium h2 svg{color:#00c4cc}.service-row .service-right{width:50%;padding:30px}.service-row .service-right .plan-container{width:100%;padding:20px;margin-bottom:10px;display:flex;flex-wrap:wrap;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.service-row .service-right .plan-container:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.25)}.service-row .service-right .plan-container .plan-detail{width:70%}.service-row .service-right .plan-container .plan-detail strong{font-size:1.25rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:10px}.service-row .service-right .plan-container .plan-detail strong span{margin-left:5px}.service-row .service-right .plan-container .plan-detail p{padding-right:20px;font-size:1rem;color:#e0e0e0}.service-row .service-right .plan-container .plan-detail.platinum:first-child p,.service-row .service-right .plan-container .plan-detail.platinum:first-child strong{color:#2e3a59}.service-row .service-right .plan-container .plan-detail.platinum:nth-child(2) p,.service-row .service-right .plan-container .plan-detail.platinum:nth-child(2) strong{color:#2b364a}.service-row .service-right .plan-container .plan-detail.platinum:nth-child(3) p,.service-row .service-right .plan-container .plan-detail.platinum:nth-child(3) strong{color:#2e3a59}.service-row .service-right .plan-container .plan-detail.gold:first-child p,.service-row .service-right .plan-container .plan-detail.gold:first-child strong{color:#4d3b21}.service-row .service-right .plan-container .plan-detail.gold:nth-child(2) p,.service-row .service-right .plan-container .plan-detail.gold:nth-child(2) strong{color:#4b3a2f}.service-row .service-right .plan-container .plan-detail.gold:nth-child(3) p,.service-row .service-right .plan-container .plan-detail.gold:nth-child(3) strong{color:#4a3928}.service-row .service-right .plan-container .plan-detail.gold:nth-child(4) p,.service-row .service-right .plan-container .plan-detail.gold:nth-child(4) strong{color:#4e3d2c}.service-row .service-right .plan-container .plan-detail.premium:first-child p,.service-row .service-right .plan-container .plan-detail.premium:first-child strong{color:#2b4449}.service-row .service-right .plan-container .plan-detail.premium:nth-child(2) p,.service-row .service-right .plan-container .plan-detail.premium:nth-child(2) strong{color:#2e3b50}.service-row .service-right .plan-container .plan-detail.premium:nth-child(3) p,.service-row .service-right .plan-container .plan-detail.premium:nth-child(3) strong{color:#4a3b4f}.service-row .service-right .plan-container .plan-price{width:30%;background:rgba(0,0,0,.5);border-radius:12px;color:#fff;font-weight:700;font-size:1.2rem;padding-top:10px;padding-bottom:10px;display:flex;align-items:center;justify-content:center;flex-direction:column}.service-row .service-right .plan-container .plan-price p{margin-top:5px}.service-row .service-right .plan-container .plan-price.platinum:first-child{background:#e3e7ed;color:#1f2a3a}.service-row .service-right .plan-container .plan-price.platinum:nth-child(2){background:#edf2f9;color:#1e2733}.service-row .service-right .plan-container .plan-price.platinum:nth-child(3){background:#f5f8fc;color:#1e2733}.service-row .service-right .plan-container .plan-price.gold:first-child{background:#ffeb99;color:#3f3300}.service-row .service-right .plan-container .plan-price.gold:nth-child(2){background:#ffefb8;color:#443100}.service-row .service-right .plan-container .plan-price.gold:nth-child(3){background:#fff1cc;color:#3a2c00}.service-row .service-right .plan-container .plan-price.gold:nth-child(4){background:#fff6dd;color:#3d2e00}.service-row .service-right .plan-container .plan-price.premium:first-child{background:#d7f2ef;color:#2b4449}.service-row .service-right .plan-container .plan-price.premium:nth-child(2){background:#e3eaf8;color:#2e3b50}.service-row .service-right .plan-container .plan-price.premium:nth-child(3){background:#efe2f5;color:#4a3b4f}.service-row.border-platinum{border:1px solid #7f8fa6}.service-row.border-gold{border:1px solid #fc0}.service-row.border-premium{border:1px solid #00c4cc}@media(max-width:1023px){.service-row{flex-direction:column;gap:24px}.service-row .service-left,.service-row .service-right{width:100%;padding:20px}.service-row .service-left h2{font-size:1.5rem}.service-row .service-left h2 svg{width:24px;height:24px}.service-row .service-left p{font-size:.95rem;line-height:1.5}.service-row .service-right .plan-container{flex-direction:column;padding:16px}.service-row .service-right .plan-container .plan-detail{width:100%;margin-bottom:16px}.service-row .service-right .plan-container .plan-detail strong{font-size:1.1rem}.service-row .service-right .plan-container .plan-detail p{font-size:.95rem}.service-row .service-right .plan-container .plan-price{width:100%;font-size:1.1rem;padding:12px 0}}