/* V113 - Clean CSS layer (compiled from assets/css/modules/*). */

/* Source: assets/css/modules/hp-core.css */

/* V113 / Core tokens and page rhythm
   Kaynak modül: container, section, card radius ve temel layout ölçüleri. */
:root{
  --hp-container-max:1320px;
  --hp-container-x:24px;
  --hp-section-y:44px;
  --hp-card-radius:24px;
  --hp-mobile-drawer-w:392px;
}
.container{
  width:100%;
  max-width:var(--hp-container-max);
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--hp-container-x)!important;
  padding-right:var(--hp-container-x)!important;
  box-sizing:border-box;
}
.section{
  padding-top:var(--hp-section-y)!important;
  padding-bottom:var(--hp-section-y)!important;
}
.section-title,.page-head{margin-bottom:18px!important}
.card,.hero-card,.install-card,.request-card,.table-card,.seller-box,.empty{border-radius:var(--hp-card-radius)!important}
@media(max-width:980px){
  :root{--hp-container-x:16px;--hp-section-y:32px;--hp-card-radius:22px}
}
@media(max-width:640px){
  :root{--hp-container-x:12px;--hp-section-y:24px;--hp-card-radius:18px}
  .site-header .container.header-topline{padding-left:12px!important;padding-right:12px!important}
  .section-title,.page-head{margin-bottom:12px!important}
  .section-title h1,.section-title h2,.page-head h1{font-size:clamp(23px,7vw,30px)!important;letter-spacing:-.04em!important}
  .card,.hero-card,.install-card{padding:16px!important}
  .card-body{padding:14px!important}
}


/* Source: assets/css/modules/hp-mobile-drawer.css */

/* V113 / Mobile drawer
   Misafir menü sırası: giriş alanı -> kategoriler -> sayfalar. Tüm alt bloklar tek kolon ve taşma korumalıdır. */
@media(max-width:980px){
  body.mobile-nav-open{overflow:hidden!important;touch-action:none!important}
  body.mobile-nav-open:after{z-index:1200!important;background:rgba(15,23,42,.52)!important;backdrop-filter:blur(2px)!important}
  .header-actions[data-primary-nav]{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:12px!important;
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:min(92vw,var(--hp-mobile-drawer-w))!important;
    max-width:calc(100vw - 8px)!important;
    min-width:0!important;
    height:100dvh!important;
    padding:0 14px 22px!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    background:#f8fafc!important;
    border:0!important;
    border-right:1px solid #e5e7eb!important;
    border-radius:0 24px 24px 0!important;
    box-shadow:none!important;
    z-index:1650!important;
    transform:translate3d(-110%,0,0)!important;
    transition:transform .24s ease!important;
  }
  .header-actions[data-primary-nav].active{transform:translate3d(0,0,0)!important}
  .header-actions[data-primary-nav] > *{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex:0 0 auto!important;
    box-sizing:border-box!important;
  }
  .header-actions[data-primary-nav] > .mobile-drawer-intro{
    order:1!important;
    display:block!important;
    position:sticky!important;
    top:0!important;
    z-index:5!important;
    width:auto!important;
    margin:0 -14px!important;
    padding:18px 14px 12px!important;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
    border-bottom:1px solid #e5e7eb!important;
  }
  .mobile-drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}
  .mobile-drawer-close{flex:0 0 40px!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important}
  .mobile-auth-card,.mobile-auth-card-v107{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:11px!important;
    margin:0!important;
    padding:15px!important;
    border:1px solid #dbeafe!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#eff6ff,#fff)!important;
    box-shadow:none!important;
  }
  .mobile-auth-card > div,.mobile-auth-card-v107 > div,.mobile-auth-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .mobile-auth-card .btn,.mobile-auth-card-v107 .btn,.mobile-auth-actions .btn{
    width:100%!important;
    min-height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border-radius:15px!important;
    white-space:normal!important;
  }
  .mobile-auth-card .mobile-auth-wide,.mobile-auth-card-v107 .mobile-auth-wide{grid-column:auto!important}
  .header-actions[data-primary-nav] > .mobile-nav-categories.mobile-category-menu-v83,
  .header-actions[data-primary-nav] > .mobile-nav-categories.mobile-category-menu-v79{
    order:2!important;
    display:block!important;
    align-self:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:12px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    contain:layout paint!important;
    border:1px solid #e2e8f0!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .mobile-nav-categories.mobile-category-menu-v83 *,
  .mobile-nav-categories.mobile-category-menu-v79 *{box-sizing:border-box!important;max-width:100%!important}
  .mobile-category-panel{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}
  .mobile-category-all,.mobile-category-row,.mobile-subcategory-row,.mobile-category-view{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
  }
  .mobile-category-all span,.mobile-category-row span,.mobile-subcategory-row span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .header-actions[data-primary-nav] > .mobile-guest-pages-v107{
    order:3!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 0 12px!important;
    padding:12px!important;
    box-sizing:border-box!important;
    border:1px solid #e2e8f0!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .mobile-guest-pages-v107 .mobile-page-links-v107,.mobile-page-links,.mobile-quick-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .mobile-guest-pages-v107 .mobile-page-links-v107 a,.mobile-page-links a,.mobile-quick-links a{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:10px 12px!important;
    border-radius:15px!important;
    line-height:1.25!important;
    overflow:hidden!important;
  }
}


