.pricing-wrapper{max-width:1300px;margin:60px auto;padding:20px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#333;text-align:center}.pricing-wrapper h2{font-size:32px;font-weight:700;margin-bottom:10px;color:#1a1a1a}.pricing-wrapper>p{color:#666;margin-bottom:30px;font-size:16px}.pricing-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:25px;flex-wrap:wrap}.pricing-tabs .tab{padding:10px 20px;background:#fd990457;border:1px solid #ddd;border-radius:25px;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease}.pricing-tabs .tab:hover{background:#fd990480;color:#333}.pricing-tabs .tab.active{background:#fb9808;color:#fff;border-color:#fb9808}.billing-toggle{display:flex;justify-content:center;align-items:center;gap:15px;margin:20px 0;flex-wrap:wrap}.billing-toggle span{color:#666;font-size:14px}.billing-toggle .toggle{display:flex;gap:5px}.billing-toggle .billing-btn{background:#f4f4f4;border:1px solid #ddd;border-radius:6px;padding:8px 14px;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease}.billing-toggle .billing-btn.active{background:#fb9808;color:#fff;border-color:#fb9808}.currency-selector{margin-bottom:30px}.currency-selector label{margin-right:10px;color:#666;font-size:14px}.currency-selector select{padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff}.tab-content{display:none}.tab-content.active{display:block}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:50px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:30px 24px;box-shadow:0 2px 8px rgba(0,0,0,.04);text-align:left;transition:all .2s ease;display:flex;flex-direction:column;height:100%;position:relative}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.card.popular{border:2px solid #fb9808}.card .badge{position:absolute;left:50%;transform:translateX(-50%);top:-12px;background:#fb9808;color:#fff;padding:4px 14px;border-radius:12px;font-size:12px;font-weight:600}.card h3{font-size:24px;margin-bottom:6px;color:#1a1a1a;font-weight:700}.card .subtitle{color:#666;font-size:14px;margin-bottom:12px}.price-container{margin-bottom:12px}.price{font-size:36px;color:#1a1a1a;font-weight:800;display:flex;align-items:baseline;gap:4px;margin:0 0 6px}.price .currency-symbol{font-size:28px;font-weight:700}.price .period{font-size:16px;color:#666;font-weight:400}.price.custom-price{font-size:28px}.alt-price{margin:0 0 8px;color:#666;font-size:14px}.get-started-btn,.custom-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;background:#fb9808;color:#000;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .3s ease,color .3s ease}.get-started-btn:hover,.custom-btn:hover{background:#481555;color:#fff}.features-section{flex:1;padding-top:12px;margin-top:4px}.features-section h4{font-size:16px;color:#1a1a1a;font-weight:700;margin:0 0 12px}.card ul{list-style:none;padding:0;margin:0}.card ul li{display:flex;align-items:flex-start;gap:10px;margin:10px 0;color:#333;font-size:15px;line-height:1.5}.check-icon{width:20px;height:20px;color:#fb9808;flex-shrink:0;margin-top:2px}.scope-section{margin-top:60px;text-align:left}.scope-section h4{font-size:24px;margin-bottom:20px;color:#1a1a1a;font-weight:700}.scope-section table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);table-layout:fixed}.scope-section th,.scope-section td{padding:16px 12px;border:1px solid #e5e5e5;text-align:center;font-size:14px}.scope-section thead{background:#f8f8f8;font-weight:700;color:#1a1a1a}.scope-section th:first-child,.scope-section td:first-child{width:40%;text-align:left;font-weight:600;color:#333}.scope-section th:nth-child(2),.scope-section th:nth-child(3),.scope-section th:nth-child(4),.scope-section th:nth-child(5),.scope-section td:nth-child(2),.scope-section td:nth-child(3),.scope-section td:nth-child(4),.scope-section td:nth-child(5){width:15%}@media (max-width:1024px){.pricing-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.pricing-wrapper h2{font-size:26px}.price{font-size:32px}.scope-section th,.scope-section td{font-size:13px;padding:12px 8px}}.custom-inline{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fafafa;margin:0 0 20px}.custom-inline span{font-size:15px;line-height:1.4;color:#111827}