:root{
    --primary:#7c5cff;
    --primary-2:#5b8cff;
    --bg:#0d0d17;
    --card:#181826;
    --card2:#212f47;
    --text:#f5f5fa;
    --muted:#9d9db0;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Segoe UI',system-ui,-apple-system,'Inter',Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.nav{height:78px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}
.logo{font-size:28px;font-weight:800;color:var(--primary)}
.menu{display:flex;gap:22px;align-items:center;color:#dadbed}
.btn{background:var(--primary);color:#fff;border:0;padding:13px 22px;border-radius:12px;font-weight:700;cursor:pointer}
.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.18)}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;padding:85px 0}
.hero h1{font-size:52px;line-height:1.08;margin:0 0 20px}
.hero h1 span{color:var(--primary)}
.hero p{color:var(--muted);font-size:17px;line-height:1.75}
.sms-card{background:#171720;border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:24px;margin:16px 0;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.sms-card strong{font-size:24px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:60px}
.card{background:var(--card);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:24px}
.form-wrap{max-width:460px;margin:70px auto}
input,textarea,select{width:100%;padding:13px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#141422;color:white;margin:8px 0 15px}
.alert{padding:13px;border-radius:12px;background:#17351f;color:#9af2b2;margin-bottom:14px}
.panel{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.sidebar{background:#181827;padding:26px}
.sidebar a{display:block;padding:14px 16px;border-radius:12px;margin:7px 0;color:#d2d2e4}
.sidebar a.active,.sidebar a:hover{background:#292942;color:#fff}
.content{padding:32px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{background:var(--card2);padding:18px;border-radius:14px;display:flex;gap:14px;align-items:center}
.icon{width:48px;height:48px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:900}
table{width:100%;border-collapse:collapse}
td,th{padding:14px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}
@media(max-width:850px){.hero,.features,.grid,.panel{grid-template-columns:1fr}.menu{display:none}.hero h1{font-size:38px}}

.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}
.badge-green{background:#12351f;color:#86efac}
.badge-yellow{background:#3b3217;color:#fde68a}
.badge-red{background:#3b1717;color:#fecaca}
.badge-blue{background:#172554;color:#93c5fd}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:14px}
.stat-card{position:relative;overflow:hidden}
.stat-card:after{content:'';position:absolute;right:-30px;top:-30px;width:110px;height:110px;background:var(--primary);opacity:.12;border-radius:50%}
.small{color:var(--muted);font-size:13px}
.action-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.copy-btn{padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#141422;color:#fff;cursor:pointer}
.searchbar{display:grid;grid-template-columns:1fr 180px;gap:12px}
.footer-note{color:var(--muted);font-size:12px;margin-top:20px}
@media(max-width:850px){.searchbar{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}}

.service-card{background:var(--card2);padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:14px;cursor:pointer;transition:.2s}
.service-card:hover{transform:translateY(-2px);border-color:var(--primary)}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}
.modal-box{background:#171727;border:1px solid rgba(255,255,255,.12);border-radius:22px;width:min(920px,96vw);max-height:86vh;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.55)}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}
.modal-body{padding:22px;overflow:auto;max-height:70vh}
.modal-close{background:#2b2b40;color:#fff;border:0;border-radius:10px;padding:10px 14px;cursor:pointer}
.country-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.country-card{background:#202033;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.loading{text-align:center;padding:35px;color:var(--muted)}
@media(max-width:850px){.country-list{grid-template-columns:1fr}}

.hero-long{padding:90px 0 55px}
.hero-visual{position:relative;min-height:430px}
.float-sms{position:absolute;background:#1c1c2e;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.float-sms.one{right:30px;top:20px}.float-sms.two{left:10px;top:150px}.float-sms.three{right:0;bottom:35px}
.section{padding:55px 0}.section-title{font-size:36px;margin:0 0 14px}.section-muted{color:var(--muted);line-height:1.7}
.feature-icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#6d5dfc);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}
.steps{counter-reset:step}.step{position:relative;padding-left:58px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:900}
.faq-item{border-bottom:1px solid rgba(255,255,255,.08);padding:18px 0}.faq-item h3{margin:0 0 8px}.footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.08);color:var(--muted)}
.gradient-card{background:linear-gradient(135deg,rgba(139,92,246,.25),rgba(36,54,79,.35));border:1px solid rgba(139,92,246,.25)}

/* V18 hover / modern dashboard effects */
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes glowPulse{0%,100%{box-shadow:0 0 0 rgba(139,92,246,0)}50%{box-shadow:0 0 35px rgba(139,92,246,.22)}}
.card,.service-card,.service,.sms-card,.float-sms{animation:fadeUp .45s ease both}
.card,.service-card,.service,.btn,.sidebar a,.country-card,.float-sms{transition:all .22s ease}
.card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.32);box-shadow:0 18px 55px rgba(0,0,0,.22)}
.service-card:hover,.service:hover,.country-card:hover{transform:translateY(-4px) scale(1.01);border-color:var(--primary);box-shadow:0 18px 55px rgba(139,92,246,.16)}
.btn:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 12px 30px rgba(139,92,246,.28)}
.btn-outline:hover{background:rgba(139,92,246,.12)}
.sidebar a:hover{padding-left:22px;box-shadow:inset 3px 0 0 var(--primary)}
.icon,.feature-icon{transition:all .25s ease}
.service-card:hover .icon,.service:hover .icon,.card:hover .feature-icon{transform:rotate(-6deg) scale(1.08);animation:glowPulse 1.8s ease infinite}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(139,92,246,.12)}
.dashboard-hero{background:linear-gradient(135deg,rgba(139,92,246,.28),rgba(36,54,79,.4));border:1px solid rgba(139,92,246,.22);border-radius:24px;padding:28px;margin-bottom:22px;position:relative;overflow:hidden}
.dashboard-hero:before{content:'';position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:var(--primary);opacity:.16}
.dashboard-hero:after{content:'';position:absolute;right:80px;bottom:-80px;width:180px;height:180px;border-radius:50%;background:#22c55e;opacity:.08}
.dashboard-hero>*{position:relative;z-index:1}
.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}
.quick-action{background:#202033;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px}
.quick-action:hover{transform:translateY(-3px);border-color:var(--primary);background:#24243a}
.quick-action .qa-icon{width:40px;height:40px;border-radius:13px;background:rgba(139,92,246,.2);display:flex;align-items:center;justify-content:center;font-weight:900}
.service-card:nth-child(1),.card:nth-child(1){animation-delay:.02s}.service-card:nth-child(2),.card:nth-child(2){animation-delay:.05s}.service-card:nth-child(3),.card:nth-child(3){animation-delay:.08s}.service-card:nth-child(4),.card:nth-child(4){animation-delay:.11s}
@media(max-width:850px){.quick-actions{grid-template-columns:1fr 1fr}}

/* V19 dark/light full theme + dashboard redesign */
body.light{
    --bg:#f5f7fb;
    --card:#ffffff;
    --card2:#eef3ff;
    --text:#111827;
    --muted:#64748b;
}
body.light .sidebar, body.light .modal-box{background:#ffffff}
body.light .dashboard-shell, body.light .quick-panel{background:#ffffff}
body.light input,body.light textarea,body.light select{background:#f8fafc;color:#111827;border-color:#dbe3ef}
body.light .service-card, body.light .quick-action, body.light .country-card{background:#f1f5ff;color:#111827}
body.light .nav{background:#ffffff}
body.light .card{box-shadow:0 12px 38px rgba(15,23,42,.06)}
.dashboard-layout{display:grid;grid-template-columns:280px 1fr;gap:28px}
.quick-panel{background:#181827;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;height:max-content;position:sticky;top:20px}
.quick-panel .wallets{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}
.wallet-mini{border:1px dashed rgba(255,255,255,.14);border-radius:14px;padding:13px}
.quick-tile{background:#24243a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;text-align:center;font-weight:800}
.quick-tile:hover{transform:translateY(-4px);border-color:var(--primary)}
.main-panel{min-width:0}
.clean-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}
.clean-title h1{font-size:32px;margin:0 0 8px}
.user-menu{position:relative}
.user-button{display:flex;align-items:center;gap:12px;background:#1f1f32;border:1px solid rgba(255,255,255,.08);padding:12px 16px;border-radius:18px;cursor:pointer}
body.light .user-button{background:#fff}
.user-avatar{width:44px;height:44px;border-radius:14px;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:900}
.dropdown{display:none;position:absolute;right:0;top:62px;width:280px;background:#1f1f32;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;z-index:100;box-shadow:0 25px 80px rgba(0,0,0,.35)}
body.light .dropdown{background:#fff}
.dropdown a,.dropdown button{display:flex;width:100%;justify-content:space-between;padding:15px 18px;background:none;border:0;color:var(--text);text-align:left;cursor:pointer}
.dropdown a:hover,.dropdown button:hover{background:rgba(139,92,246,.12)}
.notify-dot{min-width:20px;height:20px;border-radius:50%;background:#ef4444;color:#fff;font-size:12px;display:inline-flex;align-items:center;justify-content:center}
.service-section{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;margin-top:22px}
.service-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-clean .service-card{min-height:86px}
.theme-switch{display:flex;align-items:center;gap:10px}
.theme-toggle{width:52px;height:30px;border-radius:999px;background:#303044;border:1px solid rgba(255,255,255,.12);position:relative;cursor:pointer}
.theme-toggle:before{content:'';position:absolute;top:4px;left:4px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s}
body.light .theme-toggle:before{left:26px}
.notice-card{border-left:4px solid var(--primary)}
@media(max-width:1050px){.dashboard-layout{grid-template-columns:1fr}.quick-panel{position:relative}.service-clean{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.service-clean{grid-template-columns:1fr}.clean-hero{flex-direction:column}.dropdown{left:0;right:auto}}

/* V20 dashboard top navbar */
.dashboard-page{display:block;min-height:100vh}
.top-dashboard-nav{height:84px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;background:rgba(16,16,27,.86);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}
body.light .top-dashboard-nav{background:rgba(255,255,255,.88);border-color:#e5e7eb}
.top-dashboard-inner{width:min(1280px,94%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.top-links a{padding:12px 14px;border-radius:12px;color:var(--muted);font-weight:700}
.top-links a:hover,.top-links a.active{background:rgba(139,92,246,.13);color:var(--text)}
.dashboard-content{width:min(1280px,94%);margin:28px auto}
.dashboard-layout.topless{display:block}
.quick-panel-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 26px}
.recent-list{display:grid;grid-template-columns:1fr;gap:10px}
.recent-item{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#202033;border:1px solid rgba(255,255,255,.08);border-radius:15px;padding:14px}
body.light .recent-item{background:#f1f5ff}
.recent-left{display:flex;align-items:center;gap:12px}
.recent-avatar{width:38px;height:38px;border-radius:12px;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff}
.recent-meta small{color:var(--muted)}
@media(max-width:900px){.top-dashboard-inner{align-items:flex-start;flex-direction:column;height:auto;padding:14px 0}.top-dashboard-nav{height:auto}.quick-panel-horizontal{grid-template-columns:1fr 1fr}.top-links{gap:4px}.dashboard-content{margin-top:18px}}
@media(max-width:620px){.quick-panel-horizontal{grid-template-columns:1fr}}

/* V21 navbar notification dropdown */
.nav-notify{position:relative}
.notify-bell{width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#1f1f32;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px}
body.light .notify-bell{background:#fff}
.nav-notify.open .notify-panel{display:block}
.notify-panel{display:none;position:absolute;right:0;top:52px;width:390px;background:#1f1f32;border:1px solid rgba(255,255,255,.1);border-radius:18px;overflow:hidden;z-index:200;box-shadow:0 30px 90px rgba(0,0,0,.45)}
body.light .notify-panel{background:#fff}
.notify-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:900}
.notify-item{display:flex;gap:12px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06);cursor:pointer}
.notify-item:hover{background:rgba(139,92,246,.12)}
.notify-img{width:54px;height:54px;border-radius:14px;object-fit:cover;background:#10101b;flex:0 0 54px}
.notify-empty{padding:28px;text-align:center;color:var(--muted)}
.notify-footer{display:block;text-align:center;padding:13px;background:rgba(255,255,255,.04);font-weight:800}
.notify-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;z-index:99999;padding:20px}
.notify-modal{width:min(620px,95vw);background:#1b1b2d;border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.6)}
body.light .notify-modal{background:#fff}
.notify-modal img{width:100%;max-height:280px;object-fit:cover;display:block}
.notify-modal-body{padding:22px}
.notify-modal-close{float:right;background:#2b2b40;color:#fff;border:0;border-radius:10px;padding:10px 14px;cursor:pointer}
body.light .notify-modal-close{background:#e5e7eb;color:#111827}
@media(max-width:900px){
  .top-dashboard-nav .notify-panel{
    position:static!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    width:100%!important;
    margin-top:8px!important;
    box-shadow:none!important;
  }
}

/* V22 notification click fix */
.notify-panel{pointer-events:auto}
.notify-bell.active{background:rgba(139,92,246,.22);border-color:var(--primary)}

/* V24 shared user pages + notification galleries */
.user-page{display:block;min-height:100vh}
.page-shell{width:min(1280px,94%);margin:28px auto}
.page-card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;margin-bottom:22px}
body.light .page-card{background:#fff}
.notify-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.notify-gallery img{width:100%;height:110px;object-fit:cover;border-radius:12px}
.notify-modal-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}
.notify-modal-gallery img{width:100%;height:180px;object-fit:cover;border-radius:14px}
@media(max-width:700px){.notify-gallery,.notify-modal-gallery{grid-template-columns:1fr}}

/* V25 balance page */
.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:22px}
.payment-method{border:1px solid rgba(255,255,255,.1);background:var(--card);border-radius:22px;padding:22px;cursor:pointer;position:relative}
.payment-method:hover,.payment-method.active{border-color:var(--primary);box-shadow:0 18px 55px rgba(139,92,246,.16);transform:translateY(-3px)}
.payment-method input{position:absolute;opacity:0;pointer-events:none}
.payment-logo{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,var(--primary),#6366f1);display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;margin-bottom:12px}
.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}
.amount-btn{padding:13px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#202033;color:var(--text);cursor:pointer;font-weight:800}
.amount-btn:hover{border-color:var(--primary);transform:translateY(-2px)}
.checkout-box{background:linear-gradient(135deg,rgba(139,92,246,.18),rgba(36,54,79,.35));border:1px solid rgba(139,92,246,.24);border-radius:22px;padding:22px}
@media(max-width:800px){.payment-methods,.amount-grid{grid-template-columns:1fr}}

/* V40 notification eye fix */
.notify-item .copy-btn{min-width:38px;padding:8px 10px}
.notify-modal-body #notifyModalDate{display:block;margin-bottom:10px}
#notifySliderControls .btn{padding:8px 13px}

/* V43 service images */
.service-logo-img{width:46px;height:46px;border-radius:14px;object-fit:cover;background:#111827;display:block}
.service-card .service-logo-img{margin-right:8px}
.service-img-preview{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#111827}
.service-icon-fallback{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--primary),#6366f1);display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff}

/* V44 Admin kullanıcı teması entegrasyonu */
.admin-page{display:block;min-height:100vh;background:var(--bg);color:var(--text)}
.admin-content{width:min(1320px,94%);margin:28px auto}
.admin-nav{height:84px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;background:rgba(16,16,27,.86);backdrop-filter:blur(14px);position:sticky;top:0;z-index:60}
body.light .admin-nav{background:rgba(255,255,255,.90);border-color:#e5e7eb}
.admin-nav-inner{width:min(1320px,94%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.admin-links{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.admin-links a{padding:11px 13px;border-radius:12px;color:var(--muted);font-weight:800}
.admin-links a:hover,.admin-links a.active{background:rgba(139,92,246,.14);color:var(--text);transform:translateY(-2px)}
.admin-user{display:flex;align-items:center;gap:10px}
.admin-card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px;margin-bottom:20px;transition:.22s ease}
.admin-card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.32);box-shadow:0 18px 55px rgba(0,0,0,.18)}
.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bulk-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.check-cell{width:42px;text-align:center}
.service-row-img{width:38px;height:38px;object-fit:cover;border-radius:10px;background:#111827;vertical-align:middle;margin-right:8px}
@media(max-width:980px){.admin-nav{height:auto}.admin-nav-inner{align-items:flex-start;flex-direction:column;padding:14px 0}.admin-grid{grid-template-columns:1fr}.admin-content{margin-top:18px}}

/* V45 Admin navbar fix */
.admin-nav{
    min-height:74px;
    height:auto;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.admin-nav-inner{
    width:min(1420px,96%);
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:18px;
    align-items:center;
}
.admin-nav .logo{
    font-size:24px;
    line-height:1.05;
    white-space:nowrap;
    letter-spacing:.2px;
}
.admin-links{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    -ms-overflow-style:none;
    padding:4px 2px;
}
.admin-links::-webkit-scrollbar{display:none}
.admin-links a{
    white-space:nowrap;
    padding:10px 12px;
    border-radius:12px;
    font-size:14px;
    line-height:1;
    flex:0 0 auto;
}
.admin-links a.active{
    background:linear-gradient(135deg,rgba(139,92,246,.30),rgba(99,102,241,.20));
    color:#fff;
    box-shadow:0 8px 26px rgba(139,92,246,.18);
}
.admin-actions{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
}
.admin-actions .copy-btn{
    width:46px;
    height:42px;
    padding:0;
}
.admin-actions .btn,
.admin-actions .btn-outline{
    padding:11px 15px;
}
.admin-mobile-toggle{
    display:none;
    border:1px solid rgba(255,255,255,.12);
    background:#1f1f32;
    color:var(--text);
    border-radius:12px;
    padding:11px 13px;
    font-weight:900;
    cursor:pointer;
}
body.light .admin-mobile-toggle{background:#fff}
@media(max-width:1120px){
    .admin-nav-inner{
        grid-template-columns:auto auto;
        justify-content:space-between;
    }
    .admin-mobile-toggle{display:inline-flex}
    .admin-links{
        grid-column:1 / -1;
        display:none;
        flex-wrap:wrap;
        overflow:visible;
        background:rgba(255,255,255,.04);
        border:1px solid rgba(255,255,255,.08);
        border-radius:18px;
        padding:12px;
        margin-top:6px;
    }
    .admin-links.open{display:flex}
    .admin-links a{font-size:14px;padding:11px 12px}
    .admin-actions{grid-column:2}
}
@media(max-width:650px){
    .admin-nav-inner{grid-template-columns:1fr;gap:12px}
    .admin-actions{grid-column:1;justify-content:space-between;width:100%}
    .admin-mobile-toggle{width:100%;justify-content:center}
    .admin-nav .logo{text-align:center}
    .admin-links{grid-column:1}
}

/* V46 admin dashboard stats */
.chart-card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px;margin-bottom:18px;transition:.22s ease}
.chart-card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.30);box-shadow:0 18px 55px rgba(0,0,0,.18)}
.simple-chart{display:flex;align-items:flex-end;gap:10px;height:220px;padding:18px 8px 8px;border-radius:18px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06);overflow-x:auto}
.simple-bar-wrap{min-width:54px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}
.simple-bar{width:32px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,var(--primary),#6366f1);min-height:4px;box-shadow:0 12px 28px rgba(139,92,246,.22)}
.simple-bar.alt{background:linear-gradient(180deg,#22c55e,#16a34a)}
.simple-label{font-size:12px;color:var(--muted);white-space:nowrap}
.simple-value{font-size:12px;font-weight:900}
.stat-reset-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
@media(max-width:900px){.simple-bar-wrap{min-width:44px}.simple-bar{width:26px}}

/* V48 admin navbar overflow final fix */
.admin-nav{
    min-height:70px!important;
    height:auto!important;
    padding:8px 0!important;
    overflow:visible!important;
}
.admin-nav-inner{
    width:min(1440px,97%)!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:16px!important;
    align-items:center!important;
}
.admin-logo-compact{
    font-size:22px!important;
    line-height:1!important;
    white-space:nowrap!important;
    min-width:max-content!important;
}
.admin-links{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
    overflow:visible!important;
    padding:3px!important;
}
.admin-links > a,
.admin-more-btn{
    padding:10px 11px!important;
    border-radius:12px!important;
    font-size:13px!important;
    line-height:1!important;
    white-space:nowrap!important;
    flex:0 0 auto!important;
    font-weight:900!important;
}
.admin-links > a{
    color:var(--muted);
}
.admin-links > a:hover,
.admin-links > a.active,
.admin-more.active .admin-more-btn{
    background:rgba(139,92,246,.22)!important;
    color:#fff!important;
    transform:translateY(-1px)!important;
}
.admin-more{
    position:relative!important;
    flex:0 0 auto!important;
}
.admin-more-btn{
    border:0!important;
    background:transparent!important;
    color:var(--muted)!important;
    cursor:pointer!important;
}
.admin-more-menu{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    right:0!important;
    min-width:190px!important;
    background:var(--card)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:16px!important;
    padding:8px!important;
    display:none!important;
    box-shadow:0 20px 60px rgba(0,0,0,.28)!important;
    z-index:999!important;
}
.admin-more-menu.open{
    display:block!important;
}
.admin-more-menu a{
    display:block!important;
    padding:11px 12px!important;
    border-radius:12px!important;
    color:var(--muted)!important;
    font-weight:800!important;
}
.admin-more-menu a:hover,
.admin-more-menu a.active{
    background:rgba(139,92,246,.20)!important;
    color:#fff!important;
}
.admin-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    white-space:nowrap!important;
    min-width:max-content!important;
}
.admin-actions .copy-btn{
    width:44px!important;
    height:40px!important;
    padding:0!important;
    font-size:14px!important;
}
.admin-actions .btn,
.admin-actions .btn-outline{
    padding:10px 14px!important;
    font-size:13px!important;
}
.admin-mobile-toggle{
    display:none!important;
    width:42px!important;
    height:40px!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(255,255,255,.12)!important;
    background:#1f1f32!important;
    color:#fff!important;
    border-radius:12px!important;
}
@media(max-width:1180px){
    .admin-nav-inner{
        grid-template-columns:auto auto!important;
        justify-content:space-between!important;
    }
    .admin-actions{
        grid-column:2!important;
    }
    .admin-mobile-toggle{
        display:inline-flex!important;
    }
    .admin-links{
        grid-column:1 / -1!important;
        display:none!important;
        flex-wrap:wrap!important;
        background:rgba(255,255,255,.04)!important;
        border:1px solid rgba(255,255,255,.08)!important;
        border-radius:18px!important;
        padding:12px!important;
        margin-top:4px!important;
    }
    .admin-links.open{
        display:flex!important;
    }
    .admin-more-menu{
        left:0!important;
        right:auto!important;
    }
}
@media(max-width:620px){
    .admin-nav-inner{
        grid-template-columns:1fr!important;
        gap:10px!important;
    }
    .admin-logo-compact{
        text-align:center!important;
    }
    .admin-actions{
        grid-column:1!important;
        width:100%!important;
        justify-content:center!important;
        flex-wrap:wrap!important;
    }
    .admin-links{
        grid-column:1!important;
    }
}

/* V49 country display + featured services */
.badge-yellow{background:rgba(245,158,11,.16);color:#fbbf24;border:1px solid rgba(245,158,11,.28)}
.service-card:has(.badge-yellow){border-color:rgba(245,158,11,.24);box-shadow:0 14px 40px rgba(245,158,11,.06)}

/* V50 popular badge layout fix */
.service-card h3,.service-card b{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.service-card .badge-yellow{font-size:11px;padding:5px 8px;border-radius:999px}
.service-card{overflow:hidden}

/* V51 service card clean layout */
.service-card{display:flex!important;align-items:center!important;gap:14px!important;position:relative!important}
.service-logo-wrap{width:54px;height:54px;min-width:54px;display:flex;align-items:center;justify-content:center}
.service-logo-img{width:54px!important;height:54px!important;border-radius:16px!important;object-fit:cover!important;background:#111827!important}
.service-icon-fallback{width:54px!important;height:54px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--primary),#6366f1)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:900}
.service-card h3,.service-card b{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0}
.service-card .badge-yellow{font-size:10.5px;padding:4px 8px}


/* V52 popular services expandable */
.services-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;flex-wrap:wrap}
.collapsed-service{
    transition:max-height .28s ease, opacity .24s ease, transform .24s ease, margin .24s ease, padding .24s ease, border-width .24s ease;
    overflow:hidden;
}
.collapsed-service.service-hidden{
    max-height:0!important;
    opacity:0!important;
    transform:translateY(-10px) scale(.98)!important;
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
    border-width:0!important;
    pointer-events:none!important;
}
.collapsed-service.service-show{
    max-height:160px!important;
    opacity:1!important;
    transform:translateY(0) scale(1)!important;
}
.featured-service{
    position:relative;
}
.featured-service::after{
    content:"Popüler";
    position:absolute;
    top:10px;
    right:12px;
    background:rgba(245,158,11,.18);
    color:#fbbf24;
    border:1px solid rgba(245,158,11,.25);
    padding:4px 8px;
    border-radius:999px;
    font-size:10px;
    font-weight:900;
}
@media(max-width:640px){
    .services-head .btn{width:100%}
}

/* V54 final service card layout */
.clean-service-card{
    min-height:104px!important;
    height:auto!important;
    padding:18px!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:14px!important;
    overflow:hidden!important;
}
.clean-service-card::after{display:none!important}
.service-logo-wrap{width:58px!important;height:58px!important;min-width:58px!important}
.service-logo-img,.service-icon-fallback{width:58px!important;height:58px!important;border-radius:18px!important}
.service-info{min-width:0!important}
.service-info h3{margin:0 0 5px 0!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;font-size:16px!important;line-height:1.15!important}
.service-info p{margin:0!important;color:var(--muted)!important;font-size:13px!important}
.clean-service-card .btn{min-width:76px!important}
.clean-service-card .badge-yellow{position:static!important;font-size:10.5px!important;padding:4px 8px!important}
.featured-service-card{min-height:112px!important}
.normal-service-card{
    min-height:88px!important;
    transition:max-height .28s ease, opacity .24s ease, transform .24s ease, padding .24s ease, margin .24s ease, border-width .24s ease;
}
.normal-service-card.service-hidden{
    max-height:0!important;
    min-height:0!important;
    opacity:0!important;
    transform:translateY(-8px) scale(.98)!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
    border-width:0!important;
    pointer-events:none!important;
}
.normal-service-card.service-show{
    max-height:130px!important;
    opacity:1!important;
    transform:translateY(0) scale(1)!important;
}
@media(max-width:680px){
    .clean-service-card{grid-template-columns:52px 1fr!important}
    .clean-service-card .btn{grid-column:1 / -1;width:100%!important}
}

/* V55 Premium dashboard services */
.premium-services-panel{
  margin-top:22px;
  padding:0;
  border-radius:28px;
  border:1px solid rgba(139,92,246,.20);
  background:
    radial-gradient(circle at 10% 0%, rgba(139,92,246,.22), transparent 34%),
    radial-gradient(circle at 90% 15%, rgba(34,197,94,.10), transparent 30%),
    linear-gradient(135deg, rgba(31,31,50,.94), rgba(18,18,31,.96));
  box-shadow:0 28px 80px rgba(0,0,0,.26);
  overflow:hidden;
}
body.light .premium-services-panel{
  background:
    radial-gradient(circle at 10% 0%, rgba(139,92,246,.14), transparent 34%),
    radial-gradient(circle at 90% 15%, rgba(34,197,94,.08), transparent 30%),
    linear-gradient(135deg,#ffffff,#f8fafc);
}
.premium-services-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px 26px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.light .premium-services-hero{border-bottom-color:#e5e7eb}
.premium-kicker{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(139,92,246,.18);
  color:#c4b5fd;
  font-weight:900;
  font-size:12px;
  margin-bottom:10px;
}
.premium-services-hero h2{margin:0;font-size:28px;letter-spacing:-.5px}
.premium-services-hero p{margin:7px 0 0;color:var(--muted)}
.premium-actions{display:flex;align-items:center;gap:12px}
.premium-count{
  min-width:86px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}
.premium-count b{display:block;font-size:22px}
.premium-count span{font-size:12px;color:var(--muted);font-weight:800}
.premium-toggle-btn{
  border-radius:16px!important;
  padding:13px 18px!important;
  box-shadow:0 14px 34px rgba(139,92,246,.28);
}
.premium-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding:22px 26px 26px;
}
.premium-service-card{
  position:relative;
  min-height:118px;
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(35,55,86,.92), rgba(25,31,54,.92));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 14px 34px rgba(0,0,0,.14);
  overflow:hidden;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, opacity .22s ease, max-height .30s ease, min-height .30s ease, padding .30s ease, margin .30s ease;
}
body.light .premium-service-card{background:linear-gradient(135deg,#ffffff,#f1f5f9);border-color:#e2e8f0}
.premium-service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(139,92,246,.45);
  box-shadow:0 24px 60px rgba(0,0,0,.26);
}
.premium-service-card::before{
  content:"";
  position:absolute;
  inset:auto -45px -55px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(139,92,246,.13);
}
.premium-ribbon{
  position:absolute;
  top:12px;
  right:12px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(245,158,11,.18);
  color:#fbbf24;
  border:1px solid rgba(245,158,11,.35);
  font-size:11px;
  font-weight:900;
  z-index:2;
}
.premium-service-icon{
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--primary),#6366f1);
  box-shadow:0 16px 35px rgba(139,92,246,.25);
  overflow:hidden;
  z-index:2;
}
.premium-service-icon img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:20px;
  background:#fff;
}
.premium-service-icon span{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:22px;
  font-weight:950;
}
.premium-service-info{min-width:0;z-index:2}
.premium-service-info h3{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.15;
  letter-spacing:-.2px;
}
.premium-service-info p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:13px;
  font-weight:700;
}
body.light .premium-service-info p{color:#64748b}
.premium-select{
  z-index:2;
  border:0;
  border-radius:16px;
  padding:13px 18px;
  background:linear-gradient(135deg,var(--primary),#7c3aed);
  color:#fff;
  font-weight:950;
  cursor:pointer;
  transition:.2s ease;
}
.premium-select:hover{transform:scale(1.05);box-shadow:0 14px 34px rgba(139,92,246,.35)}
.normal-service-card{
  min-height:96px;
}
.normal-service-card.service-hidden{
  max-height:0!important;
  min-height:0!important;
  opacity:0!important;
  transform:translateY(-10px) scale(.98)!important;
  padding-top:0!important;
  padding-bottom:0!important;
  margin:0!important;
  border-width:0!important;
  pointer-events:none!important;
}
.normal-service-card.service-show{
  max-height:140px!important;
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
}
.premium-services-panel.expanded .premium-services-hero{
  background:rgba(139,92,246,.045);
}
@media(max-width:1100px){
  .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .premium-services-hero{flex-direction:column;align-items:flex-start}
  .premium-actions{width:100%;justify-content:space-between}
  .premium-service-grid{grid-template-columns:1fr;padding:18px}
  .premium-service-card{grid-template-columns:58px 1fr;min-height:132px}
  .premium-service-icon,.premium-service-icon img,.premium-service-icon span{width:58px;height:58px}
  .premium-select{grid-column:1 / -1;width:100%}
}

/* V56 compact premium services + working search + last10 */
.premium-services-panel{
  max-height:none!important;
  margin-top:18px!important;
}
.premium-services-hero{
  padding:18px 22px 14px!important;
}
.premium-services-hero h2{
  font-size:24px!important;
}
.premium-kicker{
  padding:5px 9px!important;
  margin-bottom:7px!important;
}
.premium-actions .premium-count{
  min-width:72px!important;
  padding:9px 12px!important;
}
.premium-count b{font-size:19px!important}
.premium-toggle-btn{padding:11px 14px!important}
.premium-service-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  padding:16px 22px 20px!important;
}
.premium-service-card{
  min-height:84px!important;
  grid-template-columns:48px minmax(0,1fr) 62px!important;
  gap:10px!important;
  padding:13px!important;
  border-radius:18px!important;
}
.premium-service-card:hover{transform:translateY(-3px)!important}
.premium-service-icon,
.premium-service-icon img,
.premium-service-icon span{
  width:48px!important;
  height:48px!important;
  border-radius:14px!important;
}
.premium-service-info h3{
  font-size:14.5px!important;
  margin-bottom:4px!important;
}
.premium-service-info p{
  font-size:12px!important;
}
.premium-select{
  padding:10px 12px!important;
  border-radius:13px!important;
  min-width:58px!important;
}
.premium-ribbon{
  top:7px!important;
  right:8px!important;
  font-size:9.5px!important;
  padding:3px 7px!important;
}
.normal-service-card.service-show{
  max-height:105px!important;
}
.last10-panel{
  margin-top:20px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--card);
}
.last10-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.last10-head h2{margin:0;font-size:22px}
.last10-head p{margin:5px 0 0;color:var(--muted)}
.last10-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.last10-item{
  display:flex;align-items:center;gap:10px;
  padding:12px;border-radius:16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}
.last10-icon{
  width:38px;height:38px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--primary),#6366f1);
  color:#fff;font-weight:950;flex:0 0 auto;
}
.last10-item b{display:block;font-size:13px}
.last10-item span{display:block;color:var(--muted);font-size:11.5px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
.last10-empty{color:var(--muted);padding:14px}
@media(max-width:1250px){
  .premium-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .last10-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:860px){
  .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .last10-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .premium-service-grid{grid-template-columns:1fr!important;padding:14px!important}
  .premium-service-card{grid-template-columns:46px 1fr!important}
  .premium-select{grid-column:1 / -1;width:100%!important}
  .last10-list{grid-template-columns:1fr}
}

/* V57 final dashboard height fix */
.premium-services-panel{
  min-height:0!important;
  height:auto!important;
  max-height:430px!important;
  overflow:hidden!important;
  margin-bottom:18px!important;
}
.premium-services-panel.expanded{
  max-height:none!important;
  overflow:visible!important;
}
.premium-services-hero{
  min-height:0!important;
  padding:16px 20px 12px!important;
}
.premium-service-grid{
  padding:14px 20px 18px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:start!important;
}
.premium-service-card{
  min-height:76px!important;
  grid-template-columns:44px minmax(0,1fr) 56px!important;
  padding:10px 11px!important;
  border-radius:16px!important;
}
.premium-service-icon,
.premium-service-icon img,
.premium-service-icon span{
  width:44px!important;
  height:44px!important;
  border-radius:13px!important;
}
.premium-service-info h3{
  font-size:13.5px!important;
}
.premium-service-info p{
  font-size:11px!important;
}
.premium-select{
  padding:9px 10px!important;
  border-radius:12px!important;
  min-width:52px!important;
}
.premium-ribbon{
  top:5px!important;
  right:6px!important;
  font-size:9px!important;
  padding:3px 6px!important;
}
.normal-service-card.service-show{max-height:96px!important}
.last10-panel{
  display:block!important;
  margin-top:18px!important;
  padding:18px!important;
  border-radius:22px!important;
  border:1px solid rgba(139,92,246,.16)!important;
  background:var(--card)!important;
}
.last10-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.last10-head h2{margin:0;font-size:21px}
.last10-head p{margin:4px 0 0;color:var(--muted)}
.last10-list{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}
.last10-item{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:11px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
.last10-icon{
  width:36px!important;height:36px!important;border-radius:12px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,var(--primary),#6366f1)!important;color:#fff!important;font-weight:950!important;
  flex:0 0 auto!important;
}
.last10-item b{display:block!important;font-size:13px!important}
.last10-item span{display:block!important;color:var(--muted)!important;font-size:11px!important;margin-top:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:135px!important}
.last10-empty{color:var(--muted);padding:12px}
@media(max-width:1250px){
  .premium-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .last10-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .premium-services-panel{max-height:520px!important}
}
@media(max-width:860px){
  .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .last10-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-services-panel{max-height:680px!important}
}
@media(max-width:600px){
  .premium-service-grid{grid-template-columns:1fr!important}
  .premium-services-panel{max-height:760px!important}
  .premium-services-panel.expanded{max-height:none!important}
  .last10-list{grid-template-columns:1fr!important}
}

/* V58 Classic Ticket System */
.ticket-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ticket-card{display:block;background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;color:var(--text);transition:.2s ease}
.ticket-card:hover{transform:translateY(-3px);border-color:rgba(139,92,246,.34);box-shadow:0 18px 45px rgba(0,0,0,.18)}
.ticket-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.ticket-card p,.ticket-card small{color:var(--muted)}
.ticket-form textarea,.ticket-reply-form textarea{width:100%;margin:10px 0}
.ticket-thread{display:flex;flex-direction:column;gap:12px;margin:18px 0}
.ticket-message{max-width:78%;padding:15px;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.user-msg{align-self:flex-start;background:rgba(255,255,255,.045)}
.admin-msg{align-self:flex-end;background:rgba(139,92,246,.14);border-color:rgba(139,92,246,.24)}
.msg-head{display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:12px;margin-bottom:8px}
.ticket-admin-layout{display:grid;grid-template-columns:390px minmax(0,1fr);gap:18px}
.ticket-list{display:flex;flex-direction:column;gap:10px;margin-top:14px;max-height:680px;overflow:auto}
.ticket-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06);color:var(--text)}
.ticket-list-item.active,.ticket-list-item:hover{background:rgba(139,92,246,.14);border-color:rgba(139,92,246,.28)}
.ticket-list-item small{display:block;color:var(--muted);margin-top:4px}
.ticket-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.admin-thread{max-height:520px;overflow:auto;padding-right:6px}
@media(max-width:950px){.ticket-grid{grid-template-columns:1fr}.ticket-admin-layout{grid-template-columns:1fr}.ticket-message{max-width:100%}}

/* V59 Premium Support Page */
.support-premium-page{padding-bottom:50px}
.support-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(139,92,246,.22);
  background:
    radial-gradient(circle at 8% 0%, rgba(139,92,246,.25), transparent 38%),
    radial-gradient(circle at 95% 12%, rgba(34,197,94,.10), transparent 28%),
    linear-gradient(135deg, rgba(31,31,50,.95), rgba(18,18,31,.96));
  box-shadow:0 28px 80px rgba(0,0,0,.22);
  margin-bottom:22px;
}
body.light .support-hero{
  background:linear-gradient(135deg,#fff,#f8fafc);
  border-color:#e2e8f0;
}
.support-hero h1{
  margin:0;
  font-size:34px;
  letter-spacing:-.7px;
}
.support-hero p{
  margin:8px 0 0;
  color:var(--muted);
}
.support-hero-btn{
  min-width:160px;
  border-radius:18px!important;
  box-shadow:0 18px 42px rgba(139,92,246,.28);
}
.support-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:22px;
}
.support-stat-card{
  padding:18px;
  border-radius:22px;
  background:var(--card);
  border:1px solid rgba(255,255,255,.08);
  transition:.22s ease;
}
.support-stat-card:hover{
  transform:translateY(-3px);
  border-color:rgba(139,92,246,.30);
}
.support-stat-card span{
  color:var(--muted);
  font-weight:800;
}
.support-stat-card b{
  display:block;
  margin-top:8px;
  font-size:28px;
}
.support-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:22px;
  align-items:start;
}
.support-panel{
  padding:22px;
  border-radius:26px;
  background:var(--card);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 55px rgba(0,0,0,.14);
}
.support-panel + .support-panel{margin-top:0}
.support-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.support-panel-head h2{
  margin:0;
  font-size:23px;
}
.support-panel-head p{
  margin:5px 0 0;
  color:var(--muted);
}
.support-panel-head input{
  max-width:260px;
}
.premium-ticket-grid{
  grid-template-columns:1fr;
  gap:14px;
}
.premium-ticket-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(35,55,86,.76), rgba(25,31,54,.86));
  border:1px solid rgba(255,255,255,.08);
  transition:.22s ease;
}
body.light .premium-ticket-card{
  background:linear-gradient(135deg,#fff,#f8fafc);
  border-color:#e2e8f0;
}
.premium-ticket-card:hover{
  transform:translateY(-3px);
  border-color:rgba(139,92,246,.32);
  box-shadow:0 20px 55px rgba(0,0,0,.18);
}
.ticket-card-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,var(--primary),#6366f1);
}
.ticket-card-body{min-width:0;flex:1}
.ticket-card-body .ticket-top b{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.support-create-panel{
  position:sticky;
  top:96px;
}
.premium-ticket-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.premium-ticket-form input,
.premium-ticket-form select,
.premium-ticket-form textarea{
  width:100%;
}
.premium-form-grid{
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.support-submit{
  width:100%;
  margin-top:4px;
  border-radius:16px!important;
}
.support-empty{
  padding:38px 20px;
  text-align:center;
  color:var(--muted);
  border:1px dashed rgba(255,255,255,.13);
  border-radius:22px;
}
.support-empty-icon{
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  margin:0 auto 14px;
  background:rgba(139,92,246,.14);
  font-size:28px;
}
@media(max-width:1000px){
  .support-layout{grid-template-columns:1fr}
  .support-create-panel{position:static}
}
@media(max-width:700px){
  .support-hero{flex-direction:column;align-items:flex-start}
  .support-hero-btn{width:100%}
  .support-stats{grid-template-columns:repeat(2,1fr)}
  .support-panel-head{flex-direction:column}
  .support-panel-head input{max-width:none}
  .premium-form-grid{grid-template-columns:1fr}
}

/* V60 Premium Profile Page */
.profile-premium-page{padding-bottom:50px}
.profile-hero{
  display:flex;
  align-items:center;
  gap:20px;
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(139,92,246,.22);
  background:
    radial-gradient(circle at 8% 0%, rgba(139,92,246,.24), transparent 38%),
    radial-gradient(circle at 92% 18%, rgba(34,197,94,.10), transparent 30%),
    linear-gradient(135deg, rgba(31,31,50,.95), rgba(18,18,31,.96));
  box-shadow:0 28px 80px rgba(0,0,0,.22);
  margin-bottom:22px;
}
body.light .profile-hero{
  background:linear-gradient(135deg,#fff,#f8fafc);
  border-color:#e2e8f0;
}
.profile-avatar-big{
  width:86px;
  height:86px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  font-size:36px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,var(--primary),#6366f1);
  box-shadow:0 18px 45px rgba(139,92,246,.28);
}
.profile-hero h1{
  margin:0;
  font-size:34px;
  letter-spacing:-.7px;
}
.profile-hero p{
  margin:8px 0 0;
  color:var(--muted);
  max-width:760px;
}
.profile-balance-box{
  margin-left:auto;
  padding:16px 20px;
  border-radius:20px;
  min-width:140px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}
.profile-balance-box span{
  color:var(--muted);
  font-weight:800;
}
.profile-balance-box b{
  display:block;
  margin-top:6px;
  font-size:24px;
}
.profile-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}
.profile-panel{
  padding:22px;
  border-radius:26px;
  background:var(--card);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 55px rgba(0,0,0,.14);
  transition:.22s ease;
}
.profile-panel:hover{
  transform:translateY(-3px);
  border-color:rgba(139,92,246,.30);
}
.profile-panel-head h2{
  margin:0;
  font-size:23px;
}
.profile-panel-head p{
  margin:5px 0 18px;
  color:var(--muted);
}
.profile-info-grid{
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.profile-info-grid input[readonly]{
  opacity:.72;
  cursor:not-allowed;
  background:rgba(255,255,255,.035);
}
.profile-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.profile-form button{
  margin-top:4px;
  border-radius:16px!important;
}
.profile-note{
  margin-top:16px;
  padding:14px;
  border-radius:16px;
  background:rgba(139,92,246,.10);
  border:1px solid rgba(139,92,246,.18);
  color:var(--muted);
}
.profile-security-panel{
  background:
    radial-gradient(circle at 100% 0%, rgba(139,92,246,.15), transparent 35%),
    var(--card);
}
.security-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.security-list div{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);
}
.security-list span{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  border-radius:14px;
  background:rgba(139,92,246,.14);
}
.security-list b{
  display:block;
}
.security-list small{
  display:block;
  color:var(--muted);
  margin-top:3px;
}
@media(max-width:960px){
  .profile-layout{grid-template-columns:1fr}
  .profile-hero{flex-wrap:wrap}
  .profile-balance-box{margin-left:0;width:100%}
}
@media(max-width:620px){
  .profile-hero{padding:22px}
  .profile-avatar-big{width:72px;height:72px;border-radius:22px}
  .profile-hero h1{font-size:28px}
  .profile-info-grid{grid-template-columns:1fr}
}

/* V61 service purchase popup fix */
.country-buy-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  color:var(--text);
  cursor:pointer;
  margin-bottom:10px;
  text-align:left;
  transition:.2s ease;
}
.country-buy-row:hover{
  transform:translateY(-2px);
  border-color:rgba(139,92,246,.32);
  background:rgba(139,92,246,.12);
}
.country-buy-row small{
  display:block;
  color:var(--muted);
  margin-top:4px;
}
.country-buy-row strong{
  color:#86efac;
  white-space:nowrap;
}
.loading-box{
  padding:20px;
  color:var(--muted);
  text-align:center;
}

/* V62 select button / popular badge separation + popup */
.featured-service-card .premium-ribbon{
  top:8px!important;
  right:10px!important;
  z-index:4!important;
}
.featured-service-card{
  padding-top:26px!important;
}
.premium-service-card{
  grid-template-columns:50px minmax(0,1fr)!important;
  padding-right:14px!important;
}
.premium-select{
  grid-column:1 / -1!important;
  width:100%!important;
  margin-top:8px!important;
  position:relative!important;
  z-index:5!important;
  padding:11px 14px!important;
  border-radius:14px!important;
}
.service-buy-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
}
.service-buy-box{
  display:flex;
  flex-direction:column;
  width:min(760px,96vw);
  max-height:86vh;
  overflow:hidden;
  border-radius:26px;
  background:var(--card);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 28px 100px rgba(0,0,0,.45);
}
.service-buy-head{
  display:flex;
  flex:0 0 auto;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:22px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(139,92,246,.22), transparent 34%),
    rgba(255,255,255,.025);
}
.service-buy-head h2{margin:0;font-size:24px}
.service-buy-head p{margin:6px 0 0;color:var(--muted)}
.service-buy-close{
  width:42px;
  height:42px;
  border:0;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:var(--text);
  font-size:26px;
  cursor:pointer;
}
.service-buy-countries{
  flex:1 1 auto;
  min-height:0;
  padding:18px 22px 22px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  touch-action:pan-y;
}
.country-buy-row{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  color:var(--text);
  cursor:pointer;
  margin-bottom:10px;
  text-align:left;
  transition:.2s ease;
}
.country-buy-row:hover{
  transform:translateY(-2px);
  border-color:rgba(139,92,246,.34);
  background:rgba(139,92,246,.12);
}
.country-buy-row small{display:block;color:var(--muted);margin-top:4px}
.country-buy-row strong{color:#86efac;white-space:nowrap}
.loading-box{padding:20px;color:var(--muted);text-align:center}
@media(min-width:900px){
  .premium-service-card{
    min-height:122px!important;
  }
}

/* V64 full dashboard rewrite fix */
.v64-services-panel{max-height:430px!important;overflow:hidden!important;margin-bottom:18px!important}
.v64-services-panel.expanded{max-height:none!important;overflow:visible!important}
.v64-services-panel .premium-service-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;padding:16px 20px 20px!important}
.v64-services-panel .premium-service-card{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:10px!important;min-height:128px!important;padding:24px 12px 12px!important;border-radius:18px!important;align-items:center!important}
.v64-services-panel .premium-service-icon,.v64-services-panel .premium-service-icon img,.v64-services-panel .premium-service-icon span{width:46px!important;height:46px!important;border-radius:14px!important}
.v64-services-panel .premium-service-info h3{font-size:14px!important;margin:0 0 4px!important}
.v64-services-panel .premium-service-info p{font-size:11px!important;margin:0!important}
.v64-services-panel .premium-ribbon{position:absolute!important;top:7px!important;right:8px!important;z-index:3!important;font-size:9px!important;padding:3px 7px!important}
.v64-services-panel .premium-select{grid-column:1 / -1!important;width:100%!important;display:block!important;margin-top:6px!important;padding:10px 12px!important;border-radius:13px!important;cursor:pointer!important;position:relative!important;z-index:5!important;pointer-events:auto!important}
.service-buy-modal{position:fixed!important;inset:0!important;z-index:99999!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:rgba(0,0,0,.62)!important;backdrop-filter:blur(8px)!important}
.service-buy-box{display:flex!important;flex-direction:column!important;width:min(760px,96vw)!important;max-height:86vh!important;overflow:hidden!important;border-radius:26px!important;background:var(--card)!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 28px 100px rgba(0,0,0,.45)!important}
.service-buy-head{display:flex!important;flex:0 0 auto!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:22px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.service-buy-head h2{margin:0!important;font-size:24px!important}.service-buy-head p{margin:6px 0 0!important;color:var(--muted)!important}
.service-buy-close{width:42px!important;height:42px!important;border:0!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;color:var(--text)!important;font-size:26px!important;cursor:pointer!important}
.service-buy-countries{flex:1 1 auto!important;min-height:0!important;padding:18px 22px 22px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}
.country-buy-row{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:14px 16px!important;border-radius:16px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;color:var(--text)!important;cursor:pointer!important;margin-bottom:10px!important;text-align:left!important;transition:.2s ease!important}
.country-buy-row:hover{transform:translateY(-2px)!important;border-color:rgba(139,92,246,.34)!important;background:rgba(139,92,246,.12)!important}
.country-buy-row small{display:block!important;color:var(--muted)!important;margin-top:4px!important}.country-buy-row strong{color:#86efac!important;white-space:nowrap!important}
@media(max-width:1100px){.v64-services-panel .premium-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:780px){.v64-services-panel .premium-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.v64-services-panel .premium-service-grid{grid-template-columns:1fr!important}}

/* V65 country popup search/sort */
.service-buy-tools{
  display:grid;
  grid-template-columns:1fr 180px;
  gap:10px;
  padding:14px 22px 0;
}
.service-buy-tools input,.service-buy-tools select{
  width:100%;
}
@media(max-width:620px){
  .service-buy-tools{grid-template-columns:1fr}
}

/* V67 admin payment reference */
.pending-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}
.pending-payment-card{background:var(--card);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px;box-shadow:0 18px 55px rgba(0,0,0,.14)}
.pending-payment-card:hover{border-color:rgba(139,92,246,.30);transform:translateY(-2px)}
.payment-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.payment-card-head h2{margin:0}.payment-card-head p{margin:6px 0 0;color:var(--muted)}
.payment-amount{font-size:24px;font-weight:950;color:#86efac;white-space:nowrap}
.payment-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.payment-info-grid div{padding:12px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}
.payment-info-grid .full{grid-column:1 / -1}
.payment-info-grid span{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-bottom:5px}
.payment-info-grid b{display:block;word-break:break-word}
.ref-code{color:#fbbf24;font-size:16px;letter-spacing:.3px}
.payment-actions{margin-top:16px;justify-content:space-between;flex-wrap:wrap}
@media(max-width:1000px){.pending-payment-grid{grid-template-columns:1fr}.payment-info-grid{grid-template-columns:1fr}}

/* V71 logo/favicon settings + SSS */
.logo-img-link{display:flex!important;align-items:center!important;gap:10px!important}
.logo-img-link img{max-height:44px;max-width:210px;object-fit:contain;display:block}
.admin-logo-compact.logo-img-link img{max-height:42px;max-width:180px}
.settings-assets-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}
.settings-asset-box{padding:18px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}
.asset-preview{height:110px;border-radius:18px;background:rgba(0,0,0,.18);border:1px dashed rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;margin-bottom:14px;overflow:hidden}
.asset-preview img{max-height:90px;max-width:90%;object-fit:contain}
.favicon-preview{height:90px}
.favicon-preview img{max-height:58px;max-width:58px}
.asset-empty{color:var(--muted);font-weight:900}
.premium-content-page{line-height:1.75;font-size:16px}
.faq-list{display:grid;gap:14px}
.faq-item{padding:18px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}
.faq-item h3{margin:0 0 8px}
.faq-item p{margin:0;color:var(--muted)}
@media(max-width:800px){.settings-assets-grid{grid-template-columns:1fr}.logo-img-link img{max-width:150px}}

/* V72 homepage service search fix */
.home-no-result{
  width:min(1200px,94%);
  margin:18px auto;
  padding:18px;
  border-radius:18px;
  background:rgba(139,92,246,.10);
  border:1px solid rgba(139,92,246,.22);
  color:var(--muted);
  text-align:center;
  font-weight:800;
}

/* V73 homepage search inside services card */
.home-service-box{
  width:min(1200px,94%);
  margin:34px auto;
  padding:24px;
  border-radius:30px;
  border:1px solid rgba(139,92,246,.22);
  background:
    radial-gradient(circle at 8% 0%, rgba(139,92,246,.20), transparent 35%),
    radial-gradient(circle at 92% 15%, rgba(34,197,94,.08), transparent 30%),
    var(--card);
  box-shadow:0 28px 80px rgba(0,0,0,.18);
}
.home-service-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}
.home-service-head h2{
  margin:0;
  font-size:30px;
}
.home-service-head p{
  margin:6px 0 0;
  color:var(--muted);
}
.home-service-search{
  min-width:340px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}
.home-service-search input{
  border:0!important;
  background:transparent!important;
  outline:0!important;
  width:100%;
  padding:0!important;
}
.home-service-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.home-service-card{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:86px;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(135deg, rgba(35,55,86,.82), rgba(25,31,54,.90));
  border:1px solid rgba(255,255,255,.08);
  transition:.22s ease;
}
body.light .home-service-card{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#e2e8f0}
.home-service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(139,92,246,.34);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.home-service-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,var(--primary),#6366f1);
}
.home-service-icon img,
.home-service-icon span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  object-fit:cover;
  color:#fff;
  font-weight:950;
}
.home-service-card h3{
  margin:0 0 4px;
  font-size:15px;
}
.home-service-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.home-popular-badge{
  position:absolute;
  top:8px;
  right:8px;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(245,158,11,.18);
  color:#fbbf24;
  border:1px solid rgba(245,158,11,.28);
  font-size:9px;
}
.home-no-result{
  margin-top:14px;
  padding:16px;
  border-radius:18px;
  background:rgba(139,92,246,.10);
  border:1px solid rgba(139,92,246,.22);
  color:var(--muted);
  text-align:center;
  font-weight:800;
}
@media(max-width:1050px){
  .home-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:780px){
  .home-service-head{flex-direction:column;align-items:stretch}
  .home-service-search{min-width:0}
  .home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .home-service-grid{grid-template-columns:1fr}
}

.hero{position:relative;overflow:hidden}.hero:before,.hero:after{content:'';position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.hero:before{width:320px;height:320px;background:#7c3aed;top:-120px;left:-100px}.hero:after{width:260px;height:260px;background:#06b6d4;bottom:-80px;right:-80px}.home-service-head{background:rgba(255,255,255,.03);padding:16px;border-radius:20px;margin-bottom:20px}.home-service-search{box-shadow:0 0 0 1px rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.2)}
/* V75 Clean Premium Homepage */
.home-clean-body{
  margin:0;
  min-height:100vh;
  background:#0f0f1b;
  color:#fff;
  overflow-x:hidden;
}
.home-clean-main{
  width:100%;
}
.home-clean-nav{
  width:100%;
  min-height:78px;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(15,15,27,.86);
  backdrop-filter:blur(16px);
  position:sticky;
  top:0;
  z-index:50;
  box-sizing:border-box;
}
.home-clean-logo{
  display:flex;
  align-items:center;
  color:#8b5cf6;
  font-size:30px;
  font-weight:950;
  letter-spacing:.2px;
}
.home-clean-logo img{
  max-height:48px;
  max-width:220px;
  object-fit:contain;
}
.home-clean-links{
  display:flex;
  align-items:center;
  gap:26px;
}
.home-clean-links a,.home-link{
  color:#f8fafc;
  font-weight:800;
  opacity:.88;
}
.home-clean-links a:hover,.home-link:hover{opacity:1;color:#c4b5fd}
.home-clean-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(139,92,246,.35);
  background:linear-gradient(135deg,#8b5cf6,#7c3aed);
  color:#fff;
  padding:13px 20px;
  border-radius:15px;
  font-weight:950;
  box-shadow:0 18px 42px rgba(139,92,246,.22);
  transition:.22s ease;
}
.home-btn:hover{transform:translateY(-2px);box-shadow:0 24px 54px rgba(139,92,246,.34)}
.home-btn.ghost{
  background:rgba(255,255,255,.04);
  box-shadow:none;
}
.home-btn.big{padding:15px 24px;border-radius:17px}

.home-hero-clean{
  width:100%;
  min-height:690px;
  padding:80px 8vw 60px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);
  align-items:center;
  gap:60px;
  position:relative;
  box-sizing:border-box;
  background:
    radial-gradient(circle at 18% 8%, rgba(139,92,246,.30), transparent 34%),
    radial-gradient(circle at 86% 70%, rgba(6,182,212,.18), transparent 30%),
    linear-gradient(180deg,#10101c,#121222);
}
.home-glow{
  position:absolute;
  pointer-events:none;
  filter:blur(65px);
  opacity:.55;
}
.home-glow.one{width:360px;height:360px;background:#7c3aed;left:-120px;top:100px}
.home-glow.two{width:300px;height:300px;background:#06b6d4;right:80px;bottom:80px}
.home-hero-content{position:relative;z-index:2;max-width:760px}
.home-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(139,92,246,.16);
  border:1px solid rgba(139,92,246,.24);
  color:#c4b5fd;
  font-weight:950;
  margin-bottom:18px;
}
.home-pill.small{font-size:12px;margin-bottom:10px}
.home-hero-content h1{
  font-size:clamp(42px,5.3vw,76px);
  line-height:.98;
  letter-spacing:-2.5px;
  margin:0;
}
.home-hero-content p{
  max-width:580px;
  margin:24px 0;
  color:#b8b8cb;
  font-size:18px;
  line-height:1.7;
}
.home-hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.home-hero-visual{
  position:relative;
  z-index:2;
  min-height:440px;
  border-radius:38px;
  background:
    radial-gradient(circle at 70% 70%, rgba(6,182,212,.22), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 35px 100px rgba(0,0,0,.28);
}
.phone-card{
  position:absolute;
  min-width:210px;
  padding:22px;
  border-radius:22px;
  background:rgba(31,31,50,.86);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 25px 70px rgba(0,0,0,.35);
}
.phone-card b{display:block;font-size:18px;margin-bottom:16px}
.phone-card span{color:#b8b8cb;font-weight:800}
.main-card{right:8%;top:10%}
.second-card{left:8%;top:38%}
.third-card{right:4%;bottom:12%;background:rgba(15,76,99,.76)}

.home-stats-clean{
  width:min(1280px,92%);
  margin:-44px auto 42px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  position:relative;
  z-index:5;
}
.home-stats-clean div{
  padding:28px;
  border-radius:26px;
  background:rgba(35,31,64,.86);
  border:1px solid rgba(139,92,246,.26);
  box-shadow:0 22px 70px rgba(0,0,0,.25);
}
.home-stats-clean b{display:block;font-size:32px;margin-bottom:8px}
.home-stats-clean span{color:#b8b8cb;font-weight:800}

.home-services-clean,.home-how-clean,.home-cta-clean{
  width:min(1320px,92%);
  margin:42px auto;
  box-sizing:border-box;
}
.home-services-clean{
  padding:30px;
  border-radius:34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(139,92,246,.20), transparent 35%),
    linear-gradient(135deg, rgba(31,31,50,.94), rgba(18,18,31,.96));
  border:1px solid rgba(139,92,246,.22);
  box-shadow:0 28px 100px rgba(0,0,0,.24);
}
.home-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:22px;
}
.home-section-head h2{
  margin:0;
  font-size:36px;
  letter-spacing:-.8px;
}
.home-section-head p{margin:8px 0 0;color:#b8b8cb}
.home-search-inline{
  width:min(420px,100%);
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}
.home-search-inline input{
  width:100%;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  padding:0!important;
}
.home-service-grid-clean{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.home-service-card-clean{
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:92px;
  padding:16px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(35,55,86,.82), rgba(25,31,54,.90));
  border:1px solid rgba(255,255,255,.08);
  transition:.22s ease;
}
.home-service-card-clean:hover{
  transform:translateY(-4px);
  border-color:rgba(139,92,246,.38);
  box-shadow:0 22px 55px rgba(0,0,0,.25);
}
.home-service-icon-clean{
  width:52px;height:52px;border-radius:17px;
  display:grid;place-items:center;overflow:hidden;
  background:linear-gradient(135deg,#8b5cf6,#6366f1);
}
.home-service-icon-clean img,.home-service-icon-clean span{
  width:52px;height:52px;display:grid;place-items:center;object-fit:cover;
  color:#fff;font-weight:950;
}
.home-service-card-clean h3{margin:0 0 5px;font-size:16px}
.home-service-card-clean p{margin:0;color:#b8b8cb;font-size:12px;font-weight:800}
.home-badge-clean{
  position:absolute;top:9px;right:9px;padding:4px 8px;border-radius:999px;
  color:#fbbf24;background:rgba(245,158,11,.16);border:1px solid rgba(245,158,11,.28);
  font-size:10px;font-weight:950;
}
.home-no-result-clean{
  margin-top:16px;padding:16px;border-radius:18px;
  background:rgba(139,92,246,.10);border:1px solid rgba(139,92,246,.22);
  color:#b8b8cb;text-align:center;font-weight:900;
}

.home-how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.home-how-grid div,.home-cta-clean{
  padding:28px;border-radius:28px;
  background:rgba(31,31,50,.82);
  border:1px solid rgba(255,255,255,.08);
}
.home-how-grid b{
  width:46px;height:46px;display:flex;align-items:center;justify-content:center;
  border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#6366f1);margin-bottom:18px;
}
.home-how-grid h3{margin:0 0 8px}
.home-how-grid p,.home-cta-clean p{color:#b8b8cb;line-height:1.6}
.home-cta-clean{
  text-align:center;
  margin-bottom:80px;
  background:
    radial-gradient(circle at 50% 0%, rgba(139,92,246,.20), transparent 42%),
    rgba(31,31,50,.86);
}
.home-cta-clean h2{font-size:38px;margin:0}

@media(max-width:1100px){
  .home-hero-clean{grid-template-columns:1fr;gap:30px;padding:60px 5vw}
  .home-hero-visual{min-height:360px}
  .home-service-grid-clean{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .home-clean-nav{padding:14px 18px;flex-wrap:wrap}
  .home-clean-links{order:3;width:100%;justify-content:center;gap:16px}
  .home-section-head{flex-direction:column;align-items:stretch}
  .home-stats-clean,.home-how-grid{grid-template-columns:1fr}
  .home-service-grid-clean{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:540px){
  .home-service-grid-clean{grid-template-columns:1fr}
  .home-hero-content h1{font-size:40px}
  .phone-card{position:static;margin:14px}
  .home-hero-visual{min-height:auto;padding:12px}
}

/* V76 Dashboard service search inside card + global favicon support */
.dash-search-card{display:none!important}
.v64-services-panel .premium-services-hero,
.v63-services-panel .premium-services-hero,
.premium-services-panel .premium-services-hero{
  align-items:center!important;
}
.dash-service-search-inline{
  min-width:310px;
  max-width:420px;
  flex:1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 15px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 0 0 1px rgba(139,92,246,.06);
}
.dash-service-search-inline:focus-within{
  border-color:rgba(139,92,246,.45);
  box-shadow:0 0 0 4px rgba(139,92,246,.10);
}
.dash-service-search-inline input{
  width:100%;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:var(--text)!important;
  padding:0!important;
}
.dash-service-search-inline input::placeholder{color:var(--muted)}
@media(max-width:760px){
  .premium-services-hero{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .dash-service-search-inline{
    min-width:0;
    max-width:none;
    width:100%;
  }
}

/* V77 dashboard search hardfix */
.dashboard-search-empty{
  margin-top:14px;
  padding:16px;
  border-radius:16px;
  text-align:center;
  color:var(--muted);
  background:rgba(139,92,246,.10);
  border:1px solid rgba(139,92,246,.22);
  font-weight:900;
}
.premium-service-card.search-hidden{
  display:none!important;
}

/* V78 OnayTR-inspired homepage in project colors */
.otr-home{margin:0;background:#0f0f1b;color:#fff;overflow-x:hidden}
.otr-nav{width:100%;min-height:76px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(15,15,27,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:50;box-sizing:border-box}
.otr-logo{display:flex;align-items:center;font-size:30px;font-weight:950;color:#8b5cf6}.otr-logo img{max-height:48px;max-width:220px;object-fit:contain}
.otr-nav nav{display:flex;align-items:center;gap:24px}.otr-nav nav a,.otr-link{color:#e5e7eb;font-weight:850}.otr-nav nav a:hover,.otr-link:hover{color:#c4b5fd}
.otr-nav-actions{display:flex;align-items:center;gap:14px}
.otr-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:15px;background:linear-gradient(135deg,#8b5cf6,#6d5dfc);color:#fff;font-weight:950;border:1px solid rgba(139,92,246,.35);box-shadow:0 18px 42px rgba(139,92,246,.22);transition:.22s ease}
.otr-btn:hover{transform:translateY(-2px);box-shadow:0 24px 55px rgba(139,92,246,.34)}.otr-btn.ghost{background:rgba(255,255,255,.055);box-shadow:none}.otr-btn.big{padding:15px 24px;border-radius:18px}
.otr-hero{position:relative;overflow:hidden;min-height:690px;padding:90px 7vw 70px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.78fr);align-items:center;gap:70px;background:radial-gradient(circle at 20% 10%,rgba(139,92,246,.35),transparent 34%),radial-gradient(circle at 84% 70%,rgba(6,182,212,.18),transparent 32%),linear-gradient(180deg,#10101c,#121224);box-sizing:border-box}
.otr-hero-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 92%)}
.otr-hero-left,.otr-phone-preview{position:relative;z-index:2}.otr-pill,.otr-kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(139,92,246,.16);border:1px solid rgba(139,92,246,.26);color:#c4b5fd;font-weight:950;margin-bottom:18px}
.otr-hero h1{font-size:clamp(42px,5.4vw,76px);line-height:.98;letter-spacing:-2.6px;margin:0;max-width:820px}.otr-hero p{color:#b8b8cb;font-size:18px;line-height:1.72;max-width:630px;margin:24px 0}
.otr-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.otr-mini-stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.otr-mini-stats div{min-width:120px;padding:16px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}.otr-mini-stats b{display:block;font-size:24px}.otr-mini-stats span{color:#b8b8cb;font-weight:800}
.otr-phone-preview{padding:26px;border-radius:36px;background:rgba(31,31,50,.75);border:1px solid rgba(255,255,255,.10);box-shadow:0 35px 110px rgba(0,0,0,.35)}
.otr-phone-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:#cbd5e1}.otr-sms-feed{display:grid;gap:12px}.otr-sms-feed div{position:relative;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07)}.otr-sms-feed b{display:block;margin-bottom:6px}.otr-sms-feed span{color:#cbd5e1}.otr-sms-feed em{position:absolute;right:14px;top:14px;color:#a78bfa;font-style:normal;font-size:12px;font-weight:900}
.otr-service-section,.otr-feature-section,.otr-how,.otr-faq,.otr-cta{width:min(1380px,94%);margin:46px auto;box-sizing:border-box}
.otr-service-section{padding:30px;border-radius:34px;background:radial-gradient(circle at 8% 0%,rgba(139,92,246,.22),transparent 36%),linear-gradient(135deg,rgba(31,31,50,.95),rgba(18,18,31,.98));border:1px solid rgba(139,92,246,.24);box-shadow:0 28px 100px rgba(0,0,0,.26)}
.otr-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:24px}.otr-section-head.centered{text-align:center;display:block}.otr-section-head h2{font-size:38px;letter-spacing:-.9px;margin:0}.otr-section-head p{margin:8px 0 0;color:#b8b8cb}
.otr-service-search{width:min(430px,100%);display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10)}.otr-service-search input{width:100%;background:transparent!important;border:0!important;outline:0!important;color:#fff!important;padding:0!important}
.otr-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.otr-service-card{position:relative;min-height:136px;padding:18px;border-radius:24px;background:linear-gradient(135deg,rgba(35,55,86,.82),rgba(25,31,54,.92));border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;transition:.22s ease}.otr-service-card:hover{transform:translateY(-5px);border-color:rgba(139,92,246,.38);box-shadow:0 24px 60px rgba(0,0,0,.27)}
.otr-service-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:grid;place-items:center;overflow:hidden}.otr-service-icon img,.otr-service-icon span{width:54px;height:54px;display:grid;place-items:center;object-fit:cover;color:#fff;font-weight:950}.otr-service-card h3{margin:16px 0 6px;font-size:16px}.otr-service-card>span{font-size:12px;color:#c4b5fd;font-weight:900}
.otr-empty{padding:16px;border-radius:18px;margin-top:14px;text-align:center;color:#b8b8cb;background:rgba(139,92,246,.10);border:1px solid rgba(139,92,246,.20)}
.otr-marquee{width:100%;overflow:hidden;padding:18px 0;background:rgba(139,92,246,.08);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.otr-marquee-track{display:flex;gap:16px;white-space:nowrap;animation:otrmar 28s linear infinite}.otr-marquee span{padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-weight:850}@keyframes otrmar{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.otr-feature-section{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}.otr-feature-card,.otr-country-card,.otr-how-grid div,.otr-faq-grid div,.otr-cta{padding:30px;border-radius:30px;background:rgba(31,31,50,.86);border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 70px rgba(0,0,0,.18)}.otr-feature-card h2,.otr-cta h2{font-size:38px;margin:0 0 14px}.otr-feature-card p,.otr-country-card p,.otr-how-grid p,.otr-faq-grid p,.otr-cta p{color:#b8b8cb;line-height:1.65}
.otr-feature-list{display:grid;gap:12px;margin-top:22px}.otr-feature-list div{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.045)}.otr-feature-list b{width:42px;height:42px;border-radius:14px;background:rgba(139,92,246,.18);display:flex;align-items:center;justify-content:center}.flag-row{display:flex;gap:8px;margin-bottom:26px}.flag-row span{font-size:28px}
.otr-how-grid,.otr-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.otr-how-grid b{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#6366f1);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.otr-how-grid h3,.otr-faq-grid h3{margin:0 0 8px}
.otr-cta{text-align:center;margin-bottom:80px;background:radial-gradient(circle at 50% 0%,rgba(139,92,246,.24),transparent 40%),rgba(31,31,50,.86)}
@media(max-width:1200px){.otr-service-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.otr-hero{grid-template-columns:1fr;padding:60px 5vw}.otr-feature-section,.otr-how-grid,.otr-faq-grid{grid-template-columns:1fr}.otr-section-head{flex-direction:column;align-items:stretch}.otr-service-grid{grid-template-columns:repeat(2,1fr)}.otr-nav nav{display:none}}
@media(max-width:560px){.otr-service-grid{grid-template-columns:1fr}.otr-phone-preview{padding:16px}.otr-nav{padding:12px 18px;flex-wrap:wrap}.otr-nav-actions{width:100%;justify-content:flex-end}}


/* V81 FULL MOBILE RESPONSIVE - mevcut assets/css/style.css içine entegre edildi */
html,body{
  max-width:100%!important;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%;
}
*{box-sizing:border-box}
img,video,canvas,svg{max-width:100%!important;height:auto}
input,textarea,select,button{font-size:16px!important}
table{
  width:100%!important;
  display:block;
  overflow-x:auto!important;
  white-space:nowrap;
  -webkit-overflow-scrolling:touch;
}
td,th{white-space:nowrap}

/* Genel container genişlikleri */
.container,.page-shell,.dashboard-content,.admin-content,.top-dashboard-inner,.admin-nav-inner{
  width:min(1280px,94%)!important;
}

/* Mobil navbar */
@media(max-width:900px){
  .nav{
    height:auto!important;
    min-height:72px!important;
    padding:12px 0!important;
  }
  .nav-inner{
    flex-wrap:wrap!important;
    gap:12px!important;
  }
  .logo{
    font-size:22px!important;
    max-width:70vw!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .menu{
    width:100%!important;
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding:8px 0!important;
    scrollbar-width:none!important;
  }
  .menu::-webkit-scrollbar{display:none!important}
  .menu a{
    flex:0 0 auto!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.045)!important;
  }
}

/* Ana sayfa mobil */
@media(max-width:1050px){
  .hero,.hero-long,.otr-hero,.home-hero-clean{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding:52px 0!important;
    min-height:auto!important;
  }
  .hero h1,.otr-hero h1,.home-hero-content h1{
    font-size:clamp(34px,10vw,48px)!important;
    line-height:1.08!important;
  }
  .hero p,.otr-hero p,.home-hero-content p{
    font-size:16px!important;
    line-height:1.65!important;
  }
  .hero-visual,.otr-phone-preview,.home-hero-visual{
    min-height:auto!important;
    width:100%!important;
  }
  .float-sms,.phone-card{
    position:static!important;
    width:100%!important;
    margin:12px 0!important;
  }
  .features,.home-stats-clean,.home-how-grid,.otr-how-grid,.otr-faq-grid,.otr-feature-section{
    grid-template-columns:1fr!important;
  }
  .home-section-head,.otr-section-head{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .home-search-inline,.otr-service-search,.home-service-search{
    width:100%!important;
    min-width:0!important;
  }
  .home-service-grid-clean,.otr-service-grid,.home-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .home-service-grid-clean,.otr-service-grid,.home-service-grid,.features,.grid{
    grid-template-columns:1fr!important;
  }
  .card,.page-card,.admin-card,.home-services-clean,.otr-service-section{
    border-radius:20px!important;
    padding:18px!important;
  }
  .btn,.btn-outline{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}

/* Dashboard mobil */
@media(max-width:980px){
  .panel{display:block!important}
  .sidebar{
    width:100%!important;
    min-height:auto!important;
    padding:14px!important;
    display:flex!important;
    overflow-x:auto!important;
    gap:8px!important;
    scrollbar-width:none!important;
  }
  .sidebar::-webkit-scrollbar{display:none!important}
  .sidebar a{
    flex:0 0 auto!important;
    margin:0!important;
    white-space:nowrap!important;
  }
  .content{padding:18px!important}
  .dashboard-layout,.dashboard-layout.topless{display:block!important}
  .quick-panel{
    position:relative!important;
    top:auto!important;
    margin-bottom:18px!important;
  }
  .quick-panel-horizontal,.quick-actions,.payment-methods,.amount-grid,.admin-grid,.service-clean,.premium-service-grid,.last10-list{
    grid-template-columns:1fr 1fr!important;
  }
  .topbar,.clean-hero,.premium-services-hero,.last10-head{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .dash-service-search-inline{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}
@media(max-width:620px){
  .dashboard-content,.page-shell,.admin-content,.content{
    width:94%!important;
    margin:18px auto!important;
    padding:0!important;
  }
  .quick-panel-horizontal,.quick-actions,.payment-methods,.amount-grid,.admin-grid,.service-clean,.premium-service-grid,.last10-list,.ticket-grid,.support-stats,.profile-layout,.profile-info-grid{
    grid-template-columns:1fr!important;
  }
  .premium-service-card{
    grid-template-columns:46px minmax(0,1fr)!important;
    min-height:auto!important;
  }
  .premium-select{
    grid-column:1 / -1!important;
    width:100%!important;
  }
}

/* Üst dashboard navbar mobil — bkz. aşağıdaki "MOBİL MENÜ (HAMBURGER)" bloğu, tek kaynak orada */

/* Admin mobil */
@media(max-width:900px){
  .admin-nav{
    height:auto!important;
    min-height:auto!important;
    padding:12px 0!important;
  }
  .admin-nav-inner{
    width:94%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
  }
  .admin-links{
    display:flex!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    padding:8px 0!important;
    background:transparent!important;
    border:0!important;
    scrollbar-width:none!important;
  }
  .admin-links::-webkit-scrollbar{display:none!important}
  .admin-links a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    background:rgba(255,255,255,.04)!important;
  }
  .admin-actions{
    width:100%!important;
    justify-content:space-between!important;
    flex-wrap:wrap!important;
  }
  .ticket-admin-layout,.pending-payment-grid,.payment-info-grid{
    grid-template-columns:1fr!important;
  }
}

/* Modallar mobil */
@media(max-width:620px){
  .modal-box,.service-buy-box,.notify-modal{
    width:96vw!important;
    max-height:88vh!important;
    border-radius:20px!important;
  }
  .modal-body{
    max-height:64vh!important;
  }
  .country-list{
    grid-template-columns:1fr!important;
  }
  .country-buy-row,.country-card{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}

/* Profil / destek / ödeme mobil */
@media(max-width:920px){
  .support-layout,.profile-layout{
    grid-template-columns:1fr!important;
  }
  .support-create-panel{position:static!important}
  .profile-hero,.support-hero{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
  .profile-balance-box{
    margin-left:0!important;
    width:100%!important;
  }
}
@media(max-width:620px){
  .form-wrap{
    width:94%!important;
    margin:28px auto!important;
  }
  input,textarea,select,.btn{width:100%}
  .action-row,.action-row form{
    width:100%!important;
  }
  .action-row .btn,.action-row .btn-outline{
    flex:1 1 100%!important;
    width:100%!important;
  }
}

/* Mobil dokunma hedefleri */
@media(max-width:720px){
  a,button,.btn,.copy-btn,.premium-select,.country-buy-row{
    min-height:42px;
  }
}

/* V79 Premium rounded logo / navbar polish */
.otr-nav,.home-clean-nav{
  padding:0 5vw!important;
  min-height:82px!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  background:rgba(15,15,27,.78)!important;
  backdrop-filter:blur(18px)!important;
}
.otr-logo,
.home-clean-logo,
.logo-img-link,
.nav-logo-premium,
.otr-logo-premium{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:max-content!important;
}
.otr-logo > img,
.home-clean-logo > img,
.logo-img-link > img{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  max-width:54px!important;
  max-height:54px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  padding:5px!important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 30%),
    linear-gradient(135deg, rgba(139,92,246,.42), rgba(99,102,241,.28))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:
    0 0 0 6px rgba(139,92,246,.08),
    0 16px 38px rgba(139,92,246,.28),
    inset 0 0 18px rgba(255,255,255,.06)!important;
}
.otr-logo-orb,
.nav-logo-orb{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.20), transparent 30%),
    linear-gradient(135deg, rgba(139,92,246,.42), rgba(99,102,241,.28))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:
    0 0 0 6px rgba(139,92,246,.08),
    0 16px 38px rgba(139,92,246,.28),
    inset 0 0 18px rgba(255,255,255,.06)!important;
  backdrop-filter:blur(14px)!important;
  transition:.22s ease!important;
}
.otr-logo-orb img,
.nav-logo-orb img{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:block!important;
  background:transparent!important;
}
.otr-logo-orb b,
.nav-logo-orb b{
  color:#fff!important;
  font-weight:950!important;
  font-size:24px!important;
}
.otr-logo-text,
.nav-logo-text{
  color:#fff!important;
  font-weight:950!important;
  font-size:20px!important;
  letter-spacing:.1px!important;
  white-space:nowrap!important;
}
.otr-logo:hover .otr-logo-orb,
.otr-logo-premium:hover .otr-logo-orb,
.nav-logo-premium:hover .nav-logo-orb,
.logo-img-link:hover > img{
  transform:translateY(-2px) scale(1.035)!important;
  box-shadow:
    0 0 0 7px rgba(139,92,246,.11),
    0 20px 48px rgba(139,92,246,.36)!important;
}
.otr-nav nav a{
  padding:10px 12px!important;
  border-radius:12px!important;
  transition:.18s ease!important;
}
.otr-nav nav a:hover{
  background:rgba(139,92,246,.12)!important;
}
@media(max-width:720px){
  .otr-logo-orb,.nav-logo-orb,.otr-logo > img,.home-clean-logo > img,.logo-img-link > img{
    width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;max-height:50px!important;
  }
  .otr-logo-orb img,.nav-logo-orb img{
    width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;
  }
  .otr-logo-text,.nav-logo-text{font-size:17px!important}
}


/* V55 admin services form alignment fix */
#servicesTable{table-layout:fixed;min-width:1120px}
#servicesTable th,#servicesTable td{vertical-align:top}
#servicesTable .service-edit-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px 16px!important;
    align-items:end!important;
    width:100%!important;
}
#servicesTable .service-edit-grid > div{min-width:0!important}
#servicesTable .service-edit-grid label{
    display:block!important;
    margin:0 0 7px!important;
    color:var(--text)!important;
    font-size:14px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    line-height:1.2!important;
}
#servicesTable .service-edit-grid input,
#servicesTable .service-edit-grid select{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    height:46px!important;
}
#servicesTable .action-row{margin-top:16px!important}
#servicesTable .service-row-img,
#servicesTable .service-icon-fallback{flex:0 0 auto!important}
.admin-card:has(#servicesTable){overflow-x:auto!important}
@media(max-width:1100px){
  #servicesTable .service-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  #servicesTable{min-width:760px}
  #servicesTable .service-edit-grid{grid-template-columns:1fr!important}
}

/* V55 SMS code alert */
.sms-toast-wrap{position:fixed;right:18px;bottom:18px;z-index:999999;display:grid;gap:10px;max-width:min(360px,calc(100vw - 36px))}
.sms-toast{background:linear-gradient(135deg,rgba(139,92,246,.96),rgba(99,102,241,.96));color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:16px 18px;box-shadow:0 22px 70px rgba(0,0,0,.42);animation:smsToastIn .25s ease both}
.sms-toast b{display:block;margin-bottom:4px;font-size:16px}.sms-toast small{opacity:.9;line-height:1.45}
@keyframes smsToastIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
/* SEO + Blog + Live Stats */
.otr-live-stats{max-width:1180px;margin:-30px auto 60px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative;z-index:3}
.otr-live-stats>div{background:var(--card,#111827);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.18)}
.otr-live-stats b{display:block;font-size:30px;margin-bottom:6px}.otr-live-stats span{color:var(--muted,#94a3b8);font-size:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-shell{padding-top:40px}.blog-card h2{font-size:22px}.blog-article{max-width:900px;margin:auto}.blog-article h1{font-size:42px}.blog-content{line-height:1.8}.blog-content h2{margin-top:28px}.lead{font-size:18px;color:var(--muted,#94a3b8)}.form-grid label{display:grid;gap:7px;margin-bottom:12px}.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.18);color:inherit}.btn-danger{background:#dc2626!important;color:white!important}@media(max-width:900px){.otr-live-stats,.blog-grid{grid-template-columns:1fr 1fr}.blog-article h1{font-size:32px}}@media(max-width:620px){.otr-live-stats,.blog-grid{grid-template-columns:1fr}.otr-live-stats{margin:10px 14px 35px}}


/* ===================================================================
   MOBİL MENÜ (HAMBURGER) - gerçek mobil navigasyon
   Genel site header'ı (.otr-nav) ve dashboard header'ı (.top-dashboard-nav)
   ortak class'lar kullanır: .mobile-nav-toggle, .mobile-nav-open
=================================================================== */
.mobile-nav-toggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:42px;
  height:42px;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  cursor:pointer;
  flex:0 0 auto;
}
.mobile-nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  border-radius:2px;
  background:var(--text);
  transition:transform .2s ease, opacity .2s ease;
}
.mobile-nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-nav-toggle.active span:nth-child(2){opacity:0}
.mobile-nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
body.light .mobile-nav-toggle{background:rgba(15,23,42,.05);border-color:#e2e8f0}

@media(max-width:900px){
  .otr-nav{flex-wrap:wrap}
  .otr-nav .mobile-nav-toggle{display:flex;order:2}
  .otr-nav-actions{order:3}
  .otr-nav nav{
    display:none;
    order:4;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:2px;
    padding-top:12px;
    margin-top:12px;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .otr-nav.mobile-nav-open nav{display:flex}
  .otr-nav nav a{padding:12px 8px;border-radius:10px}
  .otr-nav nav a:hover{background:rgba(139,92,246,.12)}

  .top-dashboard-nav{
    position:relative;
    height:auto!important;
    align-items:flex-start!important;
    padding:14px 4vw!important;
  }
  .top-dashboard-inner{
    width:auto!important;
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0!important;
    flex-wrap:wrap!important;
    row-gap:12px!important;
    gap:0 12px!important;
  }
  .top-dashboard-nav .mobile-nav-toggle{
    display:flex!important;
    position:static!important;
    order:2!important;
    flex:0 0 auto!important;
    margin-left:12px!important;
  }
  .top-dashboard-inner .logo{
    order:1!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
  }
  .top-links,.user-menu{
    order:3!important;
    width:100%!important;
    display:none!important;
  }
  .top-dashboard-nav.mobile-nav-open .top-links,
  .top-dashboard-nav.mobile-nav-open .user-menu{
    display:flex!important;
  }
  .top-links{
    flex-direction:column!important;
    gap:2px!important;
    padding-top:10px!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }
  .top-links a{width:100%!important;text-align:left!important}
  .user-menu{padding-top:2px!important}
  .user-menu .action-row{flex-wrap:wrap!important;width:100%!important}
  .user-button{width:100%!important}
  .dropdown{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    margin-top:8px!important;
    box-shadow:none!important;
  }
}
@media(min-width:901px){
  .mobile-nav-toggle{display:none!important}
}


/* ===================================================================
   ANASAYFA GÖRSEL ZENGİNLEŞTİRME
   Hero arka plan orb'ları, telefon rozeti, güven şeridi
=================================================================== */
.otr-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0;opacity:.55;animation:otrOrbFloat 9s ease-in-out infinite}
.otr-orb-1{width:340px;height:340px;left:-90px;top:-60px;background:radial-gradient(circle,var(--primary),transparent 70%)}
.otr-orb-2{width:260px;height:260px;right:6%;top:40%;background:radial-gradient(circle,var(--primary-2,#5b8cff),transparent 70%);animation-delay:2s}
.otr-orb-3{width:200px;height:200px;left:38%;bottom:-70px;background:radial-gradient(circle,#22c55e,transparent 72%);opacity:.28;animation-delay:4s}
@keyframes otrOrbFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-22px) scale(1.06)}}

.otr-trust-row{display:flex;flex-wrap:wrap;gap:22px;margin-top:26px}
.otr-trust-row>div{display:flex;align-items:center;gap:9px;color:#c9c9dc;font-weight:750;font-size:13.5px}
.otr-trust-row svg{width:19px;height:19px;color:var(--primary);flex:0 0 auto}

.otr-phone-preview{position:relative}
.otr-phone-badge{
  position:absolute;top:-16px;right:22px;z-index:3;
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;font-size:12px;font-weight:900;
  padding:8px 14px;border-radius:999px;
  box-shadow:0 12px 30px rgba(34,197,94,.35);
  animation:otrBadgePop .5s ease .3s both;
}
@keyframes otrBadgePop{from{opacity:0;transform:translateY(8px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}
.otr-phone-preview:before{
  content:'';position:absolute;inset:-1px;border-radius:37px;padding:1px;z-index:0;
  background:linear-gradient(135deg,rgba(139,92,246,.55),rgba(91,140,255,.15),transparent 60%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  pointer-events:none;
}
.otr-sms-feed div{animation:fadeUp .5s ease both}
.otr-sms-feed div:nth-child(1){animation-delay:.05s}
.otr-sms-feed div:nth-child(2){animation-delay:.12s}
.otr-sms-feed div:nth-child(3){animation-delay:.19s}
.otr-sms-feed div:nth-child(4){animation-delay:.26s}
.otr-sms-feed div:nth-child(5){animation-delay:.33s}

@media(max-width:900px){
  .otr-orb{display:none}
  .otr-trust-row{gap:14px 20px}
}


/* ===================================================================
   GİRİŞ / KAYIT SAYFASI - split panel modern tasarım
=================================================================== */
.alert-error{background:#3b1717;color:#fecaca}

.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.auth-side{
  position:relative;overflow:hidden;
  padding:52px 56px;
  display:flex;flex-direction:column;justify-content:center;
  background:radial-gradient(circle at 15% 15%,rgba(139,92,246,.30),transparent 40%),
             radial-gradient(circle at 85% 80%,rgba(6,182,212,.16),transparent 38%),
             linear-gradient(180deg,#0e0e1a,#121224);
  color:#fff;
}
.auth-side-logo{display:inline-flex;margin-bottom:38px;position:relative;z-index:2}
.auth-side-logo img{height:38px;width:auto}
.auth-side-logo span{font-size:26px;font-weight:900;color:#fff}
.auth-side h1{position:relative;z-index:2;font-size:clamp(30px,3.4vw,42px);line-height:1.12;letter-spacing:-1px;margin:0 0 14px;max-width:440px}
.auth-side>p{position:relative;z-index:2;color:#b8b8cb;font-size:16px;line-height:1.65;max-width:420px;margin:0 0 28px}
.auth-side-list{position:relative;z-index:2;list-style:none;padding:0;margin:0 0 36px;display:grid;gap:14px}
.auth-side-list li{display:flex;align-items:center;gap:12px;color:#dadbed;font-weight:700;font-size:14.5px}
.auth-side-list svg{width:22px;height:22px;flex:0 0 auto;padding:3px;border-radius:50%;background:rgba(34,197,94,.18);color:#4ade80}
.auth-side-preview{position:relative;z-index:2;max-width:360px;padding:22px;border-radius:28px;background:rgba(31,31,50,.72);border:1px solid rgba(255,255,255,.10);box-shadow:0 30px 90px rgba(0,0,0,.35)}

.auth-main{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:var(--bg)}
.auth-card{width:100%;max-width:400px}
.auth-card-head{margin-bottom:28px}
.auth-card-head h2{font-size:30px;margin:0 0 8px}
.auth-card-head p{color:var(--muted);margin:0}
.auth-form{display:flex;flex-direction:column;gap:16px}
.auth-form label{display:flex;flex-direction:column;gap:7px;font-size:13.5px;font-weight:800;color:#d2d2e4}
.auth-form input{margin:0}
.auth-submit{width:100%;padding:15px;font-size:15px;margin-top:6px}
.auth-switch{margin-top:24px;color:var(--muted);font-size:14.5px}
.auth-switch a{color:var(--primary);font-weight:800}

body.light .auth-main{background:var(--bg)}
body.light .auth-form label{color:#334155}

@media(max-width:980px){
  .auth-shell{grid-template-columns:1fr}
  .auth-side{padding:40px 6vw 34px;min-height:auto}
  .auth-side-preview{display:none}
  .auth-side-list{margin-bottom:6px}
}
@media(max-width:480px){
  .auth-side{padding:32px 22px 26px}
  .auth-main{padding:32px 20px 48px}
}

/* V82 Dashboard polish — subtle entrance animation, richer hover states, nicer empty states */
@keyframes dashCardIn{
  from{opacity:0;transform:translateY(10px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.premium-service-card:not(.service-hidden){
  animation:dashCardIn .38s cubic-bezier(.22,.9,.32,1.1) backwards;
}
.premium-service-grid .premium-service-card:nth-child(1){animation-delay:.02s}
.premium-service-grid .premium-service-card:nth-child(2){animation-delay:.05s}
.premium-service-grid .premium-service-card:nth-child(3){animation-delay:.08s}
.premium-service-grid .premium-service-card:nth-child(4){animation-delay:.11s}
.premium-service-grid .premium-service-card:nth-child(5){animation-delay:.14s}
.premium-service-grid .premium-service-card:nth-child(6){animation-delay:.17s}
.premium-service-grid .premium-service-card:nth-child(7){animation-delay:.20s}
.premium-service-grid .premium-service-card:nth-child(8){animation-delay:.23s}

.v64-services-panel .premium-service-card{
  border:1px solid rgba(255,255,255,.09)!important;
  transition:transform .22s cubic-bezier(.22,.9,.32,1.1),border-color .22s ease,box-shadow .22s ease!important;
}
.v64-services-panel .premium-service-card:hover{
  transform:translateY(-4px)!important;
  border-color:rgba(139,92,246,.55)!important;
  box-shadow:0 18px 44px rgba(139,92,246,.22)!important;
}
body.light .v64-services-panel .premium-service-card:hover{
  box-shadow:0 18px 40px rgba(139,92,246,.16)!important;
}

.premium-select{
  background:linear-gradient(135deg,var(--primary),#6d5dfc)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.premium-select:hover{
  filter:brightness(1.08);
  box-shadow:0 12px 30px rgba(139,92,246,.4)!important;
}
.premium-select:active{transform:scale(.97)!important}

.last10-item{transition:transform .18s ease,border-color .18s ease,background .18s ease!important}
.last10-item:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(139,92,246,.28)!important;
  background:rgba(139,92,246,.06)!important;
}

.last10-empty,.dashboard-search-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.last10-empty::before{content:"🕐"}
.dashboard-search-empty::before{content:"🔍";margin-right:2px}

.premium-toggle-btn{
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.premium-toggle-btn:hover{transform:translateY(-2px)}
.premium-toggle-btn:active{transform:scale(.97)}

@media(prefers-reduced-motion:reduce){
  .premium-service-card,.premium-service-card:not(.service-hidden){animation:none!important}
}