/* Source: assets/css/modules/hp-home.css */

/* V113 / Home mobile sliders
   Yeni eklenen hizmetler ve en iyi freelancerlar mobilde yatay slider, desktopta grid olarak kalır. */
.latest-service-section .mobile-home-service-slider{position:relative}
.latest-service-section .mobile-home-service-slider .service-slider-track{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(238px,1fr));
  grid-auto-flow:initial;
  grid-auto-columns:initial;
  gap:22px;
  overflow:visible;
  scroll-snap-type:none;
  padding:0;
}
.latest-service-section .mobile-home-service-slider .service-slide{min-width:0;scroll-snap-align:none}
.latest-service-section .mobile-home-service-slider .slider-btn,
.home-top-freelancers .top-freelancer-slider .slider-btn{display:none}
.home-top-freelancers .top-freelancer-slider{position:relative}
.home-top-freelancers .top-freelancer-grid.service-slider-track{
  display:grid;
  grid-auto-flow:initial;
  grid-auto-columns:initial;
  overflow:visible;
  scroll-snap-type:none;
  padding:0;
  scrollbar-width:none;
}
.home-top-freelancers .top-freelancer-grid.service-slider-track::-webkit-scrollbar,
.latest-service-section .mobile-home-service-slider .service-slider-track::-webkit-scrollbar{display:none}
@media(max-width:640px){
  .latest-service-section .mobile-home-service-slider,.home-top-freelancers .top-freelancer-slider{margin-left:-4px;margin-right:-4px}
  .latest-service-section .mobile-home-service-slider .service-slider-track{
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:minmax(264px,86%)!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 6px 12px!important;
  }
  .latest-service-section .mobile-home-service-slider .service-slide{scroll-snap-align:start!important;min-width:0!important}
  .latest-service-section .mobile-home-service-slider .service-card{height:100%!important}
  .home-top-freelancers .top-freelancer-grid.service-slider-track{
    display:grid!important;
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:minmax(270px,86%)!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:2px 6px 12px!important;
  }
  .home-top-freelancers .top-freelancer-grid.service-slider-track .top-freelancer-card{min-height:242px!important;scroll-snap-align:start!important}
  .latest-service-section .mobile-home-service-slider .slider-btn,
  .home-top-freelancers .top-freelancer-slider .slider-btn{
    display:grid!important;
    width:38px!important;
    height:38px!important;
    top:44%!important;
    font-size:25px!important;
    box-shadow:none!important;
  }
  .latest-service-section .mobile-home-service-slider .slider-btn.prev,.home-top-freelancers .top-freelancer-slider .slider-btn.prev{left:-2px!important}
  .latest-service-section .mobile-home-service-slider .slider-btn.next,.home-top-freelancers .top-freelancer-slider .slider-btn.next{right:-2px!important}
}
@media(max-width:420px){
  .latest-service-section .mobile-home-service-slider .service-slider-track,
  .home-top-freelancers .top-freelancer-grid.service-slider-track{grid-auto-columns:minmax(252px,88%)!important}
}


/* Source: assets/css/modules/hp-footer.css */

