.cost-card{background:#1a0a3e;border-radius:20px;padding:40px 36px;position:relative;overflow:hidden;max-width:800px}.cost-card::before{content:'';position:absolute;top:-100px;right:-100px;width:340px;height:340px;border-radius:50%;background:rgba(146,90,255,0.3);pointer-events:none}.cost-card-label{font-size:12px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:#ffd84e;margin-bottom:14px;position:relative;z-index:1}.cost-card-title{font-size:26px;font-weight:700;color:#ffffff;line-height:1.25;margin-bottom:32px;position:relative;z-index:1}.cost-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.4);position:relative;z-index:1}.cost-row-label{font-size:16px;color:rgba(255,255,255,0.8)}.cost-row-amount{font-size:16px;font-weight:600;color:rgba(255,255,255,0.8);text-decoration:line-through}.cost-separator{text-align:center;padding:14px 0;font-size:13px;letter-spacing:0.1em;color:rgba(255,255,255,0.9);position:relative;z-index:1}.cost-row-amount.highlight{font-size:22px;font-weight:700;color:#ffd84e;text-decoration:none}.cost-note{background:rgba(255,255,255,0.07);border-radius:10px;padding:16px 20px;margin-top:24px;text-align:center;position:relative;z-index:1}.cost-note-text{font-size:16px;color:#ffd84e;line-height:1.6}.cost-btn{display:block;width:100%;margin-top:16px;padding:16px;background:#ffd84e;color:black!important;font-size:16px;font-weight:600;text-align:center;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,transform 0.15s;position:relative;z-index:1;box-sizing:border-box}.cost-btn:hover{background:#e8c23a;transform:translateY(-1px)}.services-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.services-col-item{background:#ffffff;border:1px solid #e4e4e7;border-radius:14px;padding:28px 22px;transition:border-color 0.25s,box-shadow 0.25s,transform 0.25s}.services-col-item:hover{border-color:#925aff;box-shadow:0 8px 28px rgba(146,90,255,0.1);transform:translateY(-3px)}.services-col-icon{width:150px;height:150px;margin-bottom:18px}.services-col-icon img{width:150px;height:150px;object-fit:contain;display:block}.services-col-name{font-size:16px;font-weight:600;color:#1a0a3e;margin-bottom:10px;line-height:1.3}.services-col-desc{font-size:15px;color:#52525b;line-height:1.65}@media (max-width:768px){.services-cols{grid-template-columns:1fr 1fr}}@media (max-width:480px){.services-cols{grid-template-columns:1fr}}.creds-ticker-wrap{overflow:hidden;width:100%;padding:12px 0;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.creds-ticker-track{display:flex;gap:56px;width:max-content;animation:ticker-scroll 28s linear infinite;align-items:center}.creds-ticker-track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.creds-ticker-item{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:64px}.creds-ticker-item img{height:52px;width:auto;max-width:160px;object-fit:contain;filter:none;opacity:0.7;transition:opacity 0.3s,transform 0.3s}.creds-ticker-item img:hover{opacity:1;transform:scale(1.08)}.pa-inline-buttons .et_pb_button_module_wrapper{display:inline-block}.et_mobile_menu{overflow-y:auto!important;max-height:80vh!important;-webkit-overflow-scrolling:touch!important}.et_color_scheme_green .et_pb_counter_amount,.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading,.et_color_scheme_green #top-header{background:-webkit-linear-gradient(left,#8f6B29,#FDE08D)!important}.vert-align{display:flex;flex-direction:column;justify-content:center}.image-reveal-container{position:relative;overflow:hidden;width:100%;height:100%;display:block;line-height:0}.image-reveal-container img{width:100%;height:100%;object-fit:cover;transform:scale(1.2);transition:transform 1.2s cubic-bezier(0.25,0.46,0.45,0.94)}.image-reveal-container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:translateX(0%);transition:transform 1s cubic-bezier(0.77,0,0.175,1);z-index:1}.image-reveal-container.reveal-active::before{transform:translateX(100%)}.image-reveal-container.reveal-active img{transform:scale(1)}.image-reveal-container.reveal-active img{transition-delay:0.2s}