*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;color:#0a0a0a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none}img,svg{display:block;max-width:100%}ul{list-style:none;padding:0;margin:0}:root{--black: #0a0a0a;--dark: #111111;--gray-900: #1a1a1a;--gray-700: #4b4b4b;--gray-600: #6b6b6b;--gray-500: #8a8a8a;--gray-400: #b5b5b5;--gray-300: #d4d4d4;--gray-200: #e5e5e5;--gray-100: #f4f4f4;--gray-50: #f8f8f8;--yellow: #f5b800;--yellow-soft: #f5c11e;--teal: #1ec8c8;--white: #ffffff;--radius: 14px;--radius-sm: 10px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 18px rgba(0,0,0,.06)}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1240px;margin:0 auto;padding:0 32px}.container-wide{max-width:1340px;margin:0 auto;padding:0 32px}.header{background:#0a0a0a;color:#fff;height:64px;display:flex;align-items:center;position:sticky;top:0;z-index:100}.header-inner{width:100%;max-width:1340px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{font-size:22px;font-weight:800;letter-spacing:-.5px;color:#fff;flex-shrink:0}.logo span.dim{opacity:.95}.nav{display:flex;gap:22px;flex-shrink:0}.nav a{position:relative;font-size:13.5px;color:#e5e5e5;font-weight:500;padding:6px 0;white-space:nowrap;transition:color .15s}.nav a:hover{color:#fff}.nav a.active{color:var(--yellow)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--yellow);border-radius:2px}.header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-toggle{display:none;background:transparent;color:#fff;border:0;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;cursor:pointer}.nav-toggle:hover{background:#ffffff14}@media (max-width: 1024px){.nav-toggle{display:inline-flex;order:3}.header-right{margin-left:auto}.nav{position:absolute;top:100%;left:0;right:0;background:#0a0a0a;flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 14px;box-shadow:0 10px 30px #00000040;display:none;border-top:1px solid #1a1a1a;z-index:99}.nav.nav-open{display:flex}.nav a{padding:12px 4px;border-bottom:1px solid #1a1a1a;font-size:14px}.nav a:last-child{border-bottom:0}.nav a.active:after{display:none}.nav a.active{color:var(--yellow)}}@media (max-width: 640px){.header-right .btn-outline,.header-right .btn-white{height:30px;padding:0 12px;font-size:12px}.lang-btn span{display:none}}@media (max-width: 420px){.header-right .btn-outline{display:none}}.lang-switch{display:flex;align-items:center;gap:4px;color:#e5e5e5;font-size:13px;font-weight:500;white-space:nowrap}.lang-switch svg{width:14px;height:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;padding:0 16px;border-radius:8px;font-weight:600;font-size:13px;white-space:nowrap;transition:transform .1s,background .15s,color .15s}.btn:hover{transform:translateY(-1px)}.btn-outline{border:1px solid #fff;color:#fff;background:transparent}.btn-outline:hover,.btn-white{background:#fff;color:#0a0a0a}.btn-white:hover{background:#f1f1f1}.btn-black{background:#0a0a0a;color:#fff;height:48px;border-radius:12px;padding:0 28px;font-size:15px}.btn-black:hover{background:#1a1a1a}.btn-yellow{background:var(--yellow);color:#0a0a0a;height:44px;padding:0 24px}.btn-yellow:hover{background:#ffc40d}.btn-large{height:52px;padding:0 32px;font-size:15px;border-radius:12px}.footer{background:#0a0a0a;color:#fff;padding:0;height:44px;border-top-left-radius:28px;border-top-right-radius:28px;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.footer h4{font-size:15px;font-weight:700;margin:0 0 18px;color:#fff}.footer p,.footer a{color:#b5b5b5;font-size:14px;line-height:2}.footer a:hover{color:#fff}.footer-logo{font-size:26px;font-weight:800;color:#fff;margin-bottom:16px}.footer-bottom{border-top:1px solid #1f1f1f;padding-top:24px;margin-top:48px;display:flex;justify-content:space-between;color:#6b6b6b;font-size:13px}.footer-socials{display:flex;gap:16px;margin-top:16px}.footer-socials a{width:36px;height:36px;background:#1f1f1f;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.footer-socials a:hover{background:#2a2a2a}.footer-socials svg{width:16px;height:16px}.app-badges{display:flex;gap:12px;margin-top:18px}.section{padding:70px 0}.section-title{font-size:38px;font-weight:800;text-align:center;margin:0 0 8px;letter-spacing:-1px}.section-sub{text-align:center;color:var(--gray-600);margin:0 0 48px;font-size:16px}.eyebrow{color:var(--yellow);font-weight:700;font-size:13px;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:14px}.text-center{text-align:center}.hero{position:relative;background:linear-gradient(180deg,#fafafa,#f1f1f1);overflow:hidden}.hero-inner{max-width:1340px;margin:0 auto;padding:32px 20px;display:flex;flex-direction:column;gap:24px}.hero-text{order:1}.hero-text .eyebrow{color:var(--yellow);font-weight:700;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px}.hero-text h1{font-size:clamp(28px,5.5vw,46px);line-height:1.12;font-weight:800;letter-spacing:-1px;margin:0 0 16px;color:#0a0a0a}.hero-text p{font-size:clamp(14px,1.2vw,16px);line-height:1.65;margin:0 0 22px;color:var(--gray-700);max-width:540px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions .btn-large{height:clamp(44px,4.5vw,56px);padding:0 clamp(18px,2vw,28px);font-size:clamp(13px,1vw,15px)}.hero-phone-box{order:2;display:flex;justify-content:center}.hero-phone{width:clamp(200px,50vw,280px);height:auto;border-radius:22px;filter:drop-shadow(0 18px 40px rgba(0,0,0,.28))}.hero-video-box{order:3;width:100%;aspect-ratio:1280/650;border-radius:16px;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;display:block;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to right,#000,#000)}@media (min-width: 640px){.hero-inner{padding:40px 32px;gap:28px}}@media (min-width: 1024px){.hero{height:clamp(420px,28vw,520px)}.hero-inner{flex-direction:row;align-items:center;gap:0;height:100%;padding:0 32px;max-width:none;position:relative}.hero-text{flex:0 0 auto;max-width:500px;z-index:2;margin-left:0}.hero-text h1{font-size:clamp(32px,3vw,44px)}.hero-phone-box{display:none}.hero-video-box{position:absolute;top:0;right:0;height:100%;width:auto;aspect-ratio:1280/650;border-radius:0;z-index:1;margin:0}.hero-video{-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,.4) 0%,rgba(0,0,0,1) 18%);mask-image:linear-gradient(to right,#0006,#000 18%)}}@media (min-width: 1500px){.hero{--hh: clamp(440px, 26vw, 560px);--video-w: calc(var(--hh) * 1280 / 650);--phone-w: calc(var(--hh) * .86 * .5536);height:var(--hh)}.hero-text{max-width:540px}.hero-text h1{font-size:44px;letter-spacing:-1.3px}.hero-phone-box{display:block;position:absolute;top:50%;transform:translateY(-50%);right:calc(var(--video-w) - var(--phone-w) * .35);z-index:3;justify-content:initial}.hero-phone{width:auto;height:calc(var(--hh) * .86);border-radius:24px}}.booking-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 10px 40px #00000014;max-width:460px;border:1px solid #ececec}.booking-tabs{display:flex;gap:24px;padding-bottom:8px;margin-bottom:8px}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;font-weight:600;font-size:14px;color:#888;border-bottom:2px solid transparent}.tab.active{color:#0a0a0a;border-bottom-color:#0a0a0a}.booking-field{display:flex;align-items:center;gap:14px;padding:14px 4px;border-bottom:1px solid #eee}.booking-field .dot{width:10px;height:10px;border-radius:50%;background:#0a0a0a}.booking-field .square{width:10px;height:10px;background:#0a0a0a;border-radius:1px}.field-label{flex:1;color:#888;font-size:14px}.field-val{display:flex;align-items:center;color:#0a0a0a;font-size:14px;font-weight:500}.booking-cta{width:100%;margin-top:14px}.services-section{padding:60px 0 30px;background:#fff}.services-section .eyebrow{text-align:center}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}.service-card{position:relative;background:#fafafa;border-radius:18px;padding:26px;display:flex;flex-direction:column;gap:20px;border:1px solid #f0f0f0}.service-top{display:flex;align-items:center;gap:24px;min-height:180px}.service-info{flex:1}.service-icon{width:46px;height:46px;border-radius:10px;background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.service-card h3{font-size:22px;font-weight:700;margin:0 0 6px}.service-card p{color:var(--gray-600);font-size:13px;margin:0;line-height:1.5}.btn-sm{height:36px;padding:0 18px;font-size:13px}.service-art{flex-shrink:0}.service-cta{align-self:flex-start}.service-next{position:absolute;right:14px;bottom:28px;width:32px;height:32px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#0a0a0a}.how-section{padding:30px 0 70px;background:#fff}.how-steps{display:flex;align-items:center;justify-content:center;margin-top:24px;padding:0 30px}.how-step{display:flex;align-items:center;gap:12px;flex:0 0 auto}.how-num{width:28px;height:28px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.how-icon{width:28px;height:28px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-info{line-height:1.3}.how-title{font-weight:700;font-size:13.5px;margin-bottom:3px;color:#0a0a0a}.how-text{color:var(--gray-600);font-size:12px;line-height:1.45}.how-divider{flex:0 1 90px;max-width:90px;display:flex;align-items:center;gap:6px;margin:0 16px;color:#b5b5b5}.how-line{flex:1;height:1px;border-top:1px dashed #b5b5b5}.how-divider svg{flex-shrink:0;color:#b5b5b5}.app-section{background:#0a0a0a;color:#fff;padding:32px 0 24px;border-top-left-radius:28px;border-top-right-radius:28px;overflow:hidden}.app-inner{display:grid;grid-template-columns:1.1fr .9fr 1.4fr;align-items:center;gap:30px}.app-left h2{font-size:30px;font-weight:800;margin:0 0 12px;line-height:1.18}.app-left p{color:#b5b5b5;font-size:14px;margin:0 0 22px;max-width:320px}.app-badges-row{display:flex;gap:12px;margin-top:-10px}.store-badge{display:flex;align-items:center;gap:10px;background:#1a1a1a;border:1px solid #2a2a2a;padding:10px 18px;border-radius:12px;color:#fff;transition:background .15s}.store-badge:hover{background:#2a2a2a}.app-mid{display:flex;justify-content:center;align-self:end;margin-bottom:-24px}.app-right{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:18px;text-align:center}.app-stat-icon{width:56px;height:56px;border:1px solid #2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.app-stat-title{font-weight:700;font-size:15px}.app-stat-sub{color:#b5b5b5;font-size:13px;margin-top:2px}.services-page{background:#fafafa;padding:70px 0;min-height:80vh}.services-page h1{font-size:52px;font-weight:800;text-align:center;margin:0 0 12px;letter-spacing:-1.5px}.services-page .sub{text-align:center;color:var(--gray-600);margin:0 0 50px;font-size:16px}.services-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-detail-card{position:relative;background:#fff;border-radius:22px;padding:36px 36px 32px;border:1px solid #ececec;overflow:hidden}.service-detail-card .card-bg{position:absolute;left:0;right:0;top:0;width:100%;height:auto;opacity:.45;pointer-events:none;z-index:0;object-fit:contain}.service-detail-card>*:not(.card-bg){position:relative;z-index:1}.service-detail-card .head{display:flex;gap:18px;align-items:flex-start;margin-bottom:8px}.service-detail-card .badge-icon{width:56px;height:56px;border-radius:14px;background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-detail-card h2{font-size:30px;font-weight:700;margin:0}.service-detail-card .head p{color:var(--gray-600);margin:4px 0 0;font-size:14px}.service-detail-card .art{height:220px;display:flex;align-items:center;justify-content:center;margin:10px 0 14px;position:relative}.feature-list{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.feature-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a1a}.feature-list li .check-icon{width:18px;height:18px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-list li .check-icon svg{width:11px;height:11px}.service-detail-card .btn-black{width:100%;height:50px;justify-content:center;font-size:14px}.benefits-strip{margin-top:24px;background:#fff;border-radius:18px;border:1px solid #ececec;padding:24px 30px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}.benefit{display:flex;gap:12px;align-items:flex-start}.benefit-icon{width:42px;height:42px;border-radius:10px;background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-title{font-weight:700;font-size:14px;margin-bottom:2px}.benefit-sub{color:var(--gray-600);font-size:12px;line-height:1.4}.services-page .closing{text-align:center;margin-top:30px;color:var(--gray-600)}.howpage{padding:70px 0 60px;background:#fff}.howpage h1{font-size:52px;text-align:center;font-weight:800;margin:0 0 12px;letter-spacing:-1.5px}.howpage .sub{text-align:center;color:var(--gray-600);font-size:16px;max-width:720px;margin:0 auto 50px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.step-card{position:relative;background:#fff;border-radius:18px;border:1px solid #ececec;padding:34px 22px 24px;text-align:center;display:flex;flex-direction:column;overflow:visible}.step-card .num{position:absolute;top:-14px;left:18px;background:#0a0a0a;color:#fff;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;box-shadow:0 4px 14px #0000002e;z-index:2}.step-card .phone-area{height:240px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;padding:6px 0}.step-card .phone-area img{max-height:100%;max-width:100%;width:auto;object-fit:contain;display:block}.step-card h3{font-size:18px;font-weight:700;margin:0 0 10px;color:#0a0a0a}.step-card p{color:var(--gray-600);font-size:13px;margin:0;line-height:1.55}.step-dash{position:absolute;top:50%;height:1px;border-top:2px dashed #d4d4d4}.why-uflx{margin-top:28px;background:#fafafa;border-radius:16px;padding:30px 36px;border:1px solid #ececec}.why-uflx h2{text-align:center;font-size:22px;font-weight:700;margin:0 0 22px}.why-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:30px}.driver-cta{margin-top:24px;background:#f4f4f4;border-radius:16px;padding:24px 30px;display:flex;align-items:center;gap:20px;border:1px solid #ececec}.driver-cta .icon-large{width:56px;height:56px;background:#0a0a0a;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.driver-cta .info{flex:1}.driver-cta h3{font-size:18px;font-weight:700;margin:0 0 4px}.driver-cta p{color:var(--gray-600);font-size:13px;margin:0}.driver-cta-buttons{display:flex;gap:12px}.career-page{background:#fafafa;padding:0 0 60px}.career-hero{position:relative;background:linear-gradient(180deg,#fff,#f8f8f8);padding:50px 0 40px;overflow:hidden}.career-hero-inner{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:30px;position:relative}.career-hero h1{font-size:44px;font-weight:800;margin:8px 0 18px;letter-spacing:-1.2px;line-height:1.1}.career-hero p{color:var(--gray-700);font-size:14px;margin:0 0 14px;line-height:1.6;max-width:460px;font-weight:500}.career-hero .btn-black{margin-top:16px}.career-hero-right{position:relative;height:380px;display:flex;justify-content:flex-end;align-items:flex-end}.career-hero-bg{position:absolute;top:0;right:-12%;width:135%;height:100%;object-fit:cover;object-position:right center;opacity:.55;pointer-events:none;z-index:1}.career-hero-cars{position:relative;z-index:2;width:100%;max-width:660px;height:auto;display:block;margin-bottom:-10px;filter:drop-shadow(0 22px 14px rgba(0,0,0,.18))}.stats-bar{background:#fff;margin-top:-10px;border-radius:16px;padding:22px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border:1px solid #ececec}.stat-cell{display:flex;gap:12px;align-items:flex-start}.stat-icon{width:42px;height:42px;background:#0a0a0a;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-number{font-size:22px;font-weight:800}.stat-label{font-size:13px;font-weight:600;color:#1a1a1a;margin-top:2px}.stat-sub{font-size:12px;color:var(--gray-600);margin-top:2px;line-height:1.4}.why-career{background:#fff;margin-top:20px;border-radius:16px;padding:26px 32px;display:grid;grid-template-columns:1fr 1.2fr;gap:28px;align-items:center;border:1px solid #ececec}.why-career h2{font-size:26px;font-weight:800;margin:0 0 14px;letter-spacing:-.8px;line-height:1.18}.why-career>div>p{color:var(--gray-700);font-size:13.5px;margin:0 0 22px;line-height:1.6}.why-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.why-item{display:flex;gap:12px;align-items:flex-start}.why-item-icon{width:36px;height:36px;background:#0a0a0a;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-item-title{font-weight:700;font-size:14px;margin-bottom:2px}.why-item-text{font-size:12px;color:var(--gray-600);line-height:1.5}.team-photo{background:linear-gradient(135deg,#1a1a1a,#444);border-radius:14px;aspect-ratio:16/10;position:relative;overflow:hidden}.open-positions{background:#fff;margin-top:20px;border-radius:16px;padding:30px 36px;border:1px solid #ececec}.open-positions-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.open-positions-head .eyebrow{margin-bottom:6px}.open-positions h2{font-size:26px;font-weight:800;margin:0;letter-spacing:-.8px}.btn-ghost{display:inline-flex;align-items:center;gap:8px;border:1px solid #ddd;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:600;color:#0a0a0a}.position-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.position-tab{padding:8px 18px;border-radius:10px;background:#f4f4f4;font-size:13px;font-weight:600;color:#4b4b4b}.position-tab.active{background:#0a0a0a;color:#fff}.position-list{display:flex;flex-direction:column;gap:10px}.position-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;align-items:center;background:#fafafa;border-radius:12px;padding:16px 20px;gap:20px;border:1px solid #ececec}.position-row .pos-icon{width:36px;height:36px;background:#0a0a0a;color:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;margin-right:12px;vertical-align:middle}.position-row .pos-title{font-weight:700;font-size:14px}.position-row .pos-cat{font-size:12px;color:var(--gray-600)}.position-row .pos-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gray-700)}.position-row .pos-meta svg{width:14px;height:14px}.position-row .pos-arrow{width:36px;height:36px;background:#0a0a0a;color:#fff;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.load-more{text-align:center;margin-top:18px;color:var(--gray-600);font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px}.career-banner{background:#0a0a0a;color:#fff;border-radius:18px;margin-top:20px;padding:0 28px 0 0;display:flex;align-items:stretch;gap:24px;overflow:hidden;min-height:110px}.career-banner .banner-art{width:160px;height:auto;align-self:stretch;object-fit:cover;display:block;flex-shrink:0}.career-banner .banner-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:18px 0}.career-banner .eyebrow{color:var(--yellow);margin:0 0 6px}.career-banner h3{font-size:19px;font-weight:700;margin:0;line-height:1.3}.career-banner-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.career-banner-actions .btn{height:44px;padding:0 22px;font-size:13px}.corp-page{background:#fafafa;padding:0 0 50px}.corp-hero{position:relative;padding:50px 0 40px;background:linear-gradient(180deg,#fff,#f8f8f8);overflow:hidden}.corp-hero-inner{display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:30px;position:relative}.corp-hero-media{position:relative;width:100%;height:340px;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #0000001f}.corp-hero-media img{width:100%;height:100%;object-fit:cover;display:block}.corp-hero h1{font-size:42px;font-weight:800;margin:8px 0 16px;letter-spacing:-1.2px;line-height:1.15}.corp-hero p{color:var(--gray-700);font-size:14px;margin:0 0 12px;line-height:1.65;max-width:440px}.mv-card{background:#fff;margin-top:20px;border-radius:16px;padding:28px 32px;border:1px solid #ececec}.mv-card h2{font-size:22px;font-weight:700;margin:0 0 18px}.mv-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:30px}.mv-block .icon-square{width:46px;height:46px;background:#0a0a0a;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.mv-block h3{font-size:16px;font-weight:700;margin:0 0 6px}.mv-block p{font-size:12.5px;color:var(--gray-600);line-height:1.55;margin:0;max-width:220px}.values-block h3{font-size:16px;font-weight:700;margin:0 0 14px}.values-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}.value-item{text-align:left}.value-icon{width:36px;height:36px;border:1px solid #ececec;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:#0a0a0a}.value-title{font-weight:700;font-size:13px;margin-bottom:2px}.value-text{font-size:11.5px;color:var(--gray-600);line-height:1.5}.about-block{background:#fff;border-radius:16px;margin-top:20px;padding:0;display:grid;grid-template-columns:1fr 1.1fr;overflow:hidden;border:1px solid #ececec}.about-photo{background:linear-gradient(135deg,#1a1a1a,#444);position:relative;min-height:340px}.about-photo .uflx-watermark{position:absolute;bottom:30%;left:40%;color:#ffffff40;font-size:60px;font-weight:800;letter-spacing:-1px}.about-content{padding:36px}.about-content .eyebrow{color:var(--yellow)}.about-content h2{font-size:24px;font-weight:800;margin:8px 0 14px;letter-spacing:-.5px;line-height:1.2}.about-content p{color:var(--gray-700);font-size:13.5px;line-height:1.6;margin:0 0 14px}.about-stats{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;margin-top:16px}.about-stat .icon-num{width:38px;height:38px;background:#fff;border:1px solid #ececec;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:#0a0a0a}.about-stat-num{font-size:18px;font-weight:800}.about-stat-label{font-size:11px;color:var(--gray-600);margin-top:2px}.team-block{background:#fff;margin-top:20px;border-radius:16px;padding:28px 32px;border:1px solid #ececec}.team-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.team-head h2{font-size:22px;font-weight:700;margin:0 0 6px}.team-head p{color:var(--gray-600);font-size:13px;margin:0}.team-nav{display:flex;gap:8px}.team-nav button{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;color:#4b4b4b}.team-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.team-card{background:#fafafa;border-radius:14px;padding:18px 14px 14px;text-align:center;border:1px solid #ececec}.team-avatar{width:96px;height:96px;border-radius:50%;margin:0 auto 10px;background:linear-gradient(135deg,#ccc,#888);position:relative;overflow:hidden}.team-name{font-weight:700;font-size:13.5px}.team-role{font-size:12px;color:var(--gray-600);margin-bottom:8px}.team-li{width:26px;height:26px;border-radius:6px;background:#0a0a0a;color:#fff;display:inline-flex;align-items:center;justify-content:center}.press-block{background:#fafafa;margin-top:20px;padding:20px 32px;border-radius:16px;border:1px solid #ececec}.press-block h3{font-size:16px;font-weight:700;margin:0 0 16px}.press-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;align-items:center}.press-logo{color:#4b4b4b;font-weight:800;font-size:18px;text-align:center;opacity:.85;display:flex;align-items:center;justify-content:center;height:36px}.press-logo img{max-height:28px;max-width:110px;object-fit:contain;filter:grayscale(1);opacity:.85}.press-logo img:hover{opacity:1;filter:none}.press-logo-fallback{display:none}.corp-cta{background:#0a0a0a;color:#fff;border-radius:18px;margin-top:20px;padding:0 28px 0 0;display:flex;align-items:stretch;gap:24px;overflow:hidden;min-height:110px}.corp-cta .banner-art{width:160px;height:auto;align-self:stretch;object-fit:cover;display:block;flex-shrink:0}.corp-cta .banner-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:18px 0}.corp-cta .eyebrow{color:var(--yellow);margin-bottom:6px}.corp-cta h3{font-size:19px;font-weight:700;margin:0;line-height:1.3}.corp-cta>.btn{align-self:center;flex-shrink:0}.ride-page{background:#fff;padding:30px 0 50px}.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--gray-600);font-size:13px;margin-bottom:30px}.breadcrumb svg{width:14px;height:14px}.breadcrumb .current{color:#0a0a0a;font-weight:600}.ride-hero{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:flex-start}.ride-hero h1{font-size:50px;font-weight:800;margin:8px 0 16px;letter-spacing:-1.5px}.ride-hero p.lead{color:var(--gray-700);font-size:14px;line-height:1.7;margin:0 0 26px}.feature-row{display:flex;gap:28px;margin-bottom:30px}.feature-mini{flex:1;max-width:180px}.feature-mini .icon-circle{width:38px;height:38px;border:1px solid #ececec;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:#0a0a0a}.feature-mini h4{font-size:14px;font-weight:700;margin:0 0 4px}.feature-mini p{font-size:11.5px;color:var(--gray-600);margin:0;line-height:1.5}.hero-buttons{display:flex;gap:12px}.ride-hero-art{position:relative;background:#0a0a0a;border-radius:18px;padding:0;height:380px;overflow:hidden}.ride-hero-art .cars-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ride-hero-art .cars-wrap img{width:100%;height:100%;object-fit:cover;display:block}.benefits-overlay{position:absolute;left:30px;right:30px;bottom:30px;background:#ffffffeb;border-radius:14px;padding:16px 22px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px;border:1px solid #ececec;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.benefits-overlay .ben{display:flex;gap:10px;align-items:center}.benefits-overlay .ben-icon{width:30px;height:30px;border:1px solid #ececec;border-radius:8px;display:flex;align-items:center;justify-content:center}.benefits-overlay .ben-title{font-size:12px;font-weight:700;line-height:1.1}.benefits-overlay .ben-sub{font-size:11px;color:var(--gray-600)}.advantages{margin-top:40px}.advantages h2{font-size:24px;font-weight:700;margin:0 0 18px}.advantages-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}.advantage-card{background:#fafafa;border-radius:12px;padding:18px;display:flex;gap:12px;border:1px solid #ececec}.advantage-card .ai{width:36px;height:36px;background:#0a0a0a;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.advantage-card h4{font-size:14px;font-weight:700;margin:0 0 4px}.advantage-card p{font-size:12px;color:var(--gray-600);margin:0;line-height:1.5}.ride-how{margin-top:40px}.ride-how h2{font-size:24px;font-weight:700;margin:0 0 22px}.ride-how-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:center}.ride-step{display:flex;gap:12px;align-items:flex-start}.ride-step .num{width:32px;height:32px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.ride-step h4{font-size:14px;font-weight:700;margin:0 0 4px}.ride-step p{font-size:12px;color:var(--gray-600);margin:0;line-height:1.5}.ride-arrow{color:#d4d4d4}.ride-cta{background:#0a0a0a;color:#fff;border-radius:18px;margin-top:40px;padding:0 28px 0 0;display:flex;align-items:stretch;gap:24px;overflow:hidden;min-height:110px}.ride-cta .banner-art{width:160px;align-self:stretch;object-fit:cover;display:block;flex-shrink:0}.ride-cta .banner-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:18px 0}.ride-cta-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;align-self:center}.ride-cta .eyebrow{color:var(--yellow);margin:0 0 6px}.ride-cta h3{font-size:18px;font-weight:700;margin:0;line-height:1.3}.ride-cta .qr{width:60px;height:60px;background:#fff;border-radius:6px;padding:4px}.ride-cta .store-badge{background:#fff;color:#0a0a0a}.ride-cta .store-badge svg{color:#0a0a0a}.floating-scan{position:fixed;right:30px;bottom:30px;width:56px;height:56px;border-radius:50%;background:#fff;border:1px solid #ececec;box-shadow:0 6px 24px #0000001f;display:flex;align-items:center;justify-content:center;z-index:50}.go-page{min-height:80vh;background:linear-gradient(180deg,#1a1a1a,#f9b34a);position:relative;overflow:hidden}.go-page-inner{padding:80px 0 120px;text-align:center;color:#fff;position:relative;z-index:2}.go-page h1{font-size:42px;font-weight:800;line-height:1.2;margin:0 0 20px;letter-spacing:-1px}.go-page h1+.accent{width:60px;height:2px;background:#1ec8c8;margin:0 auto 30px}.go-scene{margin-top:80px;display:flex;justify-content:center}.help-page{background:#fff}.help-hero{background:#0a0a0a url(../img/yardim-hero.jpg) center/cover no-repeat;color:#fff;padding:70px 0 80px;position:relative;overflow:hidden}.help-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0aeb,#0a0a0ab3 40%,#0a0a0a40 75%,#0a0a0a0d);z-index:1}.help-hero>.container-wide{position:relative;z-index:2}.help-hero-inner{display:block}.help-hero-content{max-width:580px}.help-hero .eyebrow{color:var(--yellow)}.help-hero h1{font-size:42px;font-weight:800;margin:4px 0 16px;line-height:1.15;letter-spacing:-1px}.help-hero p{color:#b5b5b5;font-size:14px;margin:0 0 22px}.help-search{background:#fff;border-radius:14px;padding:4px 6px 4px 18px;display:flex;align-items:center;gap:10px;max-width:460px}.help-search svg{color:#888;width:18px;height:18px}.help-search input{border:0;outline:0;padding:14px 0;flex:1;font-size:14px;color:#0a0a0a;background:transparent;font-family:inherit}.help-shortcuts{display:flex;gap:24px;margin-top:28px}.help-shortcut{text-align:center;flex-shrink:0}.help-shortcut-icon{width:48px;height:48px;background:#1a1a1a;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.help-shortcut-title{font-weight:700;font-size:13px}.help-shortcut-sub{color:#6b6b6b;font-size:11px;margin-top:2px}.help-hero-photo{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:18px;height:320px;position:relative;overflow:hidden}.popular-section{padding:50px 0 30px}.popular-section h2{font-size:22px;font-weight:700;margin:0 0 22px}.popular-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.popular-card{background:#fff;border-radius:16px;padding:24px 24px 64px;border:1px solid #ececec;position:relative;min-height:220px}.popular-icon{width:44px;height:44px;background:#fff;border:1px solid #ececec;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#0a0a0a}.popular-card h4{font-size:15px;font-weight:700;margin:0 0 8px}.popular-card p{font-size:12.5px;color:var(--gray-600);line-height:1.5;margin:0}.popular-card .arrow-link{position:absolute;bottom:20px;left:24px;color:#0a0a0a;display:inline-flex}.popular-card .arrow-link svg{width:18px;height:18px}.faq-section{padding:20px 0 40px}.faq-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.faq-head h2{font-size:22px;font-weight:700;margin:0}.faq-head a{color:var(--gray-700);font-size:13px;display:flex;align-items:center;gap:6px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-row{background:#fff;border:1px solid #ececec;border-radius:12px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:500;cursor:pointer}.faq-row svg{width:16px;height:16px;color:#4b4b4b}.support-box{background:#fff;border:1px solid #ececec;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;margin-top:16px}.support-box .icon{width:48px;height:48px;background:#0a0a0a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-box .text{flex:1}.support-box h4{font-size:15px;font-weight:700;margin:0 0 2px}.support-box p{font-size:12.5px;color:var(--gray-600);margin:0}.support-buttons{display:flex;gap:10px}.support-buttons .btn{height:42px;padding:0 18px}.btn-outline-dark{border:1px solid #ddd;color:#0a0a0a;background:#fff}.channels-section{padding:30px 0 40px}.channels-section h2{font-size:20px;font-weight:700;margin:0 0 18px}.channels-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.channel-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:22px}.channel-icon{width:38px;height:38px;background:#fff;border:1px solid #ececec;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#0a0a0a}.channel-card h4{font-size:14px;font-weight:700;margin:0 0 6px}.channel-card p{font-size:12px;color:var(--gray-600);margin:0 0 10px;line-height:1.5}.channel-card .ch-link{color:#0a0a0a;font-weight:600;font-size:13px}.help-cta{background:#0a0a0a;color:#fff;border-radius:14px;margin-bottom:50px;padding:22px 28px;display:flex;align-items:center;gap:20px}.help-cta .icon-art{width:100px;height:60px}.help-cta h3{font-size:16px;font-weight:600;margin:0;flex:1;line-height:1.4}.team-photo-wrap{width:100%;aspect-ratio:22 / 10;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#444);position:relative}.team-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.team-photo-fallback{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.office-photo-wrap{width:100%;height:100%;min-height:340px;background:linear-gradient(135deg,#1a1a1a,#444);position:relative;overflow:hidden}.office-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.team-avatar-img{width:100%;height:100%;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#f4f4f4,#e0e0e0);position:relative;display:flex;align-items:center;justify-content:center}.team-avatar-img img{width:100%;height:100%;object-fit:cover;display:block}.team-avatar-img.placeholder{background:linear-gradient(135deg,#fff5d6,#f5e8b5)}.team-avatar-img .avatar-star{font-size:38px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12))}.support-photo-wrap{width:100%;height:100%;min-height:320px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);position:relative}.support-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block}.support-photo-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0000 60%,#0000004d);pointer-events:none}.icon-circle-yellow{position:relative}.icon-circle-yellow:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:2px solid #f5b800;border-radius:12px;border-style:dashed}@media (max-width: 768px){.container,.container-wide{padding:0 16px}}@media (max-width: 768px){.section-title{font-size:26px;letter-spacing:-.6px}.section-sub{font-size:14px;margin-bottom:30px}.eyebrow{font-size:12px}}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr;gap:18px;margin-top:28px}.service-card{padding:22px}}@media (max-width: 768px){.services-section{padding:40px 0 10px}.service-card{padding:20px;gap:16px}.service-top{min-height:auto;gap:16px;flex-direction:column;align-items:flex-start}.service-art img{margin:0 auto!important;max-width:100%!important}.service-card h3{font-size:20px}.service-next{top:18px;bottom:auto;right:18px}.service-cta{width:100%;justify-content:center}}@media (max-width: 900px){.how-steps{flex-direction:column;padding:0;gap:18px;align-items:stretch}.how-step{width:100%}.how-divider{display:none}}@media (max-width: 1024px){.app-inner{grid-template-columns:1fr;gap:28px;text-align:center}.app-left p{margin-left:auto;margin-right:auto}.app-badges-row{justify-content:center;flex-wrap:wrap}.app-mid{display:none}.app-right{grid-template-columns:repeat(4,1fr)}}@media (max-width: 600px){.app-section{padding:32px 0 24px}.app-left h2{font-size:24px}.app-right{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 1024px){.services-page{padding:48px 0}.services-page h1{font-size:38px}.services-page .sub{margin-bottom:32px}.services-cards{grid-template-columns:1fr;gap:18px}.service-detail-card{padding:26px 22px 22px}.service-detail-card h2{font-size:26px}.benefits-strip{grid-template-columns:repeat(2,1fr);gap:22px;padding:22px}}@media (max-width: 560px){.services-page h1{font-size:30px}.service-detail-card .head{gap:14px}.service-detail-card .badge-icon{width:46px;height:46px}.service-detail-card h2{font-size:22px}.service-detail-card .head p{font-size:13px}.service-detail-card .art{height:auto;margin:14px 0}.service-detail-card .art img{margin:0 -22px!important;width:calc(100% + 44px)!important}.benefits-strip{grid-template-columns:1fr;gap:16px;padding:18px}}@media (max-width: 1024px){.howpage{padding:48px 0}.howpage h1{font-size:38px}.howpage .sub{margin-bottom:36px}.steps-grid{grid-template-columns:repeat(2,1fr);gap:16px}.why-grid{grid-template-columns:repeat(2,1fr);gap:22px}}@media (max-width: 640px){.howpage h1{font-size:28px}.steps-grid{grid-template-columns:1fr}.step-card{padding:28px 18px 20px}.step-card .phone-area{height:220px;margin-bottom:16px}.why-uflx{padding:24px 20px}.why-grid{grid-template-columns:1fr;gap:18px}.driver-cta{flex-direction:column;align-items:flex-start;gap:14px;padding:22px}.driver-cta-buttons{width:100%;flex-direction:column;gap:10px}.driver-cta-buttons .btn{width:100%;justify-content:center}}@media (max-width: 1024px){.career-hero{padding:36px 0 20px}.career-hero-inner{grid-template-columns:1fr;gap:24px}.career-hero h1{font-size:32px}.career-hero-right{height:280px}.career-hero-cars{max-width:480px;margin:0 auto}.stats-bar{grid-template-columns:repeat(2,1fr);gap:18px;padding:18px}.why-career{grid-template-columns:1fr;padding:24px;gap:22px}.why-grid-2{grid-template-columns:repeat(2,1fr)}.open-positions{padding:22px 20px}.open-positions-head{flex-direction:column;align-items:flex-start;gap:14px}.position-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.position-tab{flex-shrink:0}.position-row{grid-template-columns:1fr auto;gap:12px;padding:14px 16px}.position-row>div:not(:first-child):not(:last-child){grid-column:1;font-size:12px}.career-banner{flex-direction:column;align-items:stretch;gap:16px;padding:22px}.career-banner .banner-art{display:none}.career-banner .banner-text{padding:0;text-align:center}.career-banner-actions{padding:0;justify-content:center;flex-wrap:wrap}.career-banner-actions .btn{flex:1 1 auto}}@media (max-width: 600px){.career-banner{gap:12px;padding:22px 18px}.career-banner .banner-text h3{font-size:16px;line-height:1.35}.career-banner-actions{flex-direction:column;gap:8px}.career-banner-actions .btn{width:100%;justify-content:center;height:44px;padding:0 18px;font-size:13px}.career-hero h1{font-size:26px}.career-hero p{font-size:13px}.stats-bar{grid-template-columns:1fr;gap:14px}.why-grid-2{grid-template-columns:1fr}.open-positions h2{font-size:22px}.position-row{grid-template-columns:1fr}.position-row .pos-arrow{justify-self:flex-end}}@media (max-width: 1024px){.corp-hero{padding:36px 0 20px}.corp-hero-inner{grid-template-columns:1fr;gap:24px}.corp-hero h1{font-size:32px}.corp-hero-media{height:260px}.mv-card{padding:22px 20px}.mv-grid{grid-template-columns:1fr;gap:22px}.mv-block p{max-width:100%}.values-grid{grid-template-columns:repeat(2,1fr);gap:14px}.about-block{grid-template-columns:1fr}.about-photo{min-height:240px}.about-content{padding:24px 22px}.about-stats{grid-template-columns:repeat(2,1fr);gap:14px}.team-block{padding:22px 20px}.team-head{flex-direction:column;align-items:flex-start;gap:12px}.team-grid{grid-template-columns:repeat(3,1fr)}.corp-cta{flex-direction:column;align-items:stretch;padding:22px;gap:16px;min-height:0}.corp-cta .banner-art{display:none}.corp-cta .banner-text{padding:0;text-align:center}.corp-cta h3{text-align:center;font-size:16px}.corp-cta .btn{width:100%;justify-content:center}}@media (max-width: 600px){.corp-hero h1{font-size:26px}.corp-hero p{font-size:13px}.corp-hero-media{height:200px}.values-grid{grid-template-columns:1fr 1fr;gap:12px}.about-stats{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:repeat(2,1fr);gap:12px}.team-card{padding:14px 10px 12px}.team-avatar{width:80px;height:80px}}@media (max-width: 1024px){.ride-page{padding:24px 0 40px}.breadcrumb{margin-bottom:20px}.ride-hero{grid-template-columns:1fr;gap:28px}.ride-hero h1{font-size:36px}.feature-row{flex-wrap:wrap;gap:16px}.feature-mini{flex:1 1 calc(50% - 8px);max-width:none}.hero-buttons{flex-wrap:wrap}.hero-buttons .btn{flex:1 1 auto}.ride-hero-art{height:320px;padding:14px}.benefits-overlay{grid-template-columns:repeat(2,1fr);gap:14px;padding:14px 16px;left:16px;right:16px;bottom:16px}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:14px}.ride-how-grid{grid-template-columns:1fr;gap:18px}.ride-arrow{transform:rotate(90deg);justify-self:center}.ride-cta{flex-direction:column;align-items:stretch;gap:16px;padding:22px;min-height:0}.ride-cta .banner-art{display:none}.ride-cta .banner-text{padding:0;text-align:center}.ride-cta h3{text-align:center;font-size:16px}.ride-cta-actions{flex-wrap:wrap;justify-content:center;gap:10px}.ride-cta .qr{align-self:center}}@media (max-width: 768px){.benefits-overlay{display:none}}@media (max-width: 640px){.ride-hero h1{font-size:28px}.feature-mini{flex:1 1 100%}.ride-hero-art{height:240px}.advantages-grid{grid-template-columns:1fr}.ride-cta{padding:20px}.floating-scan{width:48px;height:48px;right:16px;bottom:16px}}@media (max-width: 768px){.go-page-inner{padding:50px 0 80px}.go-page h1{font-size:28px;letter-spacing:-.5px}.go-scene{margin-top:40px}.go-scene img{width:180px!important}}@media (max-width: 480px){.go-page h1{font-size:22px}.go-scene img{width:140px!important;bottom:20px!important}}@media (max-width: 768px){.help-hero{background:#0a0a0a url(../img/yardim-hero-mobil.jpg) center/cover no-repeat}.help-hero:before{background:linear-gradient(to bottom,#0a0a0a8c,#0a0a0a59 35%,#0a0a0ad9)}}@media (max-width: 1024px){.help-hero{padding:50px 0 60px}.help-hero h1{font-size:32px}.help-hero-content{max-width:100%}.help-shortcuts{gap:16px;flex-wrap:wrap}.help-shortcut{min-width:calc(50% - 8px)}.popular-section{padding:36px 0 18px}.popular-grid{grid-template-columns:repeat(3,1fr);gap:14px}.faq-grid{grid-template-columns:1fr}.channels-grid{grid-template-columns:repeat(2,1fr);gap:14px}.support-box{flex-direction:column;align-items:stretch;gap:14px}.support-buttons{width:100%;flex-direction:column;gap:10px}.support-buttons .btn{width:100%;justify-content:center}.help-cta{flex-direction:column;align-items:stretch;gap:14px;padding:22px;text-align:center}.help-cta .icon-art{display:none}.help-cta h3{text-align:center}}@media (max-width: 640px){.help-hero{padding:36px 0 40px}.help-hero h1{font-size:26px;letter-spacing:-.5px}.help-hero p{font-size:13px}.help-shortcut{min-width:100%}.popular-grid{grid-template-columns:repeat(2,1fr)}.popular-card{min-height:180px;padding:18px 18px 50px}.popular-icon{width:36px;height:36px;margin-bottom:10px}.popular-card h4{font-size:14px}.channels-grid{grid-template-columns:1fr}}@media (max-width: 768px){.account-page{padding:24px 0 40px}.account-head{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 20px}.account-avatar{width:52px;height:52px;font-size:22px}.account-head h1{font-size:20px}.account-section{padding:18px 20px}.booking-row{grid-template-columns:1fr;gap:8px;padding:14px 16px}.booking-row>div:nth-child(4){text-align:left!important}}@media (max-width: 600px){.modal{padding:22px 18px;max-width:calc(100vw - 24px)!important}.modal-title{font-size:18px}.modal-body{font-size:13px}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;gap:6px;text-align:center}}@media (max-width: 480px){.toast-stack{right:12px;left:12px;bottom:12px}.toast{max-width:none}}@media (max-width: 900px){.header{height:56px}.header-inner{padding:0 14px;gap:8px}.logo{font-size:19px}.nav{gap:14px}.nav a{font-size:12.5px}}.toast-stack{position:fixed;right:20px;bottom:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{background:#0a0a0a;color:#fff;padding:12px 18px;border-radius:12px;display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:500;box-shadow:0 8px 30px #00000040;pointer-events:auto;animation:slideInRight .25s ease-out;max-width:360px}.toast-success{background:#0a0a0a}.toast-success svg{color:#1ec88a}.toast-info{background:#1a1a1a}.toast-info svg{color:#f5b800}.toast-error{background:#c44}@keyframes slideInRight{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a8c;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:16px;padding:28px;width:100%;max-width:460px;position:relative;box-shadow:0 30px 80px #00000059;animation:scaleIn .2s ease-out;max-height:90vh;overflow-y:auto}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#4b4b4b;background:transparent}.modal-close:hover{background:#f4f4f4;color:#0a0a0a}.modal-title{font-size:20px;font-weight:700;margin:0 0 18px;padding-right:30px}.modal-body{font-size:14px}.field{display:block;margin-bottom:14px}.field-lbl{display:block;font-size:12.5px;font-weight:600;color:#4b4b4b;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:11px 14px;border:1px solid #ddd;border-radius:10px;font-size:14px;font-family:inherit;color:#0a0a0a;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#0a0a0a;box-shadow:0 0 0 3px #0a0a0a0f}.field textarea{resize:vertical;min-height:80px}.field-err{display:block;margin-top:4px;color:#c44;font-size:12px}.form-err{background:#fdeded;color:#b42b2b;padding:10px 12px;border-radius:8px;font-size:13px;margin:6px 0 4px;border:1px solid #f5cccc}.form-foot{margin-top:14px;text-align:center;font-size:13px;color:#6b6b6b}.link{background:none;border:0;padding:0;color:#0a0a0a;font-weight:600;cursor:pointer;text-decoration:underline;font-family:inherit;font-size:inherit}.link:hover{color:#f5b800}.link-row{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;color:#4b4b4b;font-size:13px;cursor:pointer}.link-row:hover{color:#0a0a0a}.lang-switch{position:relative}.lang-btn,.user-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#e5e5e5;border:0;padding:6px 8px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit}.lang-btn:hover,.user-btn:hover{background:#ffffff14;color:#fff}.user-menu{position:relative}.avatar-mini{width:26px;height:26px;border-radius:50%;background:var(--yellow);color:#0a0a0a;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#fff;color:#0a0a0a;border-radius:10px;border:1px solid #ececec;box-shadow:0 10px 40px #00000026;padding:6px;z-index:200}.dropdown-right{left:auto;right:0}.dropdown-item{width:100%;text-align:left;padding:9px 12px;border-radius:6px;font-size:13.5px;font-weight:500;background:transparent;border:0;cursor:pointer;color:#1a1a1a}.dropdown-item:hover{background:#f4f4f4}.dropdown-item.active{color:var(--yellow);font-weight:600}.dropdown-head{padding:10px 12px 12px;border-bottom:1px solid #ececec;margin-bottom:4px}.booking-input{flex:1;border:0;outline:0;font-size:14px;font-weight:500;font-family:inherit;background:transparent;color:#0a0a0a;padding:4px 0}.booking-input::placeholder{color:#999;font-weight:400}.locate{display:inline-flex;align-items:center;gap:4px;background:transparent;border:0;font-size:13px;font-weight:500;color:#4b4b4b;cursor:pointer;font-family:inherit;padding:4px 6px;border-radius:6px}.locate:hover{color:#0a0a0a;background:#f4f4f4}.quote-card{background:#fafafa;border:1px solid #ececec;border-radius:12px;padding:18px}.quote-row{display:flex;align-items:center;gap:12px;padding:8px 0}.quote-row+.quote-row{border-top:1px solid #ececec}.quote-row .dot{width:10px;height:10px;border-radius:50%;background:#0a0a0a}.quote-row .square{width:10px;height:10px;background:#0a0a0a}.muted{color:#6b6b6b;font-size:12px}.muted-inline{color:#6b6b6b;font-size:12px;font-weight:400}.strong{font-weight:700;font-size:14px}.quote-stats{margin-top:14px;padding-top:14px;border-top:1px solid #ececec;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.help-search{position:relative}.search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#f0f0f0;border:0;color:#4b4b4b;font-size:18px;line-height:1;cursor:pointer;font-family:inherit}.search-clear:hover{background:#ddd;color:#0a0a0a}.faq-row{flex-direction:column;align-items:stretch;gap:0;cursor:pointer;transition:border-color .15s,background .15s}.faq-row:hover{border-color:#b5b5b5}.faq-row-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-row.open{background:#fafafa}.faq-answer{margin-top:10px;padding-top:10px;border-top:1px solid #ececec;font-size:13px;color:#4b4b4b;line-height:1.6;font-weight:400}.empty-state{background:#fafafa;border:1px dashed #ddd;border-radius:12px;padding:30px;text-align:center;color:#6b6b6b;font-size:14px}.load-more{display:flex;align-items:center;gap:6px;margin:18px auto 0;background:transparent;border:0;color:#4b4b4b;font-size:13px;font-family:inherit;cursor:pointer;padding:10px 16px;border-radius:8px}.load-more:hover{background:#f4f4f4;color:#0a0a0a}.account-page{padding:40px 0 60px}.account-empty{text-align:center;padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:14px}.account-empty h2{font-size:24px;margin:0;font-weight:800}.account-empty p{color:var(--gray-600);margin:0 0 12px}.account-head{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #ececec;border-radius:16px;padding:22px 28px;margin-bottom:24px}.account-avatar{width:60px;height:60px;border-radius:50%;background:var(--yellow);color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:26px}.account-head h1{font-size:22px;margin:0;font-weight:700}.account-section{background:#fff;border:1px solid #ececec;border-radius:16px;padding:24px 28px}.account-section h2{font-size:18px;margin:0 0 16px}.booking-list{display:flex;flex-direction:column;gap:10px}.booking-row{display:grid;grid-template-columns:1.4fr 1.4fr 1.4fr auto auto;align-items:center;gap:16px;padding:14px 18px;background:#fafafa;border-radius:10px;border:1px solid #ececec;font-size:13px}.booking-type{display:flex;align-items:center;gap:10px}.badge-status{background:#0a0a0a;color:#fff;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase}.footer-link{background:none;border:0;padding:0;color:#b5b5b5;font-size:14px;font-family:inherit;cursor:pointer;text-align:left;transition:color .15s}.footer-link:hover{color:#fff}.press-logo{background:none;border:0;padding:8px 4px;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .1s}.press-logo:hover{opacity:1;transform:translateY(-1px)}.team-li{background:#0a0a0a;color:#fff;border:0;cursor:pointer;font-family:inherit}.team-li:hover{background:#1a1a1a}.team-nav button{cursor:pointer;font-family:inherit}.team-nav button:disabled{opacity:.4;cursor:not-allowed}.help-shortcut{background:transparent;border:0;cursor:pointer;font-family:inherit;color:inherit;text-decoration:none;display:block;transition:transform .15s}.help-shortcut:hover{transform:translateY(-2px)}a.help-shortcut{color:inherit}.channel-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:22px;text-align:left;cursor:pointer;font-family:inherit;color:inherit;text-decoration:none;display:block;transition:border-color .15s,transform .15s}.channel-card:hover{border-color:#b5b5b5;transform:translateY(-2px)}.popular-card{cursor:pointer;font-family:inherit;text-align:left;display:block;width:100%;transition:border-color .15s,transform .15s}.popular-card:hover{border-color:#b5b5b5;transform:translateY(-2px)}.pos-arrow{border:0;cursor:pointer;font-family:inherit;transition:background .15s}.pos-arrow:hover{background:#1a1a1a}.service-next{cursor:pointer;border:0;font-family:inherit;transition:background .15s}.service-next:hover{background:#e0e0e0}.app-stat{background:transparent;border:0;font-family:inherit;color:inherit;cursor:pointer;transition:transform .15s}.app-stat:hover{transform:translateY(-2px)}.store-badge{cursor:pointer;font-family:inherit;color:inherit;text-decoration:none;display:flex;align-items:center;gap:10px}.floating-scan{cursor:pointer;font-family:inherit;transition:transform .15s}.floating-scan:hover{transform:scale(1.05)}button:disabled{opacity:.5;cursor:not-allowed}