/* V113 / Footer cleanup */
.footer-brand.footer-brand-has-logo b{display:none!important}
@media(max-width:640px){
  .footer-top{padding-top:24px!important;padding-bottom:12px!important;gap:12px!important}
  .footer-info-block{display:none!important}
  .footer-brand-block p{margin-top:8px!important}
  .footer-links-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .footer-bottom{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
}


/* Source: assets/css/modules/hp-forms.css */

/* V113 / Forms and tables responsive safety */
.filter,.grid-form,.two,.three{min-width:0}
.form input,.form select,.form textarea,.filter input,.filter select,.filter textarea{max-width:100%;box-sizing:border-box}
.table-card{overflow:auto}
@media(max-width:720px){
  .filter,.grid-form{grid-template-columns:1fr!important}
  .table-card table{min-width:680px}
}


/* Source: assets/css/modules/hp-cookies.css */
/* V116 / Cookie consent panel */
.cookie-consent-root[hidden],.cookie-modal-backdrop[hidden]{display:none!important}
.cookie-consent-root{position:fixed;left:0;right:0;bottom:0;z-index:2200;padding:18px;pointer-events:none}
.cookie-banner{pointer-events:auto;max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid rgba(15,23,42,.12);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:none!important;backdrop-filter:blur(16px)}
.cookie-banner h2,.cookie-modal h2{margin:4px 0 6px;font-size:20px;letter-spacing:-.03em;color:#0f172a}.cookie-banner p,.cookie-modal p{margin:0;color:#64748b;line-height:1.6}.cookie-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:5px 9px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;letter-spacing:.02em}.cookie-policy-link{margin-top:8px}.cookie-policy-link a{color:var(--primary,#16a34a);font-weight:800;text-decoration:none}.cookie-banner-actions,.cookie-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;flex:0 0 auto}.cookie-modal-backdrop{position:fixed;inset:0;z-index:2300;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(3px)}.cookie-modal{width:min(720px,100%);max-height:min(88dvh,760px);overflow:auto;border-radius:28px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:none!important;padding:20px}.cookie-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.cookie-close{width:40px;height:40px;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}.cookie-options{display:grid;gap:10px;margin:16px 0}.cookie-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc}.cookie-option input{width:20px;height:20px;accent-color:var(--primary,#16a34a)}.cookie-option b{display:block;color:#0f172a;margin-bottom:4px}.cookie-option small{display:block;color:#64748b;line-height:1.45}.cookie-option em{font-style:normal;font-size:12px;font-weight:800;color:#047857;background:#dcfce7;border-radius:999px;padding:5px 8px}.cookie-option.locked{background:#f0fdf4}.cookie-modal-open{overflow:hidden}
.footer-cookie-link{border:0;background:transparent;color:var(--muted,#64748b);padding:0;margin:8px 0;text-align:left;font:inherit;cursor:pointer;display:block}.footer-cookie-link:hover{color:var(--primary,#16a34a)}
.cookie-admin-form textarea[spellcheck=false]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:13px}.settings-admin-note{grid-column:1/-1;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:16px;padding:12px 14px;line-height:1.55}
@media(max-width:720px){.cookie-consent-root{padding:10px}.cookie-banner{display:grid;border-radius:20px;padding:14px}.cookie-banner-actions{display:grid;grid-template-columns:1fr;width:100%}.cookie-banner-actions .btn,.cookie-modal-actions .btn{width:100%;justify-content:center}.cookie-modal{padding:14px;border-radius:22px}.cookie-modal-head{align-items:flex-start}.cookie-option{grid-template-columns:auto 1fr}.cookie-option em{grid-column:1/-1;width:max-content}.cookie-modal-actions{display:grid;grid-template-columns:1fr;width:100%}}


/* V130 hero video support */
.hero-banner-style2{position:relative;overflow:hidden}
.hero-banner-style2 .hero-banner-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}
.hero-banner-style2 .hero-banner-overlay{z-index:1}
.hero-banner-style2 .hero-banner-content{z-index:2}


/* V138 / Footer language popup */
.footer-language-popup-row{display:flex;justify-content:flex-end;padding:0 0 26px!important}
.footer-language-trigger{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;display:inline-flex;align-items:center;gap:10px;padding:9px 10px 9px 14px;cursor:pointer;box-shadow:none!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.footer-language-trigger:hover{transform:translateY(-1px);background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28)}
.footer-language-trigger-label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.62)}
.footer-language-trigger strong{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:#fff;white-space:nowrap}
.footer-language-trigger em{font-style:normal;font-size:12px;font-weight:900;color:#0f172a;background:#fff;border-radius:999px;padding:6px 10px}
.footer-language-modal-backdrop[hidden]{display:none!important}
.footer-language-modal-backdrop{position:fixed;inset:0;z-index:2350;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(15,23,42,.58);backdrop-filter:blur(4px)}
.footer-language-modal{width:min(470px,100%);border-radius:28px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:none!important;padding:18px;color:#0f172a;animation:footerLangPop .18s ease both}
.footer-language-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.footer-language-modal h2{margin:6px 0 4px;font-size:24px;letter-spacing:-.04em;color:#0f172a}
.footer-language-modal p{margin:0;color:#64748b;line-height:1.55;font-size:14px}
.footer-language-badge{display:inline-flex;width:max-content;border-radius:999px;padding:5px 9px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.footer-language-close{width:40px;height:40px;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:1;cursor:pointer;transition:.16s ease}
.footer-language-close:hover{background:#e2e8f0;transform:rotate(4deg)}
.footer-language-options{display:grid;gap:10px}
.footer-language-option{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;color:#0f172a;text-decoration:none;transition:.18s ease}
.footer-language-option:hover{transform:translateY(-1px);border-color:rgba(22,163,74,.35);background:#fff;box-shadow:none!important}
.footer-language-option.active{border-color:rgba(22,163,74,.44);background:linear-gradient(135deg,#ecfdf5,#f8fafc)}
.footer-language-flag{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#fff;border:1px solid #e2e8f0;font-size:20px}
.footer-language-option b{display:block;color:#0f172a;font-size:14px;margin-bottom:2px}
.footer-language-option small{display:block;color:#64748b;font-weight:800;font-size:12px}
.footer-language-option i{width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:var(--primary,#16a34a);color:#fff;font-style:normal;font-weight:900}
.footer-language-modal-open{overflow:hidden}
@keyframes footerLangPop{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:720px){.footer-language-popup-row{justify-content:flex-start;padding-bottom:18px!important}.footer-language-trigger{width:100%;justify-content:space-between;border-radius:18px}.footer-language-modal-backdrop{align-items:flex-end;padding:10px}.footer-language-modal{border-radius:24px 24px 18px 18px;padding:14px}.footer-language-modal h2{font-size:21px}.footer-language-option{border-radius:16px;padding:11px}}

/* V143: footer combined preferences popup (language + currency) */
.footer-preferences-row,
.footer-language-switcher.footer-preferences-row{
  justify-content:flex-end!important;
  color:var(--muted,#64748b)!important;
}
.footer-preferences-trigger,
.footer-language-trigger.footer-preferences-trigger{
  border:1px solid var(--line,#e5e7eb)!important;
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  color:var(--text,#0f172a)!important;
  box-shadow:none!important;
}
.footer-preferences-trigger:hover,
.footer-language-trigger.footer-preferences-trigger:hover{
  background:#fff!important;
  border-color:rgba(22,163,74,.35)!important;
  box-shadow:none!important;
}
.footer-preferences-trigger .footer-language-trigger-label{
  color:var(--muted,#64748b)!important;
}
.footer-preferences-trigger strong,
.footer-language-trigger.footer-preferences-trigger strong{
  color:var(--text,#0f172a)!important;
  gap:7px!important;
}
.footer-preferences-trigger strong small{
  color:#94a3b8;
  font-weight:1000;
}
.footer-preferences-trigger em,
.footer-language-trigger.footer-preferences-trigger em{
  background:var(--primary,#16a34a)!important;
  color:#fff!important;
}
.footer-preferences-modal{width:min(560px,100%)!important}
.footer-preference-section{display:grid;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;margin-top:12px}
.footer-preference-section:first-of-type{margin-top:0}
.footer-preference-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:2px 2px 0}
.footer-preference-section-head b{display:block;color:#0f172a;font-size:15px;font-weight:1000;letter-spacing:-.01em}
.footer-preference-section-head small{display:block;color:#64748b;font-size:12px;font-weight:800;text-align:right;line-height:1.35;max-width:260px}
.footer-preference-options{gap:8px!important}
.footer-preference-option{box-shadow:none!important}
@media(max-width:720px){
  .footer-preferences-row{justify-content:flex-start!important}
  .footer-preference-section{padding:10px;border-radius:18px}
  .footer-preference-section-head{display:grid;align-items:start}
  .footer-preference-section-head small{text-align:left;max-width:none}
}


/* V150 - Logged-in home welcome band contrast polish */
.member-quick-band{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:18px 0 16px;
  background:radial-gradient(circle at 8% 10%, color-mix(in srgb,var(--primary,#16a34a) 32%,transparent), transparent 34%), linear-gradient(135deg,#0f172a,#1e293b);
  background-size:cover!important;
  background-position:center!important;
}
.member-quick-band:before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(90deg,rgba(15,23,42,.86),rgba(15,23,42,.62),rgba(15,23,42,.34));
  pointer-events:none;
}
.member-quick-inner{
  position:relative;
  z-index:2;
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  text-align:left;
}
.member-quick-copy{
  position:relative;
  z-index:2;
  display:grid;
  justify-items:start;
  gap:8px;
  max-width:690px;
}
.member-quick-copy .eyebrow{
  margin:0;
  padding:6px 10px;
  font-size:12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  font-weight:1000;
  backdrop-filter:blur(10px);
}
.member-quick-copy h1{
  margin:0;
  font-size:clamp(24px,3vw,38px);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#fff;
  text-shadow:0 10px 32px rgba(0,0,0,.24);
}
.member-quick-copy p{
  margin:0;
  max-width:610px;
  color:rgba(255,255,255,.86);
  font-weight:760;
  line-height:1.48;
  font-size:14px;
}
.member-quick-actions{
  position:relative;
  z-index:2;
  margin-top:0!important;
  justify-content:flex-end;
  gap:10px;
  flex:0 0 auto;
}
.member-quick-actions .btn.big{
  padding:12px 17px;
  border-radius:16px;
  min-height:46px;
  box-shadow:none!important;
}
@media(max-width:760px){
  .member-quick-band{padding:14px 0 12px}
  .member-quick-inner{min-height:0;display:grid;gap:14px;padding:10px 0}
  .member-quick-actions{display:grid!important;grid-template-columns:1fr;overflow:visible!important;justify-content:stretch;width:100%}
  .member-quick-actions .btn{width:100%;justify-content:center}
}


/* V151 - Web chat, category search/title and member hero polish */
.member-quick-band:before{z-index:0!important;}
.member-quick-copy,.member-quick-actions{position:relative!important;z-index:2!important;}
.member-quick-copy .eyebrow,.member-quick-copy h1,.member-quick-copy p{color:#fff!important;}
.member-quick-copy p{color:rgba(255,255,255,.88)!important;}
.member-quick-actions .btn.ghost{background:rgba(255,255,255,.14)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;backdrop-filter:blur(10px)}

.direct-order-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 14px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;color:#475569;font-weight:850}
.direct-order-links b{color:#0f172a;margin-right:2px}.direct-order-links .chip{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:var(--primary,#16a34a);font-weight:1000;text-decoration:none}.direct-order-links .chip:hover{background:color-mix(in srgb,var(--primary,#16a34a) 9%,#fff)}
.messenger-list-note{margin:-2px 0 12px;color:#64748b;font-size:12px;font-weight:800;line-height:1.45}.person-thread .thread-text small{display:block;line-height:1.35}.direct-person-head{border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:14px}.direct-person-head p{margin-top:4px!important;color:#64748b!important;font-weight:850!important}

.category-title-section{position:relative;overflow:hidden;padding:34px 0 22px;background:radial-gradient(circle at 8% 0,color-mix(in srgb,var(--primary,#16a34a) 14%,transparent),transparent 34%),linear-gradient(180deg,#fff,#f8fafc)}
.category-title-section:after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:#e2e8f0}.category-title-section .container{position:relative;z-index:1}.category-title-section .category-title-block{max-width:980px;margin:0}.category-title-block .eyebrow{margin-bottom:10px}.category-title-block .breadcrumb{display:inline-flex;width:max-content;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,var(--primary,#16a34a) 10%,#fff);border:1px solid color-mix(in srgb,var(--primary,#16a34a) 18%,#e2e8f0);color:var(--primary,#16a34a);font-weight:1000;font-size:12px}.category-title-section .category-title-block h1{font-size:clamp(30px,4vw,48px);line-height:1.06;letter-spacing:-.05em;margin:0 0 10px;color:#0f172a}.category-title-section .category-title-block p{max-width:820px;color:#64748b;font-size:16px;line-height:1.7;font-weight:760;margin:0}.category-landing{padding-top:24px!important}.subcategory-services .service-filter-shell{margin:0 0 22px}.subcategory-services .service-filter-panel.category-filter{position:relative;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:none!important;padding:14px}.subcategory-services .service-filter-panel.category-filter:before{content:'Kategori içinde ara';position:absolute;top:-13px;left:18px;padding:4px 10px;border-radius:999px;background:#0f172a;color:#fff;font-size:11px;font-weight:1000;letter-spacing:.02em}.services-listing-v12 .service-filter-shell{margin-top:6px}.service-filter-panel input[name="q"]{font-weight:850}

.theme-control-form-v149 .theme-settings-fields label{transition:.18s border-color,.18s box-shadow,.18s transform}.theme-control-form-v149 .theme-settings-fields label:hover{border-color:color-mix(in srgb,var(--primary,#16a34a) 24%,#e2e8f0);box-shadow:none!important;transform:translateY(-1px)}.theme-control-form-v149 .theme-settings-head>span{background:color-mix(in srgb,var(--primary,#16a34a) 12%,#eef2ff);color:var(--primary,#16a34a)}.theme-control-form-v149 .theme-save-bar{border-color:color-mix(in srgb,var(--primary,#16a34a) 18%,rgba(15,23,42,.08))}.theme-control-form-v149 .theme-save-bar .btn{box-shadow:none!important}
@media(max-width:760px){.category-title-section{padding:24px 0 18px}.category-title-section .category-title-block h1{font-size:29px}.category-title-section .category-title-block p{font-size:14px}.direct-order-links{display:grid;grid-template-columns:1fr 1fr}.direct-order-links b{grid-column:1/-1}}

/* v155 chat actions, login-as banner and messenger polish */
.impersonation-banner{position:sticky;top:0;z-index:10050;background:linear-gradient(90deg,#111827,#1f2937);color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.impersonation-inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:800}
.impersonation-inner span{line-height:1.4}.impersonation-inner .btn{background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important}
.messenger-page-grid{grid-template-columns:360px minmax(0,1fr)}
.messenger-list.card,.messenger-main.card{border-radius:28px;border:1px solid #e2e8f0;box-shadow:none!important}
.messenger-list.card{background:linear-gradient(180deg,#fff,#f8fafc)}
.messenger-main.card{overflow:hidden;background:#fff;padding:0!important}
.messenger-main .direct-person-head,.messenger-main .messenger-head{padding:20px 22px;margin:0;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#fff)}
.direct-person-head.upgraded{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center}.direct-person-head.upgraded .avatar{width:54px;height:54px}
.messenger-head-copy{min-width:0}.messenger-head-copy .eyebrow{display:inline-flex;margin-bottom:3px;padding:4px 9px;border-radius:999px;background:#ecfdf5;color:var(--primary,#16a34a);font-size:11px;font-weight:1000;letter-spacing:.02em}
.messenger-head-copy h2{font-size:24px;letter-spacing:-.03em}.messenger-head-copy p{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.messenger-head-actions{display:flex;align-items:center;gap:8px}.chat-actions-menu{position:relative;z-index:20}.chat-actions-menu summary{list-style:none;width:40px;height:40px;display:grid;place-items:center;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;font-weight:1000;cursor:pointer;box-shadow:none!important}.chat-actions-menu summary::-webkit-details-marker{display:none}
.chat-actions-panel{position:absolute;right:0;top:46px;width:190px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:none!important;padding:8px;display:grid;gap:4px}.chat-actions-panel a,.chat-actions-panel button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#0f172a;padding:10px 12px;border-radius:12px;font:inherit;font-weight:850;text-decoration:none;box-shadow:none!important}.chat-actions-panel a:hover,.chat-actions-panel button:hover{background:#f8fafc;transform:none}.chat-actions-panel .danger{color:#dc2626}.chat-actions-panel .danger:hover{background:#fef2f2}
.chat-block-alert{margin:14px 22px 0}.messenger-main .direct-order-links{margin:14px 22px 0}.messenger-main .messenger-chat{margin:14px 22px 0;min-height:420px;max-height:64vh;border-radius:24px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-color:#e2e8f0}.messenger-compose.upgraded-compose{margin:14px 22px 22px;padding:10px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto}.messenger-compose-disabled{margin:14px 22px 22px;padding:14px 16px;border-radius:18px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-weight:900}.msg,.live-bubble{box-shadow:none!important}
.live-box-head.upgraded{grid-template-columns:34px minmax(0,1fr) 34px 28px 28px}.live-box-head .chat-actions-menu summary{width:30px;height:30px;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none!important}.live-box-head .chat-actions-panel{top:36px;right:-34px}.live-box-note.warning{background:#fff7ed;color:#9a3412;border-bottom:1px solid #fed7aa;font-weight:800}
@media(max-width:900px){.messenger-page-grid{grid-template-columns:1fr}.direct-person-head.upgraded{grid-template-columns:48px minmax(0,1fr) auto}.messenger-main .direct-person-head,.messenger-main .messenger-head{padding:16px}.messenger-main .messenger-chat,.messenger-main .direct-order-links,.chat-block-alert,.messenger-compose.upgraded-compose,.messenger-compose-disabled{margin-left:16px;margin-right:16px}.chat-actions-panel{right:0}}

/* v157 chat archive + composer polish */
.messenger-list-title-row,.messenger-archive-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 6px}.messenger-list-title-row h3,.messenger-archive-head h3{margin:0}.messenger-list-title-row>span,.messenger-archive-head>span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-weight:900;font-size:12px}.messenger-archive-head{border-top:1px dashed #d8e0ea;padding-top:16px;margin-top:18px}.archive-thread-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;opacity:.9;background:#f8fafc;border-style:dashed}.archive-thread-row .archive-thread-main{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none;color:inherit}.archive-thread-row form{margin:0}.archive-restore-btn{border:0;border-radius:999px;background:#e0f2fe;color:#075985;font-weight:900;padding:8px 11px;cursor:pointer;white-space:nowrap;box-shadow:none!important}.archive-restore-btn:hover{background:#bae6fd;transform:none}.live-box-compose{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px;align-items:center;padding:12px;background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid #e2e8f0}.live-box-compose .file-mini{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f1f5f9;color:#334155;font-size:18px;cursor:pointer;box-shadow:none!important}.live-box-compose input[type="text"],.live-box-compose input[name="message"]{width:100%;min-width:0;height:42px;border:1px solid #e2e8f0!important;border-radius:14px!important;background:#fff!important;padding:0 14px!important;box-shadow:none!important}.live-box-compose button[type="submit"]{height:42px;margin:0!important;border-radius:14px!important;padding:0 15px!important;background:var(--primary,#2f3740)!important;color:#fff!important;font-weight:900}.live-box-compose:focus-within{box-shadow:none!important}@media(max-width:520px){.archive-thread-row{grid-template-columns:1fr}.archive-restore-btn{width:100%}.live-box-compose{grid-template-columns:auto minmax(0,1fr)!important}.live-box-compose button[type="submit"]{grid-column:1 / -1;width:100%}}

/* v158: Daha düz, gölgesiz web görünümü */
:root{--shadow:none!important}
.card,.hero-card,.install-card,.category-card,.service-card,.stat,.table-card,.list-item,.seller-box,.pkg-choice,.extra-check,.filter,.detail-cover,.chat-box,.msg,.live-box,.live-box-compose,.member-quick-band,.member-welcome-panel,.profile-card,.profile-side-card,.category-title-block,.report-card,.metric-card,.admin-card,.cookie-banner,.cookie-modal,.btn,button{box-shadow:none!important}
.service-card:hover,.category-card:hover{transform:none!important}
.detail-grid .card,.service-detail-card,.seller-profile-card,.service-extras-card{box-shadow:none!important;border:1px solid var(--line,#e5e7eb)!important}
.live-box-compose:focus-within{box-shadow:none!important}
@media(max-width:768px){.card,.service-card,.category-card,.stat,.table-card,.list-item,.seller-box,.pkg-choice,.extra-check,.filter,.chat-box,.msg,.live-box,.live-box-compose{box-shadow:none!important}}
body *,body *::before,body *::after{box-shadow:none!important}

/* V288 - Mobile category/subcategory hero title hide */
@media (max-width: 768px){
  .category-title-section,
  .subcategory-title-section,
  .category-title-section-v178,
  .category-title-section-v180,
  .category-title-section-v181{
    display:none!important;
  }
}

/* V294 - Member quick band spacing and mobile completed jobs hide */
.member-quick-band{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  padding:145px 0 26px!important;
  background-size:cover!important;
  background-position:center!important;
}
@media (max-width:760px){
  .member-quick-band{
    padding:70px 0 12px!important;
  }
  .completed-jobs-section{
    display:none!important;
  }
}

/* v1.0.47: Web popup login/register modal */
body.auth-popup-open{overflow:hidden}
.auth-popup-backdrop{position:fixed;inset:0;z-index:9998;background:rgba(15,23,42,.58);backdrop-filter:blur(12px);display:none;align-items:center;justify-content:center;padding:22px}
.auth-popup-backdrop.active{display:flex}
.auth-popup-panel{width:min(920px,100%);max-height:calc(100vh - 34px);overflow:hidden;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:30px;display:grid;grid-template-columns:minmax(260px,.82fr) minmax(320px,1fr);position:relative;color:#0f172a}
.auth-popup-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:0;border-radius:14px;background:rgba(15,23,42,.08);color:#0f172a;font-size:24px;line-height:1;cursor:pointer;z-index:2}
.auth-popup-close:hover{background:rgba(15,23,42,.13)}
.auth-popup-brand{background:linear-gradient(145deg,var(--primary,#2563eb),var(--accent,#0ea5e9));color:#fff;padding:34px;display:flex;flex-direction:column;gap:18px;min-height:520px;position:relative;overflow:hidden}
.auth-popup-brand:after{content:"";position:absolute;right:-90px;bottom:-90px;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.13)}
.auth-popup-logo{width:78px;height:78px;border-radius:24px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.26);display:grid;place-items:center;overflow:hidden;position:relative;z-index:1}
.auth-popup-logo img{max-width:72%;max-height:72%;object-fit:contain;display:block}.auth-popup-logo span{font-size:32px;font-weight:900}
.auth-popup-brand>span{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;opacity:.86;position:relative;z-index:1}.auth-popup-brand h2{font-size:34px;line-height:1.08;margin:0;position:relative;z-index:1}.auth-popup-brand p{font-size:15px;line-height:1.7;margin:0;opacity:.92;position:relative;z-index:1}.auth-popup-points{margin-top:auto;display:grid;gap:10px;position:relative;z-index:1}.auth-popup-points b{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:11px 13px;font-size:13px}
.auth-popup-content{padding:30px;overflow:auto;max-height:calc(100vh - 34px)}.auth-popup-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;padding:6px;margin:0 0 20px}.auth-popup-tabs button{border:0;border-radius:13px;background:transparent;color:#475569;font-weight:800;padding:12px 8px;cursor:pointer}.auth-popup-tabs button.active{background:#fff;color:#0f172a}
.auth-popup-pane{display:none}.auth-popup-pane.active{display:block}.auth-popup-form{display:grid;gap:13px}.auth-popup-form h3{font-size:25px;margin:2px 0 0}.auth-popup-form p{margin:0 0 4px;color:#64748b;line-height:1.55}.auth-popup-form label{display:grid;gap:7px;font-weight:750;color:#334155}.auth-popup-form input{width:100%;border:1px solid #dbe3ef;border-radius:15px;padding:13px 14px;font:inherit;background:#fff;color:#0f172a}.auth-popup-form input:focus{outline:2px solid rgba(37,99,235,.18);border-color:var(--primary,#2563eb)}.auth-popup-form .btn{margin-top:4px}.auth-popup-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:13px}.auth-popup-links a{color:var(--primary,#2563eb);font-weight:800;text-decoration:none}.auth-popup-content .social-login-box{margin-top:6px}.auth-popup-content .social-login-actions{display:grid;gap:9px}.auth-popup-content .social-login-btn{border-radius:14px}
@media(max-width:820px){.auth-popup-backdrop{align-items:flex-end;padding:10px}.auth-popup-panel{grid-template-columns:1fr;border-radius:26px 26px 16px 16px;max-height:92vh}.auth-popup-brand{min-height:auto;padding:24px 22px}.auth-popup-brand h2{font-size:25px}.auth-popup-brand p,.auth-popup-points{display:none}.auth-popup-logo{width:58px;height:58px;border-radius:18px}.auth-popup-content{padding:18px;max-height:66vh}.auth-popup-tabs{border-radius:16px}.auth-popup-form h3{font-size:22px}}
