.transformations_section{color:#fff;text-align:center;background:#060606;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:5rem 0 4.5rem;display:flex}.transformations_title{text-transform:uppercase;color:#f8d22a;letter-spacing:2px;text-shadow:0 0 25px #f8d22a33;padding:0 1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900}.transformations_sub{color:#bbb;max-width:700px;margin-bottom:2rem;padding:0 1.5rem;font-size:1.1rem;line-height:1.6}.tr_track_wrap{width:100%;overflow:hidden}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.tr_track{gap:1rem;width:max-content;padding:.5rem 0;animation:32s linear infinite marquee;display:flex}.tr_track:hover{animation-play-state:paused}.transformation_card{border:1px solid #f8d22a1f;border-radius:1.2rem;flex:none;width:240px;height:330px;transition:transform .4s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000080}.transformation_card:hover{border-color:#f8d22a66;transform:scale(1.04)}.transformation_card img{object-fit:cover;width:100%;height:100%;display:block}.mobile_slider{flex-direction:column;align-items:center;gap:.9rem;width:92%;margin:0 auto;display:flex}.mobile_arrows{align-items:center;gap:1.2rem;display:flex}.mobile_counter{color:#888;text-align:center;min-width:48px;font-size:.95rem}.mobile_slide{border:1px solid #f8d22a33;border-radius:1.3rem;width:100%;height:420px;overflow:hidden;box-shadow:0 8px 30px #0009}.mobile_slide img{object-fit:cover;width:100%;height:100%;display:block}.arrow{color:#f8d22a;cursor:pointer;background:#f8d22a1f;border:1px solid #f8d22a4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;line-height:1;transition:background .25s,border-color .25s;display:flex}.arrow:hover{background:#f8d22a47;border-color:#f8d22a}.tr_video_title{color:#fff;margin-top:2.5rem;padding:0 1rem;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:800}.tr_video_grid{flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:780px;margin:0 auto;padding:0 1.5rem;display:flex}.tr_video_box{aspect-ratio:9/16;cursor:pointer;background:#000;border:1px solid #f8d22a33;border-radius:1.2rem;flex:none;width:260px;max-width:100%;position:relative;overflow:hidden;box-shadow:0 8px 30px #0009}.tr_video_el{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.tr_video_play{color:#000;background:#f8d22ae6;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding-left:4px;font-size:1.3rem;transition:transform .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 18px #00000080}.tr_video_box:hover .tr_video_play{transform:translate(-50%,-50%)scale(1.1)}.tr_video_modal{z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.tr_video_modal_el{border-radius:.8rem;max-width:92vw;max-height:90vh;box-shadow:0 10px 50px #000000b3}.tr_video_modal_close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;width:44px;height:44px;font-size:1.2rem;position:absolute;top:1.2rem;right:1.2rem}@media (max-width:767px){.transformations_section{padding:3.5rem 0 3rem}.tr_video_grid{grid-template-columns:1fr 1fr;gap:.9rem;max-width:400px;display:grid}.tr_video_box{width:100%}}
.request_section_dark{color:#fff;background:linear-gradient(#060606 0%,#0a0a0a 100%);justify-content:center;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.request_section_dark:before{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#f8d22a,#0000);height:2px;position:absolute;top:0;left:0;right:0}.rq_new_inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4.5rem;width:100%;max-width:1100px;display:grid;position:relative}.rq_new_left{flex-direction:column;gap:1.4rem;display:flex}.rq_eyebrow{letter-spacing:3px;color:#f8d22a;text-transform:uppercase;border:1px solid #f8d22a47;border-radius:50px;width:fit-content;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.request_title_dark{color:#fff;letter-spacing:.5px;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.request_sub_dark{color:#888;font-size:1.05rem;line-height:1.65}.rq_bullets{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.rq_bullets li{color:#ccc;align-items:flex-start;gap:.75rem;font-size:.97rem;line-height:1.45;display:flex}.rq_check_icon{color:#f8d22a;flex-shrink:0;margin-top:.1rem;font-size:1rem;font-weight:900}.rq_social_row{flex-wrap:wrap;gap:.9rem;margin-top:.4rem;display:flex}.rq_social_btn{cursor:pointer;border:1px solid;border-radius:50px;padding:.6rem 1.4rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .25s}.rq_social_btn.tg{color:#29b6f6;border-color:#29b6f659}.rq_social_btn.tg:hover{background:#29b6f61f}.rq_social_btn.ig{color:#e879a0;border-color:#e879a059}.rq_social_btn.ig:hover{background:#e879a01f}.rq_new_right{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #f8d22a29;border-radius:1.6rem;padding:2.8rem 2.4rem}.rq_form{flex-direction:column;gap:1.15rem;display:flex}.rq_form input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:1.1rem 1.4rem;font-size:1rem;transition:all .25s}.rq_form input:focus{border-color:#f8d22a;box-shadow:0 0 14px #f8d22a2e}.rq_form input::placeholder{color:#555}.rq_pkg_badge{background:#f8d22a14;border:1px solid #f8d22a59;border-radius:12px;align-items:center;gap:.8rem;padding:.9rem 1.1rem;display:flex}.rq_pkg_icon{flex-shrink:0;font-size:1.2rem}.rq_pkg_info{flex-direction:column;flex:1;gap:.15rem;display:flex}.rq_pkg_label_text{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.73rem}.rq_pkg_name{color:#f8d22a;font-size:.92rem;font-weight:700}.rq_pkg_clear{color:#555;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:.2rem .4rem;font-size:.85rem;transition:color .2s}.rq_pkg_clear:hover{color:#999}.rq_service_label{color:#777;margin-top:.2rem;margin-bottom:-.3rem;font-size:.88rem}.rq_pills{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.rq_pill{color:#aaa;cursor:pointer;text-align:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;padding:.85rem 1rem;font-size:.92rem;font-weight:500;line-height:1.3;transition:all .2s}.rq_pill:hover{color:#fff;background:#ffffff12;border-color:#f8d22a73}.rq_pill.active{color:#f8d22a;background:#f8d22a1f;border-color:#f8d22a;font-weight:700}.submit_btn_dark{color:#000;cursor:pointer;letter-spacing:.3px;background:#f8d22a;border:none;border-radius:50px;width:100%;margin-top:.4rem;padding:1.15rem 2rem;font-size:1.1rem;font-weight:900;transition:all .25s}.submit_btn_dark:hover{background:#ffe96a;transform:scale(1.04);box-shadow:0 0 24px #f8d22a59}.submit_btn_dark:disabled{opacity:.6;cursor:not-allowed;transform:none}.rq_success{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;padding:2rem 1rem;display:flex}.rq_success_icon{color:#f8d22a;background:#f8d22a1f;border:2px solid #f8d22a;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:1.9rem;font-weight:900;display:flex}.rq_success h3{color:#fff;font-size:1.5rem;font-weight:900}.rq_success p{color:#888;max-width:300px;font-size:1rem;line-height:1.6}.rq_pay_amount{background:#f8d22a14;border:1px solid #f8d22a59;border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;padding:.8rem 1.4rem;display:flex}.rq_pay_amount_label{color:#888;text-transform:uppercase;letter-spacing:1px;font-size:.73rem}.rq_pay_amount_value{color:#f8d22a;font-size:1.3rem;font-weight:900}.rq_pay_btn{color:#000;letter-spacing:.3px;background:#f8d22a;border-radius:50px;padding:1rem 2.2rem;font-size:1.05rem;font-weight:900;text-decoration:none;transition:all .25s;display:inline-block}.rq_pay_btn:hover{background:#ffe96a;transform:scale(1.04);box-shadow:0 0 24px #f8d22a59}.rq_pay_note{color:#888;max-width:320px;font-size:.9rem;line-height:1.6}@media (max-width:850px){.rq_new_inner{grid-template-columns:1fr;gap:2.8rem}.rq_new_left{align-items:flex-start}.request_section_dark{padding:4rem 1.5rem}.request_title_dark{display:none}}@media (max-width:540px){.request_section_dark{padding:3rem 1rem}.rq_new_right{border-radius:1.2rem;padding:1.8rem 1.4rem}.request_title_dark{font-size:clamp(1.6rem,6vw,2.4rem)}.rq_pill{padding:.75rem .7rem;font-size:.85rem}.submit_btn_dark{padding:1rem 1.5rem;font-size:1rem}.rq_social_btn{padding:.55rem 1rem;font-size:.82rem}}@media (max-width:380px){.rq_pills{grid-template-columns:1fr}.rq_pill{text-align:left}}.request_container_challenge{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;width:100%;max-width:1000px;margin:0 auto;display:grid}.request_challenge_left{flex-direction:column;gap:1.5rem;display:flex}.request_challenge_badge{color:#000;letter-spacing:3px;background:#f8d22a;border-radius:50px;padding:.4rem 1.4rem;font-size:1.1rem;font-weight:900;display:inline-block;box-shadow:0 0 20px #f8d22a4d}.request_challenge_right h3{color:#f8d22a;font-size:1.6rem;font-weight:800}.request_challenge_right p{color:#ccc;font-size:1rem;line-height:1.7}
