
/* ===== app.css ===== */
:root{--blue:#0b63f6;--navy:#102447;--orange:#ff6b00;--text:#17233c;--muted:#65728a;--line:#e4e9f1;--bg:#f6f8fc;--white:#fff;--green:#18a66a;--red:#d94343;--shadow:0 16px 48px rgba(20,44,82,.10);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.narrow{max-width:850px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;font-size:23px;font-weight:650;letter-spacing:-1px;color:var(--navy)}.logo span{display:grid;place-items:center;width:38px;height:38px;margin-right:9px;border-radius:12px;background:linear-gradient(135deg,var(--orange),#ff9448);color:#fff;font-weight:900}.logo strong{color:var(--blue)}.logo.light{color:#fff}.desktop-nav{display:flex;align-items:center;gap:28px;font-weight:650}.desktop-nav a:hover{color:var(--blue)}.nav-btn{padding:10px 17px;border-radius:10px;background:var(--blue);color:#fff!important}.menu-toggle{display:none;border:0;background:transparent;font-size:24px}.mobile-nav{display:none}.hero{padding:76px 0 88px;background:radial-gradient(circle at 80% 20%,#dcecff 0,transparent 34%),linear-gradient(135deg,#f8fbff,#fff 60%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:1.8px;margin-bottom:10px}.hero h1,.page-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.05;letter-spacing:-3px;margin:7px 0 22px;color:var(--navy)}.hero h1 em{font-style:normal;color:var(--blue)}.hero p{font-size:18px;color:var(--muted);max-width:680px}.hero-search{display:flex;align-items:center;background:#fff;padding:8px 8px 8px 18px;border-radius:16px;box-shadow:var(--shadow);margin:30px 0 22px;max-width:650px;border:1px solid #e1e9f4}.hero-search span{font-size:26px;color:var(--blue)}.hero-search input{flex:1;border:0;outline:0;padding:14px}.hero-search button,.btn{border:0;border-radius:11px;padding:13px 19px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.btn.orange{background:var(--orange)}.btn.outline{background:#fff;color:var(--blue);border:1px solid #bcd2f7}.btn.warning{background:#e99900}.btn.danger{background:var(--red)}.btn.small{padding:9px 13px;font-size:13px}.btn.full{width:100%}.trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#40516d;font-size:14px;font-weight:700}.hero-card{background:#fff;border-radius:26px;box-shadow:0 24px 80px rgba(11,99,246,.17);padding:22px;transform:rotate(1.4deg)}.hero-card-top{display:flex;align-items:center;gap:9px;padding-bottom:16px;border-bottom:1px solid var(--line)}.status-dot{width:10px;height:10px;border-radius:50%;background:#24bf78;box-shadow:0 0 0 5px #dff8ed}.mock-request{padding:18px}.mock-request>small,.price-box small{font-weight:900;color:var(--blue);letter-spacing:1.4px}.mock-request h3{font-size:27px;margin:4px 0}.mock-request>p{margin:0 0 15px;font-size:14px}.quote-stack{display:grid;gap:10px}.quote-stack>div{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:13px}.quote-stack>div>span,.avatar{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#e8f1ff;color:var(--blue);font-weight:900}.quote-stack p{margin:0;display:flex;flex:1;flex-direction:column;font-size:13px}.quote-stack small{color:var(--muted)}.section{padding:76px 0}.section.alt{background:var(--bg)}.section-head,.dash-head,.panel-head,.admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{font-size:36px;line-height:1.15;letter-spacing:-1.5px;color:var(--navy);margin:4px 0}.section-head>a,.panel-head>a{color:var(--blue);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.category-card{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bad1f7}.category-card .category-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#eef4ff;color:var(--blue);font-weight:900}.category-card div{display:flex;flex-direction:column;flex:1}.category-card small{color:var(--muted)}.category-card i{font-style:normal;color:var(--blue)}.center-head{text-align:center;max-width:680px;margin:0 auto 40px}.center-head p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.steps article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px}.steps article>span{display:grid;place-items:center;width:45px;height:45px;background:var(--blue);color:#fff;border-radius:14px;font-weight:900}.steps h3{font-size:21px;margin:20px 0 7px}.steps p{color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.service-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-cover{height:145px;display:grid;place-items:center;background:linear-gradient(135deg,#dfeeff,#f0f6ff)}.service-cover span{font-size:42px;font-weight:950;color:var(--blue);opacity:.8}.service-body{padding:20px}.service-body small{color:var(--blue);font-weight:800}.service-body h3{margin:4px 0;font-size:19px}.service-body p{font-size:14px;color:var(--muted);min-height:45px}.service-body b{color:var(--blue);font-size:14px}.provider-cta{padding:80px 0;background:linear-gradient(135deg,#0c2347,#0c56b8);color:#fff}.provider-cta-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.provider-cta h2{color:#fff;font-size:43px}.provider-cta p{color:#d8e5f9;font-size:17px}.provider-cta ul{padding-left:20px;margin:26px 0}.provider-cta li{margin:8px 0}.light-text{color:#80b8ff}.provider-stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.provider-stats div{padding:25px;border:1px solid #ffffff25;border-radius:18px;background:#ffffff0d;display:flex;flex-direction:column}.provider-stats strong{font-size:27px}.provider-stats span{color:#c8dbf5}.site-footer{background:#08162d;color:#b8c5d8;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-grid div{display:flex;flex-direction:column;gap:8px}.footer-grid h4{color:#fff;margin:0 0 10px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding:20px 0;margin-top:40px;font-size:13px}.page-hero{padding:65px 0;background:linear-gradient(135deg,#f0f6ff,#fff)}.page-hero.compact{padding:48px 0}.page-hero h1{font-size:47px;margin-bottom:14px}.page-hero p{font-size:17px;color:var(--muted);max-width:700px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:25px}.service-hero-grid{display:grid;grid-template-columns:1fr 360px;gap:70px;align-items:center}.quick-card,.sticky-card,.panel,.form-card,.price-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 8px 30px rgba(24,50,90,.06)}.quick-card h3{font-size:24px;margin:0}.quick-card p{font-size:14px}.quick-card small{display:block;text-align:center;margin-top:10px;color:var(--muted)}.content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px}.sticky-card{position:sticky;top:100px;height:max-content}.sticky-card select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px}.district-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:15px;max-height:400px;overflow:auto}.district-links a{font-size:13px;color:var(--blue)}.provider-list{display:grid;gap:14px}.provider-row{display:flex;align-items:flex-start;gap:17px;border:1px solid var(--line);border-radius:var(--radius);padding:21px}.provider-info{flex:1}.provider-info h3{margin:0;font-size:20px}.provider-info p{margin:3px 0;color:#52627c}.provider-info>span{font-size:14px;color:var(--muted)}.verified{display:inline-flex;background:#e4f8ef;color:#168459;border-radius:20px;padding:3px 8px;font-size:11px}.verified.large{padding:8px 13px;font-size:13px}.empty{text-align:center;padding:50px 25px}.seo-content{margin-top:35px;border-top:1px solid var(--line);padding-top:25px}.seo-content p{color:#53617a}.factor-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.factor-list div{border:1px solid var(--line);padding:18px;border-radius:14px}.factor-list h3{margin:0}.factor-list p{margin-bottom:0}.price-box{text-align:center;padding:42px;background:linear-gradient(135deg,#fff,#f3f7ff)}.price-box strong{display:block;font-size:45px;color:var(--navy);letter-spacing:-2px;margin:8px}.profile-head{display:flex;align-items:center;gap:20px}.profile-head>div:nth-child(2){flex:1}.avatar.xl{width:80px;height:80px;flex-basis:80px;font-size:23px}.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile-facts div{padding:20px;background:var(--bg);border-radius:14px;display:flex;flex-direction:column}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list a,.tag-list span{padding:7px 12px;background:#eaf2ff;color:var(--blue);border-radius:20px;font-size:13px;font-weight:700}.review{padding:20px 0;border-bottom:1px solid var(--line)}.review small{display:block;color:var(--muted)}.not-found{text-align:center;padding:120px 0}.not-found strong{font-size:100px;color:#d9e7fb}.auth-section{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:65px 20px;background:var(--bg)}.auth-card{width:min(950px,100%);display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:25px;box-shadow:var(--shadow);overflow:hidden}.auth-copy{padding:55px;background:linear-gradient(145deg,#0d2b58,#0b63f6);color:#fff}.auth-copy h1{font-size:40px;line-height:1.1}.auth-copy p{color:#dbe9ff}.auth-copy li{margin:10px 0}.form-card{display:grid;gap:16px;padding:40px;box-shadow:none}.form-card.wide{box-shadow:var(--shadow)}label{font-weight:750;font-size:14px}input,select,textarea{width:100%;border:1px solid #d8e0ec;border-radius:10px;padding:12px 13px;margin-top:6px;background:#fff;color:var(--text);outline:0}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0b63f616}.password-wrap{position:relative}.password-wrap button{position:absolute;right:8px;top:12px;border:0;background:transparent;color:var(--blue);font-weight:700}.form-switch{text-align:center;color:var(--muted)}.form-switch a{color:var(--blue);font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}fieldset{border:1px solid var(--line);border-radius:12px;padding:16px}legend{font-weight:900}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.check-grid h4{grid-column:1/-1;margin:14px 0 4px;color:var(--blue)}label.check{display:flex;align-items:center;gap:8px;font-weight:600}.check input{width:auto;margin:0}.application-status{padding:15px 20px;border-radius:12px;background:#eef4ff;color:#275281;margin-bottom:20px}.application-status.approved{background:#e7f8ef;color:#13734a}.application-status.rejected,.application-status.suspended{background:#fff0f0;color:#9a3030}.dashboard{min-height:70vh;background:var(--bg);padding:45px 0 70px}.dashboard-grid{display:grid;grid-template-columns:240px 1fr;gap:28px}.dash-nav{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;height:max-content;display:flex;flex-direction:column;gap:5px}.dash-nav h3{padding:0 10px}.dash-nav a,.dash-nav button{display:block;padding:10px;border:0;background:transparent;border-radius:8px;text-align:left;color:#53617a;cursor:pointer}.dash-nav a.active,.dash-nav a:hover{background:#eaf2ff;color:var(--blue);font-weight:750}.dash-main{min-width:0}.dash-head{align-items:center}.dash-head h1,.admin-heading h1{margin:2px 0;font-size:32px}.dash-head p{margin:0;color:var(--muted)}.stat-grid,.admin-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:22px}.stat-grid.four{grid-template-columns:repeat(4,1fr)}.stat-grid>div,.admin-stat-grid>div{padding:20px;background:#fff;border:1px solid var(--line);border-radius:15px;display:flex;flex-direction:column}.stat-grid span,.admin-stat-grid span{color:var(--muted);font-size:13px}.stat-grid strong,.admin-stat-grid strong{font-size:28px;color:var(--navy)}.panel{margin-bottom:20px}.panel h2{margin-top:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:13px 12px;text-align:left;border-bottom:1px solid var(--line);font-size:13px}th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.5px}td small{display:block;color:var(--muted)}.status{display:inline-flex;padding:4px 9px;border-radius:20px;background:#eef1f5;color:#546176;font-size:11px;font-weight:850}.status.active,.status.approved,.status.published,.status.completed,.status.accepted,.status.paid{background:#e3f8ed;color:#13794c}.status.pending,.status.matching,.status.quoted,.status.revision,.status.in_progress,.status.sent,.status.viewed{background:#fff3d8;color:#946400}.status.rejected,.status.suspended,.status.cancelled,.status.failed,.status.banned{background:#ffe7e7;color:#a42b2b}.quote-grid,.lead-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.quote-card,.lead-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.quote-card.selected{border:2px solid var(--green)}.quote-head{display:flex;align-items:center;gap:12px}.quote-head>div:nth-child(2){flex:1}.quote-head h3{margin:0}.quote-head p{margin:0;color:var(--muted)}.quote-head>strong{font-size:22px}.quote-meta,.lead-meta{display:flex;gap:20px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:15px 0}.quote-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.accepted-label{color:var(--green);font-weight:900}.lead-top{display:flex;justify-content:space-between}.lead-card h2{margin:15px 0 0}.location{color:var(--blue)!important;font-weight:750}.lead-meta span{display:flex;flex-direction:column;color:var(--muted);font-size:12px}.lead-meta b{color:var(--text);font-size:14px}.request-summary{margin-top:20px}.alert{padding:13px 17px;border-radius:11px;margin-top:15px}.alert.success{background:#e8f8f0;color:#147248}.alert.error{background:#ffeded;color:#9b2f2f}
.admin-body{background:#f2f5fa}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:245px;background:#0b1d3b;color:#b9c8de;padding:22px 16px;overflow:auto;z-index:80}.admin-sidebar>small{display:block;margin:24px 10px 8px;color:#647895;font-size:10px;letter-spacing:1px}.admin-sidebar nav{display:flex;flex-direction:column}.admin-sidebar nav b{font-size:10px;color:#647895;letter-spacing:1px;padding:18px 10px 5px}.admin-sidebar nav a{padding:9px 11px;border-radius:8px;font-size:13px}.admin-sidebar nav a:hover{background:#ffffff12;color:#fff}.admin-shell{margin-left:245px}.admin-top{height:66px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 25px;position:sticky;top:0;z-index:40}.admin-top>div{display:flex;gap:18px;align-items:center}.admin-top a{color:var(--blue);font-size:13px}.admin-menu{display:none}.admin-main{padding:30px;max-width:1500px;margin:auto}.admin-stat-grid{grid-template-columns:repeat(6,1fr)}.admin-cards{display:grid;gap:14px}.admin-provider{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.admin-provider-head{display:flex;align-items:center;gap:13px}.admin-provider-head>div:nth-child(2){flex:1}.admin-provider-head h3,.admin-provider-head p{margin:0}.admin-note{background:#fff6dd;padding:10px;border-radius:8px;margin:10px 0}.meta-line{font-size:13px;color:var(--muted)}.moderation-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--line);padding-top:15px;margin-top:15px}.moderation-actions form{display:flex;gap:6px}.moderation-actions input{margin:0}.link-button{border:0;background:transparent;color:var(--blue);font-weight:800;cursor:pointer}.modal{display:none;position:fixed;inset:0;background:#07132999;z-index:100;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{width:min(520px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:25px;position:relative}.modal-card.large{width:min(800px,100%)}.modal-close{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:28px}.modal-card form{display:grid;gap:12px}.settings-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.settings-form button{width:max-content}.admin-heading{align-items:center}
@media(max-width:1000px){.service-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:1fr 1fr}.admin-stat-grid{grid-template-columns:repeat(3,1fr)}.moderation-actions{grid-template-columns:1fr}.admin-sidebar{transform:translateX(-100%);transition:.2s}.admin-sidebar.open{transform:none}.admin-shell{margin-left:0}.admin-menu{display:block;position:absolute;left:20px;border:0;background:transparent;font-size:24px}.provider-cta-grid,.hero-grid{gap:35px}}
@media(max-width:760px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav.open{display:flex;flex-direction:column;padding:12px 20px;border-top:1px solid var(--line)}.mobile-nav a{padding:9px}.hero{padding:45px 0}.hero-grid,.provider-cta-grid,.service-hero-grid,.content-sidebar,.dashboard-grid,.auth-card{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:39px;letter-spacing:-2px}.hero-card{transform:none}.section{padding:50px 0}.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{font-size:29px}.category-grid,.steps,.service-grid,.provider-stats,.quote-grid,.lead-grid{grid-template-columns:1fr 1fr}.service-hero-grid{gap:25px}.sticky-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.stat-grid,.stat-grid.four{grid-template-columns:1fr 1fr}.profile-head{align-items:flex-start;flex-wrap:wrap}.factor-list{grid-template-columns:1fr}.admin-main{padding:18px}.admin-stat-grid{grid-template-columns:1fr 1fr}.settings-form{grid-template-columns:1fr}.dash-head{align-items:flex-start;flex-direction:column}.check-grid{grid-template-columns:1fr}.check-grid h4{grid-column:auto}}
@media(max-width:520px){.container{width:min(100% - 24px,1180px)}.category-grid,.steps,.service-grid,.provider-stats,.quote-grid,.lead-grid{grid-template-columns:1fr}.hero-search{display:grid;grid-template-columns:auto 1fr}.hero-search button{grid-column:1/-1;width:100%}.trust-row{gap:8px}.category-card{padding:14px}.footer-grid{grid-template-columns:1fr}.stat-grid,.stat-grid.four,.admin-stat-grid{grid-template-columns:1fr 1fr}.provider-row{flex-wrap:wrap}.provider-row .btn{width:100%}.form-card,.auth-copy{padding:25px}.quote-actions{align-items:stretch;flex-direction:column}.quote-actions form,.quote-actions .btn{width:100%}.profile-facts{grid-template-columns:1fr}.admin-heading{align-items:flex-start;flex-direction:column}}

/* ===== v11.css ===== */
.verify-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  margin-bottom: 20px;
  border: 1px solid #bad1f7;
  border-radius: 14px;
  background: #eef5ff;
}
.verify-banner p { margin: 3px 0 0; color: var(--muted); }
.verify-banner form { flex: 0 0 auto; }
.password-card { width: min(520px, 100%); }
.forgot-link { text-align: right; margin-top: -7px; }
.forgot-link a { color: var(--blue); font-weight: 750; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 850; color: var(--navy); }
.faq-list p { margin: 10px 0 0; }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.inline-actions form { margin: 0; }
.warning-text { color: #a56a00; }
.danger-text { color: var(--red); }
.row-action { display: grid; grid-template-columns: 150px minmax(170px, 1fr) auto; align-items: center; gap: 7px; min-width: 470px; }
.row-action input, .row-action select { margin: 0; }
.row-action .btn { white-space: nowrap; }
@media (max-width: 760px) {
  .verify-banner { align-items: stretch; flex-direction: column; }
  .verify-banner .btn { width: 100%; }
}

/* ===== v12.css ===== */
.service-detail{background:#fff;padding:46px 0 80px}.service-detail-inner{max-width:1080px}.service-detail .breadcrumbs{display:flex;align-items:center;gap:9px;padding-bottom:20px;border-bottom:1px solid var(--line)}.service-detail .breadcrumbs span{color:#a4afbf}.service-link-chips{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:18px 0 28px;color:var(--muted)}.service-link-chips a{padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:750;transition:.2s}.service-link-chips a:hover{border-color:#fdad75;color:#d95400}.service-cover-v12{height:330px;padding:28px;display:flex;align-items:flex-end;position:relative;overflow:hidden;border-radius:24px;color:#fff;background:radial-gradient(circle at 85% 20%,#66a0ff 0,transparent 32%),linear-gradient(135deg,#0d2c5c,#0b63f6 56%,#05398d);box-shadow:0 22px 50px rgba(11,99,246,.18)}.service-cover-v12:after{content:"";position:absolute;right:7%;top:12%;width:240px;height:240px;border:34px solid rgba(255,255,255,.08);border-radius:44px;transform:rotate(45deg)}.service-cover-v12>div:last-child{display:flex;flex-direction:column;position:relative;z-index:1}.service-cover-v12 small{font-size:13px;letter-spacing:1px}.service-cover-v12 strong{font-size:42px;line-height:1.1}.service-cover-symbol{position:absolute;right:13%;top:15%;font-size:170px;line-height:1;color:rgba(255,255,255,.08);font-weight:900}.service-title-block{padding:30px 0 25px}.service-title-block h1{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-2.2px;color:var(--navy);margin:2px 0 14px}.service-title-block>p{font-size:18px;color:var(--muted);max-width:840px}.service-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.orange-outline{color:#d95400!important;border-color:#ffc49c!important}.service-intro-card{padding:24px 27px;border:1px solid var(--line);border-radius:18px;background:#f9fbfe;color:#4e5e76}.service-intro-card p{margin:0 0 12px}.service-intro-card p:last-child{margin:0}.service-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.service-trust-grid div{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;flex-direction:column}.service-trust-grid strong{font-size:20px;color:var(--navy)}.service-trust-grid span{font-size:13px;color:var(--muted)}.service-feature-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 50px}.service-feature-cards article{display:flex;gap:16px;padding:23px;border:1px solid var(--line);border-radius:18px;background:#fff}.service-feature-cards article>span{font-size:30px}.service-feature-cards h3{margin:0;color:var(--navy)}.service-feature-cards p{margin:5px 0 9px;color:var(--muted)}.service-feature-cards a,.text-link{color:var(--blue);font-weight:850}.service-section{padding:45px 0;border-top:1px solid var(--line)}.service-section>h2,.location-section h2{font-size:34px;line-height:1.15;letter-spacing:-1.4px;color:var(--navy);margin:2px 0 12px}.service-section>p{color:var(--muted)}.service-section h3{color:var(--navy)}.featured-location-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:14px 0 27px}.featured-location-grid a{padding:16px;border:1px solid #cfe0fb;border-radius:14px;background:#f7faff;display:flex;flex-direction:column}.featured-location-grid a:hover{border-color:var(--blue);transform:translateY(-2px)}.featured-location-grid span{font-size:12px;color:var(--muted)}.all-location-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.all-location-grid a{padding:8px 10px;border:1px solid var(--line);border-radius:9px;font-size:13px;color:#44536c;background:#fff}.all-location-grid a:hover{color:var(--blue);border-color:#b8d1fa}.districts-v12{grid-template-columns:repeat(4,1fr)}.keyword-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.keyword-cloud span{padding:8px 13px;border-radius:999px;background:#eef4ff;color:#315b99;font-size:13px;font-weight:700}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.how-grid article{padding:22px;border:1px solid var(--line);border-radius:17px}.how-grid b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--blue);color:#fff}.how-grid h3{margin:16px 0 5px}.how-grid p{font-size:14px;color:var(--muted);margin:0}.price-tiers-section{background:#f7faff;margin-inline:-30px;padding-inline:30px;border-radius:24px}.price-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0}.price-tier-grid article{padding:23px;border:1px solid var(--line);border-radius:17px;background:#fff;display:flex;flex-direction:column}.price-tier-grid article.featured{border:2px solid var(--blue);box-shadow:0 12px 32px rgba(11,99,246,.12)}.price-tier-grid small{font-weight:850;color:var(--blue)}.price-tier-grid strong{font-size:22px;color:var(--navy);margin:7px 0}.price-tier-grid span{font-size:13px;color:var(--muted)}.expert-section p{font-size:17px;line-height:1.85;color:#4f5d73}.faq-v12 details{padding:0;overflow:hidden}.faq-v12 summary{padding:18px 20px;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-v12 summary::-webkit-details-marker{display:none}.faq-v12 summary span{color:var(--blue);font-size:22px}.faq-v12 details p{padding:0 20px 18px}.related-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.related-service-grid a{position:relative;padding:18px 44px 18px 18px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column}.related-service-grid span{font-size:13px;color:var(--muted)}.related-service-grid i{position:absolute;right:18px;top:50%;transform:translateY(-50%);font-style:normal;color:var(--blue)}.service-final-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;margin-top:20px;border-radius:22px;background:linear-gradient(135deg,#0b1f43,#0b63f6);color:#fff}.service-final-cta h2{font-size:32px;line-height:1.15;margin:2px 0}.service-final-cta p{margin:0;color:#dce9ff}.service-final-cta .eyebrow{color:#8ec0ff}.static-page{padding:65px 0}.static-page article{max-width:850px;margin:auto}.static-page article h1{font-size:48px;line-height:1.1;color:var(--navy)}.static-page-content{font-size:17px;line-height:1.85}.static-page-content h2{margin-top:38px;color:var(--navy)}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px}.contact-info-card{padding:30px;border-radius:20px;background:linear-gradient(145deg,#0d2b58,#0b63f6);color:#fff}.contact-info-card p{color:#dce9ff}.hp-field{position:absolute!important;left:-9999px!important}.ticket-list{display:grid;gap:12px}.ticket-card{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.ticket-card>div{flex:1}.ticket-card h3,.ticket-card p{margin:0}.ticket-thread{display:grid;gap:10px;margin:20px 0}.ticket-message{max-width:78%;padding:14px 17px;border-radius:15px;background:#eef3fb}.ticket-message.mine{margin-left:auto;background:#dfeeff}.ticket-message small{display:block;color:var(--muted);margin-top:5px}
.admin-nav-group{border-bottom:1px solid #ffffff0c}.admin-nav-group summary{display:flex;align-items:center;justify-content:space-between;padding:11px;border-radius:8px;color:#8fa4c2;font-size:11px;font-weight:850;letter-spacing:.8px;cursor:pointer;list-style:none}.admin-nav-group summary::-webkit-details-marker{display:none}.admin-nav-group summary:after{content:"+";font-size:17px}.admin-nav-group[open] summary:after{content:"−"}.admin-nav-group>div{display:grid;gap:2px;padding-bottom:8px}.admin-nav-group a.active{background:#1760c9;color:#fff}.admin-sidebar .admin-home-link{display:block;padding:10px 11px;margin:15px 0 6px;border-radius:8px;background:#ffffff0b}.admin-page-tools{display:flex;align-items:center;gap:9px}.admin-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:20px}.admin-summary-grid>div{padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff;display:flex;flex-direction:column}.admin-summary-grid strong{font-size:26px;color:var(--navy)}.admin-empty{padding:45px;text-align:center;color:var(--muted)}.admin-filter-bar{display:flex;gap:10px;margin-bottom:18px}.admin-filter-bar input,.admin-filter-bar select{margin:0}.contact-admin-card{display:grid;grid-template-columns:1fr auto;gap:15px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.contact-admin-card h3,.contact-admin-card p{margin:0}.contact-admin-card small{color:var(--muted)}
@media(max-width:900px){.featured-location-grid,.how-grid{grid-template-columns:1fr 1fr}.all-location-grid{grid-template-columns:repeat(4,1fr)}.service-trust-grid{grid-template-columns:1fr 1fr}.admin-summary-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.service-detail{padding-top:25px}.service-cover-v12{height:230px}.service-cover-v12 strong{font-size:32px}.service-title-block h1{font-size:36px}.service-cta-row,.service-cta-row .btn{width:100%}.service-feature-cards,.price-tier-grid,.related-service-grid,.contact-grid{grid-template-columns:1fr}.featured-location-grid,.how-grid{grid-template-columns:1fr}.all-location-grid,.districts-v12{grid-template-columns:1fr 1fr}.service-final-cta{align-items:flex-start;flex-direction:column}.service-final-cta .btn{width:100%}.price-tiers-section{margin-inline:-12px;padding-inline:18px}.contact-admin-card{grid-template-columns:1fr}.admin-summary-grid{grid-template-columns:1fr}}
.hero-v12{min-height:520px;display:grid;place-items:center;position:relative;overflow:visible;text-align:center;background:radial-gradient(circle at 20% 20%,rgba(48,132,255,.8),transparent 30%),radial-gradient(circle at 82% 70%,rgba(255,107,0,.45),transparent 30%),linear-gradient(135deg,#071b3b,#0b4ba9 55%,#092b5f)}.hero-v12:before{content:"";position:absolute;inset:0;background-image:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.06) 35%,rgba(255,255,255,.06) 36%,transparent 36%),radial-gradient(circle at 50% 110%,rgba(255,255,255,.17),transparent 42%)}.hero-v12-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,17,38,.15),rgba(5,17,38,.38))}.hero-v12-content{position:relative;z-index:2;max-width:850px;color:#fff}.hero-v12 .eyebrow{color:#97c5ff}.hero-v12 h1{font-size:clamp(42px,6vw,68px);line-height:1.04;letter-spacing:-3px;margin:8px 0 15px}.hero-v12 h1 em{font-style:normal;color:#ffab70}.hero-v12 p{max-width:700px;margin:0 auto 28px;color:#e2edff;font-size:18px}.smart-search{position:relative;width:min(680px,100%);margin:auto;text-align:left}.smart-search-box{display:flex;align-items:center;padding:7px 7px 7px 18px;border-radius:14px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.27)}.smart-search-box>span{font-size:25px;color:var(--blue)}.smart-search-box input{flex:1;border:0;box-shadow:none;margin:0;padding:14px;font-size:16px}.smart-search-box button{border:0;border-radius:10px;background:var(--orange);color:#fff;font-weight:850;padding:14px 28px;cursor:pointer}.smart-suggestions{position:absolute;left:0;right:0;top:calc(100% + 7px);max-height:360px;overflow:auto;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 18px 50px rgba(8,25,54,.24);z-index:90}.smart-suggestions button{width:100%;display:flex;flex-direction:column;gap:1px;padding:12px 16px;border:0;border-bottom:1px solid #edf0f5;background:#fff;text-align:left;cursor:pointer}.smart-suggestions button:hover{background:#f0f6ff}.smart-suggestions b{color:var(--navy)}.smart-suggestions span,.smart-no-result{font-size:13px;color:var(--muted)}.smart-no-result{padding:18px}.hero-trust{justify-content:center;margin-top:25px;color:#fff}.wizard-modal{display:none;position:fixed;inset:0;z-index:120;background:rgba(6,18,38,.66);padding:20px;place-items:center}.wizard-modal.open{display:grid}.modal-lock{overflow:hidden}.wizard-dialog{width:min(550px,100%);max-height:min(760px,92vh);display:grid;grid-template-rows:auto 4px auto 1fr;background:#fff;border-radius:19px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.32)}.wizard-dialog>header{display:flex;justify-content:center;align-items:center;position:relative;padding:20px 55px;font-size:18px}.wizard-close{position:absolute;right:20px;top:13px;border:0;background:transparent;font-size:32px;font-weight:300;cursor:pointer}.wizard-progress{height:4px;margin:0 108px;background:#d9efe5;border-radius:5px;overflow:hidden}.wizard-progress span{display:block;width:8%;height:100%;background:linear-gradient(90deg,#0b63f6,#28b967);transition:.25s}.wizard-price{display:flex;justify-content:space-between;gap:15px;padding:16px 24px;border-bottom:1px solid var(--line);color:var(--muted)}.wizard-price strong{color:#425675}.wizard-dialog form{min-height:0;display:grid;grid-template-rows:1fr auto;overflow:hidden}.wizard-body{min-height:280px;padding:25px;overflow:auto}.wizard-body>small{color:var(--blue);font-weight:800}.wizard-body h2{font-size:22px;color:var(--navy);margin:8px 0 3px}.wizard-body>p{margin:0 0 20px;color:var(--muted)}.wizard-options{display:grid;gap:2px}.wizard-options label{display:flex;align-items:center;gap:10px;padding:10px 0;cursor:pointer;font-size:16px}.wizard-options input{position:absolute;opacity:0;width:1px}.wizard-options label>span{width:24px;height:24px;border:1.5px solid #bcc8d8;border-radius:50%;position:relative}.wizard-options input:checked+span{border:7px solid var(--blue)}.wizard-input{margin-top:8px}.wizard-dialog footer{padding:16px 24px;border-top:1px solid var(--line)}.wizard-dialog footer .btn{background:linear-gradient(90deg,#0b63f6,#287be8)}.wizard-body.shake{animation:wizardShake .3s}@keyframes wizardShake{25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
@media(max-width:680px){.hero-v12{min-height:480px}.hero-v12-content{width:100%}.hero-v12 h1{font-size:40px}.smart-search-box{display:grid;grid-template-columns:auto 1fr;padding:8px}.smart-search-box button{grid-column:1/-1;width:100%}.hero-trust{gap:8px}.wizard-modal{padding:0;align-items:end}.wizard-dialog{width:100%;max-height:94vh;border-radius:20px 20px 0 0}.wizard-progress{margin-inline:55px}.wizard-price{font-size:13px}}

/* ===== v13.css ===== */
/* Kapında Hizmet V1.3 — dizin, kategori, konum ve marka yönetimi */
.brand-picture,.brand-picture img{display:block;max-width:210px;max-height:56px;width:auto;height:auto;object-fit:contain}.logo.custom-brand{padding:0}.site-footer .custom-brand img{filter:brightness(0) invert(1)}.admin-sidebar .custom-brand img{display:block;max-width:185px;max-height:48px;object-fit:contain;filter:brightness(0) invert(1)}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px}.breadcrumbs span{color:#9aa7b8}
.slider-actions{display:flex;gap:7px}.slider-actions button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:18px;cursor:pointer}.slider-actions button:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.section-head-actions{display:flex;align-items:center;gap:16px}
[data-slider]{scroll-behavior:smooth;scrollbar-width:none}[data-slider]::-webkit-scrollbar{display:none}
.services-directory-hero{padding:54px 0 48px;background:radial-gradient(circle at 85% 15%,rgba(255,125,35,.22),transparent 28%),linear-gradient(135deg,#071b3b,#0b4b9c);color:#fff}.services-directory-hero .breadcrumbs{margin-bottom:26px}.services-directory-hero .breadcrumbs a{color:#cfe0ff}.services-directory-hero .breadcrumbs b{color:#fff}.services-directory-hero .eyebrow{color:#91c1ff}.services-directory-hero h1{max-width:780px;margin:8px 0 12px;font-size:clamp(38px,5vw,60px);line-height:1.04;letter-spacing:-2.5px}.services-directory-hero>div>p{max-width:730px;color:#d9e7fb;font-size:17px}.directory-search{max-width:720px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:26px;padding:8px 15px;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.24)}.directory-search>span{color:var(--blue);font-size:25px}.directory-search input{margin:0;padding:13px 5px;border:0;box-shadow:none;font-size:16px}.directory-search small{color:var(--muted);white-space:nowrap}.directory-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.directory-stats span{padding:9px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#dce9ff;font-size:13px}.directory-stats b{color:#fff}
.category-seo-slider{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory}.category-seo-slider>a{flex:0 0 270px;display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff;scroll-snap-align:start;box-shadow:0 7px 20px rgba(18,42,76,.05)}.category-seo-slider>a>span{display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:13px;background:#eaf2ff;color:var(--blue);font-size:19px;font-weight:900}.category-seo-slider>a>div{min-width:0;flex:1;display:flex;flex-direction:column}.category-seo-slider small{color:var(--muted)}.category-seo-slider i{font-style:normal;color:var(--blue)}
.service-category-pro{padding:34px 0;border-bottom:1px solid var(--line)}.service-category-pro:last-child{border-bottom:0}.category-pro-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.category-pro-head h2{margin:5px 0;font-size:30px;color:var(--navy)}.category-pro-head p{max-width:720px;margin:0;color:var(--muted)}.directory-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.directory-service-card{display:flex;gap:14px;min-width:0;padding:19px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.directory-service-card:hover{transform:translateY(-3px);border-color:#a9c8fa;box-shadow:0 13px 30px rgba(19,57,110,.09)}.directory-service-card .service-letter{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#eaf2ff,#f5f8ff);color:var(--blue);font-weight:900}.directory-service-card small{color:var(--blue);font-weight:750}.directory-service-card h3{margin:3px 0 5px;color:var(--navy);font-size:18px}.directory-service-card p{display:-webkit-box;overflow:hidden;margin:0 0 9px;color:var(--muted);font-size:13px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.directory-service-card b{color:var(--blue);font-size:13px}.directory-empty{margin:35px 0}.directory-seo-copy{background:#fff}.directory-seo-copy>div>p,.category-seo-content{font-size:16px;line-height:1.8;color:#4e5d72}.directory-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:22px}.directory-guide-grid article{padding:20px;border:1px solid var(--line);border-radius:16px}.directory-guide-grid article>b{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--blue);color:#fff}.directory-guide-grid h3{margin:13px 0 5px;color:var(--navy)}.directory-guide-grid p{margin:0;color:var(--muted);font-size:14px}
.category-landing-hero{padding:48px 0;background:linear-gradient(180deg,#f4f8ff,#fff)}.category-landing-hero .breadcrumbs{margin-bottom:30px}.category-hero-grid{display:grid;grid-template-columns:1fr 270px;gap:40px;align-items:center}.category-hero-grid h1{margin:7px 0 12px;font-size:clamp(38px,5vw,56px);line-height:1.06;letter-spacing:-2px;color:var(--navy)}.category-hero-grid p{max-width:760px;color:var(--muted);font-size:17px}.category-hero-stat{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px 12px;padding:25px;border:1px solid #cfe0fb;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(11,99,246,.09)}.category-hero-stat strong{font-size:30px;color:var(--blue)}.category-hero-stat span{color:var(--muted);font-size:13px}.category-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.category-service-grid>article{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.category-service-main{display:flex;gap:14px;flex:1;padding:21px}.category-service-main>span{display:grid;place-items:center;flex:0 0 50px;height:50px;border-radius:14px;background:#eaf2ff;color:var(--blue);font-weight:900}.category-service-main h3{margin:2px 0 6px;color:var(--navy)}.category-service-main p{margin:0 0 8px;color:var(--muted);font-size:14px}.category-service-main small{color:#52709b}.category-card-actions{display:flex;justify-content:space-between;gap:8px;padding:12px 20px;border-top:1px solid var(--line);background:#fafcff}.category-card-actions a{color:var(--blue);font-size:13px;font-weight:800}.category-seo-content h2{margin-top:28px;color:var(--navy)}
.request-page-hero{padding:42px 0 38px;background:linear-gradient(135deg,#f0f6ff,#fff8f3)}.request-page-hero .breadcrumbs{margin-bottom:23px}.request-page-hero h1{margin:6px 0 10px;font-size:clamp(35px,4vw,49px);color:var(--navy);letter-spacing:-1.6px}.request-page-hero p{max-width:760px;color:var(--muted)}.request-layout{max-width:1080px;display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start}.request-layout aside{display:grid;gap:14px;position:sticky;top:90px}.request-account-card,.request-help-card{padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff}.request-account-card{display:grid;grid-template-columns:auto 1fr;gap:12px}.request-account-card>div{display:flex;flex-direction:column}.request-account-card small,.request-account-card span{color:var(--muted);font-size:13px}.request-account-card>a{grid-column:1/-1;color:var(--blue);font-weight:800;font-size:13px}.request-avatar{display:grid!important;place-items:center;width:48px;height:48px;border-radius:14px;background:#eaf2ff;color:var(--blue)!important;font-size:16px!important;font-weight:900}.request-help-card h3{margin-top:0;color:var(--navy)}.request-help-card ol{padding-left:20px;color:#526176}.request-help-card p{font-size:13px;color:var(--muted)}.request-form-card{margin:0}.request-form-title{display:flex;align-items:center;gap:13px;margin-bottom:18px}.request-form-title.second{margin-top:30px;padding-top:25px;border-top:1px solid var(--line)}.request-form-title>span{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:12px;background:var(--blue);color:#fff;font-weight:900}.request-form-title h2,.request-form-title p{margin:0}.request-form-title h2{font-size:22px;color:var(--navy)}.request-form-title p{font-size:13px;color:var(--muted)}.save-location-check small{color:var(--muted)}.request-submit{margin-top:16px;padding:16px}.form-security{text-align:center;color:var(--muted);font-size:12px}
.settings-pro{display:grid;gap:18px}.settings-section{margin:0}.settings-section-head{display:flex;justify-content:space-between;margin-bottom:20px}.settings-section-head span{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:1px}.settings-section-head h2{margin:4px 0}.settings-section-head p{margin:0;color:var(--muted)}.branding-upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.branding-upload{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fafcff}.branding-upload img{width:100%;height:88px;object-fit:contain;border-radius:9px;background:#eef3fa}.branding-upload>span{display:grid;place-items:center;height:88px;border-radius:9px;background:#eef3fa;color:var(--muted);font-size:12px}.branding-upload input{padding:8px;font-size:12px}.branding-upload small{color:var(--muted);font-size:11px}.settings-advanced{padding:0!important;overflow:hidden}.settings-advanced summary{padding:18px 22px;cursor:pointer;font-weight:850;color:var(--navy)}.settings-advanced .settings-form{padding:0 22px 22px}.settings-save{justify-self:start;padding-inline:30px}
.home-provider-slider{display:flex;gap:13px;overflow-x:auto;padding:3px 2px 14px;scroll-snap-type:x mandatory}.home-provider-card{flex:0 0 360px;display:flex;gap:15px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;scroll-snap-align:start}.home-provider-card>span{display:grid;place-items:center;flex:0 0 55px;height:55px;border-radius:16px;background:linear-gradient(135deg,var(--blue),#69a4ff);color:#fff;font-weight:900}.home-provider-card small{color:#278153;font-weight:800}.home-provider-card h3{margin:3px 0;color:var(--navy)}.home-provider-card p{margin:0 0 9px;color:var(--muted);font-size:13px}.home-provider-card b{color:var(--blue);font-size:13px}
@media(max-width:980px){.directory-service-grid,.category-service-grid{grid-template-columns:1fr 1fr}.category-hero-grid{grid-template-columns:1fr}.category-hero-stat{grid-template-columns:auto 1fr;max-width:420px}.request-layout{grid-template-columns:1fr}.request-layout aside{position:static;grid-template-columns:1fr 1fr}.branding-upload-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.brand-picture img{max-width:165px;max-height:46px}.slider-actions{display:flex}.section-head-actions>a{display:none}.services-directory-hero{padding:34px 0}.services-directory-hero h1{font-size:37px;letter-spacing:-1.5px}.directory-search{grid-template-columns:auto 1fr}.directory-search small{grid-column:1/-1;padding:0 4px 5px}.directory-stats{display:grid;grid-template-columns:1fr 1fr}.directory-stats span{text-align:center}.category-seo-slider,.home-category-slider,.home-service-slider{display:grid!important;grid-template-rows:repeat(2,auto)!important;grid-auto-flow:column;grid-auto-columns:calc(50% - 6px);gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.category-seo-slider>a,.home-category-slider>a,.home-service-slider>a{width:auto!important;min-width:0!important;scroll-snap-align:start}.category-seo-slider>a{display:flex;flex-direction:column;align-items:flex-start;padding:13px}.category-seo-slider>a>span{width:38px;flex-basis:38px;height:38px}.category-seo-slider i{display:none}.category-grid .category-card{padding:13px;min-height:104px}.category-grid .category-card .category-icon{width:38px;height:38px}.category-grid .category-card i{display:none}.service-grid .service-card{min-width:0}.service-grid .service-cover{height:105px}.service-grid .service-body{padding:12px}.service-grid .service-body h3{font-size:15px}.service-grid .service-body p{display:none}.service-grid .service-body b{font-size:12px}.category-pro-head{align-items:flex-start;flex-direction:column}.category-pro-head .btn{width:100%}.directory-service-grid,.category-service-grid{grid-template-columns:1fr 1fr;gap:9px}.directory-service-card{display:block;padding:13px}.directory-service-card .service-letter{width:39px;height:39px;margin-bottom:9px}.directory-service-card h3{font-size:15px}.directory-service-card p{display:none}.directory-service-card b{font-size:11px}.category-service-main{display:block;padding:13px}.category-service-main>span{width:40px;height:40px;margin-bottom:9px}.category-service-main h3{font-size:15px}.category-service-main p{display:none}.category-service-main small{font-size:11px}.category-card-actions{padding:10px;flex-direction:column}.category-card-actions a{font-size:11px}.directory-guide-grid{grid-template-columns:1fr}.category-landing-hero{padding:30px 0}.category-hero-grid h1{font-size:37px}.request-page-hero{padding:28px 0}.request-layout aside{grid-template-columns:1fr}.request-help-card{display:none}.request-form-card{padding:18px}.request-form-card .form-grid{grid-template-columns:1fr 1fr;gap:11px}.request-form-card .form-grid .full{grid-column:1/-1}.request-form-card label{font-size:12px}.request-form-card input,.request-form-card select{padding:11px 9px}.branding-upload-grid{grid-template-columns:1fr 1fr}.settings-section{padding:17px!important}}
@media(max-width:680px){.home-provider-slider{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:calc(50% - 6px);gap:10px;overflow-x:auto;scroll-snap-type:x mandatory}.home-provider-card{width:auto;min-width:0;display:block;padding:13px}.home-provider-card>span{width:42px;height:42px;margin-bottom:8px}.home-provider-card h3{font-size:15px}.home-provider-card p{font-size:11px}}

/* ===== v14.css ===== */
/* Kapında Hizmet V1.4 — hizmet adımları, talep sihirbazı ve moderasyon */
.wizard-dialog>header{gap:10px}.wizard-service-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eaf2ff;color:var(--blue)}.wizard-service-icon svg{width:25px;height:25px}.wizard-dialog footer{display:flex;align-items:center;gap:10px}.wizard-dialog footer .btn{flex:1}.wizard-back{padding:12px 16px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-weight:800;cursor:pointer}.service-svg-icon svg{width:54px;height:54px}.application-status .link-button{padding:0;margin-left:6px}
.provider-admin-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.provider-admin-summary>div{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}.provider-admin-summary span{display:block;color:var(--muted);font-size:12px}.provider-admin-summary strong{font-size:29px;color:var(--navy)}.provider-admin-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px;padding:17px 20px;border:1px solid var(--line);border-radius:15px;background:#fff}.provider-admin-toolbar label{min-width:270px;font-weight:800}.provider-admin-toolbar select{margin:6px 0 0}.provider-admin-toolbar p{margin:0;color:var(--muted)}.provider-review-card{padding:0;overflow:hidden}.provider-review-card .admin-provider-head{padding:20px;border-bottom:1px solid var(--line);background:#fbfdff}.provider-review-card .admin-provider-head small{color:var(--muted)}.provider-review-body{display:grid;grid-template-columns:1fr 280px;gap:22px;padding:20px}.provider-review-body h4{margin:0 0 8px;color:var(--navy)}.provider-review-body p{margin:0;line-height:1.65}.provider-review-body aside{padding:16px;border-radius:13px;background:#f5f8fc}.provider-review-body ul{display:grid;gap:7px;margin:0;padding:0;list-style:none;font-size:13px}.provider-review-body li:before{display:inline-block;width:20px}.provider-review-body li.ok:before{content:'✓';color:#17955b}.provider-review-body li.missing:before{content:'!';color:#d94040}.provider-review-body li.optional:before{content:'○';color:#8492a8}.provider-review-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.provider-review-meta span{padding:11px;border:1px solid var(--line);border-radius:10px;color:var(--muted);font-size:12px}.provider-review-meta b{display:block;color:var(--navy)}.provider-service-tags{display:flex;flex-wrap:wrap;gap:7px;padding:0 20px 18px}.provider-service-tags span{padding:7px 10px;border-radius:999px;background:#eaf2ff;color:var(--blue);font-size:12px;font-weight:800}.provider-review-card .admin-note{margin:0 20px 18px}.provider-actions{padding:17px 20px;margin:0;background:#fbfcfe}.provider-actions .btn{white-space:nowrap}
.question-admin-head{display:grid;grid-template-columns:180px 180px 1fr;gap:12px;margin-bottom:14px}.question-admin-head>div,.question-admin-head>label{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.question-admin-head strong{display:block;font-size:27px;color:var(--navy)}.question-admin-head span{color:var(--muted);font-size:12px}.question-admin-head label{font-weight:800}.question-admin-head select{margin:5px 0 0}.question-admin-note{margin-bottom:14px;padding:15px 18px;border-left:4px solid var(--blue);border-radius:10px;background:#eaf2ff;color:#354967}.inline-form{display:inline}.advanced-settings-intro{padding:0 22px 12px;color:var(--muted)}.advanced-settings-intro p{margin:4px 0}.settings-advanced .settings-form label{display:flex;flex-direction:column}.settings-advanced .settings-form label>span{color:var(--blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.settings-advanced .settings-form label>b{margin:2px 0 7px}.settings-advanced .settings-form small{color:var(--muted)}
@media(max-width:900px){.provider-admin-summary{grid-template-columns:1fr 1fr}.provider-review-body{grid-template-columns:1fr}.question-admin-head{grid-template-columns:1fr 1fr}.question-admin-head label{grid-column:1/-1}}
@media(max-width:680px){.wizard-dialog>header{justify-content:flex-start;padding-left:18px}.wizard-dialog>header b{font-size:15px}.wizard-service-icon{width:34px;height:34px}.wizard-body{padding:20px}.wizard-options label{padding:9px 0}.provider-admin-summary{grid-template-columns:1fr 1fr}.provider-admin-toolbar{display:block}.provider-admin-toolbar label{min-width:0}.provider-admin-toolbar p{margin-top:10px}.provider-review-body{padding:15px}.provider-review-meta{grid-template-columns:1fr}.provider-actions{grid-template-columns:1fr}.provider-actions form{display:grid}.question-admin-head{grid-template-columns:1fr 1fr}.question-admin-head>div,.question-admin-head>label{padding:12px}.settings-advanced .settings-form{grid-template-columns:1fr}}

/* ===== v15.css ===== */
.admin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.seo-toolbar,.bulk-bar,.filter-form{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.seo-toolbar{justify-content:space-between;margin-bottom:16px}.filter-form{flex:1;justify-content:flex-end}.filter-form input{max-width:260px}.bulk-bar{background:#eef5ff;border:1px solid #d8e6fb;border-radius:14px;padding:12px 16px;margin-bottom:12px}.bulk-bar label{margin:0 auto 0 0;display:flex;gap:8px;align-items:center}.bulk-bar input[type=checkbox],.selection-list input{width:18px;height:18px}.seo-score{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:800}.seo-score.score-good{background:#dcfce7;color:#166534}.seo-score.score-low{background:#fff7ed;color:#9a3412}.home-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.selection-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:390px;overflow:auto;border:1px solid #dfe6ef;border-radius:12px;padding:12px;margin-top:12px}.selection-list label{display:flex;align-items:center;gap:8px;margin:0;padding:7px;border-radius:8px;background:#f8fafc}.retention-form{display:flex;align-items:end;gap:16px;flex-wrap:wrap}.retention-form h2{width:100%;margin:0}.hero-v15{position:relative;overflow:hidden;background-position:center;background-size:cover}.hero-v15-media{position:absolute;inset:0;overflow:hidden}.hero-v15-media iframe{position:absolute;top:50%;left:50%;width:177.78vh;min-width:100%;height:56.25vw;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}.hero-v15 .hero-v12-overlay{z-index:1}.hero-v15 .hero-v12-content{position:relative;z-index:2}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{display:block;background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;color:inherit;text-decoration:none}.blog-card img{width:100%;height:210px;object-fit:cover}.blog-card-body{padding:22px}.blog-card h2{font-size:1.25rem;margin:8px 0}.blog-card p{color:#64748b}.blog-article{max-width:850px;margin:0 auto}.blog-cover{width:100%;max-height:460px;object-fit:cover;border-radius:20px;margin:20px 0}.prose{font-size:1.07rem;line-height:1.8}.prose h2,.prose h3{margin-top:1.7em}.hero-v15.has-image{background-image:var(--hero-image)}
@media(max-width:800px){.home-settings-grid,.blog-grid{grid-template-columns:1fr}.selection-list{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-form{justify-content:flex-start}.seo-toolbar{align-items:flex-start}.blog-card img{height:180px}}

/* ===== v16.css ===== */
/* Kapında Hizmet V1.6 — yeşil/turuncu pazar yeri teması ve mobil deneyim */
:root{--kh-green:#4a644d;--kh-green-dark:#243426;--kh-green-soft:#edf2ed;--kh-orange:#de6d20;--kh-smoke:#f4f4f1;--kh-shadow:0 18px 50px rgba(31,47,33,.10)}
body{background:var(--kh-smoke);color:#202820;font-family:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.container{width:min(1200px,calc(100% - 40px))}.btn,.nav-btn{border-radius:999px}.btn:not(.outline):not(.danger):not(.warning),.hero-search button{background:var(--orange)}
.kh-header{background:rgba(255,255,255,.96);border-color:#e7e9e4;box-shadow:0 4px 20px rgba(35,52,37,.04)}.kh-header .header-inner{height:72px}.kh-header .logo strong{color:var(--blue)}
.kh-header .desktop-nav{gap:7px;margin-left:auto;margin-right:24px}.kh-header .desktop-nav>a,.kh-category-menu>summary{padding:10px 12px;border-radius:999px;font-size:14px;cursor:pointer;list-style:none}.kh-category-menu>summary::-webkit-details-marker{display:none}.kh-category-menu>summary:hover,.kh-category-menu[open]>summary,.kh-header .desktop-nav>a:hover{background:var(--kh-green-soft);color:var(--blue)}
.kh-category-menu{position:relative}.kh-category-panel{position:absolute;top:calc(100% + 14px);left:0;width:320px;padding:12px;background:#fff;border:1px solid #e1e6df;border-radius:18px;box-shadow:0 22px 65px rgba(28,44,31,.16);display:grid;gap:4px;z-index:90}.kh-category-panel:before{content:"";position:absolute;top:-7px;left:34px;width:13px;height:13px;background:#fff;border-left:1px solid #e1e6df;border-top:1px solid #e1e6df;transform:rotate(45deg)}.kh-category-panel>a{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px}.kh-category-panel>a:hover{background:var(--kh-green-soft)}.kh-category-panel>a>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--kh-green-soft);color:var(--blue);font-weight:900}.kh-category-panel>a>div{display:grid}.kh-category-panel small{color:#778177}.kh-category-panel .kh-all-categories{justify-content:center;color:var(--blue);font-weight:850;border-top:1px solid #edf0eb;border-radius:0;margin-top:5px;padding-top:14px}
.kh-header-actions{display:flex;align-items:center;gap:10px}.kh-login{font-size:14px;font-weight:750;color:#394539}.kh-header .nav-btn{padding:10px 19px;background:var(--blue);box-shadow:0 8px 18px rgba(74,100,77,.18)}
.kh-home-hero{background:#fff;border-bottom:1px solid #e9ece7;overflow:hidden}.kh-home-hero-grid{min-height:640px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:58px;padding-top:60px;padding-bottom:60px}.kh-home-hero-copy{position:relative;z-index:2}.kh-trust-badge{display:inline-flex;align-items:center;padding:7px 12px;margin-bottom:18px;border-radius:999px;background:var(--kh-green-soft);color:var(--blue);font-size:12px;font-weight:850}.kh-home-hero h1{max-width:650px;margin:4px 0 20px;color:#1f2a20;font-size:clamp(43px,5vw,66px);line-height:1.03;letter-spacing:-3.5px}.kh-home-hero h1 em{color:var(--orange);font-style:normal}.kh-home-hero-copy>p{max-width:620px;margin:0;color:#657065;font-size:18px;line-height:1.75}.kh-home-hero .eyebrow{color:var(--blue)}
.kh-home-hero .smart-search{position:relative;max-width:650px;margin:30px 0 15px}.kh-home-hero .smart-search-box{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 18px;background:#fff;border:1px solid #dfe5dc;border-radius:17px;box-shadow:0 16px 40px rgba(37,57,40,.12)}.kh-home-hero .smart-search-box>span{color:var(--blue);font-size:25px}.kh-home-hero .smart-search-box input{flex:1;min-width:0;margin:0;padding:13px 5px;border:0;box-shadow:none}.kh-home-hero .smart-search-box button{flex:0 0 auto;border:0;border-radius:12px;padding:14px 22px;background:var(--orange);color:#fff;font-weight:900;cursor:pointer}.kh-home-hero .smart-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;background:#fff;border:1px solid #e0e5de;border-radius:14px;box-shadow:var(--kh-shadow);overflow:hidden}.kh-home-hero .smart-suggestions a,.kh-home-hero .smart-suggestions button{display:flex;width:100%;padding:12px 16px;border:0;border-bottom:1px solid #eef0ec;background:#fff;text-align:left;cursor:pointer}.kh-home-hero .smart-suggestions a:hover,.kh-home-hero .smart-suggestions button:hover{background:var(--kh-green-soft)}
.kh-popular-tags{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:20px}.kh-popular-tags small{color:#7d877d;font-weight:750}.kh-popular-tags button{padding:5px 10px;border:1px solid #dfe4dc;border-radius:999px;background:#fff;color:#536053;font-size:12px;cursor:pointer}.kh-popular-tags button:hover{border-color:var(--blue);color:var(--blue)}.hero-trust{color:#657165;font-size:13px}
.kh-home-hero-visual{position:relative;height:520px;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#dfe8df,#809884);box-shadow:0 30px 70px rgba(42,66,46,.2)}.kh-home-hero-visual>img,.kh-home-hero-visual>iframe{width:100%;height:100%;object-fit:cover;border:0}.kh-visual-scene{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#344b38,#718a74)}.kh-scene-orb{position:absolute;border-radius:50%;filter:blur(2px);background:#ffffff1f}.kh-scene-orb.one{width:310px;height:310px;right:-80px;top:-55px}.kh-scene-orb.two{width:230px;height:230px;left:-80px;bottom:-45px;background:#de6d203d}.kh-visual-main{position:relative;width:74%;padding:44px;border:1px solid #ffffff36;border-radius:26px;background:#ffffff16;color:#fff;backdrop-filter:blur(12px)}.kh-visual-main .kh-visual-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:32px;border-radius:18px;background:var(--orange);font-size:30px}.kh-visual-main small{display:block;color:#dce7dd;font-weight:900;letter-spacing:1.5px}.kh-visual-main strong{display:block;margin:8px 0 16px;font-size:36px;line-height:1.08}.kh-visual-main p{margin:0;color:#e7eee7}.kh-floating-card{position:absolute;display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:15px;background:#fff;box-shadow:0 18px 45px rgba(18,32,20,.22)}.kh-floating-card>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--kh-green-soft);color:var(--blue);font-weight:950}.kh-floating-card div{display:grid}.kh-floating-card b{font-size:12px}.kh-floating-card small{font-size:10px;color:#758075}.kh-floating-card.first{top:38px;right:24px}.kh-floating-card.second{bottom:30px;left:22px}.kh-floating-card.second>span{background:#fff0e5;color:var(--orange)}
.section{padding:66px 0}.section.alt{background:#fff}.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{color:var(--kh-green-dark)}.section-head-actions{display:flex;align-items:center;gap:18px}.section-head-actions>a{color:var(--blue);font-weight:850}.slider-actions{display:flex;gap:7px}.slider-actions button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dfe4dc;border-radius:50%;background:#fff;color:var(--blue);cursor:pointer}.category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{min-height:118px;align-items:flex-start;position:relative;padding:20px;border-color:#e4e8e1;border-radius:18px;box-shadow:0 7px 24px rgba(35,51,37,.045)}.category-card .category-icon{flex:0 0 44px;background:var(--kh-green-soft);color:var(--blue)}.category-card i{position:absolute;right:16px;bottom:14px}.category-card:hover{border-color:#b9c7ba;box-shadow:var(--kh-shadow)}.service-card,.steps article,.quick-card,.sticky-card,.panel,.form-card,.price-box,.home-provider-card{border-color:#e3e7e0;border-radius:19px}.service-card{box-shadow:0 8px 25px rgba(37,53,39,.045)}.service-cover{background:linear-gradient(145deg,#e1e9e1,#f5f6f2)}.service-body small,.service-body b{color:var(--blue)}.steps article>span{background:var(--blue)}.home-provider-slider{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-provider-card{display:flex;align-items:flex-start;gap:14px;padding:21px;background:#fff;border:1px solid #e3e7e0}.home-provider-card>span{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:var(--kh-green-soft);color:var(--blue);font-weight:900}.home-provider-card h3{margin:3px 0}.home-provider-card p{margin:3px 0;color:#697469;font-size:13px}.home-provider-card small,.home-provider-card b{color:var(--blue);font-weight:800}.provider-cta{background:linear-gradient(135deg,#213223,#4a644d)}.provider-cta p{color:#dfe8e0}.light-text{color:#c9ddcb}.site-footer{background:#1d291f;color:#bcc8bd}.page-hero{background:linear-gradient(135deg,#eaf0e9,#fff)}.page-hero h1{color:var(--kh-green-dark)}.price-box{background:linear-gradient(135deg,#fff,#edf2ed)}.auth-copy{background:linear-gradient(145deg,#263b29,#56735a)}.pending-request-notice{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid #cddccc;border-radius:13px;background:#edf6ed;color:#29472d}.pending-request-notice>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}.pending-request-notice div{display:grid}.pending-request-notice small{color:#5f705f}.kh-mobile-bottom{display:none}
@media(max-width:1050px){.kh-header .desktop-nav>a:nth-of-type(2){display:none}.kh-home-hero-grid{gap:32px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.kh-visual-main{width:82%;padding:32px}.kh-home-hero h1{font-size:50px}.home-provider-slider{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body{padding-bottom:72px}.container{width:min(100% - 28px,1200px)}.kh-header .header-inner{height:62px}.kh-header-actions .kh-login,.kh-header-actions .nav-btn{display:none}.kh-header .logo{font-size:20px}.kh-header .logo span{width:34px;height:34px}.kh-header .mobile-nav{position:absolute;top:62px;left:0;right:0;padding:10px 18px 18px;background:#fff;box-shadow:0 18px 35px rgba(31,45,33,.12)}.kh-header .mobile-nav a{border-bottom:1px solid #eef0ec}.kh-home-hero-grid{min-height:auto;grid-template-columns:1fr;padding-top:42px;padding-bottom:44px}.kh-home-hero-copy{text-align:left}.kh-home-hero h1{font-size:clamp(38px,11vw,51px);letter-spacing:-2.5px}.kh-home-hero-copy>p{font-size:16px}.kh-home-hero-visual{height:290px;border-radius:22px}.kh-visual-main{width:82%;padding:25px}.kh-visual-main .kh-visual-icon{width:45px;height:45px;margin-bottom:15px}.kh-visual-main strong{font-size:27px}.kh-floating-card.first{top:14px;right:12px}.kh-floating-card.second{bottom:12px;left:12px}.kh-home-hero .smart-search-box{display:grid;grid-template-columns:auto 1fr;padding:9px}.kh-home-hero .smart-search-box button{grid-column:1/-1;width:100%}.section{padding:47px 0}.section-head{align-items:flex-start}.section-head-actions>a{display:none}.category-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card{min-height:105px;padding:14px;gap:10px}.category-card .category-icon{width:38px;height:38px;flex-basis:38px}.category-card b{font-size:14px;line-height:1.25}.category-card small{font-size:11px}.service-cover{height:105px}.service-body{padding:14px}.service-body h3{font-size:16px;line-height:1.25}.service-body p{display:none}.home-provider-slider,.steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:13px;padding:3px 1px 12px}.home-provider-card,.steps article{min-width:82%;scroll-snap-align:start}.provider-cta{padding:56px 0}.footer-grid{gap:30px}.kh-mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:80;height:68px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:5px 4px calc(4px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dde3da;box-shadow:0 -8px 25px rgba(30,46,32,.10)}.kh-mobile-bottom a{display:grid;place-items:center;gap:1px;color:#667066;font-size:9px;font-weight:800}.kh-mobile-bottom a>span{font-size:20px;line-height:1}.kh-mobile-bottom .kh-mobile-request{color:var(--orange)}.kh-mobile-bottom .kh-mobile-request>span{width:43px;height:43px;margin-top:-23px;border:4px solid #fff;border-radius:50%;background:var(--orange);color:#fff;box-shadow:0 7px 18px rgba(222,109,32,.35);font-size:25px}.site-footer{padding-bottom:26px}}
@media(max-width:520px){.kh-trust-badge{font-size:10px}.kh-popular-tags button:nth-of-type(n+4){display:none}.hero-trust{display:grid;grid-template-columns:1fr 1fr;font-size:11px}.kh-home-hero-visual{height:250px}.kh-floating-card{padding:8px}.kh-floating-card b{font-size:10px}.kh-floating-card small{display:none}.category-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{font-size:27px}.footer-grid{grid-template-columns:1fr 1fr;font-size:13px}.footer-grid>div:first-child{grid-column:1/-1}}

/* ===== v17.css ===== */
/* Kapında Hizmet V1.7 — logo uyumlu kurumsal palet ve kompakt iş fırsatları */
:root{--kh-green:var(--blue,#1767a5);--kh-green-dark:#12344d;--kh-green-soft:#eaf6f7;--kh-orange:var(--orange,#20b4b6);--kh-smoke:#f4f8fa;--kh-shadow:0 16px 42px rgba(20,63,91,.10);--navy:#12344d;--text:#243745;--muted:#667b89;--line:#dfe9ed;--bg:#f4f8fa;--green:#18a66a}
body{background:#f4f8fa;color:var(--text)}
.kh-header{border-color:#e2ecef;box-shadow:0 5px 22px rgba(22,70,101,.06)}.kh-header .nav-btn{background:linear-gradient(135deg,var(--blue),#15578a);box-shadow:0 8px 20px rgba(23,103,165,.20)}.kh-header .desktop-nav>a:hover,.kh-category-menu>summary:hover,.kh-category-menu[open]>summary{background:#eaf6f7}.brand-picture img,.custom-brand img{display:block;width:auto;max-width:210px;max-height:50px;object-fit:contain}
.btn:not(.outline):not(.danger):not(.warning),.hero-search button,.kh-home-hero .smart-search-box button{background:linear-gradient(135deg,var(--blue),#15578a)}.btn.orange{background:linear-gradient(135deg,var(--orange),#159699)}.btn.outline{color:var(--blue);border-color:#bdd8e7;background:#fff}
.kh-home-hero{background:linear-gradient(180deg,#fff 0,#fbfdfe 100%)}.kh-trust-badge,.category-card .category-icon,.home-provider-card>span{background:#eaf6f7}.kh-home-hero h1 em{color:var(--blue)}.kh-popular-tags button:hover{background:#effafb}.kh-home-hero-visual{background:linear-gradient(145deg,#dceff2,#4baeb3);box-shadow:0 30px 70px rgba(17,87,126,.20)}.kh-visual-scene{background:linear-gradient(145deg,#123f5d,#1a7085 62%,#34aeb0)}.kh-scene-orb.two{background:#20b4b64d}.kh-visual-main .kh-visual-icon{background:var(--orange)}.kh-floating-card.second>span{background:#e8f9f9;color:#168f92}.service-cover{background:linear-gradient(145deg,#e5f2f5,#f8fbfc)}
.provider-cta{background:linear-gradient(135deg,#0d3048,#1767a5 64%,#1b8f9c)}.provider-cta p{color:#dbeaf1}.light-text{color:#9edfe1}.site-footer{background:#0e2b3d;color:#bdced8}.page-hero{background:linear-gradient(135deg,#eaf5f8,#fff)}.auth-copy{background:linear-gradient(145deg,#103b58,#1767a5 65%,#198796)}.pending-request-notice{border-color:#c6e4e5;background:#edfafa;color:#164e61}.price-box{background:linear-gradient(135deg,#fff,#edf7f9)}
.service-cover-v12{background:radial-gradient(circle at 85% 20%,#5bc8ca 0,transparent 32%),linear-gradient(135deg,#103750,#1767a5 58%,#138a91);box-shadow:0 22px 50px rgba(23,103,165,.18)}.service-intro-card,.price-tiers-section{background:#f4f9fb}.featured-location-grid a{border-color:#c9e0ea;background:#f7fbfc}.keyword-cloud span,.tag-list a,.tag-list span{background:#eaf5f8;color:#245f80}.service-final-cta,.contact-info-card{background:linear-gradient(135deg,#103750,#1767a5 65%,#178e96)}.hero-v12{background:radial-gradient(circle at 20% 20%,rgba(47,177,183,.68),transparent 30%),radial-gradient(circle at 82% 70%,rgba(95,201,205,.35),transparent 30%),linear-gradient(135deg,#0d3048,#1767a5 58%,#146e7c)}.hero-v12 h1 em{color:#8ce0e1}.wizard-progress span,.wizard-dialog footer .btn{background:linear-gradient(90deg,var(--blue),var(--orange))}.smart-search-box button{background:linear-gradient(135deg,var(--blue),#15578a)}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(32,180,182,.16)}
.dashboard{background:#f4f8fa}.dash-nav{border-color:#dfe9ed;box-shadow:0 10px 35px rgba(21,62,89,.06)}.dash-nav a.active,.dash-nav a:hover{background:#e9f5f8;color:var(--blue)}.dash-nav a{display:flex;align-items:center;justify-content:space-between}.nav-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--blue);color:#fff;font-size:11px}.stat-grid>div,.admin-stat-grid>div,.panel,.form-card{border-color:#dfe9ed;box-shadow:0 8px 26px rgba(22,67,95,.045)}
.provider-leads-page .dashboard-grid{align-items:start}.leads-heading{margin-bottom:17px}.leads-heading h1{color:var(--navy)}.lead-summary-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:12px 15px;border:1px solid #cfe4eb;border-radius:14px;background:#fff}.lead-summary-bar>div{display:flex;align-items:center;gap:11px}.lead-summary-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e9f6f7;color:var(--blue);font-size:21px;font-weight:900}.lead-summary-bar p{display:grid;margin:0}.lead-summary-bar small,.lead-summary-bar>span{color:var(--muted);font-size:11px}.lead-summary-bar>span{padding:6px 10px;border-radius:999px;background:#f1f7f9}
.compact-lead-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.compact-lead-card{min-width:0;padding:0;border:1px solid #dfe9ed;border-radius:17px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(19,60,88,.055);transition:transform .18s,box-shadow .18s,border-color .18s}.compact-lead-card:hover{transform:translateY(-2px);border-color:#b8d7e3;box-shadow:0 15px 38px rgba(20,69,99,.11)}.compact-lead-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 14px 11px}.lead-service-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#e4f4f7,#d6ecef);color:var(--blue);font-size:13px;font-weight:950}.compact-lead-head>div{min-width:0}.compact-lead-head .status{padding:2px 7px;font-size:9px}.compact-lead-head h2{overflow:hidden;margin:3px 0 0;color:var(--navy);font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.compact-lead-head time{align-self:start;color:#85949e;font-size:10px}.lead-location-row{display:flex;align-items:center;gap:6px;padding:8px 14px;border-top:1px solid #edf2f4;border-bottom:1px solid #edf2f4;background:#f8fbfc;color:var(--blue);font-size:11px}.lead-location-row b{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.lead-location-row small{color:#84939d}.lead-excerpt{display:-webkit-box;min-height:54px;margin:12px 14px 10px;overflow:hidden;color:#5e727f;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.compact-lead-meta{display:grid;grid-template-columns:1.35fr .65fr;margin:0 14px 12px;border:1px solid #e6eef1;border-radius:11px;overflow:hidden}.compact-lead-meta span{display:grid;gap:2px;padding:8px 9px}.compact-lead-meta span+span{border-left:1px solid #e6eef1}.compact-lead-meta small{color:#81919b;font-size:9px}.compact-lead-meta b{overflow:hidden;color:#263d4c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.compact-lead-action{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid #e5eef1;background:#fbfdfe;color:#667986;font-size:11px}.compact-lead-action b{color:var(--blue);font-size:11px}.lead-empty>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 10px;border-radius:15px;background:#eaf6f7;color:var(--blue);font-size:27px}
.admin-sidebar{background:#0e2b3d}.admin-nav-group a.active{background:#1767a5}.admin-top a{color:#1767a5}
@media(max-width:1100px){.compact-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.brand-picture img,.custom-brand img{max-width:170px;max-height:42px}.provider-leads-page{padding-top:28px}.provider-leads-page .dashboard-grid{gap:16px}.provider-leads-page .dash-nav{display:grid;grid-template-columns:1fr 1fr;padding:11px}.provider-leads-page .dash-nav h3{grid-column:1/-1;margin:3px 7px 8px}.provider-leads-page .dash-nav a{padding:8px;font-size:11px}.provider-leads-page .dash-nav a:last-child{grid-column:1/-1}.leads-heading{display:flex;align-items:flex-start;flex-direction:column}.lead-summary-bar>span{display:none}.compact-lead-grid{grid-template-columns:1fr}.compact-lead-card{border-radius:15px}.lead-excerpt{min-height:auto}.kh-home-hero h1 em{color:var(--blue)}.kh-mobile-bottom .kh-mobile-request{color:var(--orange)}.kh-mobile-bottom .kh-mobile-request>span{background:var(--orange);box-shadow:0 7px 18px rgba(32,180,182,.34)}}

/* ===== v18.css ===== */
/* Kapında Hizmet V1.8 — fiyat rehberi, kategori görselleri ve mobil kaydırıcılar */
.price-guide-hero{padding:58px 0;background:linear-gradient(145deg,#eff8fa,#fff 60%,#eaf3fb)}
.price-guide-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:55px;align-items:center}.price-guide-hero h1{margin:5px 0 15px;color:var(--navy);font-size:clamp(43px,5vw,64px);line-height:1.05;letter-spacing:-2.5px}.price-guide-hero p{max-width:760px;color:var(--muted);font-size:17px}.price-guide-summary{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:22px;border:1px solid #d2e5eb;border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(23,103,165,.10)}.price-guide-summary div{display:flex;flex-direction:column;padding:15px;border-radius:15px;background:#f0f8fa}.price-guide-summary strong{color:var(--blue);font-size:30px}.price-guide-summary span,.price-guide-summary small{color:var(--muted);font-size:12px}.price-guide-summary small{grid-column:1/-1}.price-guide-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.price-guide-tools>small{color:var(--muted);font-weight:750;white-space:nowrap}.price-guide-search{display:flex;align-items:center;flex:1;max-width:650px;padding:4px 15px;border:1px solid #dce5eb;border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(27,77,108,.06)}.price-guide-search span{color:var(--blue);font-size:25px}.price-guide-search input{width:100%;padding:13px;border:0;outline:0;background:transparent}.price-guide-filters{display:flex;gap:9px;margin-bottom:28px;padding-bottom:7px;overflow-x:auto;scrollbar-width:none}.price-guide-filters::-webkit-scrollbar{display:none}.price-guide-filters button{flex:0 0 auto;padding:9px 15px;border:1px solid #dbe4e9;border-radius:999px;background:#fff;color:#536170;font-weight:800;cursor:pointer}.price-guide-filters button.active{border-color:var(--blue);background:var(--blue);color:#fff}.price-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.price-guide-card{overflow:hidden;border:1px solid #dfe7eb;border-radius:20px;background:#fff;box-shadow:0 10px 32px rgba(29,68,96,.055);transition:.2s}.price-guide-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(29,68,96,.12)}.price-guide-card[hidden]{display:none}.price-guide-media{position:relative;display:grid;place-items:center;height:142px;overflow:hidden;background:linear-gradient(145deg,#dceff3,#f5fafb)}.price-guide-media img{width:100%;height:100%;object-fit:cover;transition:.3s}.price-guide-card:hover .price-guide-media img{transform:scale(1.04)}.price-guide-media>span{color:var(--blue);font-size:42px;font-weight:950}.price-guide-media>b{position:absolute;top:12px;right:12px;padding:6px 9px;border-radius:8px;background:#fff;color:var(--blue);box-shadow:0 5px 15px #153e5e20;font-size:10px;letter-spacing:.7px}.price-guide-body{padding:19px}.price-guide-body>small{color:var(--blue);font-weight:850}.price-guide-body h2{margin:3px 0 7px;color:var(--navy);font-size:20px}.price-guide-body>p{height:44px;margin:0 0 15px;overflow:hidden;color:var(--muted);font-size:13px}.price-guide-range{display:flex;flex-direction:column;margin:0 -19px;padding:13px 19px;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;background:#fbfcfd}.price-guide-range span{color:var(--muted);font-size:11px}.price-guide-range strong{color:#153e5e;font-size:18px}.price-guide-link{display:flex;justify-content:space-between;padding-top:14px;color:var(--blue);font-size:13px;font-weight:850}.price-guide-empty{text-align:center;padding:50px}.price-guide-info{text-align:center}.price-guide-info>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:24px 0}.price-guide-info>div span{padding:10px 14px;border:1px solid #dce6e8;border-radius:12px;background:#fff;font-weight:750}.price-guide-info>div b{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:6px;border-radius:50%;background:var(--blue);color:#fff}.price-tier-table{width:100%;margin:24px 0;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #dfe6e9;border-radius:16px}.price-tier-table th,.price-tier-table td{padding:14px 16px;border-bottom:1px solid #e8edef;text-align:left}.price-tier-table th{background:#eff7f9;color:#174b68;font-size:12px}.price-tier-table tr:last-child td{border-bottom:0}.price-tier-table td:nth-child(2){color:var(--blue);font-weight:850;white-space:nowrap}.category-card.has-cover{padding:0;display:block;overflow:hidden}.home-category-cover{position:relative;display:block;height:92px;overflow:hidden;background:linear-gradient(145deg,#dceff3,#f4fafb)}.home-category-cover img{width:100%;height:100%;object-fit:cover}.home-category-cover>span{display:grid;place-items:center;height:100%;color:var(--blue);font-size:31px;font-weight:950}.home-category-content{display:flex!important;align-items:center;padding:14px}.home-category-content div{display:flex;flex:1;flex-direction:column}.admin-cover-thumb{width:70px;height:45px;object-fit:cover;border-radius:9px;background:#edf4f6}.category-hero-media{position:relative;min-height:240px;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,#dceff3,#f5fafb);box-shadow:0 18px 45px rgba(23,103,165,.12)}.category-hero-media img{position:absolute;width:100%;height:100%;object-fit:cover}.category-hero-media .category-hero-stat{position:absolute;right:15px;bottom:15px;left:15px;background:#fffffff2;backdrop-filter:blur(8px)}
@media(max-width:900px){.price-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-guide-hero-grid{grid-template-columns:1fr}.price-guide-summary{max-width:500px}.category-hero-grid{grid-template-columns:1fr}}
@media(max-width:760px){.home-category-slider,.home-service-slider{display:flex!important;grid-template:unset!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding:3px 2px 15px!important;scrollbar-width:none}.home-category-slider::-webkit-scrollbar,.home-service-slider::-webkit-scrollbar{display:none}.home-category-slider .category-card{flex:0 0 72%!important;width:72%!important;min-width:72%!important;min-height:0!important;scroll-snap-align:start}.home-service-slider .service-card{flex:0 0 78%!important;width:78%!important;min-width:78%!important;scroll-snap-align:start}.home-category-cover{height:112px}.home-service-slider .service-cover{height:130px}.home-service-slider .service-body p{display:block;height:42px;min-height:0;overflow:hidden}.section-head h2{font-size:29px}.section-head .eyebrow{margin-bottom:4px}.slider-actions button{width:35px;height:35px}.price-guide-hero{padding:34px 0}.price-guide-hero h1{font-size:39px}.price-guide-summary{grid-template-columns:1fr 1fr}.price-guide-section{padding-top:34px}.price-guide-tools{align-items:stretch;flex-direction:column}.price-guide-tools>small{padding-left:4px}.price-guide-search{max-width:none}.price-guide-grid{grid-template-columns:1fr 1fr;gap:10px}.price-guide-media{height:105px}.price-guide-body{padding:13px}.price-guide-body h2{font-size:15px;line-height:1.25}.price-guide-body>p{display:none}.price-guide-range{margin:10px -13px 0;padding:10px 13px}.price-guide-range strong{font-size:14px}.price-guide-link{font-size:11px}.price-guide-media>b{top:8px;right:8px;padding:4px 6px;font-size:8px}.price-tier-table th,.price-tier-table td{padding:11px 9px;font-size:12px}.price-tier-table td:nth-child(3),.price-tier-table th:nth-child(3){display:none}}
@media(max-width:420px){.home-category-slider .category-card{flex-basis:82%!important;width:82%!important;min-width:82%!important}.home-service-slider .service-card{flex-basis:84%!important;width:84%!important;min-width:84%!important}.price-guide-grid{grid-template-columns:1fr}.price-guide-card{display:grid;grid-template-columns:112px 1fr}.price-guide-media{height:100%;min-height:175px}.price-guide-body h2{font-size:16px}.price-guide-summary{padding:14px}.price-guide-summary strong{font-size:24px}}
.admin-cover-thumb{display:inline-block}

/* ===== v19.css ===== */
/* Kapında Hizmet V1.9 — bildirim, e-posta ve yorum yönetimi */
.mail-system-info{display:flex;align-items:center;justify-content:space-between;gap:24px;border-left:4px solid var(--blue)}.mail-system-info h2{margin:2px 0}.mail-system-info p{margin:5px 0;color:var(--muted)}.mail-system-info .row-action{min-width:330px}.dashboard-notification-section{padding:0 0 60px}.dashboard-notification-section .panel{max-width:900px;margin-left:auto}.dashboard-notification-list{display:grid;gap:10px}.dashboard-notification{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:14px;border:1px solid #e0e8ec;border-radius:14px;background:#fff}.dashboard-notification.unread{border-color:#9acdd5;background:#f0fafb;box-shadow:inset 4px 0 var(--orange)}.dashboard-notification>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e8f4f7}.dashboard-notification div{min-width:0}.dashboard-notification b{color:var(--navy)}.dashboard-notification p{margin:2px 0;color:var(--muted);font-size:13px}.dashboard-notification small{color:#82919c}.dashboard-notification i{color:var(--blue);font-style:normal}.admin-empty h3{margin:0 0 5px}.admin-empty p{margin:0;color:var(--muted)}
@media(max-width:760px){.mail-system-info{align-items:stretch;flex-direction:column}.mail-system-info .row-action{min-width:0;display:grid;grid-template-columns:1fr}.dashboard-notification-section{padding-bottom:35px}.dashboard-notification-section .panel{margin:0}.dashboard-notification{grid-template-columns:38px 1fr auto;padding:11px}.dashboard-notification>span{width:38px;height:38px}.dashboard-notification p{font-size:12px}.settings-section .form-grid{grid-template-columns:1fr}}

/* V2.0 — finans, anti-spam ve profesyonel bildirim deneyimi */
.admin-insight-grid,.finance-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}.admin-insight-grid article,.finance-summary>div{background:linear-gradient(145deg,#fff,#f7fafc);border:1px solid #dde7ec;border-radius:18px;padding:18px;box-shadow:0 8px 26px rgba(20,49,72,.06)}.admin-insight-grid span,.finance-summary span{display:block;color:#647785;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-insight-grid strong,.finance-summary strong{display:block;font-size:25px;color:var(--navy);margin:7px 0 4px}.admin-insight-grid small,.finance-summary small{color:#81909a}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:18px;align-items:start}.admin-commission-feed{display:grid;gap:10px}.admin-commission-feed>div{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f3}.admin-commission-feed>div:last-child{border-bottom:0}.admin-commission-feed span:last-child{text-align:right}.admin-commission-feed small{display:block;margin-top:3px;color:#7d8b95}.human-check{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #cce0e5;background:#f4fbfc;border-radius:14px}.human-check div{display:grid;gap:3px}.human-check small{color:#6d7c85}.human-check label{min-width:150px;font-weight:800}.human-check input{margin-top:5px}.commission-list{display:grid;gap:14px}.commission-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:18px;border:1px solid #e0e8ec;border-radius:16px;background:#fff}.commission-card h3{margin:4px 0}.commission-card p,.commission-card small{color:#72818c}.commission-money{text-align:right;display:grid;gap:4px;justify-items:end}.commission-pay-form{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;padding-top:12px;border-top:1px solid #edf1f3}.commission-reference{grid-column:1/-1;padding-top:10px;border-top:1px solid #edf1f3;color:#5e707c}.finance-actions{display:grid;gap:6px;min-width:210px}.finance-actions form{display:grid;grid-template-columns:1fr auto;gap:6px}.status.payment_reported{background:#fff2d6;color:#8b5a00}.status.waived{background:#eef1f3;color:#5e6972}.status.cancelled{background:#f5e8e8;color:#8b3434}
.alert.toast-ready{position:fixed;right:22px;top:22px;z-index:9999;max-width:420px;min-width:290px;margin:0;border:0;border-radius:16px;box-shadow:0 18px 60px rgba(15,42,60,.22);animation:toastIn .25s ease}.alert.toast-ready::after{content:'×';position:absolute;right:12px;top:8px;font-size:18px;opacity:.55;cursor:pointer}.alert.toast-hide{opacity:0;transform:translateY(-10px);transition:.25s ease;pointer-events:none}@keyframes toastIn{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}
@media(max-width:980px){.admin-insight-grid,.finance-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}}@media(max-width:680px){.admin-insight-grid,.finance-summary{grid-template-columns:1fr 1fr}.human-check{align-items:stretch;flex-direction:column}.human-check label{min-width:0}.commission-card{grid-template-columns:1fr}.commission-money{text-align:left;justify-items:start}.commission-pay-form{grid-template-columns:1fr}.alert.toast-ready{left:12px;right:12px;top:12px;min-width:0}.finance-actions form{grid-template-columns:1fr}}
.provider-finance-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid #dce8ed;border-radius:18px;background:linear-gradient(135deg,#f4fbfc,#fff);box-shadow:0 10px 30px rgba(26,73,98,.06)}.provider-finance-banner h2{margin:3px 0 5px}.provider-finance-banner p{margin:0;color:#6c7c87}@media(max-width:680px){.provider-finance-banner{align-items:stretch;flex-direction:column}}

/* ===== v20.css ===== */
/* V2.1 - provider hub, wallet and detailed request administration */
.provider-hub,.provider-wallet-page{padding:30px 0 60px;background:#f6f8fc;min-height:75vh}.provider-hero-card{display:grid;grid-template-columns:1fr 300px;gap:24px;padding:30px;border-radius:24px;background:linear-gradient(135deg,#0d1f44,#153d80);color:#fff;box-shadow:0 18px 50px rgba(18,45,94,.18);margin-bottom:22px}.provider-hero-card h1{margin:5px 0 8px;font-size:32px;color:#fff}.provider-hero-card p{color:rgba(255,255,255,.82);max-width:720px}.provider-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.provider-hero-actions .btn.outline{border-color:rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.06)}.provider-hero-actions .btn b{margin-left:8px;padding:1px 7px;border-radius:999px;background:rgba(255,255,255,.18)}.provider-wallet-card{padding:22px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;justify-content:center}.provider-wallet-card small{font-size:11px;letter-spacing:.08em;color:#cbd8f4}.provider-wallet-card strong{font-size:34px;margin:5px 0}.provider-wallet-card span{font-size:13px;color:#dbe5fb}.provider-wallet-card a{margin-top:12px;color:#fff;font-weight:700}.provider-shell{display:grid;grid-template-columns:235px 1fr;gap:22px}.provider-side{background:#fff;border:1px solid #e6eaf2;border-radius:18px;padding:14px;height:max-content;position:sticky;top:95px;box-shadow:0 8px 28px rgba(17,35,75,.06)}.provider-side-brand{display:flex;gap:10px;align-items:center;padding:10px 8px 16px;border-bottom:1px solid #edf0f6;margin-bottom:8px}.provider-side-avatar{width:42px;height:42px;border-radius:13px;background:#eaf1ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.provider-side-brand div{display:grid}.provider-side-brand small{color:#15803d}.provider-side>a{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-radius:11px;color:#334155;font-weight:650;margin:3px 0}.provider-side>a:hover,.provider-side>a.active{background:#eef4ff;color:#0b63f6}.provider-side a em{font-style:normal;background:#0b63f6;color:#fff;border-radius:999px;min-width:22px;text-align:center;font-size:11px;padding:2px 6px}.provider-side-foot{border-top:1px solid #edf0f6;margin-top:10px;padding:12px 8px 2px}.provider-side-foot a{font-size:13px;color:#64748b}.provider-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.provider-kpis article,.admin-finance-summary article,.admin-request-summary article{background:#fff;border:1px solid #e7ebf3;border-radius:16px;padding:18px;box-shadow:0 6px 20px rgba(17,35,75,.04)}.provider-kpis span,.admin-finance-summary span,.admin-request-summary span{display:block;font-size:12px;color:#64748b}.provider-kpis strong,.admin-finance-summary strong,.admin-request-summary strong{display:block;font-size:24px;margin:5px 0}.provider-kpis small,.admin-finance-summary small{color:#94a3b8}.provider-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px}.provider-job-list article{display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #edf0f5}.provider-job-list article:last-child{border-bottom:0}.provider-job-icon{width:40px;height:40px;border-radius:12px;background:#eef4ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.provider-job-list p,.provider-job-list small{margin:2px 0;color:#64748b}.provider-right{display:grid;gap:18px;align-content:start}.provider-finance-mini>div:not(.panel-head){display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eef1f6}.provider-finance-mini>div span{color:#64748b}.provider-notice{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid #eef1f6}.provider-notice.unread b{color:#0b63f6}.provider-notice div{display:grid}.provider-notice small{color:#94a3b8}.provider-alert{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:14px;padding:15px 17px;margin-bottom:16px}.provider-alert.warning{background:#fff7e8;border:1px solid #f9d899}.provider-alert p{margin:2px 0 0}.provider-mobile-nav{display:none}.wallet-overview{display:grid;grid-template-columns:330px 1fr;gap:18px;margin-bottom:18px}.wallet-balance-big{padding:26px;border-radius:20px;background:#0f2a59;color:#fff}.wallet-balance-big small{color:#cbd8f4}.wallet-balance-big strong{display:block;font-size:38px;margin:7px 0}.wallet-balance-big p{color:#dce6fb}.wallet-topup-form{margin:0}.wallet-grids{grid-template-columns:1fr 1fr}.wallet-tx-list article,.wallet-topup-list article{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eef1f6}.wallet-tx-list article>div,.wallet-topup-list article>div{display:grid;flex:1}.wallet-tx-list small,.wallet-topup-list small{color:#94a3b8}.wallet-tx-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:900}.wallet-tx-icon.plus{background:#e8f7ef;color:#15803d}.wallet-tx-icon.minus{background:#fff0ef;color:#c2413b}.positive{color:#15803d}.negative{color:#c2413b}.quote-wallet-check{display:grid;grid-template-columns:160px 160px 1fr auto;gap:12px;align-items:center;background:#eef5ff;border:1px solid #d8e7ff;border-radius:15px;padding:15px;margin:16px 0}.quote-wallet-check div{display:grid}.quote-wallet-check small{color:#64748b}.quote-wallet-check b{font-size:18px}.quote-wallet-check p{margin:0;color:#475569;font-size:13px}.admin-request-summary,.admin-finance-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.admin-request-list{display:grid;gap:16px}.admin-request-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;overflow:hidden;box-shadow:0 7px 26px rgba(17,35,75,.04)}.admin-request-card>header{display:flex;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #edf0f5}.admin-request-card h3{margin:4px 0}.admin-request-card p{margin:3px 0;color:#64748b}.admin-request-head-right{display:grid;justify-items:end;align-content:start;gap:7px}.admin-request-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px 20px;background:#fafbfe}.admin-request-meta span{display:grid}.admin-request-meta small{color:#94a3b8}.admin-request-meta em{font-style:normal;color:#64748b;font-size:12px}.admin-request-detail{padding:0 20px}.admin-request-detail summary{cursor:pointer;padding:14px 0;font-weight:750}.admin-request-detail summary b{display:inline-block;margin-left:6px;background:#eef4ff;color:#0b63f6;border-radius:999px;padding:2px 8px}.admin-request-quotes{display:grid;gap:8px;padding-bottom:14px}.admin-request-quote{display:grid;grid-template-columns:42px 1fr 210px;gap:12px;align-items:center;border:1px solid #e8ecf3;border-radius:13px;padding:12px}.admin-request-quote.accepted{border-color:#9cd8b0;background:#f4fff7}.quote-provider-avatar{width:40px;height:40px;border-radius:12px;background:#eef4ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.quote-provider-info{display:grid}.quote-provider-info small{color:#64748b}.quote-provider-info p{font-size:12px}.quote-admin-money{display:grid;justify-items:end;gap:3px}.quote-admin-money small{font-size:11px;color:#64748b}.admin-request-status{display:grid;grid-template-columns:180px 1fr auto;gap:8px;padding:14px 20px;border-top:1px solid #edf0f5;background:#fafbfc}.admin-topup-list{display:grid}.admin-topup-list>article{display:grid;grid-template-columns:1fr auto 110px minmax(300px,auto);gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #edf0f5}.admin-topup-list>article>div:first-child{display:grid}.admin-topup-list small{color:#64748b}.admin-topup-list p{margin:3px 0}.admin-topup-actions{display:flex;gap:7px}.admin-topup-actions form{display:flex;gap:6px}.admin-topup-actions input{min-width:130px}
@media(max-width:1000px){.provider-hero-card{grid-template-columns:1fr 250px}.provider-shell{grid-template-columns:1fr}.provider-side{display:none}.provider-mobile-nav{display:flex;overflow:auto;gap:8px;margin-bottom:15px;padding-bottom:4px}.provider-mobile-nav a{white-space:nowrap;background:#fff;border:1px solid #e6eaf2;border-radius:10px;padding:9px 12px;font-size:13px}.provider-mobile-nav a.active{background:#0b63f6;color:#fff}.provider-content-grid{grid-template-columns:1fr}.provider-right{grid-template-columns:1fr 1fr}.admin-topup-list>article{grid-template-columns:1fr auto 100px}.admin-topup-actions{grid-column:1/-1}.admin-request-meta{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.provider-hub,.provider-wallet-page{padding-top:14px}.provider-hero-card{grid-template-columns:1fr;padding:20px;border-radius:18px}.provider-hero-card h1{font-size:25px}.provider-wallet-card{padding:16px}.provider-kpis{grid-template-columns:1fr 1fr}.provider-kpis article{padding:14px}.provider-kpis strong{font-size:21px}.provider-content-grid,.wallet-overview,.wallet-grids,.provider-right{grid-template-columns:1fr}.provider-job-list article{grid-template-columns:38px 1fr auto}.provider-job-list article .status{grid-column:2/4;justify-self:start}.provider-alert{align-items:flex-start;flex-direction:column}.quote-wallet-check{grid-template-columns:1fr 1fr}.quote-wallet-check p,.quote-wallet-check a{grid-column:1/-1}.admin-request-summary,.admin-finance-summary{grid-template-columns:1fr 1fr}.admin-request-card>header{flex-direction:column}.admin-request-head-right{justify-items:start}.admin-request-meta{grid-template-columns:1fr 1fr;padding:12px}.admin-request-detail{padding:0 12px}.admin-request-quote{grid-template-columns:38px 1fr}.quote-admin-money{grid-column:2;justify-items:start}.admin-request-status{grid-template-columns:1fr;padding:12px}.admin-topup-list>article{grid-template-columns:1fr auto}.admin-topup-list>article>.status{grid-column:2}.admin-topup-actions{grid-column:1/-1;flex-direction:column}.admin-topup-actions form{display:grid;grid-template-columns:1fr auto}.wallet-overview{gap:12px}}

/* V2.2 premium customer/request/notification/payment UX */
.header-request-btn{border:0;cursor:pointer}.mobile-request-link,.kh-mobile-bottom button{border:0;background:none;font:inherit;color:inherit}.request-quick-modal{position:fixed;inset:0;z-index:9999;background:rgba(8,18,37,.64);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:18px}.request-quick-modal.open{display:flex}.request-quick-dialog{width:min(760px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.25);padding:26px;position:relative}.request-quick-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:12px;background:#f1f5f9;font-size:25px;cursor:pointer}.request-quick-head h2{font-size:28px;margin:5px 0}.request-quick-head p{color:#64748b}.request-quick-head input{width:100%;padding:15px 16px;border:1px solid #dbe3ee;border-radius:14px;margin:15px 0}.request-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.request-quick-grid a{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;padding:12px;border:1px solid #e6ebf2;border-radius:14px}.request-quick-grid a>span{width:38px;height:38px;border-radius:11px;background:#eef4ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.request-quick-grid a div{display:grid}.request-quick-grid small{color:#64748b}.request-quick-all{display:block;text-align:center;margin-top:15px;font-weight:700}.customer-hub{background:#f6f8fc;padding:28px 0 65px;min-height:75vh}.customer-hero{display:grid;grid-template-columns:1fr 220px;gap:20px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#102750,#1767a5);color:#fff;margin-bottom:20px}.customer-hero h1{color:#fff;margin:4px 0}.customer-hero p{color:#d9e8f7}.customer-hero-actions{display:flex;gap:10px;margin-top:18px}.customer-hero .btn.outline{color:#fff;border-color:#ffffff55}.customer-hero-badge{background:#ffffff14;border:1px solid #ffffff30;border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:center}.customer-hero-badge strong{font-size:38px}.customer-shell{display:grid;grid-template-columns:235px 1fr;gap:20px}.customer-side{background:#fff;border:1px solid #e7ebf2;border-radius:18px;padding:14px;height:max-content;position:sticky;top:90px}.customer-side-brand{display:flex;gap:10px;align-items:center;padding:8px 8px 15px;border-bottom:1px solid #eef1f5;margin-bottom:8px}.customer-side-brand>span{width:42px;height:42px;border-radius:13px;background:#eaf1ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.customer-side-brand div{display:grid}.customer-side-brand small{color:#64748b}.customer-side>a,.customer-side>button,.customer-side form button{width:100%;display:flex;gap:10px;align-items:center;border:0;background:none;padding:11px 12px;border-radius:11px;color:#334155;font-weight:650;cursor:pointer;text-align:left}.customer-side>a:hover,.customer-side>a.active,.customer-side>button:hover{background:#eef4ff;color:#0b63f6}.customer-side .customer-provider-link{margin-top:9px;background:#fff7e8;color:#9a5b00}.customer-main{min-width:0}.customer-mobile-nav{display:none}.customer-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:17px}.customer-kpis article{background:#fff;border:1px solid #e7ebf2;border-radius:16px;padding:17px}.customer-kpis span,.customer-kpis small{display:block;color:#64748b;font-size:12px}.customer-kpis strong{font-size:25px;display:block;margin:4px 0}.customer-content-grid{display:grid;grid-template-columns:1fr 320px;gap:17px}.customer-request-list article{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #eef1f5}.customer-request-icon{width:40px;height:40px;border-radius:12px;background:#eef4ff;color:#0b63f6;display:grid;place-items:center;font-weight:800}.customer-request-list p,.customer-request-list small{margin:2px 0;color:#64748b}.customer-request-side{display:grid;justify-items:end;gap:3px}.customer-notice{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid #eef1f5}.customer-notice div{display:grid}.customer-notice p{margin:2px 0;color:#64748b;font-size:12px}.customer-notice small{color:#94a3b8}.customer-notice.unread b{color:#0b63f6}.provider-quote-page{background:#f6f8fc;padding:28px 0 60px}.quote-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px}.premium-quote-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px}.premium-lead-card,.premium-quote-form,.quote-wallet-card{background:#fff;border:1px solid #e5eaf2;border-radius:20px;padding:22px;box-shadow:0 7px 24px rgba(17,35,75,.04)}.premium-lead-top{display:flex;justify-content:space-between;gap:15px}.premium-lead-top h2{margin:7px 0}.lead-budget{display:grid;justify-items:end}.lead-budget small{color:#64748b}.lead-budget strong{font-size:20px}.premium-lead-description{margin:18px 0;padding:17px;background:#f8fafc;border-radius:14px;line-height:1.7}.premium-lead-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.premium-lead-meta span{display:grid;padding:11px;border:1px solid #edf0f5;border-radius:12px}.premium-lead-meta small{color:#64748b}.premium-quote-form{margin-top:16px}.premium-form-head{display:flex;justify-content:space-between;gap:12px}.quote-safe-badge{background:#eaf7ef;color:#15803d;border-radius:999px;padding:7px 10px;height:max-content;font-size:12px}.premium-price-row{display:grid;grid-template-columns:1fr 210px;gap:14px;margin:18px 0}.price-input{display:flex;border:2px solid #dce4ef;border-radius:14px;overflow:hidden}.price-input input{border:0!important;font-size:26px;font-weight:800;padding:14px}.price-input b{padding:14px;display:grid;place-items:center;background:#f8fafc}.commission-preview{background:#eef5ff;border-radius:14px;padding:13px;display:grid}.commission-preview small,.commission-preview span{color:#64748b}.commission-preview strong{font-size:20px}.premium-quote-submit{margin-top:10px}.quote-side-stack{display:grid;gap:16px;align-content:start}.quote-wallet-card{background:#102750;color:#fff}.quote-wallet-card>small{color:#cbd8e8}.quote-wallet-card>strong{display:block;font-size:32px;margin:5px 0 12px}.quote-wallet-card>div{display:flex;justify-content:space-between;border-top:1px solid #ffffff22;padding-top:10px}.quote-wallet-card p{color:#d5e2f0;font-size:13px}.quote-wallet-card .btn.outline{color:#fff;border-color:#ffffff55}.quote-tips ul{padding-left:18px;color:#475569}.quote-tips li{margin:8px 0}.quote-existing-card{margin-top:15px;background:#edfbf1;border:1px solid #b6e3c2;border-radius:16px;padding:16px;display:flex;gap:12px;align-items:center}.quote-existing-card>span{width:38px;height:38px;border-radius:50%;background:#15803d;color:#fff;display:grid;place-items:center}.quote-existing-card div{flex:1}.wallet-payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.wallet-payment-methods label{cursor:pointer}.wallet-payment-methods input{position:absolute;opacity:0}.wallet-payment-methods span{display:grid;border:1px solid #dfe6ef;border-radius:13px;padding:12px}.wallet-payment-methods input:checked+span{border-color:#0b63f6;background:#eef4ff;box-shadow:0 0 0 2px #0b63f622}.wallet-payment-methods small{color:#64748b}.iban-info{display:grid;background:#f8fafc;border:1px dashed #cad5e3;border-radius:13px;padding:12px;margin-bottom:13px}.iban-info small,.iban-info span{color:#64748b}.iban-info code{margin-top:4px;font-weight:700}.admin-live-notifications{position:fixed;right:26px;top:16px;z-index:1005}.admin-bell{width:44px;height:44px;border:1px solid #dce4ef;background:#fff;border-radius:14px;box-shadow:0 8px 24px #132a4d18;cursor:pointer;position:relative}.admin-bell b{position:absolute;right:-4px;top:-4px;background:#dc2626;color:#fff;border-radius:999px;min-width:20px;padding:2px 5px;font-size:10px}.admin-bell-panel{position:absolute;right:0;top:51px;width:370px;max-height:520px;overflow:auto;background:#fff;border:1px solid #e0e6ef;border-radius:17px;box-shadow:0 22px 60px #14284e2b;display:none}.admin-bell-panel.open{display:block}.admin-bell-panel header{display:flex;justify-content:space-between;padding:14px;border-bottom:1px solid #edf0f5}.admin-bell-panel header div{display:grid}.admin-bell-panel header small{color:#64748b}.admin-bell-panel [data-admin-notification-list] a{display:grid;padding:12px 14px;border-bottom:1px solid #eef1f5}.admin-bell-panel a span,.admin-bell-panel a small{color:#64748b;font-size:12px}.admin-notification-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.admin-notification-summary article{background:#fff;border:1px solid #e5eaf2;border-radius:15px;padding:16px}.admin-notification-summary span{font-size:11px;color:#64748b}.admin-notification-summary strong{display:block;font-size:25px}.admin-activity-list a{display:grid;grid-template-columns:40px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #eef1f5}.admin-activity-icon{width:38px;height:38px;border-radius:11px;background:#eef4ff;display:grid;place-items:center}.admin-activity-list p{margin:2px 0;color:#64748b}.admin-activity-list small{color:#94a3b8}.admin-activity-list i{font-style:normal}
@media(max-width:1000px){.customer-shell{grid-template-columns:1fr}.customer-side{display:none}.customer-mobile-nav{display:flex;overflow:auto;gap:8px;margin-bottom:14px}.customer-mobile-nav>*{white-space:nowrap;border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:9px 12px;font:inherit}.customer-mobile-nav .active{background:#0b63f6;color:#fff}.customer-content-grid,.premium-quote-layout{grid-template-columns:1fr}.quote-side-stack{grid-template-columns:1fr 1fr}.admin-live-notifications{right:14px}}
@media(max-width:700px){.request-quick-dialog{padding:20px 14px}.request-quick-grid{grid-template-columns:1fr}.customer-hub{padding-top:14px}.customer-hero{grid-template-columns:1fr;padding:20px;border-radius:18px}.customer-hero-badge{padding:14px}.customer-kpis{grid-template-columns:1fr 1fr}.customer-content-grid{grid-template-columns:1fr}.customer-request-list article{grid-template-columns:38px 1fr}.customer-request-side{grid-column:2;justify-items:start}.quote-page-head,.premium-lead-top,.premium-form-head{flex-direction:column}.premium-price-row,.premium-lead-meta,.quote-side-stack{grid-template-columns:1fr}.wallet-payment-methods{grid-template-columns:1fr}.admin-bell-panel{width:min(92vw,370px)}.admin-notification-summary{grid-template-columns:1fr 1fr}.premium-lead-card,.premium-quote-form,.quote-wallet-card{padding:16px}.provider-quote-page{padding-top:14px}}

/* ===== v21.css ===== */
/* Kapında Hizmet V2.2.5 - mobile first application experience */
:root{--app-safe-bottom:86px;--app-radius:18px;--app-shadow:0 10px 30px rgba(16,36,71,.08)}

/* Admin notification belongs to the top bar; never floats over content. */
.admin-top{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-height:68px;padding:10px 24px;position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e8edf4}
.admin-top-user{display:grid;text-align:right;line-height:1.25}.admin-top-user a{font-size:12px;color:#64748b}.admin-live-notifications{position:relative!important;right:auto!important;top:auto!important;z-index:1002;flex:0 0 auto}.admin-bell{display:grid;place-items:center}.admin-bell-panel{right:0;top:52px}

@media(max-width:760px){
 html{-webkit-text-size-adjust:100%;background:#f4f6fa}body{background:#f4f6fa;padding-bottom:calc(var(--app-safe-bottom) + env(safe-area-inset-bottom));overscroll-behavior-y:none}
 body:not(.admin-body) main{overflow:hidden}
 .container{width:100%;padding-left:14px;padding-right:14px}
 .site-header.kh-header{height:58px;box-shadow:0 1px 0 #e9edf3;background:rgba(255,255,255,.97);backdrop-filter:blur(18px)}
 .kh-header .header-inner{height:58px;padding:0 12px;gap:8px}.kh-header .logo{font-size:18px;min-width:0}.kh-header .logo span{width:32px;height:32px;border-radius:10px;font-size:16px;margin-right:7px}.kh-header .brand-picture img{display:block;max-width:145px!important;max-height:38px!important;width:auto!important;height:auto!important;object-fit:contain}
 .kh-header-actions{margin-left:auto;gap:4px}.kh-header-actions .kh-login,.kh-header-actions .nav-btn{display:none!important}.menu-toggle{display:grid!important;place-items:center;width:40px;height:40px;border-radius:12px;background:#f3f6fa!important;font-size:0!important}.menu-toggle:after{content:'☰';font-size:21px;color:#17233c}
 .mobile-nav.open{position:fixed;left:10px;right:10px;top:64px;display:grid!important;padding:9px;background:#fff;border:1px solid #e7ebf2!important;border-radius:18px;box-shadow:0 20px 60px rgba(16,36,71,.18);max-height:calc(100dvh - 150px);overflow:auto;z-index:1000}.mobile-nav a,.mobile-nav button{min-height:48px;display:flex;align-items:center;padding:11px 13px!important;border:0;background:transparent;border-radius:12px;font-weight:700;text-align:left}.mobile-nav a:active,.mobile-nav button:active{background:#eef4ff}
 .kh-mobile-bottom{position:fixed;display:grid!important;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:990;background:rgba(255,255,255,.98);border-top:1px solid #e3e8f0;padding:7px 5px calc(7px + env(safe-area-inset-bottom));box-shadow:0 -8px 30px rgba(16,36,71,.08);backdrop-filter:blur(18px)}
 .kh-mobile-bottom>a,.kh-mobile-bottom>button{min-width:0;height:57px;border:0;background:none;color:#667085;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:10px;font-weight:700;padding:0 2px;line-height:1.1}.kh-mobile-bottom span{font-size:22px;line-height:24px;color:#475467}.kh-mobile-bottom .kh-mobile-request{width:64px;height:64px;justify-self:center;margin-top:-22px;border-radius:22px;background:linear-gradient(145deg,var(--blue),#0b56d7);color:#fff;box-shadow:0 10px 26px rgba(11,99,246,.34);border:4px solid #fff}.kh-mobile-bottom .kh-mobile-request span{color:#fff;font-size:25px}.kh-mobile-bottom .kh-mobile-request b{font-size:9px;color:#fff;white-space:nowrap}
 .hero{padding:22px 0 24px;background:linear-gradient(180deg,#eef5ff 0,#f7f9fc 60%,#f4f6fa 100%)}.hero-grid{display:block}.hero-grid>div:first-child{padding:10px 2px}.hero h1,.page-hero h1{font-size:32px!important;line-height:1.08;letter-spacing:-1.5px!important;margin:4px 0 12px}.hero p,.page-hero p{font-size:15px;line-height:1.55}.eyebrow{font-size:10px;margin-bottom:7px}.hero-search{margin:18px 0 14px;padding:7px 7px 7px 13px;border-radius:17px;display:grid;grid-template-columns:30px 1fr;background:#fff;box-shadow:var(--app-shadow)}.hero-search input{min-width:0;padding:12px 6px;font-size:16px}.hero-search button{grid-column:1/-1;min-height:48px;border-radius:13px}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:11px}.trust-row>*{background:#fff;border:1px solid #e6ebf2;border-radius:12px;padding:8px}.hero-card{margin-top:14px;padding:13px;border-radius:20px;box-shadow:var(--app-shadow)}
 .section{padding:26px 0}.section.alt{background:#f4f6fa}.section-head,.dash-head,.panel-head,.admin-heading{align-items:center;margin-bottom:14px;gap:8px}.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{font-size:24px;letter-spacing:-.8px}.section-head>a,.panel-head>a{font-size:12px}.center-head{margin-bottom:18px;text-align:left}.center-head p{font-size:14px}
 .category-grid,.service-grid,.steps,.provider-stats,.quote-grid,.lead-grid{grid-template-columns:1fr 1fr!important;gap:10px}.category-card,.service-card,.steps article,.panel,.quick-card,.sticky-card,.form-card,.price-box{border-radius:16px;box-shadow:none}.category-card{display:grid;grid-template-columns:42px 1fr;padding:12px;gap:9px;min-height:76px}.category-card .category-icon{width:42px;height:42px}.category-card i{display:none}.category-card b{font-size:13px;line-height:1.2}.category-card small{font-size:10px}.service-cover{height:100px}.service-body{padding:12px}.service-body h3{font-size:14px;line-height:1.3}.service-body p{font-size:11px;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-body b{font-size:11px}.steps article{padding:16px}.steps article>span{width:38px;height:38px}.steps h3{font-size:15px;margin:11px 0 5px}.steps p{font-size:12px}.provider-cta{padding:32px 0}.provider-cta-grid{display:block}.provider-cta h2{font-size:27px}.provider-cta p,.provider-cta li{font-size:13px}.provider-stats{margin-top:16px}
 .page-hero,.page-hero.compact{padding:22px 0}.breadcrumbs{margin-bottom:10px;font-size:11px;overflow:auto;white-space:nowrap}.content-sidebar,.service-hero-grid,.dashboard-grid,.auth-card{grid-template-columns:1fr!important;gap:14px}.sticky-card{position:static!important}.provider-row{padding:14px;border-radius:16px}.provider-row .btn{min-height:44px}.profile-facts{grid-template-columns:1fr 1fr!important;gap:8px}.profile-facts div{padding:13px}.price-box{padding:20px}.price-box strong{font-size:34px}
 .form-card{padding:15px}.form-grid{gap:12px}.form-grid label,.form-card label{font-size:12px}.form-grid input,.form-grid select,.form-grid textarea,.form-card input,.form-card select,.form-card textarea,input,select,textarea{font-size:16px!important;min-height:46px;border-radius:12px}.btn{min-height:44px;border-radius:13px}.btn.full{min-height:50px}
 .request-quick-modal{align-items:flex-end!important;padding:0!important}.request-quick-dialog{width:100%!important;max-width:none!important;max-height:88dvh!important;border-radius:24px 24px 0 0!important;padding:20px 14px calc(18px + env(safe-area-inset-bottom))!important;overflow:auto;animation:khSheetUp .22s ease-out}.request-quick-head h2{font-size:23px!important}.request-quick-head p{font-size:13px}.request-quick-grid{grid-template-columns:1fr!important}.request-quick-grid a{min-height:64px;border-radius:15px}.request-quick-close{position:sticky!important;top:0;float:right;background:#eef1f5!important;width:38px!important;height:38px!important;border-radius:50%!important;z-index:2}@keyframes khSheetUp{from{transform:translateY(28px);opacity:.7}to{transform:none;opacity:1}}
 .site-footer{padding:28px 0 6px;margin-top:12px}.footer-grid{grid-template-columns:1fr!important;gap:18px}.footer-grid>div:not(:first-child){display:none}.footer-grid p{font-size:12px;margin-bottom:0}.footer-bottom{margin-top:18px;padding:14px 0;font-size:11px;text-align:center}
 table{font-size:12px} .table-wrap,.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
 .alert{position:fixed!important;top:68px;left:12px;right:12px;z-index:1100;margin:0!important;border-radius:14px;box-shadow:0 12px 35px rgba(16,36,71,.18);animation:khToast .22s ease-out}@keyframes khToast{from{transform:translateY(-8px);opacity:0}to{transform:none;opacity:1}}

 /* Customer/provider hubs behave like native app screens. */
 .customer-hub,.provider-dashboard,.provider-quote-page{padding:12px 0 20px!important;background:#f4f6fa!important;min-height:calc(100dvh - 58px)}.customer-hero{padding:16px!important;border-radius:18px!important;margin-bottom:12px}.customer-hero h1{font-size:24px!important}.customer-hero p{font-size:12px}.customer-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.customer-hero-actions .btn{padding:10px;font-size:12px}.customer-hero-badge{display:none!important}.customer-shell{display:block!important}.customer-side{display:none!important}.customer-mobile-nav{display:flex!important;position:sticky;top:58px;z-index:30;margin:0 -14px 12px;padding:8px 14px;background:#f4f6fa;overflow:auto;scrollbar-width:none}.customer-mobile-nav::-webkit-scrollbar{display:none}.customer-mobile-nav>*{min-height:40px;border-radius:12px!important;padding:9px 12px!important;font-size:12px}.customer-kpis{grid-template-columns:1fr 1fr!important;gap:9px}.customer-kpis article{padding:13px;border-radius:15px}.customer-kpis strong{font-size:22px}.customer-content-grid{grid-template-columns:1fr!important;gap:11px}.customer-request-list article{padding:11px 0}.customer-request-side{grid-column:auto!important}.premium-quote-layout{display:block!important}.premium-lead-card,.premium-quote-form,.quote-wallet-card{padding:15px!important;border-radius:17px!important}.premium-lead-meta{grid-template-columns:1fr 1fr!important}.premium-price-row{grid-template-columns:1fr!important}.price-input input{font-size:24px!important}.quote-side-stack{grid-template-columns:1fr!important;margin-top:12px}.wallet-payment-methods{grid-template-columns:1fr!important}

 /* Admin mobile: clear bar, notification on the right, no overlap. */
 .admin-body{padding-bottom:0!important}.admin-top{height:60px;min-height:60px;padding:8px 10px 8px 58px;justify-content:flex-end;gap:9px}.admin-menu{left:10px!important;top:10px!important;width:40px;height:40px;border-radius:11px!important;background:#f1f5f9!important;display:grid!important;place-items:center}.admin-top-user{margin-left:auto;max-width:150px;overflow:hidden}.admin-top-user b,.admin-top-user a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-live-notifications{position:relative!important;right:auto!important;top:auto!important}.admin-bell{width:40px;height:40px;border-radius:12px;box-shadow:none}.admin-bell-panel{position:fixed!important;left:10px!important;right:10px!important;top:66px!important;width:auto!important;max-height:calc(100dvh - 78px)!important;border-radius:18px}.admin-main{padding:12px!important}.admin-sidebar{z-index:1200}.admin-stat-grid,.admin-notification-summary{grid-template-columns:1fr 1fr!important;gap:9px}.admin-heading{align-items:flex-start!important}.admin-heading h1{font-size:23px}.admin-main .panel{padding:14px}.admin-main table{min-width:720px}
}

@media(max-width:380px){.category-grid,.service-grid{grid-template-columns:1fr!important}.kh-mobile-bottom>a,.kh-mobile-bottom>button{font-size:9px}.customer-kpis,.admin-stat-grid,.admin-notification-summary{grid-template-columns:1fr 1fr!important}}

/* V2.2.6 - Ana sayfa kategori kapaklarini kirpmadan goster */
.home-category-cover{height:auto!important;aspect-ratio:16/9!important;display:grid!important;place-items:center!important;background:#f3f7f8!important;}
.home-category-cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;}
@media(max-width:760px){.home-category-cover{height:auto!important;aspect-ratio:16/9!important}.home-category-slider .category-card{overflow:hidden!important}}

/* ===== v22.css ===== */
/* V2.2.8 - guest-first request flow + minimal category menu */
@media (min-width:761px){
  .kh-category-panel{
    width:min(560px,calc(100vw - 40px));
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0 16px;
    padding:12px 14px 10px;
    max-height:none;
    overflow:visible;
    border-radius:15px;
    box-shadow:0 16px 42px rgba(28,44,31,.13)
  }
  .kh-category-panel>a{
    min-width:0;
    min-height:46px;
    padding:7px 2px;
    gap:8px;
    border:0;
    border-bottom:1px solid #eef1ee;
    border-radius:0;
    background:transparent
  }
  .kh-category-panel>a:hover{background:transparent;color:var(--blue);transform:translateX(2px)}
  .kh-category-panel>a>span{
    width:25px;
    height:25px;
    flex:0 0 25px;
    border-radius:8px;
    font-size:11px;
    background:#f0f6f4
  }
  .kh-category-panel>a>div{min-width:0;display:flex;flex-direction:column;gap:1px}
  .kh-category-panel b{font-size:11.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .kh-category-panel small{font-size:9px;line-height:1.2;color:#8a938b}
  .kh-category-panel .kh-all-categories{
    grid-column:1/-1;
    min-height:36px;
    justify-content:center;
    border:0;
    margin:7px 0 0;
    padding:7px 4px 1px;
    font-size:11px
  }
}
.request-account-card.guest{background:linear-gradient(145deg,#f1f8ff,#fff);border-color:#cfe0f4}.request-account-card.guest .request-avatar{background:var(--blue);color:#fff}.account-step{margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.guest-account-grid{padding:18px;border:1px solid #dfe8f1;border-radius:18px;background:#f8fbff}.guest-login-hint{margin:0;color:var(--muted);font-size:13px}.guest-login-hint a{color:var(--blue);font-weight:850}.request-quick-head:after{content:'Üyelik bilgilerini yalnızca talebin sonunda isteyeceğiz.';display:block;margin-top:8px;padding:8px 10px;border-radius:10px;background:#eef7ff;color:#3d6380;font-size:11px;font-weight:750}
@media(max-width:760px){.guest-account-grid{padding:13px;border-radius:16px}.account-step{margin-top:18px;padding-top:17px}.request-page-hero p{font-size:13px}.request-quick-head:after{font-size:10px}}

/* ===== v23.css ===== */
/* V2.3.0 - Armut-inspired service marketplace UX, preserving Kapinda Hizmet colors and structure */

/* ---------- Global density / typography ---------- */
body{background:#fff;color:var(--text);font-size:15px}
.container{width:min(1120px,calc(100% - 32px))}
.section{padding:54px 0}
.section.alt{background:#f7f9fb}
.eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:7px}
.section-head,.dash-head,.panel-head,.admin-heading{margin-bottom:20px;align-items:center}
.section-head h2,.center-head h2,.provider-cta h2,.seo-content h2{font-size:30px;letter-spacing:-1px;margin:2px 0}
.section-head-actions{display:flex;align-items:center;gap:14px}.slider-actions{display:flex;gap:6px}.slider-actions button{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:10px;cursor:pointer;color:var(--navy)}

/* ---------- Desktop header: lighter marketplace bar ---------- */
.site-header.kh-header{background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(16,36,71,.06);border:0}
.header-inner{height:66px;gap:22px}
.logo{font-size:21px}.logo span{width:34px;height:34px;border-radius:10px}.brand-picture img{max-height:44px;width:auto}
.desktop-nav{gap:20px;font-size:13px}.desktop-nav>a,.kh-category-menu summary{padding:8px 0}
.kh-header-actions{gap:8px}.kh-login{font-size:13px;font-weight:750}.nav-btn{padding:10px 15px;border-radius:10px;font-size:13px}
.kh-category-panel{top:calc(100% + 8px)}

/* ---------- Home hero: one strong task instead of decorative split ---------- */
.kh-home-hero{padding:50px 0 42px;background:linear-gradient(180deg,#f7fbff 0,#fff 100%);border-bottom:1px solid #edf1f6}
.kh-home-hero-grid{display:block!important;max-width:860px;margin:auto;text-align:center}
.kh-home-hero-copy{max-width:780px;margin:auto}
.kh-home-hero-visual{display:none!important}
.kh-trust-badge{display:inline-flex!important;align-items:center;gap:6px;margin-bottom:9px;padding:6px 10px;border:1px solid #dfe9f3;border-radius:999px;background:#fff;color:#52657c;font-size:11px;font-weight:750}
.kh-home-hero .eyebrow{display:block;margin:4px 0 8px}
.kh-home-hero h1{max-width:760px;margin:0 auto 12px;font-size:clamp(36px,5vw,54px);line-height:1.04;letter-spacing:-2.2px;color:var(--navy)}
.kh-home-hero h1 em{color:var(--blue);font-style:normal}
.kh-home-hero-copy>p{max-width:650px;margin:0 auto 22px;color:var(--muted);font-size:15px}
.smart-search{max-width:720px;margin:0 auto;position:relative;text-align:left}
.smart-search-box{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:6px;padding:7px 7px 7px 14px;background:#fff;border:1px solid #dce4ed;border-radius:14px;box-shadow:0 8px 26px rgba(16,36,71,.08)}
.smart-search-box>span{font-size:22px;color:var(--blue)}
.smart-search-box input{min-width:0;height:46px;border:0;outline:0;font-size:15px;background:transparent}
.smart-search-box button{height:44px;border:0;border-radius:10px;padding:0 20px;background:var(--blue);color:#fff;font-weight:850;cursor:pointer}
.smart-suggestions{border-radius:0 0 14px 14px;box-shadow:0 16px 34px rgba(16,36,71,.12)}
.kh-popular-tags{justify-content:center;margin:13px auto 0;gap:6px}.kh-popular-tags small{font-size:11px;color:var(--muted)}.kh-popular-tags button{padding:5px 9px;border-radius:999px;border:1px solid #e1e7ef;background:#fff;color:#4e5f74;font-size:10.5px;font-weight:700;cursor:pointer}
.hero-trust{justify-content:center;margin-top:13px;gap:14px;font-size:11px;color:#596b7f}.hero-trust span{padding:0!important;border:0!important;background:transparent!important}

/* ---------- Home categories: compact visual marketplace tiles ---------- */
.home-category-slider.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-category-slider .category-card{display:block;padding:0;overflow:hidden;border:1px solid #e3e8ef;border-radius:14px;background:#fff;box-shadow:none;transform:none}
.home-category-slider .category-card:hover{transform:translateY(-2px);border-color:#cbd7e5;box-shadow:0 8px 22px rgba(16,36,71,.07)}
.home-category-cover{aspect-ratio:16/9!important;background:#f4f7fa!important;border-bottom:1px solid #edf1f5}
.home-category-cover img{object-fit:contain!important;padding:0!important}
.home-category-cover>span{display:grid;place-items:center;width:100%;height:100%;font-size:34px;font-weight:900;color:var(--blue)}
.home-category-content{display:flex!important;align-items:center;gap:8px;padding:10px 11px!important}
.home-category-content>div{display:flex;flex:1;min-width:0;flex-direction:column}.home-category-content b{font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-category-content small{font-size:10px;color:var(--muted)}.home-category-content i{font-style:normal;color:#9aa8b8;font-size:13px}

/* ---------- How it works: flat, numbered strip ---------- */
.center-head{max-width:640px;margin:0 auto 24px}.center-head p{margin:8px 0 0;font-size:14px}
.steps{gap:12px}.steps article{position:relative;padding:20px 18px;border:1px solid #e4e9ef;border-radius:14px;box-shadow:none}.steps article>span{width:32px;height:32px;border-radius:50%;font-size:12px}.steps h3{font-size:16px;margin:12px 0 5px}.steps p{font-size:12.5px;line-height:1.55}

/* ---------- Services: content-first cards ---------- */
.home-service-slider.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-service-slider .service-card{border-radius:14px;border:1px solid #e4e9ef;box-shadow:none}.home-service-slider .service-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(16,36,71,.07)}
.home-service-slider .service-cover{height:102px;background:linear-gradient(145deg,#f0f6ff,#f8fafc)}.home-service-slider .service-cover span{font-size:28px}
.home-service-slider .service-body{padding:13px}.home-service-slider .service-body small{font-size:9.5px}.home-service-slider .service-body h3{font-size:15px;margin:3px 0 5px}.home-service-slider .service-body p{font-size:11.5px;line-height:1.45;min-height:34px;margin:0 0 9px}.home-service-slider .service-body b{font-size:11.5px}

/* ---------- Providers: compact proof cards ---------- */
.home-provider-slider{gap:12px}.home-provider-card{border-radius:14px!important;padding:15px!important;box-shadow:none!important;border:1px solid #e4e9ef!important}.home-provider-card>span{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:11px!important}.home-provider-card h3{font-size:15px!important;margin:2px 0!important}.home-provider-card p{font-size:11px!important;margin:3px 0 5px!important}.home-provider-card b{font-size:11px!important}

/* ---------- Provider CTA: clean band, same colors ---------- */
.provider-cta{padding:52px 0;background:linear-gradient(135deg,var(--navy),var(--blue))}.provider-cta-grid{gap:46px}.provider-cta h2{font-size:34px}.provider-cta p{font-size:14px;max-width:620px}.provider-cta li{font-size:13px;margin:5px 0}.provider-stats{gap:9px}.provider-stats div{padding:17px;border-radius:13px}.provider-stats strong{font-size:21px}.provider-stats span{font-size:11px}

/* ---------- Interior pages: marketplace density ---------- */
.page-hero,.page-hero.compact{padding:36px 0;background:#f8fafc;border-bottom:1px solid #edf1f4}.page-hero h1{font-size:38px;letter-spacing:-1.5px}.page-hero p{font-size:14px}.quick-card,.sticky-card,.panel,.form-card,.price-box{border-radius:14px;box-shadow:0 5px 20px rgba(16,36,71,.05)}
.provider-row{border-radius:14px;padding:16px}.provider-info h3{font-size:17px}

/* ---------- Footer ---------- */
.site-footer{padding-top:42px}.footer-grid{gap:34px}.footer-grid h4{font-size:13px}.footer-grid a,.footer-grid p{font-size:12px}.footer-bottom{margin-top:28px}

/* ---------- Mobile: native-app feeling, first-screen conversion ---------- */
@media(max-width:760px){
  body{font-size:14px;padding-bottom:74px}
  .container{width:calc(100% - 24px)}
  .site-header.kh-header{position:sticky;top:0}.header-inner{height:56px}.logo{font-size:18px}.logo span{width:31px;height:31px}.brand-picture img{max-height:36px}.kh-login{font-size:0!important}.kh-login:before{content:'○';font-size:22px}.nav-btn.header-request-btn{display:none!important}.menu-toggle{width:38px;height:38px;border-radius:10px;background:#f4f6f8;font-size:20px}

  .kh-home-hero{padding:20px 0 19px;background:#fff}
  .kh-home-hero-grid{width:100%;text-align:left}
  .kh-trust-badge{font-size:9.5px;margin-bottom:8px;padding:5px 8px}
  .kh-home-hero .eyebrow{font-size:9px;margin:0 0 5px}
  .kh-home-hero h1{font-size:29px;line-height:1.08;letter-spacing:-1.3px;margin:0 0 8px;text-align:left}
  .kh-home-hero-copy>p{font-size:12.5px;line-height:1.45;margin:0 0 14px;text-align:left}
  .smart-search{margin:0}
  .smart-search-box{grid-template-columns:27px 1fr;padding:5px 9px;border-radius:13px;box-shadow:0 5px 18px rgba(16,36,71,.08)}
  .smart-search-box>span{font-size:19px}.smart-search-box input{height:43px;font-size:16px}.smart-search-box button{grid-column:1/-1;width:100%;height:44px;margin-top:1px;border-radius:10px}
  .kh-popular-tags{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;margin-top:9px;padding-bottom:2px;scrollbar-width:none}.kh-popular-tags::-webkit-scrollbar{display:none}.kh-popular-tags small{flex:0 0 auto}.kh-popular-tags button{flex:0 0 auto}
  .hero-trust{display:flex!important;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:10px;margin-top:10px;scrollbar-width:none}.hero-trust span{white-space:nowrap;font-size:9.5px}

  .section{padding:23px 0}.section.alt{background:#f7f9fb}
  .section-head{margin-bottom:11px;align-items:flex-end}.section-head h2,.center-head h2{font-size:20px;letter-spacing:-.6px}.section-head .eyebrow,.center-head .eyebrow{font-size:9px}.section-head-actions>a{font-size:10px}.slider-actions{display:none!important}

  .home-category-slider.category-grid{display:flex!important;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 12px 8px 0;margin-right:-12px;scrollbar-width:none}.home-category-slider::-webkit-scrollbar{display:none}
  .home-category-slider .category-card{flex:0 0 148px;scroll-snap-align:start;border-radius:13px;min-height:0!important;display:block!important}
  .home-category-cover{aspect-ratio:16/10!important}.home-category-content{padding:9px 9px!important}.home-category-content b{font-size:11.5px}.home-category-content small{font-size:9px}.home-category-content i{display:none}

  .center-head{text-align:left;margin:0 0 13px}.center-head p{font-size:11.5px;margin-top:5px}
  .steps{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.steps article{display:grid;grid-template-columns:34px 1fr;gap:0 10px;padding:12px 13px}.steps article>span{grid-row:1/3;width:32px;height:32px}.steps h3{margin:0;font-size:13.5px}.steps p{margin:3px 0 0;font-size:10.5px;line-height:1.45}

  .home-service-slider.service-grid{display:flex!important;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-12px;padding:1px 12px 8px 0;scrollbar-width:none}.home-service-slider::-webkit-scrollbar{display:none}.home-service-slider .service-card{flex:0 0 172px;scroll-snap-align:start;border-radius:13px}.home-service-slider .service-cover{height:84px}.home-service-slider .service-body{padding:10px}.home-service-slider .service-body h3{font-size:12.5px}.home-service-slider .service-body p{font-size:10px;min-height:30px}.home-service-slider .service-body b{font-size:10.5px}

  .home-provider-slider{display:flex!important;overflow-x:auto!important;gap:9px!important;margin-right:-12px;padding-right:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-provider-slider::-webkit-scrollbar{display:none}.home-provider-card{flex:0 0 260px!important;scroll-snap-align:start;padding:12px!important}.home-provider-card h3{font-size:13px!important}

  .provider-cta{padding:26px 0}.provider-cta h2{font-size:23px}.provider-cta p{font-size:12px}.provider-cta ul{margin:14px 0;padding-left:18px}.provider-cta li{font-size:11px}.provider-stats{grid-template-columns:1fr 1fr!important}.provider-stats div{padding:12px}.provider-stats strong{font-size:17px}.provider-stats span{font-size:9.5px}

  .page-hero,.page-hero.compact{padding:18px 0}.page-hero h1{font-size:27px}.page-hero p{font-size:12px}

  .request-quick-dialog{border-radius:20px 20px 0 0!important}.request-quick-head{position:sticky;top:-20px;background:#fff;z-index:2;padding-top:3px}.request-quick-head h2{font-size:21px!important}.request-quick-grid a{min-height:54px!important;padding:10px!important}.request-quick-grid a span{width:34px!important;height:34px!important}.request-quick-grid b{font-size:12px}.request-quick-grid small{font-size:9.5px}

  .kh-mobile-bottom{height:66px;padding-bottom:max(5px,env(safe-area-inset-bottom));border-top:1px solid #e4e9ef;box-shadow:0 -6px 20px rgba(16,36,71,.06)}
  .kh-mobile-bottom>a,.kh-mobile-bottom>button{font-size:9.5px}.kh-mobile-bottom span{font-size:18px}.kh-mobile-request{transform:translateY(-7px)!important}.kh-mobile-request span{width:43px!important;height:43px!important;box-shadow:0 5px 14px color-mix(in srgb,var(--blue) 28%,transparent)}

  .site-footer{padding:24px 0 0}.footer-grid{gap:12px}.footer-bottom{margin-top:14px}
}

@media(max-width:380px){
  .kh-home-hero h1{font-size:26px}.home-category-slider .category-card{flex-basis:138px}.home-service-slider .service-card{flex-basis:164px}
}

/* ===== v24.css ===== */
/* V2.4.0 - homepage settings binding + stronger marketplace UX */
.kh-home-hero.kh-hero-type-image .kh-home-hero-grid,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);max-width:1120px;align-items:center;gap:34px;text-align:left}
.kh-home-hero.kh-hero-type-image .kh-home-hero-copy,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-copy{max-width:none;margin:0}
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual{display:block!important;min-height:360px;border-radius:24px;overflow:hidden;background:#eef4f9;box-shadow:0 18px 50px rgba(16,36,71,.12)}
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{width:100%;height:360px;border:0;display:block}
.kh-home-hero.kh-hero-type-image .kh-trust-badge,.kh-home-hero.kh-hero-type-youtube .kh-trust-badge{margin-left:0}
.kh-home-hero.kh-hero-type-image h1,.kh-home-hero.kh-hero-type-youtube h1{margin-left:0;margin-right:0;font-size:clamp(36px,4.6vw,56px)}
.kh-home-hero.kh-hero-type-image .kh-home-hero-copy>p,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-copy>p{margin-left:0;margin-right:0}
.kh-home-hero.kh-hero-type-image .smart-search,.kh-home-hero.kh-hero-type-youtube .smart-search{margin-left:0}
.kh-home-hero.kh-hero-type-image .kh-popular-tags,.kh-home-hero.kh-hero-type-youtube .kh-popular-tags,.kh-home-hero.kh-hero-type-image .hero-trust,.kh-home-hero.kh-hero-type-youtube .hero-trust{justify-content:flex-start}

/* Stronger service-marketplace rhythm */
.kh-home-hero{padding:58px 0 48px}
.kh-home-hero h1{font-weight:900}
.smart-search-box{border:2px solid color-mix(in srgb,var(--blue) 22%,#dce4ed);box-shadow:0 14px 38px rgba(16,36,71,.10)}
.smart-search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px color-mix(in srgb,var(--blue) 12%,transparent),0 16px 36px rgba(16,36,71,.10)}
.section{padding:48px 0}
.home-category-slider .category-card{border-radius:16px;transition:.18s ease}
.home-category-cover{background:#f6f8fb!important}
.home-category-content{min-height:58px}
.home-service-slider .service-card{overflow:hidden;transition:.18s ease}
.home-service-slider .service-cover{height:118px}
.home-service-slider .service-body h3{font-size:16px}
.steps article{background:#fff}
.provider-cta{border-radius:0}

@media(max-width:760px){
 .kh-home-hero,.kh-home-hero.kh-hero-type-image,.kh-home-hero.kh-hero-type-youtube{padding:16px 0 18px}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-grid,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{display:block!important;max-width:none;text-align:left}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-visual,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual{display:block!important;min-height:0;margin-top:14px;border-radius:16px;box-shadow:none}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-visual img{min-height:0;aspect-ratio:16/9;object-fit:cover}
 .kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{height:auto;aspect-ratio:16/9}
 .kh-home-hero h1,.kh-home-hero.kh-hero-type-image h1,.kh-home-hero.kh-hero-type-youtube h1{font-size:30px;letter-spacing:-1.25px}
 .smart-search-box{border-width:1.5px}
 .section{padding:24px 0}
 .home-category-slider .category-card{flex-basis:156px}
 .home-service-slider .service-card{flex-basis:184px}
 .home-service-slider .service-cover{height:92px}
 .section-head h2,.center-head h2{font-size:21px}
}

/* ===== v25.css ===== */
/* V2.5.0 - tighter homepage rhythm + animated search affordance */

/* Homepage only: remove excessive vertical dead-space between conversion blocks */
.kh-home-hero{padding:38px 0 30px}
.kh-home-hero.kh-hero-type-image,.kh-home-hero.kh-hero-type-youtube{padding:38px 0 32px}
.kh-home-hero.kh-hero-type-image .kh-home-hero-grid,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{gap:26px}
.kh-home-hero-copy>p{margin-bottom:17px}
.kh-popular-tags{margin-top:10px}
.hero-trust{margin-top:12px}

body.home-page .section{padding:32px 0}
body.home-page .section+.section{border-top:1px solid #f0f3f6}
body.home-page .section.alt{background:#f8fafc}
body.home-page .section-head{margin-bottom:14px}
body.home-page .section-head h2,body.home-page .center-head h2{margin-top:1px}
body.home-page .center-head{margin-bottom:16px}
body.home-page .center-head p{margin-top:5px}
body.home-page .steps{gap:10px}
body.home-page .steps article{padding:16px 15px}
body.home-page .provider-cta{padding:38px 0}
body.home-page .provider-cta-grid{gap:32px}
body.home-page .site-footer{margin-top:0}

/* Search icon becomes a subtle active affordance while examples type */
.smart-search-box>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;transition:.2s ease;color:var(--blue)}
.smart-search.is-demo-typing .smart-search-box>span{background:color-mix(in srgb,var(--blue) 9%,#fff);animation:khSearchPulse 1.35s ease-in-out infinite}
.smart-search-box input::placeholder{color:#7e8da0;opacity:1}
@keyframes khSearchPulse{0%,100%{transform:scale(1);opacity:.72}50%{transform:scale(1.08);opacity:1}}
@media(prefers-reduced-motion:reduce){.smart-search.is-demo-typing .smart-search-box>span{animation:none}}

@media(max-width:760px){
 .kh-home-hero,.kh-home-hero.kh-hero-type-image,.kh-home-hero.kh-hero-type-youtube{padding:12px 0 13px}
 .kh-home-hero-copy>p{margin-bottom:11px}
 .kh-popular-tags{margin-top:7px}
 .hero-trust{margin-top:7px}
 body.home-page .section{padding:17px 0}
 body.home-page .section-head{margin-bottom:8px}
 body.home-page .center-head{margin-bottom:9px}
 body.home-page .steps{gap:6px!important}
 body.home-page .steps article{padding:10px 11px}
 body.home-page .provider-cta{padding:21px 0}
 body.home-page .provider-cta-grid{gap:18px}
 .smart-search-box>span{width:27px;height:27px}
}

/* ===== v26.css ===== */
/* V2.6.0 - centered conversion hero with soft banner background */
.kh-home-hero{position:relative;overflow:hidden;isolation:isolate;min-height:430px;display:flex;align-items:center;padding:52px 0 46px;background:linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.kh-home-hero-grid,.kh-home-hero.kh-hero-type-image .kh-home-hero-grid,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{display:block!important;max-width:980px!important;width:100%;margin:auto;text-align:center!important;position:relative;z-index:2}
.kh-home-hero-copy,.kh-home-hero.kh-hero-type-image .kh-home-hero-copy,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-copy{max-width:800px!important;margin:0 auto!important;text-align:center!important}
.kh-home-hero .kh-trust-badge{margin:0 auto 10px!important;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);box-shadow:0 8px 28px rgba(16,36,71,.06)}
.kh-home-hero .eyebrow{margin:2px auto 6px!important}
.kh-home-hero h1,.kh-home-hero.kh-hero-type-image h1,.kh-home-hero.kh-hero-type-youtube h1{font-size:clamp(34px,5vw,54px)!important;line-height:1.04;max-width:760px;margin:0 auto 12px!important;text-align:center!important}
.kh-home-hero-copy>p,.kh-home-hero.kh-hero-type-image .kh-home-hero-copy>p,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-copy>p{max-width:680px;margin:0 auto 18px!important;text-align:center!important}
.kh-home-hero .smart-search,.kh-home-hero.kh-hero-type-image .smart-search,.kh-home-hero.kh-hero-type-youtube .smart-search{max-width:720px;margin:0 auto!important}
.kh-home-hero .smart-search-box{background:rgba(255,255,255,.96);backdrop-filter:blur(10px);box-shadow:0 16px 45px rgba(16,36,71,.14);border-color:rgba(255,255,255,.92)}
.kh-home-hero .kh-popular-tags,.kh-home-hero.kh-hero-type-image .kh-popular-tags,.kh-home-hero.kh-hero-type-youtube .kh-popular-tags{justify-content:center!important;margin:11px auto 0!important;max-width:760px}
.kh-home-hero .hero-trust,.kh-home-hero.kh-hero-type-image .hero-trust,.kh-home-hero.kh-hero-type-youtube .hero-trust{justify-content:center!important;margin:12px auto 0!important}

/* Banner becomes a soft full-bleed backdrop instead of a separate card */
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual{display:block!important;position:absolute;inset:0;z-index:-2;min-height:0!important;border-radius:0!important;overflow:hidden;box-shadow:none!important;background:#eef4f9}
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual img,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important;display:block!important;border:0!important;filter:saturate(.78) contrast(.92);transform:scale(1.015)}
.kh-home-hero.kh-hero-type-image::before,.kh-home-hero.kh-hero-type-youtube::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.83) 0%,rgba(255,255,255,.78) 52%,rgba(255,255,255,.90) 100%)}
.kh-home-hero.kh-hero-type-image::after,.kh-home-hero.kh-hero-type-youtube::after{content:"";position:absolute;width:600px;height:600px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;background:radial-gradient(circle,rgba(255,255,255,.38),rgba(255,255,255,0) 68%);pointer-events:none}

/* Gradient mode keeps the same centered composition */
.kh-home-hero.kh-hero-type-gradient{background:radial-gradient(circle at 50% 30%,color-mix(in srgb,var(--blue) 8%,#fff),#fff 65%)}
.kh-home-hero.kh-hero-type-gradient .kh-home-hero-visual{display:none!important}

@media(max-width:760px){
 .kh-home-hero,.kh-home-hero.kh-hero-type-image,.kh-home-hero.kh-hero-type-youtube{min-height:0;padding:24px 0 20px}
 .kh-home-hero-grid,.kh-home-hero.kh-hero-type-image .kh-home-hero-grid,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{text-align:center!important}
 .kh-home-hero h1,.kh-home-hero.kh-hero-type-image h1,.kh-home-hero.kh-hero-type-youtube h1{font-size:30px!important;max-width:94%;margin-bottom:9px!important}
 .kh-home-hero-copy>p,.kh-home-hero.kh-hero-type-image .kh-home-hero-copy>p,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-copy>p{font-size:12px;max-width:94%;margin-bottom:13px!important}
 .kh-home-hero .kh-trust-badge{font-size:10px;margin-bottom:8px!important}
 .kh-home-hero .smart-search{width:100%}
 .kh-home-hero .smart-search-box{box-shadow:0 10px 28px rgba(16,36,71,.12)}
 .kh-home-hero .kh-popular-tags{justify-content:flex-start!important;overflow-x:auto;flex-wrap:nowrap!important;padding:0 2px 4px;scrollbar-width:none}
 .kh-home-hero .kh-popular-tags::-webkit-scrollbar{display:none}
 .kh-home-hero .kh-popular-tags>*{flex:0 0 auto;white-space:nowrap}
 .kh-home-hero .hero-trust{justify-content:flex-start!important;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
 .kh-home-hero .hero-trust::-webkit-scrollbar{display:none}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-visual,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual{margin:0!important;border-radius:0!important}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-visual img,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{aspect-ratio:auto!important;height:100%!important}
 .kh-home-hero.kh-hero-type-image::before,.kh-home-hero.kh-hero-type-youtube::before{background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.80) 50%,rgba(255,255,255,.92))}
}

/* ===== v27.css ===== */
/* V2.7.0 - full bleed hero banner + compact home rhythm + admin fade control */

/* Full-bleed banner: visual is positioned against the hero, not the inner container */
.kh-home-hero{position:relative!important;min-height:330px!important;padding:24px 0 22px!important;overflow:hidden;isolation:isolate}
.kh-home-hero .kh-home-hero-grid,
.kh-home-hero.kh-hero-type-image .kh-home-hero-grid,
.kh-home-hero.kh-hero-type-youtube .kh-home-hero-grid{position:static!important;max-width:1120px!important;min-height:0!important}
.kh-home-hero .kh-home-hero-copy{position:relative;z-index:3;max-width:780px!important;margin:0 auto!important}
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual,
.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;z-index:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
.kh-home-hero.kh-hero-type-image .kh-home-hero-visual img,
.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important;filter:saturate(.9) contrast(.94)!important}
.kh-home-hero.kh-hero-type-image::before,
.kh-home-hero.kh-hero-type-youtube::before{content:"";position:absolute;inset:0;z-index:1;background:rgba(255,255,255,var(--hero-fade,.72))!important;pointer-events:none}
.kh-home-hero.kh-hero-type-image::after,
.kh-home-hero.kh-hero-type-youtube::after{content:"";position:absolute;inset:0;z-index:2;width:auto!important;height:auto!important;left:0!important;top:0!important;transform:none!important;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,0) 28%,rgba(255,255,255,0) 72%,rgba(255,255,255,.12))!important;pointer-events:none}

/* Keep hero content dense; no artificial blank floor below the banner */
.kh-home-hero .kh-trust-badge{margin-bottom:6px!important}
.kh-home-hero .eyebrow{margin:0 auto 4px!important}
.kh-home-hero h1{margin-bottom:8px!important}
.kh-home-hero-copy>p{margin-bottom:12px!important}
.kh-home-hero .kh-popular-tags{margin-top:7px!important}
.kh-home-hero .hero-trust{margin-top:7px!important}

/* Homepage blocks sit closer together like one continuous marketplace feed */
body.home-page .section{padding:21px 0!important}
body.home-page .section.alt{padding:20px 0!important}
body.home-page .section+.section{border-top:1px solid #eef2f5}
body.home-page .section-head{margin-bottom:10px!important}
body.home-page .center-head{margin-bottom:10px!important}
body.home-page .center-head p{margin:3px auto 0!important}
body.home-page .steps{gap:8px!important}
body.home-page .steps article{padding:12px 13px!important}
body.home-page .provider-cta{padding:26px 0!important;margin:0!important}
body.home-page .provider-cta-grid{gap:22px!important}
body.home-page .site-footer{margin-top:0!important}
body.home-page .category-grid,body.home-page .service-grid{margin-bottom:0!important}

/* Admin homepage transparency control */
.home-fade-control{padding:12px 14px;border:1px solid #e3e9f0;border-radius:12px;background:#f8fafc}
.home-fade-control>span{float:right;font-weight:900;color:var(--blue)}
.home-fade-control input[type=range]{width:100%;margin:10px 0 4px;padding:0;accent-color:var(--blue)}
.home-fade-control small{display:block;color:#68778a}

@media(max-width:760px){
 .kh-home-hero,.kh-home-hero.kh-hero-type-image,.kh-home-hero.kh-hero-type-youtube{min-height:0!important;padding:14px 0 13px!important}
 .kh-home-hero .kh-home-hero-grid{width:calc(100% - 24px)!important}
 .kh-home-hero .kh-home-hero-copy{max-width:none!important}
 .kh-home-hero.kh-hero-type-image .kh-home-hero-visual img,.kh-home-hero.kh-hero-type-youtube .kh-home-hero-visual iframe{object-position:center!important}
 body.home-page .section,body.home-page .section.alt{padding:13px 0!important}
 body.home-page .section-head,body.home-page .center-head{margin-bottom:7px!important}
 body.home-page .steps{gap:5px!important}
 body.home-page .steps article{padding:9px 10px!important}
 body.home-page .provider-cta{padding:17px 0!important}
}

/* ===== v28.css ===== */
/* V2.8.0 - Mobile full-screen popup / bottom sheet experience */
@media (max-width: 760px){
  body.kh-overlay-open,
  body.modal-lock{overflow:hidden!important;overscroll-behavior:none}

  body.kh-overlay-open .kh-mobile-bottom,
  body.modal-lock .kh-mobile-bottom{
    transform:translateY(calc(100% + env(safe-area-inset-bottom)))!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .2s ease,opacity .18s ease,visibility .18s ease!important;
  }

  .kh-mobile-bottom{
    transition:transform .2s ease,opacity .18s ease,visibility .18s ease!important;
  }

  /* Quick service chooser: real mobile app sheet */
  .request-quick-modal{
    inset:0!important;
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    background:rgba(8,18,37,.48)!important;
    backdrop-filter:blur(5px)!important;
    overscroll-behavior:contain;
  }
  .request-quick-modal.open{display:flex!important}
  .request-quick-dialog{
    width:100%!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    background:#fff!important;
    animation:khFullSheetUp .22s ease-out!important;
  }
  .request-quick-head{
    position:relative!important;
    top:auto!important;
    z-index:3!important;
    padding:calc(18px + env(safe-area-inset-top)) 52px 12px 16px!important;
    background:#fff!important;
    border-bottom:1px solid #edf1f5!important;
    box-shadow:0 5px 18px rgba(15,35,65,.05)!important;
  }
  .request-quick-head .eyebrow{font-size:9px!important}
  .request-quick-head h2{font-size:21px!important;line-height:1.15!important;margin:3px 0 4px!important}
  .request-quick-head p{font-size:12px!important;line-height:1.4!important;margin:0!important;color:#64748b!important}
  .request-quick-head input{
    margin:10px 0 0!important;
    min-height:46px!important;
    padding:12px 14px!important;
    font-size:16px!important;
    border-radius:13px!important;
  }
  .request-quick-close{
    position:absolute!important;
    top:calc(12px + env(safe-area-inset-top))!important;
    right:12px!important;
    float:none!important;
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:#eef2f6!important;
    z-index:5!important;
  }
  .request-quick-grid{
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    align-content:start!important;
    gap:7px!important;
    padding:12px 12px 14px!important;
  }
  .request-quick-grid a{
    min-height:58px!important;
    padding:9px 11px!important;
    border-radius:13px!important;
    background:#fff!important;
  }
  .request-quick-grid a>span{width:36px!important;height:36px!important;border-radius:11px!important}
  .request-quick-grid b{font-size:13px!important}
  .request-quick-grid small{font-size:10px!important;line-height:1.3!important}
  .request-quick-all{
    position:relative!important;
    z-index:4!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:54px!important;
    margin:0!important;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom))!important;
    border-top:1px solid #e8edf3!important;
    background:#fff!important;
    color:var(--blue)!important;
    box-shadow:0 -8px 20px rgba(15,35,65,.06)!important;
  }

  /* Multi-step service wizard: full height with sticky header/footer */
  .wizard-modal{
    inset:0!important;
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    align-items:stretch!important;
    place-items:stretch!important;
    background:rgba(8,18,37,.48)!important;
    backdrop-filter:blur(5px)!important;
  }
  .wizard-modal.open{display:grid!important}
  .wizard-dialog{
    width:100%!important;
    height:100dvh!important;
    max-height:100dvh!important;
    min-height:0!important;
    margin:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    grid-template-rows:auto 4px auto minmax(0,1fr)!important;
    animation:khFullSheetUp .22s ease-out!important;
  }
  .wizard-dialog>header{
    min-height:60px!important;
    padding:calc(12px + env(safe-area-inset-top)) 54px 10px 16px!important;
    justify-content:flex-start!important;
    background:#fff!important;
    z-index:3!important;
  }
  .wizard-close{
    top:calc(8px + env(safe-area-inset-top))!important;
    right:12px!important;
    width:40px!important;
    height:40px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:#eef2f6!important;
    font-size:27px!important;
    line-height:1!important;
  }
  .wizard-progress{margin:0!important;border-radius:0!important}
  .wizard-price{padding:10px 16px!important;font-size:12px!important;background:#fbfcfe!important}
  .wizard-dialog form{min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important}
  .wizard-body{
    min-height:0!important;
    height:auto!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:16px 16px 18px!important;
  }
  .wizard-body h2{font-size:20px!important}
  .wizard-options label{min-height:48px!important;padding:8px 0!important}
  .wizard-dialog footer{
    position:relative!important;
    z-index:4!important;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
    background:#fff!important;
    border-top:1px solid #e5eaf0!important;
    box-shadow:0 -8px 22px rgba(15,35,65,.07)!important;
  }
  .wizard-dialog footer .btn,.wizard-back{min-height:48px!important}

  /* Generic admin/customer modal also must not sit behind mobile nav */
  .modal.open{
    padding-bottom:env(safe-area-inset-bottom)!important;
  }

  @keyframes khFullSheetUp{
    from{transform:translateY(24px);opacity:.76}
    to{transform:translateY(0);opacity:1}
  }
}

@media (prefers-reduced-motion:reduce){
  .request-quick-dialog,.wizard-dialog{animation:none!important}
  .kh-mobile-bottom{transition:none!important}
}

/* ===== v29.css ===== */
/* V2.9 - Premium blog, anti-bot, remember me, PWA */
.blog-hero{padding:52px 0 42px;background:linear-gradient(180deg,rgba(23,103,165,.08),rgba(255,255,255,0));border-bottom:1px solid #e8eef5}.blog-hero h1{max-width:820px;margin:8px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.06;letter-spacing:-.04em;color:#0d2740}.blog-hero p{max-width:700px;color:#607287;font-size:1.08rem}.blog-premium{padding-top:34px}.blog-featured{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:0;background:#fff;border:1px solid #e3eaf2;border-radius:26px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 18px 50px rgba(15,39,64,.08)}.blog-featured-media{min-height:380px;background:#f6f9fc;display:flex;align-items:center;justify-content:center}.blog-featured-media img,.blog-card-media img{width:100%;height:100%;object-fit:contain;display:block}.blog-featured-media img{max-height:500px}.blog-featured-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}.blog-featured-copy>span{font-size:.73rem;font-weight:900;letter-spacing:.12em;color:var(--blue)}.blog-featured-copy small{margin-top:10px;color:#8392a5}.blog-featured-copy h2{font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.1;margin:12px 0;color:#102a43}.blog-featured-copy p{color:#607287;line-height:1.65}.blog-featured-copy b{margin-top:14px;color:var(--blue)}.blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:38px 0 18px}.blog-section-head h2{margin:4px 0 0}.blog-section-head p{color:#718096}.premium-blog-grid{gap:18px}.premium-blog-card{border-radius:20px;transition:transform .2s ease,box-shadow .2s ease}.premium-blog-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,39,64,.09)}.blog-card-media{aspect-ratio:16/9;background:#f5f8fb;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #edf1f5}.blog-card-media img{object-fit:contain}.premium-blog-card .blog-card-body{padding:18px 19px 20px}.premium-blog-card .blog-card-body h2{font-size:1.12rem;line-height:1.28}.blog-image-placeholder{font-weight:900;font-size:2rem;color:#b8cadb}.blog-post-premium{padding-bottom:20px}.blog-post-header{padding:44px 0 30px;background:linear-gradient(180deg,#f6faff,#fff)}.blog-post-header-inner{max-width:900px}.blog-post-header h1{font-size:clamp(2rem,5vw,3.75rem);line-height:1.05;letter-spacing:-.045em;margin:12px 0 15px;color:#0d2740}.blog-post-header .lead{font-size:1.14rem;line-height:1.65;color:#607287;max-width:790px}.blog-post-meta{display:flex;gap:9px;flex-wrap:wrap;color:#7a8a9d;font-size:.92rem}.blog-post-meta a{color:var(--blue);font-weight:700}.blog-article-wrap{max-width:920px}.blog-cover-frame{margin:20px 0 34px;background:#f6f9fc;border:1px solid #e5ebf2;border-radius:24px;overflow:hidden}.blog-cover-frame .blog-cover{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:0;border-radius:0}.blog-cover-frame figcaption{padding:9px 15px;color:#8998a8;font-size:.78rem;border-top:1px solid #e8edf3}.premium-prose{max-width:780px;margin:0 auto;font-size:1.08rem;line-height:1.85;color:#2d4052}.premium-prose img{max-width:100%;height:auto;border-radius:16px}.premium-prose h2{font-size:1.8rem;color:#102a43}.premium-prose h3{font-size:1.35rem;color:#102a43}.blog-comments-section{padding-top:34px}.blog-comments-wrap{max-width:1000px}.blog-comments-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.blog-comments-head h2{margin:4px 0 0}.blog-comments-head h2 small{font-size:.85rem;background:#edf5fb;color:var(--blue);padding:5px 9px;border-radius:99px}.blog-comments-head p{color:#718096;max-width:440px}.blog-comments-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:22px}.comment-list{display:flex;flex-direction:column;gap:12px}.comment-card{display:grid;grid-template-columns:44px 1fr;gap:12px;background:#fff;border:1px solid #e4eaf1;border-radius:17px;padding:16px}.comment-avatar{width:44px;height:44px;border-radius:14px;background:#edf6fc;color:var(--blue);display:grid;place-items:center;font-weight:900}.comment-card header{display:flex;justify-content:space-between;gap:12px}.comment-card small{color:#91a0af}.comment-card p{margin:7px 0 0;line-height:1.6;color:#405469}.comment-empty{padding:28px;border:1px dashed #cad6e2;border-radius:17px;color:#7a8a9d;background:#fafcfe}.comment-form{background:#fff;border:1px solid #dfe7ef;border-radius:20px;padding:20px;box-shadow:0 10px 32px rgba(20,45,70,.06);align-self:start;position:sticky;top:90px}.comment-form h3{margin:0 0 4px}.comment-form>p{margin:0 0 15px;color:#74869a;font-size:.9rem}.comment-signed{padding:10px 12px;background:#eefaf4;border-radius:11px;color:#176b47;font-weight:700}.security-question{background:#f5f9fd;border:1px solid #dce8f2;border-radius:13px;padding:12px}.security-question span{font-size:.9rem;color:#405469}.hp-field{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}.login-options{display:flex;align-items:center;justify-content:space-between;gap:14px}.remember-check{margin:0!important}.remember-check input{width:18px;height:18px}.admin-blog-comments{margin-top:26px}.admin-section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.admin-section-title span{font-size:.7rem;font-weight:900;color:var(--blue);letter-spacing:.12em}.admin-section-title h2{margin:3px 0 0}.admin-comment-stats{display:flex;gap:8px}.admin-comment-stats>*{padding:7px 10px;border-radius:10px;background:#f2f6fa;font-size:.8rem}.admin-comment-stats b{background:#fff4e8;color:#9b5718}.admin-comment-actions{white-space:nowrap}.pwa-icons{grid-template-columns:repeat(2,minmax(0,220px));margin-top:16px}.pwa-icons .branding-upload img{object-fit:contain;background:#f6f8fb}.related-blog{margin-top:20px}
@media(max-width:800px){.blog-hero{padding:28px 0 24px}.blog-hero h1{font-size:2rem}.blog-premium{padding-top:20px}.blog-featured{grid-template-columns:1fr;border-radius:20px}.blog-featured-media{min-height:0;aspect-ratio:16/9}.blog-featured-media img{max-height:none}.blog-featured-copy{padding:22px}.blog-section-head{margin:26px 0 12px;align-items:start;flex-direction:column;gap:4px}.premium-blog-grid{display:grid;grid-template-columns:1fr}.blog-card-media{aspect-ratio:16/9}.blog-post-header{padding:25px 0 20px}.blog-post-header h1{font-size:2.05rem}.blog-cover-frame{margin:12px -4px 24px;border-radius:18px}.premium-prose{font-size:1rem;line-height:1.78}.blog-comments-section{padding-top:22px}.blog-comments-head{align-items:start;flex-direction:column;gap:5px}.blog-comments-grid{grid-template-columns:1fr}.comment-form{position:static}.comment-card{grid-template-columns:38px 1fr;padding:13px}.comment-avatar{width:38px;height:38px;border-radius:12px}.comment-card header{flex-direction:column;gap:1px}.login-options{align-items:flex-start}.pwa-icons{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== v30.css ===== */
/* Kapında Hizmet 3.0.0 - teklif kabul, iletişim kilidi ve mobil teklif karşılaştırma */
.quote-compare-page{padding-bottom:34px}.quote-page-title{margin-bottom:14px}.quote-compare-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;margin-bottom:14px;border:1px solid #dbe7ef;border-radius:16px;background:#fff}.quote-compare-intro>div{display:flex;flex-direction:column;gap:3px}.quote-compare-intro b{font-size:16px}.quote-compare-intro span{color:#617789;font-size:13px}.secure-pill{white-space:nowrap;padding:7px 10px;border-radius:999px;background:#eef7f2;color:#25734e!important;font-weight:700}.quote-premium-grid{gap:14px}.quote-premium-card{position:relative;border:1px solid #dbe6ee;border-radius:20px;background:#fff;padding:18px;box-shadow:0 8px 28px rgba(22,55,79,.06)}.quote-premium-card.selected{border-color:color-mix(in srgb,var(--blue) 45%,#dbe6ee);box-shadow:0 10px 30px rgba(11,99,246,.11)}.quote-premium-card.is-rejected{opacity:.76}.quote-provider-title>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.verified-mini{font-size:11px;font-weight:800;color:#26724c;background:#edf8f2;border-radius:999px;padding:3px 7px}.quote-message{margin:13px 0;padding:12px 14px;border-radius:14px;background:#f7fafc;color:#324b5e}.quote-message p{margin:0}.quote-accepted-box,.quote-contact-open,.quote-contact-locked,.quote-rejected-info{margin-top:13px;border-radius:15px;padding:13px 14px}.quote-accepted-box{background:#edf8f2;border:1px solid #cfe9da}.quote-accepted-box>div{display:flex;flex-direction:column;gap:2px}.quote-accepted-box b{color:#1d6c45}.quote-accepted-box span{font-size:13px;color:#557061}.quote-contact-open{background:#f5f9ff;border:1px solid #d8e7fb}.contact-open-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.contact-open-head span{font-size:12px;color:#60798d}.contact-lines{display:flex;gap:8px 16px;flex-wrap:wrap;font-size:14px}.contact-lines a{color:var(--blue);font-weight:700}.quote-contact-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.quote-contact-locked{background:#fff8ec;border:1px solid #f5ddb5}.quote-contact-locked b{display:block;color:#885617;margin-bottom:4px}.quote-contact-locked p{margin:0 0 6px;color:#715c3f;font-size:13px}.quote-contact-locked span{font-size:12px;color:#8a775f}.quote-rejected-info{display:flex;justify-content:space-between;gap:12px;background:#f7f7f8;border:1px solid #e5e7e9}.quote-rejected-info span{color:#6d7780;font-size:13px}.quote-actions{align-items:center;flex-wrap:wrap}.quote-actions form{margin:0}.quote-reject{position:relative}.quote-reject summary{cursor:pointer;list-style:none;padding:10px 13px;border:1px solid #e2e7eb;border-radius:10px;color:#a33;font-weight:700}.quote-reject summary::-webkit-details-marker{display:none}.quote-reject form{position:absolute;right:0;top:calc(100% + 8px);z-index:15;width:290px;padding:13px;border:1px solid #dde6ec;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(20,42,58,.16)}.quote-reject label{display:block;margin-bottom:9px;font-size:12px;font-weight:700}.quote-reject select,.quote-reject input{width:100%;margin-top:5px}.provider-job-row{align-items:flex-start!important;flex-wrap:wrap}.provider-job-main{min-width:240px;flex:1}.provider-job-contact,.provider-contact-lock{margin-top:8px;padding:9px 11px;border-radius:12px;font-size:12px}.provider-job-contact{display:flex;gap:7px 12px;align-items:center;flex-wrap:wrap;background:#f2f8ff;border:1px solid #d8e8fa}.provider-job-contact a:not(.btn){color:var(--blue);font-weight:700}.provider-contact-lock{display:flex;flex-direction:column;gap:3px;background:#fff8eb;border:1px solid #f4ddb8}.provider-contact-lock b{color:#87591d}.provider-contact-lock a{font-weight:800;color:var(--blue)}
@media(max-width:760px){.quote-compare-page{padding-bottom:82px}.quote-page-title{margin-bottom:10px}.quote-compare-intro{padding:11px 12px;border-radius:14px;margin-bottom:10px}.quote-compare-intro .secure-pill{display:none}.quote-premium-grid{display:block}.quote-premium-card{padding:14px;border-radius:17px;margin-bottom:10px}.quote-head{display:grid;grid-template-columns:44px 1fr;gap:10px}.quote-head>strong{grid-column:1/-1;font-size:24px;margin-top:2px}.quote-provider-title h3{font-size:16px}.quote-provider-title p{font-size:12px}.quote-message{margin:10px 0;padding:10px 11px}.quote-meta{gap:6px;flex-wrap:wrap}.quote-contact-actions{display:grid;grid-template-columns:1fr 1fr}.quote-contact-actions .btn:last-child{grid-column:1/-1}.quote-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.quote-actions>.btn.outline{grid-column:1/-1}.quote-actions form .btn{width:100%}.quote-reject summary{text-align:center}.quote-reject form{position:fixed;left:10px;right:10px;bottom:calc(12px + env(safe-area-inset-bottom));top:auto;width:auto;z-index:1200}.contact-open-head{align-items:flex-start;flex-direction:column;gap:2px}.contact-lines{flex-direction:column;gap:5px}.provider-job-row{display:grid!important;grid-template-columns:42px 1fr!important}.provider-job-row>strong,.provider-job-row>.status{grid-column:2}.provider-job-main{min-width:0}.provider-job-contact{align-items:flex-start;flex-direction:column}.provider-job-contact .btn{width:100%}}

/* ===== v32.css ===== */
/* v3.2 - Provider & customer premium portals */
.provider-hub-v32,.customer-hub-v32{padding:22px 0 64px;background:linear-gradient(180deg,#f6f9ff 0,#f8fafc 360px,#f6f8fb 100%);min-height:78vh;color:#17233b}.portal-topbar{display:flex;align-items:center;gap:22px;background:rgba(255,255,255,.94);border:1px solid #e6ebf3;border-radius:18px;padding:10px 12px 10px 14px;box-shadow:0 10px 30px rgba(31,50,84,.06);margin-bottom:14px;position:relative;z-index:5}.portal-brand{display:flex;align-items:center;gap:10px;min-width:175px}.portal-brand-mark{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#1268ff,#21a8ff);color:#fff;font-weight:900;box-shadow:0 8px 18px rgba(18,104,255,.22)}.portal-brand-mark.customer{background:linear-gradient(135deg,#6a5cff,#8b72ff)}.portal-brand div{display:grid;line-height:1.15}.portal-brand b{font-size:14px}.portal-brand small{font-size:11px;color:#7b879b;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-nav{display:flex;align-items:center;gap:3px;flex:1}.portal-nav a,.portal-nav button{border:0;background:transparent;color:#536078;font:inherit;font-size:13px;font-weight:700;padding:10px 11px;border-radius:10px;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap}.portal-nav a:hover,.portal-nav button:hover,.portal-nav a.active{background:#eef5ff;color:#0964ed}.portal-nav em{font-style:normal;background:#e92d4f;color:#fff;border-radius:999px;font-size:10px;padding:1px 6px}.portal-actions{display:flex;align-items:center;gap:8px}.portal-actions form{margin:0}.portal-ghost,.portal-logout{border:0;background:#f3f6fa;color:#516078;padding:9px 11px;border-radius:10px;font-weight:700;font-size:12px;cursor:pointer}.portal-mobile-nav{display:none}.portal-hero{display:grid;grid-template-columns:1fr 285px;gap:22px;align-items:stretch;min-height:190px;padding:30px 32px;border-radius:24px;margin-bottom:16px;overflow:hidden;position:relative;background:linear-gradient(115deg,#eaf4ff 0%,#f6fbff 62%,#eaf2ff 100%);border:1px solid #dfeaf8;box-shadow:0 12px 36px rgba(34,73,132,.07)}.provider-portal-hero:after,.customer-portal-hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:150px;top:-180px;background:rgba(44,128,255,.08)}.customer-portal-hero{background:linear-gradient(115deg,#f0efff 0%,#fafaff 58%,#edf4ff 100%)}.portal-hero-copy{position:relative;z-index:1;align-self:center}.portal-kicker{display:inline-block;font-size:10px;letter-spacing:.12em;font-weight:900;color:#0b66ef;margin-bottom:8px}.portal-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.portal-hero h1{margin:0;color:#15213a;font-size:30px;line-height:1.15}.portal-hero p{margin:8px 0 0;color:#68758a;max-width:720px}.verified-pill{font-size:11px;font-weight:800;background:#ddf8e9;color:#08763f;border:1px solid #bceccd;padding:6px 9px;border-radius:999px}.portal-quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.portal-quick-actions a,.portal-quick-actions button{border:1px solid #dce5f2;background:#fff;color:#34445e;font:inherit;font-size:12px;font-weight:800;border-radius:10px;padding:9px 12px;box-shadow:0 5px 14px rgba(34,64,110,.05);cursor:pointer}.portal-hero-wallet{position:relative;z-index:1;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.92);border-radius:18px;padding:22px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 12px 30px rgba(40,81,139,.08);backdrop-filter:blur(8px)}.portal-hero-wallet small{color:#7a879a;font-size:10px;font-weight:900;letter-spacing:.08em}.portal-hero-wallet strong{font-size:31px;color:#10213e;margin:5px 0}.portal-hero-wallet span{font-size:12px;color:#758196}.portal-hero-wallet a{font-size:12px;font-weight:800;color:#0964ed;margin-top:12px}.portal-hero-wallet.customer-stat strong{font-size:44px}.portal-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.portal-kpis article{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #e6ebf3;border-radius:16px;padding:15px 16px;box-shadow:0 7px 22px rgba(31,50,84,.045)}.portal-kpi-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;display:grid;place-items:center;font-weight:900;font-size:17px}.portal-kpi-icon.blue{background:#e9f3ff;color:#0b66ef}.portal-kpi-icon.amber{background:#fff3df;color:#e58a00}.portal-kpi-icon.green{background:#e7f8ee;color:#099552}.portal-kpi-icon.violet{background:#f0ebff;color:#7657e9}.portal-kpis article>div{display:grid;min-width:0}.portal-kpis small{color:#6f7c91;font-size:11px;font-weight:700}.portal-kpis strong{font-size:22px;color:#17233b;line-height:1.15;margin:2px 0}.portal-kpis article>div>span{font-size:10px;color:#95a0b2}.portal-alert{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;border:1px solid #f1d499;border-radius:15px;background:#fff9ed;margin-bottom:16px}.portal-alert.verify{border-color:#cfdefb;background:#f5f9ff}.portal-alert>div{display:flex;align-items:center;gap:12px}.portal-alert-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:#fff0cb;color:#b86b00;font-weight:900}.portal-alert.verify .portal-alert-icon{background:#e7f0ff;color:#1268ff}.portal-alert p{margin:2px 0 0;color:#68758a;font-size:12px}.provider-dashboard-grid-v32,.customer-dashboard-grid-v32{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.portal-card{background:#fff;border:1px solid #e5eaf2;border-radius:18px;padding:17px;box-shadow:0 8px 26px rgba(31,50,84,.045)}.portal-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef1f5;padding-bottom:13px;margin-bottom:4px}.portal-card-head>div{display:flex;align-items:center;gap:10px}.portal-card-icon{width:34px;height:34px;border-radius:10px;background:#edf5ff;color:#0964ed;display:grid;place-items:center;font-weight:900}.portal-card-head h2{font-size:15px;margin:0;color:#18243b}.portal-card-head p{font-size:11px;color:#8994a6;margin:2px 0 0}.portal-card-head>a{font-size:11px;font-weight:800;color:#0964ed}.provider-job-list-v32 article,.customer-request-list-v32 article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 1px;border-bottom:1px solid #eef1f5}.provider-job-list-v32 article:last-child,.customer-request-list-v32 article:last-child{border-bottom:0}.job-service-avatar{width:40px;height:40px;border-radius:12px;background:#eaf3ff;color:#0964ed;display:grid;place-items:center;font-weight:900}.job-service-avatar.customer{background:#f0edff;color:#7158e6}.job-info{min-width:0}.job-title-line{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.job-info p{margin:3px 0;color:#69768b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-info small{color:#98a3b3;font-size:10px}.job-price{font-size:14px;white-space:nowrap}.job-contact-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.job-contact-chips span,.job-contact-chips a,.job-lock-note{font-size:10px;padding:5px 7px;border-radius:7px;background:#f3f6fa;color:#59677c}.job-contact-chips a{color:#0964ed;font-weight:800}.job-lock-note{display:inline-block;margin-top:6px;background:#fff7e8;color:#9a6200}.provider-side-stack-v32{display:grid;gap:16px;align-content:start}.finance-row{display:flex;justify-content:space-between;align-items:center;padding:11px 1px;border-bottom:1px solid #eef1f5;font-size:12px}.finance-row span{color:#718096}.finance-card-v32 .btn{margin-top:13px}.portal-notice{display:flex;gap:9px;padding:10px 1px;border-bottom:1px solid #eef1f5}.portal-notice>span{color:#b7c1d0}.portal-notice.unread>span{color:#0964ed}.portal-notice div{display:grid}.portal-notice b{font-size:11px;color:#3f4c62}.portal-notice.unread b{color:#0964ed}.portal-notice small{font-size:9px;color:#9aa5b5;margin-top:2px}.customer-request-actions{display:grid;justify-items:end;gap:4px;font-size:11px}.customer-request-actions a{font-weight:800;color:#0964ed}.quick-link-stack{display:grid}.quick-link-stack a,.quick-link-stack button{display:flex;justify-content:space-between;align-items:center;border:0;background:transparent;padding:12px 2px;border-bottom:1px solid #eef1f5;color:#47566d;font:inherit;font-size:12px;font-weight:750;cursor:pointer;text-align:left}.quick-link-stack a:hover,.quick-link-stack button:hover{color:#0964ed}.portal-empty{padding:28px 8px}.provider-hub-v32 .status,.customer-hub-v32 .status{font-size:9px;padding:4px 7px;border-radius:999px}
@media(max-width:1050px){.portal-topbar{gap:10px}.portal-brand{min-width:145px}.portal-nav a,.portal-nav button{padding:9px 8px}.portal-actions .portal-ghost{display:none}.provider-dashboard-grid-v32,.customer-dashboard-grid-v32{grid-template-columns:1fr}.provider-side-stack-v32{grid-template-columns:1fr 1fr}.portal-hero{grid-template-columns:1fr 245px}.portal-kpis{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.provider-hub-v32,.customer-hub-v32{padding:10px 0 84px}.provider-hub-v32>.container,.customer-hub-v32>.container{padding-left:12px;padding-right:12px}.portal-topbar{padding:9px 10px;border-radius:14px;margin-bottom:9px}.portal-brand{min-width:0;flex:1}.portal-brand small{max-width:160px}.portal-nav{display:none}.portal-actions .btn{font-size:0;width:38px;height:38px;padding:0;display:grid;place-items:center}.portal-actions .btn:before{content:"＋";font-size:19px}.portal-logout{padding:9px 10px}.portal-mobile-nav{display:flex;gap:7px;overflow-x:auto;margin:0 -1px 10px;padding:1px 1px 5px;scrollbar-width:none}.portal-mobile-nav::-webkit-scrollbar{display:none}.portal-mobile-nav a,.portal-mobile-nav button{white-space:nowrap;border:1px solid #e2e8f1;background:#fff;color:#5c697e;border-radius:10px;padding:8px 11px;font:inherit;font-size:11px;font-weight:800}.portal-mobile-nav .active{background:#1268ff;color:#fff;border-color:#1268ff}.portal-hero{grid-template-columns:1fr;padding:21px 18px;border-radius:18px;min-height:auto;gap:16px}.portal-hero h1{font-size:23px}.portal-hero p{font-size:12px;line-height:1.55}.verified-pill{font-size:9px;padding:5px 7px}.portal-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.portal-quick-actions a,.portal-quick-actions button{padding:9px 8px;text-align:center;font-size:10px}.portal-hero-wallet{padding:16px;border-radius:14px}.portal-hero-wallet strong{font-size:26px}.portal-hero-wallet.customer-stat strong{font-size:34px}.portal-kpis{grid-template-columns:1fr 1fr;gap:8px}.portal-kpis article{padding:12px 10px;gap:9px;border-radius:14px}.portal-kpi-icon{width:35px;height:35px;flex-basis:35px;font-size:14px}.portal-kpis strong{font-size:18px}.portal-kpis article>div>span{display:none}.portal-alert{align-items:flex-start;flex-direction:column;padding:12px}.portal-alert .btn,.portal-alert form{width:100%}.portal-alert button{width:100%}.provider-side-stack-v32{grid-template-columns:1fr}.portal-card{padding:14px;border-radius:15px}.portal-card-head{align-items:flex-start}.portal-card-head p{display:none}.provider-job-list-v32 article,.customer-request-list-v32 article{grid-template-columns:38px 1fr;gap:9px;padding:12px 0}.job-service-avatar{width:36px;height:36px}.job-price,.customer-request-actions{grid-column:2;justify-self:start}.customer-request-actions{display:flex;align-items:center;gap:10px}.job-info p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.job-contact-chips{display:grid;grid-template-columns:1fr 1fr}.portal-card-head>a{white-space:nowrap}.provider-portal-hero:after,.customer-portal-hero:after{display:none}}
@media(max-width:420px){.portal-brand b{font-size:12px}.portal-brand small{max-width:110px}.portal-actions .portal-logout{font-size:0;width:36px;height:36px}.portal-actions .portal-logout:after{content:"↪";font-size:17px}.portal-kpis article{align-items:flex-start}.portal-kpis small{font-size:9px}.portal-kpis strong{font-size:16px}.portal-quick-actions{grid-template-columns:1fr}.portal-title-line{gap:7px}.portal-hero h1{font-size:21px}}

/* v3.2.1 - Smart back navigation for provider/customer sub-pages */
.portal-back-wrap{padding:14px 0 0;background:#f7f9fc}.portal-smart-back{display:inline-grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;border:1px solid #dde5f0;background:#fff;color:#263750;border-radius:13px;padding:8px 14px 8px 9px;box-shadow:0 7px 22px rgba(31,50,84,.055);font:inherit;cursor:pointer;transition:.18s ease}.portal-smart-back>span{grid-row:1/3;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf5ff;color:#0964ed;font-size:18px;font-weight:900}.portal-smart-back b{font-size:12px;line-height:1.1;text-align:left}.portal-smart-back small{font-size:9px;color:#8a96a8;line-height:1.1;text-align:left;margin-top:2px}.portal-smart-back:hover{border-color:#bfd4f4;transform:translateY(-1px);box-shadow:0 10px 26px rgba(31,50,84,.08)}
@media(max-width:760px){.portal-back-wrap{padding:8px 0 0}.portal-back-wrap>.container{padding-left:12px;padding-right:12px}.portal-smart-back{position:relative;padding:6px 10px 6px 6px;border-radius:11px;grid-template-columns:30px auto;column-gap:7px;box-shadow:0 5px 16px rgba(31,50,84,.05)}.portal-smart-back>span{width:30px;height:30px;border-radius:8px;font-size:16px}.portal-smart-back b{font-size:11px}.portal-smart-back small{display:none}}
@media(max-width:420px){.portal-smart-back{padding-right:9px}.portal-smart-back b{font-size:10px}}

/* v3.2.2 — smarter portal back control + quick service autocomplete */
.portal-back-wrap{position:relative;z-index:32;margin:14px 0 -4px;pointer-events:none}
.portal-back-wrap .container{display:flex;align-items:center}
.portal-smart-back{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;border:1px solid #dce6f2;background:rgba(255,255,255,.96);color:#17324d;border-radius:14px;padding:7px 13px 7px 7px;box-shadow:0 7px 24px rgba(34,63,92,.08);cursor:pointer;transition:.18s ease;min-height:44px}
.portal-smart-back:hover{transform:translateY(-1px);border-color:#bfd2e7;box-shadow:0 10px 28px rgba(34,63,92,.12)}
.portal-back-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#eef5fc;color:var(--blue);flex:0 0 30px}
.portal-back-icon svg{width:17px;height:17px}
.portal-back-copy{display:grid;text-align:left;line-height:1.05;gap:3px}
.portal-back-copy b{font-size:13px;font-weight:800}
.portal-back-copy small{font-size:10.5px;color:#7a8b9e;font-weight:600}

.quick-service-searchbox{margin-top:16px;display:flex;align-items:center;gap:10px;border:1px solid #d7e3ef;background:#fff;border-radius:15px;padding:0 13px;box-shadow:0 8px 24px rgba(29,70,110,.07)}
.quick-service-searchbox>span{font-size:20px;color:#7b8da1}
.quick-service-searchbox input{flex:1;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:15px 0!important;font-size:15px}
.quick-service-searchbox kbd{font-family:inherit;font-size:10px;font-weight:800;color:#8391a1;border:1px solid #e1e8ef;background:#f6f8fb;border-radius:7px;padding:4px 7px}
.quick-search-hint{margin:8px 2px 0;color:#7a8999;font-size:12px;font-weight:650}
.quick-service-suggestions{display:grid;gap:7px;margin:14px 0 6px;max-height:360px;overflow:auto;padding:2px}
.quick-service-suggestions>a{display:grid;grid-template-columns:42px minmax(0,1fr) 24px;gap:11px;align-items:center;text-decoration:none;color:#18324a;border:1px solid #e3ebf3;background:#fff;border-radius:13px;padding:9px 11px;transition:.16s ease}
.quick-service-suggestions>a:hover,.quick-service-suggestions>a.active{border-color:#a9c9e7;background:#f4f9fe;transform:translateX(2px)}
.quick-service-suggestions>a>span{width:40px;height:40px;border-radius:11px;background:#eaf4ff;color:var(--blue);display:grid;place-items:center;font-weight:900}
.quick-service-suggestions b{display:block;font-size:13px;margin-bottom:3px}
.quick-service-suggestions small{display:block;color:#77899a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-service-suggestions i{font-style:normal;color:var(--blue);font-weight:900}
.quick-no-result{padding:20px;border:1px dashed #ccd9e5;border-radius:13px;text-align:center;background:#fafcff;color:#718296}
.quick-no-result b,.quick-no-result span{display:block}.quick-no-result b{color:#324b63;margin-bottom:5px}
.request-quick-popular[hidden]{display:none!important}

@media(max-width:760px){
 .portal-back-wrap{margin:8px 0 -2px;position:sticky;top:6px;z-index:45}
 .portal-back-wrap .container{padding-left:12px;padding-right:12px}
 .portal-smart-back{padding:6px;width:42px;height:42px;min-height:42px;border-radius:13px;box-shadow:0 8px 24px rgba(34,63,92,.12);background:rgba(255,255,255,.97)}
 .portal-back-icon{width:28px;height:28px;flex-basis:28px;background:transparent}
 .portal-back-copy{display:none}
 .quick-service-searchbox{border-radius:13px;padding:0 10px}.quick-service-searchbox input{font-size:14px;padding:14px 0!important}.quick-service-searchbox kbd{display:none}
 .quick-service-suggestions{max-height:46vh;gap:6px;margin-top:10px}
 .quick-service-suggestions>a{grid-template-columns:38px minmax(0,1fr) 20px;padding:8px 9px;border-radius:12px}.quick-service-suggestions>a>span{width:36px;height:36px;border-radius:10px}.quick-service-suggestions small{font-size:11px}
}


/* v3.2.3 — page-native back actions + compact quote autocomplete */
.portal-back-wrap{display:none!important}
.page-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.page-inline-back{height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #dfe7f0;border-radius:11px;background:#fff;color:#405269;text-decoration:none;font-size:12px;font-weight:800;box-shadow:0 4px 14px rgba(28,52,82,.045);transition:.16s ease}
.page-inline-back span{width:23px;height:23px;border-radius:7px;display:grid;place-items:center;background:#eef5ff;color:var(--blue);font-size:15px;line-height:1}
.page-inline-back:hover{border-color:#bdd1e6;color:var(--blue);transform:translateY(-1px)}
.request-quick-dialog{width:min(560px,calc(100vw - 32px))!important;max-height:min(78vh,680px)!important;padding:20px!important;border-radius:20px!important}
.request-quick-close{right:14px!important;top:13px!important;width:34px!important;height:34px!important;border-radius:10px!important;font-size:21px!important}
.request-quick-head{padding-right:38px!important}
.request-quick-head h2{font-size:23px!important;margin:4px 0 4px!important}
.request-quick-head p{font-size:12.5px!important;margin:0!important;line-height:1.45!important}
.request-quick-head:after{font-size:10px!important;padding:7px 9px!important;margin-top:7px!important}
.quick-service-searchbox{margin-top:12px!important;min-height:44px;border-radius:12px!important;padding:0 10px!important;gap:8px!important;box-shadow:0 4px 14px rgba(29,70,110,.05)!important}
.quick-service-searchbox>span{font-size:17px!important}
.quick-service-searchbox input{padding:11px 0!important;font-size:13.5px!important}
.quick-search-hint{font-size:10.5px!important;margin-top:6px!important}
.request-quick-grid{gap:7px!important;margin-top:10px}
.request-quick-grid a{min-height:48px!important;padding:8px 9px!important;border-radius:11px!important;grid-template-columns:32px 1fr auto!important;gap:8px!important}
.request-quick-grid a>span{width:31px!important;height:31px!important;border-radius:9px!important;font-size:12px!important}
.request-quick-grid b{font-size:11.5px!important}
.request-quick-grid small{font-size:9.5px!important;line-height:1.25!important}
.request-quick-all{margin-top:11px!important;font-size:11.5px!important}
.quick-service-suggestions{max-height:290px!important;margin:10px 0 4px!important;gap:5px!important}
.quick-service-suggestions>a{grid-template-columns:34px minmax(0,1fr) 18px!important;gap:8px!important;padding:7px 8px!important;border-radius:10px!important}
.quick-service-suggestions>a>span{width:32px!important;height:32px!important;border-radius:9px!important;font-size:11px!important}
.quick-service-suggestions b{font-size:11.5px!important;margin-bottom:1px!important}
.quick-service-suggestions small{font-size:9.5px!important}
@media(max-width:700px){
 .dash-head{align-items:flex-start!important;gap:10px!important}.page-head-actions{gap:7px;margin-left:auto}.page-inline-back{height:36px;padding:0 9px;border-radius:10px}.page-inline-back span{width:22px;height:22px}.page-inline-back b{font-size:0}.page-inline-back b:after{content:'Geri';font-size:11px}
 .request-quick-modal{align-items:center!important;padding:12px!important}
 .request-quick-dialog{width:min(94vw,520px)!important;max-height:82dvh!important;border-radius:18px!important;padding:17px 13px 15px!important}
 .request-quick-close{position:absolute!important;float:none!important;right:11px!important;top:10px!important;width:32px!important;height:32px!important}
 .request-quick-head{position:relative!important;top:auto!important;padding-right:34px!important}
 .request-quick-head h2{font-size:19px!important}.request-quick-head p{font-size:11.5px!important}
 .quick-service-searchbox{min-height:42px!important;margin-top:10px!important}.quick-service-searchbox input{padding:10px 0!important;font-size:13px!important}
 .request-quick-grid{grid-template-columns:1fr 1fr!important}.request-quick-grid a{min-height:46px!important}.request-quick-grid small{display:none}
 .quick-service-suggestions{max-height:44dvh!important}.quick-service-suggestions>a{min-height:46px!important}
}
@media(max-width:430px){.request-quick-grid{grid-template-columns:1fr!important}.request-quick-dialog{width:calc(100vw - 20px)!important}.page-head-actions .btn{padding-left:11px;padding-right:11px;font-size:11px}}

/* ===== v324.css ===== */
/* V3.2.4 - compact premium mobile tab bar + refined mobile hero search */
.search-label-mobile{display:none}

@media (max-width:760px){
  /* Keep page content visible above the mobile tab bar without wasting space. */
  body{padding-bottom:calc(56px + env(safe-area-inset-bottom))!important}

  .kh-mobile-bottom{
    height:54px!important;
    min-height:54px!important;
    padding:3px 6px max(3px,env(safe-area-inset-bottom))!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:center!important;
    background:rgba(255,255,255,.965)!important;
    border-top:1px solid rgba(218,225,235,.9)!important;
    box-shadow:0 -5px 18px rgba(15,35,65,.07)!important;
    backdrop-filter:blur(18px) saturate(1.3)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.3)!important;
  }
  .kh-mobile-bottom>a,
  .kh-mobile-bottom>button{
    height:46px!important;
    min-height:46px!important;
    padding:2px 1px!important;
    gap:1px!important;
    border-radius:10px!important;
    font-size:8px!important;
    line-height:1!important;
    font-weight:760!important;
    letter-spacing:-.01em!important;
    color:#697386!important;
  }
  .kh-mobile-bottom>a:active,
  .kh-mobile-bottom>button:active{background:#f3f6fb!important;transform:scale(.97)}
  .kh-mobile-bottom>a>span,
  .kh-mobile-bottom>button>span{
    display:grid!important;
    place-items:center!important;
    width:24px!important;
    height:22px!important;
    margin:0!important;
    font-size:16px!important;
    line-height:1!important;
    color:#48566b!important;
  }
  .kh-mobile-bottom .kh-mobile-request{
    width:auto!important;
    height:46px!important;
    min-height:46px!important;
    margin:0 2px!important;
    transform:translateY(-5px)!important;
    border:0!important;
    border-radius:14px!important;
    background:linear-gradient(145deg,var(--blue),color-mix(in srgb,var(--blue) 76%,#061e4d))!important;
    color:#fff!important;
    box-shadow:0 7px 16px color-mix(in srgb,var(--blue) 22%,transparent)!important;
  }
  .kh-mobile-bottom .kh-mobile-request>span{
    width:22px!important;
    height:20px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#fff!important;
    font-size:18px!important;
  }
  .kh-mobile-bottom .kh-mobile-request b{
    font-size:7.5px!important;
    font-weight:850!important;
    color:#fff!important;
    line-height:1!important;
    white-space:nowrap!important;
  }

  /* Home hero: a single, app-like search control instead of a tall two-row form. */
  .kh-home-hero .smart-search{
    width:100%!important;
    max-width:none!important;
    margin:14px 0 10px!important;
  }
  .kh-home-hero .smart-search-box{
    display:flex!important;
    align-items:center!important;
    grid-template-columns:none!important;
    gap:7px!important;
    min-height:52px!important;
    padding:5px 5px 5px 12px!important;
    border:1px solid rgba(213,222,234,.98)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 10px 28px rgba(22,47,83,.13),0 1px 0 rgba(255,255,255,.8) inset!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
  }
  .kh-home-hero .smart-search:focus-within .smart-search-box{
    border-color:color-mix(in srgb,var(--blue) 48%,#d5deea)!important;
    box-shadow:0 12px 30px rgba(22,47,83,.16),0 0 0 3px color-mix(in srgb,var(--blue) 9%,transparent)!important;
    transform:translateY(-1px)!important;
  }
  .kh-home-hero .smart-search-box>span{
    flex:0 0 25px!important;
    width:25px!important;
    display:grid!important;
    place-items:center!important;
    font-size:19px!important;
    color:var(--blue)!important;
    opacity:.9!important;
  }
  .kh-home-hero .smart-search-box input{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    height:40px!important;
    padding:7px 2px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    font-size:15px!important;
    line-height:1.2!important;
    color:#17233b!important;
  }
  .kh-home-hero .smart-search-box input::placeholder{color:#8793a6!important;opacity:1!important}
  .kh-home-hero .smart-search-box button{
    grid-column:auto!important;
    flex:0 0 auto!important;
    width:48px!important;
    min-width:48px!important;
    height:40px!important;
    min-height:40px!important;
    margin:0!important;
    padding:0 8px!important;
    border-radius:12px!important;
    background:linear-gradient(145deg,var(--blue),color-mix(in srgb,var(--blue) 80%,#173763))!important;
    color:#fff!important;
    box-shadow:0 5px 13px color-mix(in srgb,var(--blue) 22%,transparent)!important;
    font-size:11px!important;
    font-weight:850!important;
  }
  .search-label-desktop{display:none!important}
  .search-label-mobile{display:inline!important}

  .kh-home-hero .smart-suggestions{
    left:0!important;
    right:0!important;
    top:calc(100% + 7px)!important;
    max-height:276px!important;
    overflow:auto!important;
    border:1px solid #dfe6ef!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 16px 38px rgba(14,34,64,.18)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
    z-index:120!important;
  }
  .kh-home-hero .smart-suggestions button,
  .kh-home-hero .smart-suggestions a{
    min-height:52px!important;
    padding:9px 12px!important;
    display:grid!important;
    gap:1px!important;
    border-bottom:1px solid #eef2f6!important;
    background:transparent!important;
  }
  .kh-home-hero .smart-suggestions button:last-child,
  .kh-home-hero .smart-suggestions a:last-child{border-bottom:0!important}
  .kh-home-hero .smart-suggestions b{font-size:12.5px!important;line-height:1.25!important;color:#17233b!important}
  .kh-home-hero .smart-suggestions span{font-size:10px!important;line-height:1.35!important;color:#768399!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .kh-home-hero .smart-no-result{padding:13px!important;font-size:11px!important}

  /* Give the hero a little more breathing room now that search is shorter. */
  .kh-home-hero .kh-popular-tags{margin-top:7px!important;gap:5px!important}
  .kh-home-hero .kh-popular-tags button{padding:5px 8px!important;font-size:9px!important;border-radius:999px!important}
}

@media (max-width:380px){
  body{padding-bottom:calc(53px + env(safe-area-inset-bottom))!important}
  .kh-mobile-bottom{height:51px!important;min-height:51px!important;padding-inline:3px!important}
  .kh-mobile-bottom>a,.kh-mobile-bottom>button{height:43px!important;min-height:43px!important;font-size:7.5px!important}
  .kh-mobile-bottom .kh-mobile-request{height:43px!important;min-height:43px!important;margin-inline:1px!important;transform:translateY(-4px)!important}
  .kh-home-hero .smart-search-box{padding-left:9px!important;gap:4px!important}
  .kh-home-hero .smart-search-box input{font-size:14px!important}
  .kh-home-hero .smart-search-box button{width:44px!important;min-width:44px!important}
}

/* ===== v325.css ===== */

/* v3.2.5 - Featured services quick quote */
.kh-featured-service{display:flex;flex-direction:column;overflow:hidden}
.kh-featured-service-main{display:flex;flex-direction:column;flex:1;color:inherit;text-decoration:none}
.kh-featured-service-main .service-body{flex:1}
.kh-featured-service-actions{display:grid;grid-template-columns:1fr auto;gap:8px;padding:0 16px 16px;align-items:center}
.kh-service-detail-link,.kh-quick-quote-btn{min-height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:800;text-decoration:none;transition:.2s ease}
.kh-service-detail-link{border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;padding:0 13px}
.kh-service-detail-link:hover{border-color:rgba(37,99,235,.25);color:#2563eb;transform:translateY(-1px)}
.kh-quick-quote-btn{border:0;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;padding:0 14px;cursor:pointer;box-shadow:0 8px 20px rgba(37,99,235,.16)}
.kh-quick-quote-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.22)}
.kh-quick-quote-btn span{font-size:14px;line-height:1}
@media(max-width:640px){
 .kh-featured-service-actions{grid-template-columns:1fr 1fr;padding:0 12px 12px;gap:7px}
 .kh-service-detail-link,.kh-quick-quote-btn{min-height:37px;border-radius:10px;font-size:11.5px;padding:0 8px;white-space:nowrap}
 .kh-quick-quote-btn span{font-size:12px}
}

/* ===== v326.css ===== */
/* V3.2.6 - mobile two-column auto sliders + fullscreen bottom request flow */
@media (max-width:760px){
  body.home-page .home-category-slider,
  body.home-page .home-service-slider{
    display:flex!important;
    grid-template-columns:none!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth;
    padding:3px 1px 12px!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  body.home-page .home-category-slider::-webkit-scrollbar,
  body.home-page .home-service-slider::-webkit-scrollbar{display:none}

  body.home-page .home-category-slider .category-card,
  body.home-page .home-service-slider .service-card{
    flex:0 0 calc((100% - 10px)/2)!important;
    width:calc((100% - 10px)/2)!important;
    min-width:calc((100% - 10px)/2)!important;
    scroll-snap-align:start!important;
    border-radius:15px!important;
  }
  body.home-page .home-category-cover{height:88px!important}
  body.home-page .home-category-content{padding:10px!important;gap:6px!important}
  body.home-page .home-category-content b{font-size:12px!important;line-height:1.2!important}
  body.home-page .home-category-content small{font-size:9px!important}
  body.home-page .home-category-content i{width:25px!important;height:25px!important;font-size:11px!important}

  body.home-page .home-service-slider .service-cover{height:92px!important}
  body.home-page .home-service-slider .service-body{padding:10px!important}
  body.home-page .home-service-slider .service-body small{font-size:8px!important}
  body.home-page .home-service-slider .service-body h3{font-size:13px!important;line-height:1.25!important;margin:3px 0 4px!important;min-height:32px}
  body.home-page .home-service-slider .service-body p{display:none!important}
  body.home-page .kh-featured-service-actions{padding:0 8px 9px!important;gap:5px!important;display:grid!important;grid-template-columns:1fr!important}
  body.home-page .kh-featured-service-actions>a,
  body.home-page .kh-featured-service-actions>button{min-height:31px!important;padding:6px 7px!important;font-size:9px!important;border-radius:9px!important;justify-content:center!important}
  body.home-page .slider-actions{display:none!important}

  /* Only the bottom navigation CTA opens as an app-like full screen request surface. */
  .request-quick-modal.mobile-fullscreen{
    padding:0!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    background:#fff!important;
    z-index:9999!important;
  }
  .request-quick-modal.mobile-fullscreen .request-quick-dialog{
    width:100%!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
    min-height:100dvh!important;
    border-radius:0!important;
    margin:0!important;
    box-shadow:none!important;
    overflow-y:auto!important;
    padding:calc(18px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom))!important;
  }
  .request-quick-modal.mobile-fullscreen .request-quick-close{
    position:sticky!important;
    top:0!important;
    float:right;
    width:38px!important;
    height:38px!important;
    border-radius:12px!important;
    z-index:3;
    background:#f3f6fa!important;
  }
  .request-quick-modal.mobile-fullscreen .request-quick-head{padding-top:12px!important;clear:both}
  .request-quick-modal.mobile-fullscreen .request-quick-head h2{font-size:25px!important;line-height:1.15!important;max-width:280px}
  .request-quick-modal.mobile-fullscreen .request-quick-head p{font-size:12px!important;margin-bottom:15px!important}
  .request-quick-modal.mobile-fullscreen .quick-service-searchbox{
    min-height:52px!important;
    border-radius:15px!important;
    padding:0 12px!important;
    position:sticky;
    top:4px;
    z-index:2;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(15,35,60,.08);
  }
  .request-quick-modal.mobile-fullscreen .quick-service-searchbox input{font-size:15px!important}
  .request-quick-modal.mobile-fullscreen .quick-service-searchbox kbd{display:none!important}
  .request-quick-modal.mobile-fullscreen .request-quick-grid{grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important}
  .request-quick-modal.mobile-fullscreen .request-quick-grid>a,
  .request-quick-modal.mobile-fullscreen .quick-service-suggestions>a{min-height:64px!important;border-radius:13px!important;padding:10px!important}
  body.kh-request-fullscreen-open{overflow:hidden!important;touch-action:none}
}

@media (max-width:390px){
  body.home-page .home-category-slider .category-card,
  body.home-page .home-service-slider .service-card{
    flex-basis:calc((100% - 8px)/2)!important;
    width:calc((100% - 8px)/2)!important;
    min-width:calc((100% - 8px)/2)!important;
  }
  body.home-page .home-category-slider,
  body.home-page .home-service-slider{gap:8px!important}
}

/* ===== v327.css ===== */
/* V3.2.7 - mobile 2x2 home sliders + uncropped category images */
@media (max-width:760px){
  body.home-page .home-category-slider,
  body.home-page .home-service-slider{
    display:grid!important;
    grid-template-columns:none!important;
    grid-template-rows:repeat(2,auto)!important;
    grid-auto-flow:column!important;
    grid-auto-columns:calc((100% - 10px)/2)!important;
    gap:10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    padding:4px 1px 12px!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch;
    align-items:stretch!important;
  }
  body.home-page .home-category-slider::-webkit-scrollbar,
  body.home-page .home-service-slider::-webkit-scrollbar{display:none!important}

  body.home-page .home-category-slider .category-card,
  body.home-page .home-service-slider .service-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    scroll-snap-align:start!important;
    border-radius:15px!important;
    margin:0!important;
  }

  /* Category artwork is never cropped on mobile. */
  body.home-page .home-category-cover{
    height:auto!important;
    aspect-ratio:16/10!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    padding:5px!important;
    background:#f5f8fa!important;
  }
  body.home-page .home-category-cover img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    display:block!important;
    border-radius:10px!important;
  }
  body.home-page .home-category-content{padding:9px 10px!important;min-height:52px!important}
  body.home-page .home-category-content b{font-size:12px!important;line-height:1.2!important}
  body.home-page .home-category-content small{font-size:9px!important}
  body.home-page .home-category-content i{width:24px!important;height:24px!important;font-size:10px!important}

  /* Keep four featured service cards visible without making the block too tall. */
  body.home-page .home-service-slider .service-card{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}
  body.home-page .home-service-slider .kh-featured-service-main{display:block!important;flex:1 1 auto!important}
  body.home-page .home-service-slider .service-cover{height:78px!important;min-height:78px!important;display:grid!important;place-items:center!important}
  body.home-page .home-service-slider .service-body{padding:8px 9px!important}
  body.home-page .home-service-slider .service-body small{font-size:8px!important}
  body.home-page .home-service-slider .service-body h3{font-size:12px!important;line-height:1.2!important;margin:2px 0!important;min-height:29px!important}
  body.home-page .home-service-slider .service-body p{display:none!important}
  body.home-page .kh-featured-service-actions{padding:0 7px 8px!important;gap:4px!important;display:grid!important;grid-template-columns:1fr 1fr!important}
  body.home-page .kh-featured-service-actions>a,
  body.home-page .kh-featured-service-actions>button{
    min-height:29px!important;
    padding:5px 4px!important;
    font-size:8.5px!important;
    line-height:1.05!important;
    border-radius:8px!important;
    justify-content:center!important;
    white-space:nowrap!important;
  }
}

@media (max-width:390px){
  body.home-page .home-category-slider,
  body.home-page .home-service-slider{
    grid-auto-columns:calc((100% - 8px)/2)!important;
    gap:8px!important;
  }
  body.home-page .kh-featured-service-actions{grid-template-columns:1fr!important}
  body.home-page .home-service-slider .service-cover{height:72px!important;min-height:72px!important}
}

/* ===== v328.css ===== */
/* V3.2.8 - real completed jobs / customer satisfaction section */
.kh-completed-stories-section{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.kh-section-intro{margin:7px 0 0;color:#64748b;font-size:13px;line-height:1.55}
.kh-completed-stories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.kh-completed-story{min-width:0;padding:16px;border:1px solid #e3eaf3;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(15,35,68,.055);display:flex;flex-direction:column;gap:11px}
.kh-story-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.kh-story-provider{display:flex;align-items:center;gap:9px;min-width:0;color:inherit;text-decoration:none}.kh-story-provider>img,.kh-story-provider>span{width:42px;height:42px;border-radius:12px;flex:0 0 42px;object-fit:cover;display:grid;place-items:center;background:linear-gradient(145deg,#e9f3ff,#eef9ff);color:#1769d2;font-weight:800;font-size:12px}.kh-story-provider div{min-width:0}.kh-story-provider small{display:block;color:#16845f;font-size:9px;font-weight:800;margin-bottom:2px}.kh-story-provider b{display:block;color:#14223a;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kh-story-completed{flex:0 0 auto;border-radius:999px;background:#ecfdf5;color:#087f5b;padding:5px 7px;font-size:8.5px;font-weight:800}.kh-story-service{font-size:12px;font-weight:800;color:#1667c9;text-decoration:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:10px;background:#f4f8ff}.kh-story-rating{display:flex;align-items:center;gap:8px}.kh-story-rating strong{font-size:22px;color:#17243a}.kh-story-rating span{font-size:12px;color:#f4a524;letter-spacing:1px}.kh-completed-story blockquote{margin:0;color:#40516a;font-size:11.5px;line-height:1.6;min-height:55px}.kh-completed-story footer{margin-top:auto;padding-top:9px;border-top:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between;gap:8px}.kh-completed-story footer span{font-size:10.5px;font-weight:800;color:#283a55}.kh-completed-story footer small{font-size:9px;color:#7b8ba2;text-align:right}
@media(max-width:980px){.kh-completed-stories{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.kh-completed-stories{display:flex;overflow-x:auto;gap:9px;margin-right:-12px;padding:2px 12px 10px 0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.kh-completed-stories::-webkit-scrollbar{display:none}.kh-completed-story{flex:0 0 84%;scroll-snap-align:start;border-radius:16px;padding:14px;gap:9px}.kh-story-provider>img,.kh-story-provider>span{width:38px;height:38px;flex-basis:38px}.kh-completed-story blockquote{min-height:0}.kh-section-intro{font-size:11px}.kh-completed-stories-section .slider-actions{display:flex}}
@media(max-width:390px){.kh-completed-story{flex-basis:89%}}

/* ===== v329.css ===== */
.quote-complete-form{margin-top:14px;display:flex;justify-content:flex-end}.quote-complete-btn{min-width:180px}.customer-review-panel{margin-top:24px;padding:24px;border:1px solid #e5eaf1;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 32px rgba(15,23,42,.06);display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}.customer-review-copy h2{margin:5px 0 8px;font-size:25px}.customer-review-copy p{margin:0;color:#64748b;line-height:1.65}.customer-review-form{display:grid;gap:16px}.customer-review-form textarea{width:100%;resize:vertical}.star-rating-field{border:0;padding:0;margin:0}.star-rating-field legend{font-weight:800;margin-bottom:8px}.star-rating-input{display:inline-flex;flex-direction:row-reverse;gap:4px}.star-rating-input input{position:absolute;opacity:0;pointer-events:none}.star-rating-input label{font-size:34px;line-height:1;cursor:pointer;color:#cbd5e1;transition:.15s ease;filter:drop-shadow(0 2px 2px rgba(15,23,42,.06))}.star-rating-input label:hover,.star-rating-input label:hover~label,.star-rating-input input:checked~label{color:#f59e0b;transform:translateY(-1px)}.star-rating-field small{display:block;margin-top:7px;color:#94a3b8}.review-moderation-note{display:flex;gap:10px;padding:12px 14px;border-radius:14px;background:#f1f5f9;color:#475569}.review-moderation-note p{margin:0;font-size:13px;line-height:1.5}.customer-review-existing{display:flex;gap:18px;padding:18px;border-radius:16px;background:#fff;border:1px solid #e5eaf1}.customer-review-existing p{margin:6px 0 10px;color:#475569}.review-stars-static,.review-admin-stars{display:flex;gap:2px}.review-stars-static span,.review-admin-stars span{color:#cbd5e1;font-size:20px}.review-stars-static span.active,.review-admin-stars span.active{color:#f59e0b}.review-admin-list{display:grid;gap:12px}.review-admin-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 20px;padding:18px 20px;border:1px solid #e5eaf1;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}.review-admin-main{display:flex;gap:14px;align-items:center}.review-admin-stars{min-width:max-content}.review-admin-comment{grid-column:1/-1;margin:0;padding:14px;border-radius:14px;background:#f8fafc;color:#334155;line-height:1.6}.review-admin-actions{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.review-admin-actions form{margin:0}.review-admin-stats{margin-bottom:14px}
@media(max-width:760px){.customer-review-panel{grid-template-columns:1fr;padding:18px;border-radius:18px;gap:18px}.customer-review-copy h2{font-size:21px}.star-rating-input label{font-size:32px}.quote-complete-form{justify-content:stretch}.quote-complete-btn{width:100%;min-width:0}.review-admin-card{grid-template-columns:1fr;padding:15px}.review-admin-card>.status{justify-self:start}.review-admin-main{align-items:flex-start;flex-direction:column;gap:8px}.review-admin-actions{display:grid;grid-template-columns:1fr 1fr}.review-admin-actions form:first-child{grid-column:1/-1}.review-admin-actions button{width:100%}}

/* ===== v3211.css ===== */
/* v3.2.11 - customer provider CTA + completed review CTA + quote review cards */
.customer-portal-bar .portal-provider-link{color:#0f67d8;font-weight:800}
.customer-portal-bar .portal-provider-link:hover{background:linear-gradient(135deg,#eef6ff,#f5fbff);color:#075bbb}
.customer-request-actions .customer-review-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 11px;border-radius:10px;background:#fff8df;border:1px solid #f4d46f;color:#8a6500;font-weight:800;line-height:1;white-space:nowrap}
.customer-request-actions .customer-review-link:hover{background:#fff2bc;color:#674a00}
.quote-provider-reviews{margin:14px 0 4px;padding:14px;border:1px solid #e8eef6;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f7faff)}
.quote-provider-reviews-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}
.quote-provider-reviews-head>div{display:flex;align-items:center;gap:9px;min-width:0}.quote-provider-reviews-head b{display:block;font-size:14px;color:#17263a}.quote-provider-reviews-head small{display:block;margin-top:2px;color:#718096;font-size:11px}.quote-provider-reviews-head>a{font-size:12px;font-weight:800;color:#1769d2;white-space:nowrap}.review-mini-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#fff4c8;color:#d49400;font-size:16px}
.quote-provider-review-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.quote-provider-review-list article{min-width:0;padding:11px;background:#fff;border:1px solid #edf1f6;border-radius:13px;box-shadow:0 5px 16px rgba(20,46,80,.04)}.quote-review-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.quote-review-stars{display:flex;gap:1px}.quote-review-stars span{font-size:13px;color:#d8dee8}.quote-review-stars span.active{color:#f2b316}.quote-review-top small{font-size:10px;color:#8a96a7}.quote-provider-review-list p{margin:8px 0 10px;font-size:12px;line-height:1.55;color:#526174;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.quote-review-author{display:flex;align-items:center;gap:8px}.quote-review-author>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#eef5ff;color:#1769d2;font-size:12px;font-weight:900}.quote-review-author b{display:block;font-size:11px;color:#2b3b4f}.quote-review-author small{display:block;font-size:10px;color:#8a96a7;margin-top:1px}
@media(max-width:760px){.customer-portal-bar .portal-nav .portal-provider-link{display:inline-flex}.customer-request-actions{gap:6px}.customer-request-actions .customer-review-link{padding:7px 9px;font-size:11px}.quote-provider-reviews{padding:12px;margin-top:12px;border-radius:14px}.quote-provider-reviews-head{align-items:flex-start}.quote-provider-reviews-head b{font-size:13px}.quote-provider-reviews-head>a{font-size:11px}.quote-provider-review-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:2px;scrollbar-width:none}.quote-provider-review-list::-webkit-scrollbar{display:none}.quote-provider-review-list article{flex:0 0 82%;scroll-snap-align:start;padding:10px}.quote-provider-review-list p{font-size:11.5px}.quote-review-stars span{font-size:12px}}
@media(max-width:420px){.quote-provider-review-list article{flex-basis:88%}.customer-request-actions .customer-review-link{font-size:10.5px}}

/* ===== v3212.css ===== */

/* Kapinda Hizmet v3.2.12 - reference-inspired hero + provider SEO profile */
.kh-home-hero-v3212{position:relative;overflow:hidden;padding:42px 0 28px;background:radial-gradient(circle at 72% 34%,rgba(255,169,96,.16),transparent 35%),linear-gradient(105deg,#fff 0%,#fffaf7 54%,#fff7f0 100%);border-top:1px solid #edf1f7}.kh-home-hero-v3212:before{content:"";position:absolute;inset:auto auto -160px -120px;width:420px;height:420px;border-radius:50%;background:rgba(16,83,154,.035);filter:blur(10px)}
.kh-home-hero-v3212 .kh-home-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:68px;align-items:center;min-height:485px}.kh-home-hero-v3212 .kh-home-hero-copy{max-width:690px}.kh-hero-mini-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #ffd9c8;background:#fff;border-radius:999px;color:#315071;font-size:11px;font-weight:800;letter-spacing:.13em;box-shadow:0 8px 24px rgba(19,45,78,.05)}.kh-hero-mini-badge i{font-style:normal;color:#ff5941}.kh-home-hero-v3212 h1{font-size:clamp(42px,4.2vw,68px);line-height:.98;letter-spacing:-.048em;color:#0b3569;margin:18px 0 16px;max-width:760px}.kh-home-hero-v3212 h1 em{display:block;font-style:normal;background:linear-gradient(90deg,#ff5545,#ff9628);-webkit-background-clip:text;background-clip:text;color:transparent}.kh-home-hero-v3212 .kh-home-hero-copy>p{font-size:17px;line-height:1.75;color:#5f7187;max-width:650px}
.kh-home-hero-v3212 .kh-hero-search{margin-top:22px;max-width:650px}.kh-home-hero-v3212 .smart-search-box{height:62px;border-radius:20px;background:#fff;border:1px solid #fee1d4;box-shadow:0 18px 45px rgba(24,54,91,.08);padding:6px 7px 6px 18px}.kh-home-hero-v3212 .smart-search-box input{font-size:16px}.kh-home-hero-v3212 .smart-search-box button{height:48px;min-width:104px;border-radius:15px;background:linear-gradient(135deg,#ff4f46,#ff6d3a);box-shadow:0 10px 25px rgba(255,84,67,.28)}.kh-home-hero-v3212 .kh-popular-tags{margin-top:12px;gap:7px}.kh-home-hero-v3212 .kh-popular-tags button{padding:7px 12px;background:#fff;border:1px solid #e7edf5;border-radius:999px;font-size:11px;color:#47617c}.kh-hero-cta-row{display:flex;gap:10px;align-items:center;margin-top:18px}.kh-hero-primary,.kh-hero-secondary{min-height:48px;border-radius:14px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;text-decoration:none;font-size:14px}.kh-hero-primary{border:0;background:#0b3c78;color:#fff;box-shadow:0 12px 28px rgba(11,60,120,.2);cursor:pointer}.kh-hero-secondary{border:1px solid #dbe5f0;background:#fff;color:#173e69}.kh-hero-trust-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.kh-hero-trust-pills span{padding:7px 11px;border:1px solid #e4ebf3;background:#fff;border-radius:999px;color:#667b90;font-size:11px;box-shadow:0 7px 18px rgba(35,59,87,.04)}
.kh-home-hero-v3212 .kh-home-hero-visual{min-height:455px;display:flex;align-items:center;justify-content:center;overflow:visible}.kh-hero-profile-card{position:relative;width:min(100%,460px);height:455px;border:1px solid #ffd2bd;border-radius:30px;background:linear-gradient(145deg,#ffe8d9,#f9eee7);box-shadow:0 28px 65px rgba(56,61,78,.13);padding:10px;overflow:visible}.kh-hero-media{height:100%;border-radius:24px;overflow:hidden;background:#f4e9e1;position:relative}.kh-hero-media:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,var(--hero-fade));pointer-events:none}.kh-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.kh-hero-media iframe{width:100%;height:100%;border:0}.kh-hero-person-fallback{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 20%,#fff 0 12%,transparent 13%),linear-gradient(160deg,#fbd7c3,#f7eee9);color:#103f73}.kh-hero-person-fallback span{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:34px;font-weight:900;box-shadow:0 16px 38px rgba(60,50,45,.12)}.kh-hero-person-fallback strong{margin-top:22px;font-size:24px;line-height:1.2}.kh-hero-verified,.kh-hero-rating,.kh-hero-float-social,.kh-hero-float-free{position:absolute;z-index:5;background:#fff;border:1px solid #edf1f6;box-shadow:0 12px 30px rgba(23,50,84,.12);border-radius:999px;font-size:11px}.kh-hero-verified{top:18px;left:18px;padding:8px 11px;color:#244c72;font-weight:800}.kh-hero-rating{top:18px;right:18px;padding:8px 11px;background:#183e6c;color:#fff;border:0;font-weight:800}.kh-hero-float-social{right:-44px;top:115px;padding:13px 18px;color:#1f4670}.kh-hero-float-social:first-letter{color:#8f4cff}.kh-hero-float-free{left:-30px;top:235px;padding:13px 16px;color:#425c78}.kh-hero-offer-box{position:absolute;z-index:6;left:22px;right:22px;bottom:-10px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border:1px solid #eef2f6;border-radius:22px;padding:14px 16px;box-shadow:0 18px 45px rgba(21,48,78,.16)}.kh-hero-offer-box>div{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#173e69;margin-bottom:6px}.kh-hero-offer-box>div small{color:#16b88a}.kh-hero-offer-box article{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:8px 0;border-top:1px solid #f0f3f7}.kh-hero-offer-box article>span{width:34px;height:34px;border-radius:11px;background:#f3f0ff;color:#6750e8;display:grid;place-items:center}.kh-hero-offer-box article:nth-of-type(2)>span{background:#fff0ef;color:#ff5c4c}.kh-hero-offer-box article b{display:block;font-size:12px;color:#173e69}.kh-hero-offer-box article small{display:block;font-size:10px;color:#7a8a9c;margin-top:2px}.kh-hero-offer-box article i{font-style:normal;color:#ff5445;font-size:10px;font-weight:800}
.kh-provider-seo-hero{background:linear-gradient(120deg,#f5f9ff,#fff 52%,#fff8f3);border-bottom:1px solid #edf2f8}.kh-provider-seo-hero .profile-head{padding:22px 0}.kh-provider-seo-hero .avatar.xl{overflow:hidden;background:linear-gradient(135deg,#0d4d8d,#31a6c8);color:#fff}.kh-provider-seo-hero .avatar.xl img{width:100%;height:100%;object-fit:cover}.kh-provider-rating{font-weight:700;color:#536a83}.kh-provider-area{font-size:13px;color:#73869a!important;margin-top:5px!important}.kh-provider-profile-card{border-radius:24px;border:1px solid #e9eff5;box-shadow:0 18px 45px rgba(28,55,85,.055);padding:28px;background:#fff}.kh-provider-intro h2{margin-top:5px}.kh-provider-profile-card .profile-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kh-provider-profile-card .profile-facts>div{border:1px solid #edf2f7;background:#fbfdff;border-radius:16px;padding:15px}.kh-area-tags span{display:inline-flex;padding:8px 12px;border:1px solid #e5edf5;background:#f8fbfe;border-radius:999px;color:#46617b;font-size:12px}.kh-provider-review{border:1px solid #edf1f5;border-radius:16px;padding:15px;margin:10px 0;background:#fcfdff}.kh-provider-review>div{display:flex;justify-content:space-between;gap:12px}.kh-provider-review>div span{color:#ffad1f;letter-spacing:1px}.kh-provider-cta{border-radius:24px;border:1px solid #e7edf4;box-shadow:0 18px 45px rgba(25,52,83,.08)}.kh-provider-cta small{display:block;margin-top:12px;color:#6b8096;font-size:11px}
@media(max-width:900px){.kh-home-hero-v3212{padding:24px 0 28px}.kh-home-hero-v3212 .kh-home-hero-grid{grid-template-columns:1fr;gap:26px;min-height:0}.kh-home-hero-v3212 .kh-home-hero-copy{max-width:none}.kh-home-hero-v3212 h1{font-size:clamp(38px,10vw,54px)}.kh-home-hero-v3212 .kh-home-hero-visual{min-height:390px}.kh-hero-profile-card{height:390px;width:min(100%,430px)}.kh-hero-float-social{right:-8px}.kh-hero-float-free{left:-8px}.kh-provider-profile-card .profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.kh-home-hero-v3212{padding:16px 0 20px}.kh-home-hero-v3212 .kh-home-hero-grid{gap:18px}.kh-hero-mini-badge{font-size:9px;padding:7px 10px}.kh-home-hero-v3212 h1{font-size:36px;line-height:1.02;margin:13px 0 11px}.kh-home-hero-v3212 .kh-home-hero-copy>p{font-size:14px;line-height:1.6}.kh-home-hero-v3212 .kh-hero-search{margin-top:15px}.kh-home-hero-v3212 .smart-search-box{height:52px;border-radius:16px;padding-left:12px}.kh-home-hero-v3212 .smart-search-box button{height:40px;min-width:66px;border-radius:12px}.kh-home-hero-v3212 .kh-popular-tags{flex-wrap:nowrap;overflow:auto;padding-bottom:2px;scrollbar-width:none}.kh-home-hero-v3212 .kh-popular-tags::-webkit-scrollbar{display:none}.kh-home-hero-v3212 .kh-popular-tags button{flex:0 0 auto}.kh-hero-cta-row{display:grid;grid-template-columns:1.25fr .75fr}.kh-hero-primary,.kh-hero-secondary{padding:0 10px;font-size:12px;min-height:44px}.kh-hero-trust-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.kh-hero-trust-pills span{padding:6px 5px;text-align:center;font-size:8.5px}.kh-home-hero-v3212 .kh-home-hero-visual{min-height:330px}.kh-hero-profile-card{height:330px;border-radius:23px;padding:7px}.kh-hero-media{border-radius:18px}.kh-hero-verified,.kh-hero-rating{top:13px;font-size:9px;padding:6px 8px}.kh-hero-verified{left:13px}.kh-hero-rating{right:13px}.kh-hero-float-social{right:-2px;top:86px;padding:9px 11px;font-size:9px}.kh-hero-float-free{left:-2px;top:170px;padding:9px 11px;font-size:9px}.kh-hero-offer-box{left:12px;right:12px;bottom:-12px;border-radius:17px;padding:10px 12px}.kh-hero-offer-box article{grid-template-columns:29px 1fr auto;padding:6px 0}.kh-hero-offer-box article>span{width:29px;height:29px;border-radius:9px}.kh-hero-offer-box article b{font-size:10px}.kh-hero-offer-box article small,.kh-hero-offer-box article i{font-size:8.5px}.kh-provider-seo-hero .profile-head{align-items:flex-start}.kh-provider-seo-hero .verified.large{font-size:10px;padding:7px 9px}.kh-provider-profile-card{padding:18px;border-radius:19px}.kh-provider-profile-card .profile-facts{gap:7px}.kh-provider-profile-card .profile-facts>div{padding:11px;border-radius:13px}.kh-provider-review{padding:12px;border-radius:14px}}

/* ===== v3213.css ===== */
/* Kapinda Hizmet v3.2.13 - brand-aligned hero stability + live completed jobs polish */
.kh-home-hero-v3212{
  padding:38px 0 30px;
  background:
    radial-gradient(circle at 78% 26%,color-mix(in srgb,var(--orange) 14%,transparent),transparent 34%),
    radial-gradient(circle at 8% 12%,color-mix(in srgb,var(--blue) 7%,transparent),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f8fbfe 100%);
  border-top:1px solid #e7eef6;
}
.kh-home-hero-v3212:before{background:color-mix(in srgb,var(--blue) 5%,transparent)}
.kh-home-hero-v3212 .kh-home-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:46px;min-height:455px;align-items:center}
.kh-home-hero-v3212 .kh-home-hero-copy{min-width:0}
.kh-hero-mini-badge{border-color:color-mix(in srgb,var(--blue) 18%,#fff);color:var(--blue);background:#fff}
.kh-hero-mini-badge i{color:var(--orange)}
.kh-home-hero-v3212 h1{color:var(--blue);font-size:clamp(40px,4.1vw,64px);line-height:1;letter-spacing:-.045em}
.kh-home-hero-v3212 h1 em{background:none;color:var(--orange);-webkit-text-fill-color:initial}
.kh-home-hero-v3212 .kh-home-hero-copy>p{color:#5d7186}
.kh-home-hero-v3212 .smart-search-box{border-color:color-mix(in srgb,var(--blue) 15%,#fff);box-shadow:0 14px 34px rgba(23,103,165,.10)}
.kh-home-hero-v3212 .smart-search-box button{background:linear-gradient(135deg,var(--blue),color-mix(in srgb,var(--blue) 78%,var(--orange)));box-shadow:0 10px 22px color-mix(in srgb,var(--blue) 24%,transparent)}
.kh-home-hero-v3212 .kh-popular-tags button{border-color:#dfeaf4;color:#3d5f7d}
.kh-hero-primary{background:var(--blue);box-shadow:0 10px 24px color-mix(in srgb,var(--blue) 24%,transparent)}
.kh-hero-secondary{border-color:color-mix(in srgb,var(--blue) 20%,#fff);color:var(--blue)}
.kh-hero-trust-pills span{border-color:#e1ebf4;color:#5c748a}
.kh-home-hero-v3212 .kh-home-hero-visual{min-width:0;min-height:430px;overflow:hidden;padding:8px 2px 18px}
.kh-hero-profile-card{width:min(100%,440px);height:420px;border-color:color-mix(in srgb,var(--blue) 16%,#fff);background:linear-gradient(145deg,color-mix(in srgb,var(--blue) 6%,#fff),color-mix(in srgb,var(--orange) 6%,#fff));box-shadow:0 22px 54px rgba(23,72,112,.13);overflow:hidden}
.kh-hero-media{background:#eef5fa}
.kh-hero-verified{left:16px;top:16px;color:var(--blue);border-color:#e4edf5}
.kh-hero-rating{right:16px;top:16px;background:var(--blue)}
.kh-hero-float-social{right:14px;top:105px;color:var(--blue)}
.kh-hero-float-free{left:14px;top:210px;color:var(--blue)}
.kh-hero-offer-box{left:16px;right:16px;bottom:14px;border-radius:19px;box-shadow:0 14px 34px rgba(23,72,112,.14)}
.kh-hero-offer-box>div{color:var(--blue)}
.kh-hero-offer-box article b{color:#173e69}
.kh-hero-offer-box article i{color:var(--orange)}
.kh-hero-offer-box article>span{background:color-mix(in srgb,var(--blue) 9%,#fff);color:var(--blue)}
.kh-hero-offer-box article:nth-of-type(2)>span{background:color-mix(in srgb,var(--orange) 10%,#fff);color:var(--orange)}

.kh-provider-seo-hero{background:linear-gradient(120deg,color-mix(in srgb,var(--blue) 6%,#fff),#fff 58%,color-mix(in srgb,var(--orange) 5%,#fff))}
.kh-provider-seo-hero .avatar.xl{background:linear-gradient(135deg,var(--blue),var(--orange))}
.kh-provider-rating{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#f7fafc;border:1px solid #e7eef5;color:#4f6981!important}
.kh-provider-profile-card .profile-facts>div{transition:transform .18s ease,box-shadow .18s ease}
.kh-provider-profile-card .profile-facts>div:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(22,70,108,.08)}
.kh-provider-profile-card .profile-facts>div:nth-child(2){background:linear-gradient(180deg,color-mix(in srgb,var(--blue) 6%,#fff),#fff);border-color:color-mix(in srgb,var(--blue) 15%,#fff)}
.kh-provider-profile-card .profile-facts>div:nth-child(2) b{color:var(--blue);font-size:22px}

@media(max-width:900px){
  .kh-home-hero-v3212 .kh-home-hero-grid{grid-template-columns:1fr;gap:20px;min-height:0}
  .kh-home-hero-v3212 .kh-home-hero-copy{max-width:760px}
  .kh-home-hero-v3212 .kh-home-hero-visual{min-height:360px;padding:0}
  .kh-hero-profile-card{height:360px;width:min(100%,430px)}
  .kh-hero-float-social{right:12px}.kh-hero-float-free{left:12px}
}
@media(max-width:600px){
  .kh-home-hero-v3212{padding:14px 0 18px}
  .kh-home-hero-v3212 h1{font-size:34px;line-height:1.03;letter-spacing:-1.25px}
  .kh-home-hero-v3212 .kh-home-hero-copy>p{font-size:13.5px;line-height:1.55}
  .kh-home-hero-v3212 .kh-home-hero-visual{min-height:312px}
  .kh-hero-profile-card{height:312px;border-radius:21px;padding:7px}
  .kh-hero-media{border-radius:16px}
  .kh-hero-verified,.kh-hero-rating{font-size:9px;padding:6px 8px;top:11px}
  .kh-hero-verified{left:11px}.kh-hero-rating{right:11px}
  .kh-hero-float-social,.kh-hero-float-free{display:none}
  .kh-hero-offer-box{left:10px;right:10px;bottom:10px;padding:10px 11px;border-radius:15px}
  .kh-hero-offer-box article{grid-template-columns:29px 1fr auto;gap:7px;padding:6px 0}
  .kh-hero-offer-box article>span{width:29px;height:29px;border-radius:9px}
  .kh-hero-offer-box article b{font-size:10.5px}.kh-hero-offer-box article small,.kh-hero-offer-box article i{font-size:9px}
  .kh-hero-cta-row{gap:8px}.kh-hero-primary,.kh-hero-secondary{min-height:43px;padding:0 13px;font-size:12px}
  .kh-provider-rating{font-size:11px;padding:6px 9px}
}

.kh-admin-brand-note{margin:-4px 0 18px;padding:11px 13px;border:1px solid #e3ebf3;border-radius:12px;background:#f8fbfd;color:#5b6f83;font-size:12px;line-height:1.5}.kh-admin-brand-note span{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--c);vertical-align:-1px;margin:0 3px;border:1px solid rgba(0,0,0,.08)}

/* ===== v3215.css ===== */
/* Kapinda Hizmet v3.2.15 - hero layout stability hotfix
   Keeps the existing hero markup and admin settings; only neutralizes legacy full-bleed rules. */
.kh-home-hero-v3212,
.kh-home-hero-v3212.kh-hero-type-image,
.kh-home-hero-v3212.kh-hero-type-youtube{
  position:relative!important;
  min-height:0!important;
  padding:34px 0 32px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 10% 12%,color-mix(in srgb,var(--blue) 7%,transparent),transparent 29%),
    radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--orange) 8%,transparent),transparent 31%),
    linear-gradient(180deg,#fff 0%,#f7fbfe 100%)!important;
}
.kh-home-hero-v3212.kh-hero-type-image::before,
.kh-home-hero-v3212.kh-hero-type-image::after,
.kh-home-hero-v3212.kh-hero-type-youtube::before,
.kh-home-hero-v3212.kh-hero-type-youtube::after{display:none!important}

.kh-home-hero-v3212 .kh-home-hero-grid,
.kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
.kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
  display:grid!important;
  position:relative!important;
  z-index:2!important;
  width:min(calc(100% - 36px),1180px)!important;
  max-width:1180px!important;
  min-height:440px!important;
  margin:0 auto!important;
  padding:0!important;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr)!important;
  grid-template-areas:"visual copy"!important;
  gap:44px!important;
  align-items:center!important;
  text-align:left!important;
}
.kh-home-hero-v3212 .kh-home-hero-copy{
  grid-area:copy!important;
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  max-width:690px!important;
  min-width:0!important;
  margin:0!important;
  text-align:left!important;
}
.kh-home-hero-v3212 .kh-home-hero-visual,
.kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
.kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{
  grid-area:visual!important;
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  min-width:0!important;
  min-height:430px!important;
  margin:0!important;
  padding:8px 0 14px!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}
.kh-home-hero-v3212 .kh-hero-profile-card{
  width:100%!important;
  max-width:430px!important;
  height:420px!important;
  margin:0 auto!important;
  overflow:hidden!important;
}
.kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual img,
.kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual iframe,
.kh-home-hero-v3212 .kh-hero-media img,
.kh-home-hero-v3212 .kh-hero-media iframe{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  transform:none!important;
  filter:none!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.kh-home-hero-v3212 .kh-hero-media{height:100%!important;overflow:hidden!important}
.kh-home-hero-v3212 .kh-hero-media:after{background:rgba(255,255,255,var(--hero-fade,.18))}

.kh-home-hero-v3212 h1{max-width:690px!important;margin:15px 0 13px!important;text-align:left!important}
.kh-home-hero-v3212 .kh-home-hero-copy>p{max-width:640px!important;margin:0!important;text-align:left!important}
.kh-home-hero-v3212 .kh-hero-search{width:100%!important;max-width:650px!important;margin:19px 0 0!important}
.kh-home-hero-v3212 .kh-popular-tags,
.kh-home-hero-v3212 .kh-hero-trust-pills{justify-content:flex-start!important}
.kh-home-hero-v3212 .kh-hero-cta-row{justify-content:flex-start!important}

/* Keep every floating element inside the image card on desktop. */
.kh-home-hero-v3212 .kh-hero-float-social{right:14px!important;top:102px!important}
.kh-home-hero-v3212 .kh-hero-float-free{left:14px!important;top:205px!important}
.kh-home-hero-v3212 .kh-hero-offer-box{left:14px!important;right:14px!important;bottom:12px!important}

@media(max-width:980px){
  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    width:min(calc(100% - 30px),760px)!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
    grid-template-areas:"visual" "copy"!important;
    gap:22px!important;
  }
  .kh-home-hero-v3212 .kh-home-hero-copy{max-width:760px!important}
  .kh-home-hero-v3212 .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{min-height:360px!important;padding:0!important}
  .kh-home-hero-v3212 .kh-hero-profile-card{max-width:520px!important;height:360px!important}
}

@media(max-width:600px){
  .kh-home-hero-v3212,
  .kh-home-hero-v3212.kh-hero-type-image,
  .kh-home-hero-v3212.kh-hero-type-youtube{padding:12px 0 18px!important}
  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    width:calc(100% - 24px)!important;
    gap:16px!important;
  }
  .kh-home-hero-v3212 .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{min-height:255px!important}
  .kh-home-hero-v3212 .kh-hero-profile-card{width:100%!important;max-width:none!important;height:255px!important;border-radius:20px!important;padding:6px!important}
  .kh-home-hero-v3212 .kh-hero-media{border-radius:15px!important}
  .kh-home-hero-v3212 .kh-hero-media img{object-position:center center!important}
  .kh-home-hero-v3212 .kh-hero-verified,.kh-home-hero-v3212 .kh-hero-rating{top:10px!important}
  .kh-home-hero-v3212 .kh-hero-verified{left:10px!important}.kh-home-hero-v3212 .kh-hero-rating{right:10px!important}
  .kh-home-hero-v3212 .kh-hero-float-social,.kh-home-hero-v3212 .kh-hero-float-free{display:none!important}
  .kh-home-hero-v3212 .kh-hero-offer-box{left:9px!important;right:9px!important;bottom:9px!important;padding:8px 10px!important}
  .kh-home-hero-v3212 .kh-hero-offer-box article{padding:5px 0!important}
  .kh-home-hero-v3212 .kh-home-hero-copy{width:100%!important}
  .kh-home-hero-v3212 h1{font-size:33px!important;line-height:1.03!important;letter-spacing:-1.2px!important;margin:12px 0 10px!important}
  .kh-home-hero-v3212 .kh-home-hero-copy>p{font-size:13.5px!important;line-height:1.5!important}
  .kh-home-hero-v3212 .kh-hero-search{margin-top:14px!important}
  .kh-home-hero-v3212 .smart-search-box{width:100%!important;max-width:none!important}
  .kh-home-hero-v3212 .kh-popular-tags{width:100%!important;overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}
  .kh-home-hero-v3212 .kh-popular-tags::-webkit-scrollbar{display:none!important}
  .kh-home-hero-v3212 .kh-hero-trust-pills{width:100%!important}
}

/* ===== v3216.css ===== */
/* Kapinda Hizmet v3.2.16 - hero direction correction
   Desktop: copy/search LEFT, visual card RIGHT. Mobile remains stacked and stable. */
@media(min-width:981px){
  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;
    grid-template-areas:"copy visual"!important;
  }
  .kh-home-hero-v3212 .kh-home-hero-copy{
    grid-area:copy!important;
    justify-self:start!important;
  }
  .kh-home-hero-v3212 .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{
    grid-area:visual!important;
    justify-self:end!important;
  }
}

/* Tablet: text first, visual below for a natural reading flow. */
@media(min-width:601px) and (max-width:980px){
  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    grid-template-areas:"copy" "visual"!important;
  }
}

/* Mobile: compact copy first, visual follows; no horizontal overflow. */
@media(max-width:600px){
  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    grid-template-areas:"copy" "visual"!important;
  }
  .kh-home-hero-v3212 .kh-home-hero-copy,
  .kh-home-hero-v3212 .kh-home-hero-visual{min-width:0!important;max-width:100%!important}
}

/* ===== v3217.css ===== */
/* Kapinda Hizmet v3.2.17 - mobile hero visual removal
   Mobile only: hide the right-side expert/media card and keep the copy/search hero compact. */
@media (max-width:600px){
  .kh-home-hero-v3212 .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-visual,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-visual{
    display:none!important;
  }

  .kh-home-hero-v3212 .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-image .kh-home-hero-grid,
  .kh-home-hero-v3212.kh-hero-type-youtube .kh-home-hero-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"copy"!important;
    gap:0!important;
  }

  .kh-home-hero-v3212 .kh-home-hero-copy{
    grid-area:copy!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
}

/* ===== v3218.css ===== */
/* Kapinda Hizmet v3.2.18 - desktop hero motion polish
   Desktop only. Mobile hero remains exactly as v3.2.17. */
@media (min-width:901px){
  .kh-home-hero-v3212 .kh-hero-profile-card{
    isolation:isolate;
  }
  .kh-home-hero-v3212 .kh-hero-verified,
  .kh-home-hero-v3212 .kh-hero-float-social,
  .kh-home-hero-v3212 .kh-hero-float-free{
    overflow:hidden;
    transform:translateZ(0);
    will-change:transform,box-shadow;
  }
  .kh-home-hero-v3212 .kh-hero-verified{
    animation:khHeroVerifiedFloat 4.2s ease-in-out infinite;
    box-shadow:0 12px 30px color-mix(in srgb,var(--blue) 15%,transparent);
  }
  .kh-home-hero-v3212 .kh-hero-verified:after,
  .kh-home-hero-v3212 .kh-hero-float-social:after,
  .kh-home-hero-v3212 .kh-hero-float-free:after{
    content:"";
    position:absolute;
    inset:-2px auto -2px -55%;
    width:42%;
    background:linear-gradient(100deg,transparent,rgba(255,255,255,.78),transparent);
    transform:skewX(-18deg);
    pointer-events:none;
    animation:khHeroBadgeShine 5.2s ease-in-out infinite;
  }
  .kh-home-hero-v3212 .kh-hero-float-social{
    animation:khHeroSocialFloat 4.8s ease-in-out infinite;
    border-color:color-mix(in srgb,var(--blue) 18%,#fff);
  }
  .kh-home-hero-v3212 .kh-hero-float-free{
    animation:khHeroFreeFloat 5.3s ease-in-out .35s infinite;
    border-color:color-mix(in srgb,var(--orange) 20%,#fff);
  }
  .kh-home-hero-v3212 .kh-hero-float-social i,
  .kh-home-hero-v3212 .kh-hero-float-free i{
    display:inline-grid;
    place-items:center;
    width:22px;
    height:22px;
    margin-right:3px;
    border-radius:50%;
    background:color-mix(in srgb,var(--blue) 9%,#fff);
    color:var(--blue);
    font-style:normal;
  }
  .kh-home-hero-v3212 .kh-hero-float-free i{
    background:color-mix(in srgb,var(--orange) 10%,#fff);
    color:var(--orange);
  }
  .kh-home-hero-v3212 .kh-hero-offer-interactive{
    cursor:pointer;
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
    outline:none;
  }
  .kh-home-hero-v3212 .kh-hero-offer-interactive:hover,
  .kh-home-hero-v3212 .kh-hero-offer-interactive:focus-visible{
    transform:translateY(-5px);
    border-color:color-mix(in srgb,var(--blue) 22%,#fff);
    box-shadow:0 24px 58px rgba(23,72,112,.22);
  }
  .kh-home-hero-v3212 .kh-hero-offer-head small{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-weight:800;
  }
  .kh-home-hero-v3212 .kh-hero-offer-head small span{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#16b88a;
    box-shadow:0 0 0 0 rgba(22,184,138,.42);
    animation:khHeroLivePulse 1.8s ease-out infinite;
  }
  .kh-home-hero-v3212 .kh-hero-motion-row{
    position:relative;
    transition:opacity .22s ease,transform .22s ease;
  }
  .kh-home-hero-v3212 .kh-hero-motion-row.kh-changing{
    opacity:0;
    transform:translateY(7px);
  }
  .kh-home-hero-v3212 .kh-hero-motion-row i{
    white-space:nowrap;
    transition:transform .2s ease,color .2s ease;
  }
  .kh-home-hero-v3212 .kh-hero-offer-interactive:hover .kh-hero-motion-row i{
    transform:translateX(3px);
    color:var(--blue);
  }
  .kh-home-hero-v3212 .kh-hero-offer-click{
    display:block;
    margin-top:7px;
    padding-top:7px;
    border-top:1px dashed #e7edf3;
    color:#7b8b9c;
    font-size:9px;
    font-style:normal;
    font-weight:700;
    text-align:center;
  }
  @keyframes khHeroVerifiedFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-5px,0)}}
  @keyframes khHeroSocialFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(-5px,-5px,0) rotate(-1deg)}}
  @keyframes khHeroFreeFloat{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(5px,-6px,0) rotate(1deg)}}
  @keyframes khHeroBadgeShine{0%,66%{left:-55%;opacity:0}72%{opacity:.75}88%,100%{left:125%;opacity:0}}
  @keyframes khHeroLivePulse{0%{box-shadow:0 0 0 0 rgba(22,184,138,.42)}70%{box-shadow:0 0 0 7px rgba(22,184,138,0)}100%{box-shadow:0 0 0 0 rgba(22,184,138,0)}}
}
@media (prefers-reduced-motion:reduce){
  .kh-home-hero-v3212 .kh-hero-verified,
  .kh-home-hero-v3212 .kh-hero-float-social,
  .kh-home-hero-v3212 .kh-hero-float-free,
  .kh-home-hero-v3212 .kh-hero-verified:after,
  .kh-home-hero-v3212 .kh-hero-float-social:after,
  .kh-home-hero-v3212 .kh-hero-float-free:after,
  .kh-home-hero-v3212 .kh-hero-offer-head small span{animation:none!important}
}

/* v3.2.19 - desktop single ghost offer + free badge layering */
@media (min-width:901px){
  .kh-home-hero-v3212 .kh-hero-float-free{
    z-index:12!important;
    left:18px!important;
    top:188px!important;
    background:rgba(255,255,255,.94)!important;
    border-color:color-mix(in srgb,var(--blue) 22%,#fff)!important;
    box-shadow:0 14px 34px rgba(23,72,112,.18),0 0 0 1px rgba(255,255,255,.7) inset!important;
    backdrop-filter:blur(12px);
  }
  .kh-home-hero-v3212 .kh-hero-offer-single{
    z-index:8!important;
    left:18px!important;
    right:18px!important;
    bottom:16px!important;
    padding:12px 14px 11px!important;
    min-height:112px;
    background:rgba(255,255,255,.9)!important;
    border:1px solid rgba(220,231,242,.96)!important;
    box-shadow:0 18px 44px rgba(23,72,112,.16)!important;
  }
  .kh-home-hero-v3212 .kh-hero-offer-single .kh-hero-offer-head{
    margin-bottom:4px!important;
  }
  .kh-home-hero-v3212 .kh-hero-offer-single .kh-hero-motion-row{
    min-height:52px;
    border-top:1px solid rgba(232,238,244,.9);
    transition:opacity .42s ease,filter .42s ease,transform .42s cubic-bezier(.22,.61,.36,1)!important;
    opacity:1;
    filter:blur(0);
    transform:translateY(0) scale(1);
    will-change:opacity,filter,transform;
  }
  .kh-home-hero-v3212 .kh-hero-offer-single .kh-hero-motion-row.kh-ghost-out{
    opacity:0;
    filter:blur(7px);
    transform:translateY(-5px) scale(.985);
  }
  .kh-home-hero-v3212 .kh-hero-offer-single .kh-hero-motion-row.kh-ghost-in{
    opacity:.12;
    filter:blur(5px);
    transform:translateY(5px) scale(.99);
  }
  .kh-home-hero-v3212 .kh-hero-offer-single .kh-hero-offer-click{
    margin-top:2px;
    padding-top:5px;
    opacity:.72;
  }
}

/* v3.2.20 admin-controllable desktop hero motion */
@media (min-width:901px){.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-verified,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-float-social,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-float-free,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-verified:after,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-float-social:after,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-float-free:after,.kh-home-hero-v3212 .kh-hero-motion-disabled .kh-hero-offer-head small span{animation:none!important}}

/* ===== v3221.css ===== */
/* Kapinda Hizmet v3.2.21 - mobile shell only: header, auth screens and bottom tab bar */
@media (max-width:760px){
  :root{--kh-mobile-blue:var(--blue,#1767A5);--kh-mobile-accent:var(--orange,#20B4B6);--kh-mobile-ink:#10213d;--kh-mobile-muted:#718096;--kh-mobile-line:#e4ebf3}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))!important}

  /* Premium compact top header */
  .site-header.kh-header{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(220,229,239,.88)!important;box-shadow:0 5px 18px rgba(24,49,83,.045)!important;backdrop-filter:blur(18px) saturate(1.25)!important;-webkit-backdrop-filter:blur(18px) saturate(1.25)!important}
  .kh-header .header-inner{height:62px!important;width:calc(100% - 24px)!important;gap:10px!important}
  .kh-header .logo{min-width:0!important;max-width:190px!important;font-size:19px!important;letter-spacing:-.65px!important;line-height:1!important}
  .kh-header .logo.custom-brand{max-width:178px!important;height:42px!important;display:flex!important;align-items:center!important;overflow:hidden!important}
  .kh-header .brand-picture{display:flex!important;align-items:center!important;max-width:100%!important;height:40px!important}
  .kh-header .brand-picture img{display:block!important;width:auto!important;max-width:174px!important;height:auto!important;max-height:38px!important;object-fit:contain!important;object-position:left center!important}
  .kh-header .logo:not(.custom-brand)>span{width:34px!important;height:34px!important;border-radius:10px!important;margin-right:7px!important;font-size:16px!important;background:linear-gradient(135deg,var(--kh-mobile-blue),var(--kh-mobile-accent))!important}
  .kh-header-actions{margin-left:auto!important;gap:7px!important}
  .kh-header-actions>.kh-login,.kh-header-actions>.nav-btn,.kh-header-actions>.header-request-btn{display:none!important}
  .kh-header .menu-toggle{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;padding:0!important;border:1px solid var(--kh-mobile-line)!important;border-radius:13px!important;background:#fff!important;color:var(--kh-mobile-blue)!important;font-size:0!important;box-shadow:0 5px 14px rgba(33,66,108,.07)!important;position:relative!important}
  .kh-header .menu-toggle:before{content:"";width:17px;height:12px;background:linear-gradient(var(--kh-mobile-blue),var(--kh-mobile-blue)) 0 0/17px 2px no-repeat,linear-gradient(var(--kh-mobile-blue),var(--kh-mobile-blue)) 0 5px/13px 2px no-repeat,linear-gradient(var(--kh-mobile-blue),var(--kh-mobile-blue)) 0 10px/17px 2px no-repeat;border-radius:2px}
  .kh-header .menu-toggle:active{transform:scale(.96)}

  /* Dropdown mobile menu - small app sheet, not a tall page list */
  .kh-header .mobile-nav.open{display:block!important;position:absolute!important;left:10px!important;right:10px!important;top:66px!important;padding:10px!important;border:1px solid rgba(218,228,239,.95)!important;border-radius:19px!important;background:rgba(255,255,255,.985)!important;box-shadow:0 18px 46px rgba(20,46,82,.16)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;animation:khMobMenuIn .18s ease-out both!important}
  @keyframes khMobMenuIn{from{opacity:0;transform:translateY(-7px) scale(.985)}to{opacity:1;transform:none}}
  .kh-mobile-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .kh-header .kh-mobile-nav-grid>a{display:flex!important;align-items:center!important;gap:9px!important;padding:11px!important;border:1px solid #edf1f6!important;border-radius:13px!important;background:#f9fbfd!important;color:#35445b!important;min-height:48px!important}
  .kh-mobile-nav-grid>a>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px;background:#eaf4fb;color:var(--kh-mobile-blue);font-size:13px;font-weight:900}
  .kh-mobile-nav-grid>a>b{font-size:11px;line-height:1.15}
  .kh-mobile-nav-primary{margin-top:8px}
  .kh-header .kh-mobile-nav-primary>a,.kh-header .kh-mobile-nav-primary>button{display:flex!important;width:100%!important;min-height:43px!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:10px 12px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,var(--kh-mobile-blue),color-mix(in srgb,var(--kh-mobile-blue) 70%,var(--kh-mobile-accent)))!important;color:#fff!important;font:inherit!important;font-size:12px!important;font-weight:850!important;box-shadow:0 8px 18px color-mix(in srgb,var(--kh-mobile-blue) 20%,transparent)!important}
  .kh-mobile-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px;padding-top:8px;border-top:1px solid #eef2f6}
  .kh-header .kh-mobile-auth-actions>a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;margin:0!important;padding:9px 10px!important;border-radius:12px!important;font-size:11px!important;font-weight:850!important}
  .kh-mobile-login{border:1px solid #dbe5ef!important;color:var(--kh-mobile-blue)!important;background:#fff!important}
  .kh-mobile-register,.kh-mobile-account{grid-column:auto!important;background:#eef7fb!important;color:var(--kh-mobile-blue)!important;border:1px solid #d9edf3!important}
  .kh-mobile-account{grid-column:1/-1!important}

  /* Thin floating bottom app navigation */
  .kh-mobile-bottom{left:10px!important;right:10px!important;bottom:max(7px,env(safe-area-inset-bottom))!important;width:auto!important;height:57px!important;min-height:57px!important;padding:4px 5px!important;border:1px solid rgba(218,227,238,.92)!important;border-radius:18px!important;background:rgba(255,255,255,.965)!important;box-shadow:0 9px 28px rgba(22,48,82,.15)!important;backdrop-filter:blur(20px) saturate(1.3)!important;-webkit-backdrop-filter:blur(20px) saturate(1.3)!important;overflow:visible!important}
  .kh-mobile-bottom>a,.kh-mobile-bottom>button{height:47px!important;min-height:47px!important;border-radius:13px!important;padding:3px 1px!important;gap:1px!important;color:#7a8798!important;font-size:8.5px!important;font-weight:760!important;line-height:1!important;transition:.16s ease!important}
  .kh-mobile-bottom>a>span,.kh-mobile-bottom>button>span{width:25px!important;height:24px!important;margin:0!important;border-radius:8px!important;background:transparent!important;color:currentColor!important;font-size:18px!important;line-height:24px!important}
  .kh-mobile-bottom>a.kh-tab-active{color:var(--kh-mobile-blue)!important;background:#edf6fb!important}
  .kh-mobile-bottom>a.kh-tab-active>span{color:var(--kh-mobile-blue)!important}
  .kh-mobile-bottom .kh-mobile-request{height:48px!important;min-height:48px!important;margin:0 2px!important;transform:none!important;background:linear-gradient(145deg,var(--kh-mobile-blue),color-mix(in srgb,var(--kh-mobile-blue) 64%,var(--kh-mobile-accent)))!important;color:#fff!important;border:0!important;border-radius:14px!important;box-shadow:0 6px 14px color-mix(in srgb,var(--kh-mobile-blue) 23%,transparent)!important}
  .kh-mobile-bottom .kh-mobile-request>span{font-size:18px!important;color:#fff!important}
  .kh-mobile-bottom .kh-mobile-request>b{font-size:8.5px!important;font-weight:850!important;color:#fff!important}
  .kh-mobile-bottom>a:active,.kh-mobile-bottom>button:active{transform:scale(.95)!important}

  /* Login / registration are app-like on mobile only */
  body.kh-auth-page{background:linear-gradient(180deg,#f4f9fc 0,#fff 48%)!important}
  body.kh-auth-page .auth-section{min-height:calc(100dvh - 62px)!important;padding:18px 12px 88px!important;place-items:start center!important;background:transparent!important}
  body.kh-auth-page .auth-card{width:100%!important;max-width:520px!important;display:flex!important;flex-direction:column!important;gap:0!important;border:1px solid #e2eaf2!important;border-radius:22px!important;box-shadow:0 15px 42px rgba(26,53,89,.09)!important;background:#fff!important;overflow:hidden!important}
  body.kh-auth-page .auth-copy{padding:21px 18px 18px!important;background:linear-gradient(145deg,color-mix(in srgb,var(--kh-mobile-blue) 93%,#fff),color-mix(in srgb,var(--kh-mobile-accent) 72%,var(--kh-mobile-blue)))!important;color:#fff!important}
  body.kh-auth-page .auth-copy .eyebrow{display:inline-flex!important;margin:0 0 7px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;font-size:8px!important;letter-spacing:.12em!important}
  body.kh-auth-page .auth-copy h1{margin:0!important;font-size:24px!important;line-height:1.12!important;letter-spacing:-.65px!important;color:#fff!important}
  body.kh-auth-page .auth-copy p{margin:7px 0 0!important;font-size:11.5px!important;line-height:1.5!important;color:rgba(255,255,255,.86)!important}
  body.kh-auth-page .auth-copy ul{display:none!important}
  body.kh-auth-page .form-card{padding:17px!important;gap:12px!important;border:0!important;border-radius:0!important;background:#fff!important}
  body.kh-auth-page .form-card>label{font-size:11.5px!important;color:#46546a!important}
  body.kh-auth-page .form-card input{height:45px!important;margin-top:5px!important;padding:10px 12px!important;border-radius:12px!important;border-color:#dce5ee!important;background:#fbfcfe!important;font-size:13px!important}
  body.kh-auth-page .form-card input:focus{background:#fff!important;border-color:var(--kh-mobile-blue)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--kh-mobile-blue) 11%,transparent)!important}
  body.kh-auth-page .password-wrap .show-pass{right:7px!important;top:10px!important;height:31px!important;padding:0 9px!important;border-radius:9px!important;background:#eef6fb!important;color:var(--kh-mobile-blue)!important;font-size:10px!important}
  body.kh-auth-page .login-options{align-items:center!important;gap:8px!important}
  body.kh-auth-page label.check{font-size:10.5px!important;line-height:1.35!important}
  body.kh-auth-page .forgot-link a{font-size:10.5px!important}
  body.kh-auth-page .form-card>.btn.full{min-height:46px!important;border-radius:13px!important;background:linear-gradient(135deg,var(--kh-mobile-blue),color-mix(in srgb,var(--kh-mobile-blue) 68%,var(--kh-mobile-accent)))!important;font-size:12.5px!important;box-shadow:0 8px 20px color-mix(in srgb,var(--kh-mobile-blue) 19%,transparent)!important}
  body.kh-auth-page .form-switch{margin:0!important;padding-top:2px!important;font-size:11px!important}
  body.kh-auth-page .pending-request-notice{border-radius:12px!important;padding:10px!important}
  body.kh-auth-page .security-question{padding:10px!important;border-radius:12px!important;background:#f8fafc!important}
}

@media (max-width:390px){
  .kh-header .logo.custom-brand{max-width:150px!important}.kh-header .brand-picture img{max-width:146px!important}
  .kh-mobile-bottom{left:7px!important;right:7px!important}.kh-mobile-bottom>a,.kh-mobile-bottom>button{font-size:7.8px!important}
  body.kh-auth-page .auth-section{padding-left:9px!important;padding-right:9px!important}
}

/* ===== v3222.css ===== */
/* v3.2.22 - mobile drawer navigation inspired by app-style menus; brand colors preserved */
@media (max-width:760px){
  body.kh-mobile-drawer-open{overflow:hidden!important;touch-action:none}
  .kh-header .mobile-nav.kh-mobile-drawer{display:flex!important;flex-direction:column!important;position:fixed!important;z-index:10050!important;inset:0 auto 0 0!important;width:min(82vw,318px)!important;height:100dvh!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:#f7f9fc!important;box-shadow:18px 0 44px rgba(18,42,73,.22)!important;transform:translateX(-104%)!important;opacity:1!important;visibility:hidden!important;transition:transform .26s cubic-bezier(.2,.75,.2,1),visibility .26s!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}
  .kh-header .mobile-nav.kh-mobile-drawer.open{transform:translateX(0)!important;visibility:visible!important}
  .kh-mobile-drawer-backdrop{display:block!important;position:fixed!important;z-index:10040!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;padding:0!important;background:rgba(18,31,49,.38)!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.24s ease!important}
  body.kh-mobile-drawer-open .kh-mobile-drawer-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  .kh-drawer-head{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #e6ecf3;background:#fff;position:sticky;top:0;z-index:3}
  .kh-drawer-brand{display:flex;align-items:center;min-width:0;text-decoration:none!important;color:var(--blue)!important;font-weight:900!important;font-size:19px!important;line-height:1!important}
  .kh-drawer-brand .brand-picture{display:block!important;max-width:150px!important}.kh-drawer-brand .brand-picture img{display:block!important;width:auto!important;max-width:150px!important;max-height:37px!important;object-fit:contain!important}
  .kh-drawer-brand>span{width:28px;height:28px;margin-right:4px;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:16px}.kh-drawer-brand>strong{color:var(--orange)!important}
  .kh-drawer-close{width:38px;height:38px;border:0;border-radius:11px;background:#f1f5f9;color:#607087;font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer}

  .kh-drawer-account{display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;padding:14px 13px;background:#fff;border-bottom:1px solid #e9eef4}
  .kh-drawer-avatar{width:40px;height:40px;display:grid;place-items:center;border:1px solid #d8e5ef;border-radius:50%;background:#f4f9fc;color:var(--blue);font-size:14px;font-weight:900}
  .kh-drawer-account div{min-width:0}.kh-drawer-account small{display:block;margin-bottom:2px;color:#8996a9;font-size:8px;font-weight:800;letter-spacing:.08em}.kh-drawer-account a{display:block;color:#293b56!important;font-size:12.5px!important;font-weight:850!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.kh-drawer-account i{font-style:normal;color:#a0aec0;font-size:21px}

  .kh-drawer-links{display:flex!important;flex-direction:column!important;gap:2px!important;padding:11px 10px 8px!important;background:transparent!important}
  .kh-header .kh-drawer-links>a,.kh-header .kh-drawer-links>button{width:100%!important;min-height:47px!important;display:grid!important;grid-template-columns:31px 1fr 18px!important;align-items:center!important;gap:8px!important;margin:0!important;padding:7px 8px!important;border:0!important;border-radius:13px!important;background:transparent!important;color:#34445c!important;text-align:left!important;font:inherit!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important}
  .kh-header .kh-drawer-links>a:hover,.kh-header .kh-drawer-links>button:hover,.kh-header .kh-drawer-links>a:active,.kh-header .kh-drawer-links>button:active{background:#edf5fa!important;color:var(--blue)!important}
  .kh-drawer-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:#7d9ab8;background:#f7fafc;border:1px solid #e6edf4;font-size:15px;font-weight:700}
  .kh-drawer-links b{font-size:12.2px!important;font-weight:760!important}.kh-drawer-links i{font-style:normal!important;color:#9aabbf!important;font-size:20px!important;justify-self:end!important}
  .kh-drawer-section{display:block!important;margin:9px 5px 4px!important;color:#98a5b6!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.15em!important}
  .kh-drawer-links>a.kh-drawer-active{background:#edf6fb!important;color:var(--blue)!important}.kh-drawer-links>a.kh-drawer-active .kh-drawer-icon{background:#fff!important;color:var(--blue)!important}

  .kh-drawer-provider{margin-top:auto;padding:13px 12px 10px;border-top:1px solid #e6edf4;background:#fff}
  .kh-drawer-provider small{display:block;margin:0 0 8px;color:#78889d;font-size:9px;line-height:1.4;text-align:center}.kh-drawer-provider a{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #d9e5ef;border-radius:13px;background:#fff;color:var(--blue)!important;font-size:11.5px;font-weight:850;text-decoration:none!important}
  .kh-drawer-auth{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 12px 14px;background:#fff}.kh-drawer-auth a{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:12px;font-size:10.8px;font-weight:850;text-decoration:none!important}.kh-drawer-auth a:first-child{border:1px solid #d9e4ee;color:var(--blue)!important;background:#fff}.kh-drawer-auth a:last-child{border:1px solid color-mix(in srgb,var(--orange) 35%,#d9e4ee);color:#fff!important;background:linear-gradient(135deg,var(--blue),var(--orange))}

  /* keep the header compact; menu opens drawer instead of dropdown */
  .kh-header .menu-toggle{z-index:10020!important}
  .kh-header .mobile-nav.kh-mobile-drawer.open{top:0!important;left:0!important;right:auto!important}
}
@media (max-width:390px){.kh-header .mobile-nav.kh-mobile-drawer{width:min(86vw,304px)!important}.kh-drawer-links{padding-left:8px!important;padding-right:8px!important}}

/* ===== v3223.css ===== */
/* v3.2.23 - refined mobile drawer / single hamburger icon */
@media (max-width:900px){
  :root{--kh-drawer-blue:var(--blue);--kh-drawer-navy:var(--navy);--kh-drawer-line:#e6edf5;--kh-drawer-bg:#f7f9fc}

  /* Header / hamburger: force one single 3-line icon */
  .kh-header .menu-toggle{
    display:grid!important;place-items:center!important;position:relative!important;
    width:42px!important;height:42px!important;padding:0!important;margin:0!important;
    border:1px solid #dfe8f2!important;border-radius:14px!important;background:#fff!important;
    box-shadow:0 6px 18px rgba(18,49,82,.08)!important;color:transparent!important;font-size:0!important;
    overflow:hidden!important;z-index:10020!important
  }
  .kh-header .menu-toggle::after{content:none!important;display:none!important}
  .kh-header .menu-toggle::before{
    content:""!important;display:block!important;width:19px!important;height:14px!important;
    background:
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 0/19px 2px no-repeat,
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 6px/19px 2px no-repeat,
      linear-gradient(var(--kh-drawer-navy),var(--kh-drawer-navy)) 0 12px/19px 2px no-repeat!important;
    border-radius:3px!important;transition:transform .18s ease!important
  }
  .kh-header .menu-toggle:active::before{transform:scale(.92)!important}

  body.kh-mobile-drawer-open{overflow:hidden!important;touch-action:none!important}

  .kh-header .mobile-nav.kh-mobile-drawer{
    display:flex!important;flex-direction:column!important;position:fixed!important;z-index:10050!important;
    inset:0 auto 0 0!important;width:min(91vw,372px)!important;max-width:372px!important;height:100dvh!important;
    padding:0!important;margin:0!important;border:0!important;border-radius:0 22px 22px 0!important;
    background:linear-gradient(180deg,#fff 0,#f8fbfe 100%)!important;
    box-shadow:24px 0 60px rgba(11,36,69,.24)!important;
    transform:translateX(-103%)!important;opacity:1!important;visibility:hidden!important;
    transition:transform .3s cubic-bezier(.22,.72,.18,1),visibility .3s!important;
    overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important
  }
  .kh-header .mobile-nav.kh-mobile-drawer.open{transform:translateX(0)!important;visibility:visible!important}

  .kh-mobile-drawer-backdrop{
    display:block!important;position:fixed!important;z-index:10040!important;inset:0!important;width:100%!important;height:100%!important;
    border:0!important;padding:0!important;background:rgba(8,25,47,.48)!important;
    backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.26s ease!important
  }
  body.kh-mobile-drawer-open .kh-mobile-drawer-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  .kh-drawer-head{
    min-height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:10px 16px 10px 18px!important;border-bottom:1px solid var(--kh-drawer-line)!important;background:rgba(255,255,255,.96)!important;
    position:sticky!important;top:0!important;z-index:4!important;backdrop-filter:blur(14px)!important
  }
  .kh-drawer-brand{display:flex!important;align-items:center!important;min-width:0!important;text-decoration:none!important;color:var(--kh-drawer-blue)!important;font-weight:900!important}
  .kh-drawer-brand .brand-picture{display:flex!important;align-items:center!important;max-width:176px!important}
  .kh-drawer-brand .brand-picture img{display:block!important;width:auto!important;max-width:176px!important;max-height:42px!important;object-fit:contain!important}
  .kh-drawer-brand>span{width:31px!important;height:31px!important;margin-right:5px!important;border-radius:9px!important;background:var(--kh-drawer-blue)!important;color:#fff!important;display:grid!important;place-items:center!important}
  .kh-drawer-close{
    width:40px!important;height:40px!important;border:1px solid #e0e8f0!important;border-radius:13px!important;background:#f8fafc!important;
    color:#5f6f84!important;font-size:25px!important;line-height:1!important;display:grid!important;place-items:center!important;cursor:pointer!important;
    transition:.18s ease!important
  }
  .kh-drawer-close:active{transform:scale(.95)!important;background:#edf3f8!important}

  .kh-drawer-account{
    display:grid!important;grid-template-columns:46px minmax(0,1fr) 22px!important;align-items:center!important;gap:12px!important;
    margin:14px 14px 8px!important;padding:14px!important;border:1px solid #e1eaf3!important;border-radius:17px!important;
    background:linear-gradient(135deg,#f6fbff,#fff)!important;box-shadow:0 8px 26px rgba(33,74,118,.06)!important
  }
  .kh-drawer-avatar{
    width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #d4e4f1!important;border-radius:50%!important;
    background:linear-gradient(135deg,#edf7fd,#fff)!important;color:var(--kh-drawer-blue)!important;font-size:15px!important;font-weight:900!important
  }
  .kh-drawer-account div{min-width:0!important}.kh-drawer-account small{display:block!important;margin-bottom:2px!important;color:#8a98aa!important;font-size:8.5px!important;font-weight:900!important;letter-spacing:.09em!important}
  .kh-drawer-account a{display:block!important;color:#20334f!important;font-size:13.5px!important;font-weight:850!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-decoration:none!important}
  .kh-drawer-account i{font-style:normal!important;color:#9aabbf!important;font-size:23px!important;justify-self:end!important}

  .kh-drawer-links{display:flex!important;flex-direction:column!important;gap:4px!important;padding:8px 14px 14px!important;background:transparent!important}
  .kh-header .kh-drawer-links>a,.kh-header .kh-drawer-links>button{
    width:100%!important;min-height:52px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr) 20px!important;align-items:center!important;gap:10px!important;
    margin:0!important;padding:8px 10px!important;border:1px solid transparent!important;border-radius:15px!important;background:transparent!important;color:#30435d!important;
    text-align:left!important;font:inherit!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important;transition:.18s ease!important
  }
  .kh-header .kh-drawer-links>a:hover,.kh-header .kh-drawer-links>button:hover,.kh-header .kh-drawer-links>a:active,.kh-header .kh-drawer-links>button:active{
    background:#eef7fc!important;border-color:#dcecf5!important;color:var(--kh-drawer-blue)!important;transform:translateX(2px)!important
  }
  .kh-drawer-icon{
    width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:12px!important;color:#7397ba!important;
    background:#f8fbfd!important;border:1px solid #e4ecf3!important;font-size:16px!important;font-weight:800!important
  }
  .kh-drawer-links b{font-size:13.2px!important;font-weight:790!important;letter-spacing:-.01em!important}.kh-drawer-links i{font-style:normal!important;color:#9caec1!important;font-size:21px!important;justify-self:end!important}
  .kh-drawer-section{display:block!important;margin:13px 7px 5px!important;color:#94a2b4!important;font-size:8px!important;font-weight:950!important;letter-spacing:.17em!important}
  .kh-drawer-links>a.kh-drawer-active{
    position:relative!important;background:linear-gradient(135deg,#eef8fd,#f8fcff)!important;border-color:#d8eaf4!important;color:var(--kh-drawer-blue)!important;
    box-shadow:0 7px 18px rgba(28,103,160,.07)!important
  }
  .kh-drawer-links>a.kh-drawer-active::before{content:""!important;position:absolute!important;left:0!important;top:12px!important;bottom:12px!important;width:3px!important;border-radius:0 4px 4px 0!important;background:var(--kh-drawer-blue)!important}
  .kh-drawer-links>a.kh-drawer-active .kh-drawer-icon{background:#fff!important;color:var(--kh-drawer-blue)!important;border-color:#d7eaf5!important}

  .kh-drawer-provider{
    margin-top:auto!important;padding:15px 14px 10px!important;border-top:1px solid var(--kh-drawer-line)!important;background:#fff!important
  }
  .kh-drawer-provider small{display:block!important;margin:0 0 9px!important;color:#7e8da1!important;font-size:9.5px!important;line-height:1.45!important;text-align:center!important}
  .kh-drawer-provider a{
    display:flex!important;align-items:center!important;justify-content:center!important;min-height:45px!important;border:1px solid #d7e4ef!important;border-radius:14px!important;
    background:linear-gradient(180deg,#fff,#f8fbfd)!important;color:var(--kh-drawer-blue)!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;
    box-shadow:0 6px 16px rgba(26,78,126,.05)!important
  }
  .kh-drawer-auth{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:0 14px 16px!important;background:#fff!important}
  .kh-drawer-auth a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:43px!important;border-radius:13px!important;font-size:11.5px!important;font-weight:900!important;text-decoration:none!important}
  .kh-drawer-auth a:first-child{border:1px solid #d8e4ee!important;color:var(--kh-drawer-blue)!important;background:#fff!important}
  .kh-drawer-auth a:last-child{border:0!important;color:#fff!important;background:linear-gradient(135deg,var(--kh-drawer-blue),#20b4b6)!important;box-shadow:0 9px 20px rgba(11,99,246,.2)!important}
}

@media (max-width:390px){
  .kh-header .mobile-nav.kh-mobile-drawer{width:94vw!important;max-width:350px!important}
  .kh-drawer-head{padding-left:14px!important;padding-right:12px!important}
  .kh-drawer-links{padding-left:11px!important;padding-right:11px!important}
  .kh-drawer-account{margin-left:11px!important;margin-right:11px!important}
  .kh-drawer-provider{padding-left:11px!important;padding-right:11px!important}
  .kh-drawer-auth{padding-left:11px!important;padding-right:11px!important}
}

/* ===== v3224.css ===== */
/* v3.2.24 - full-screen mobile drawer, no backdrop, desktop-safe */
.kh-mobile-drawer-backdrop{display:none!important}

@media (min-width:761px){
  .kh-header .mobile-nav.kh-mobile-drawer{display:none!important;visibility:hidden!important}
}

@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  body.kh-mobile-drawer-open{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}

  .kh-header .mobile-nav.kh-mobile-drawer{
    display:flex!important;
    flex-direction:column!important;
    position:fixed!important;
    inset:0!important;
    top:0!important;right:0!important;bottom:0!important;left:0!important;
    width:100vw!important;max-width:none!important;
    height:100vh!important;height:100svh!important;height:100dvh!important;
    min-height:100vh!important;min-height:100svh!important;
    margin:0!important;padding:0!important;
    border:0!important;border-radius:0!important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%)!important;
    box-shadow:none!important;
    transform:translateX(-100%)!important;
    opacity:1!important;visibility:hidden!important;
    overflow:hidden!important;
    z-index:2147483000!important;
    transition:transform .28s cubic-bezier(.22,.72,.18,1),visibility .28s!important;
    isolation:isolate!important;
  }
  .kh-header .mobile-nav.kh-mobile-drawer.open{
    transform:translateX(0)!important;
    visibility:visible!important;
  }

  .kh-drawer-head{
    flex:0 0 auto!important;
    min-height:64px!important;height:auto!important;
    padding:calc(8px + env(safe-area-inset-top)) 16px 8px!important;
    margin:0!important;
    border:0!important;border-bottom:1px solid #e7eef5!important;
    border-radius:0!important;
    background:rgba(255,255,255,.98)!important;
    position:relative!important;top:auto!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
  }
  .kh-drawer-brand .brand-picture{max-width:185px!important}
  .kh-drawer-brand .brand-picture img{max-width:185px!important;max-height:42px!important}
  .kh-drawer-close{
    width:42px!important;height:42px!important;min-width:42px!important;
    border-radius:14px!important;background:#f3f7fa!important;border:1px solid #e2eaf2!important;
    font-size:25px!important;color:#5f7085!important;
  }

  .kh-drawer-account{
    flex:0 0 auto!important;
    margin:0!important;padding:14px 16px!important;
    border:0!important;border-bottom:1px solid #e9eff5!important;border-radius:0!important;
    background:#fff!important;box-shadow:none!important;
    grid-template-columns:46px minmax(0,1fr) 22px!important;
  }

  .kh-drawer-links{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:10px 12px 16px!important;
    gap:3px!important;
    background:transparent!important;
  }
  .kh-header .kh-drawer-links>a,.kh-header .kh-drawer-links>button{
    min-height:50px!important;
    border-radius:14px!important;
    padding:7px 10px!important;
  }
  .kh-drawer-section{margin:12px 8px 5px!important}

  .kh-drawer-provider{
    flex:0 0 auto!important;
    margin:0!important;
    padding:12px 14px 10px!important;
    border-top:1px solid #e6edf4!important;
    background:#fff!important;
  }
  .kh-drawer-provider a{min-height:44px!important;border-radius:13px!important}
  .kh-drawer-auth{
    flex:0 0 auto!important;
    padding:0 14px calc(12px + env(safe-area-inset-bottom))!important;
    background:#fff!important;
  }

  /* Full-screen drawer makes a separate backdrop unnecessary. */
  .kh-mobile-drawer-backdrop{display:none!important}
}

/* ===== v3225.css ===== */
/* v3.2.28 - mobile drawer scroll/a11y stacking fix */
@media (min-width:761px){
  html.kh-mobile-drawer-open,body.kh-mobile-drawer-open{overflow:auto!important;touch-action:auto!important}
  .kh-header .mobile-nav.kh-mobile-drawer,.kh-mobile-drawer-backdrop{display:none!important}
}

@media (max-width:760px){
  html:not(.kh-mobile-drawer-open),
  body:not(.kh-mobile-drawer-open){
    overflow-y:auto!important;
    touch-action:auto!important;
    overscroll-behavior-y:auto!important;
  }
  .kh-header .menu-toggle{
    width:42px!important;
    height:42px!important;
    border-radius:15px!important;
    border:1px solid #dce7f0!important;
    background:linear-gradient(180deg,#fff,#f7fbfe)!important;
    box-shadow:0 8px 20px rgba(21,55,92,.10)!important;
    color:transparent!important;
  }
  .kh-header .menu-toggle::before,
  .kh-header .menu-toggle::after{
    content:none!important;
    display:none!important;
  }
  .kh-menu-lines{
    width:20px!important;
    height:16px!important;
    display:grid!important;
    align-content:space-between!important;
    justify-items:end!important;
  }
  .kh-menu-lines>span{
    display:block!important;
    height:2px!important;
    border-radius:999px!important;
    background:var(--blue)!important;
    box-shadow:0 1px 0 rgba(255,255,255,.6) inset!important;
    transition:width .18s ease,transform .18s ease,opacity .18s ease!important;
  }
  .kh-menu-lines>span:nth-child(1){width:20px!important}
  .kh-menu-lines>span:nth-child(2){width:14px!important}
  .kh-menu-lines>span:nth-child(3){width:18px!important}
  .kh-header .menu-toggle:active .kh-menu-lines>span:nth-child(2){width:20px!important}
  body.kh-mobile-drawer-open .kh-menu-lines>span:nth-child(1){width:20px!important;transform:translateY(7px) rotate(45deg)!important}
  body.kh-mobile-drawer-open .kh-menu-lines>span:nth-child(2){opacity:0!important}
  body.kh-mobile-drawer-open .kh-menu-lines>span:nth-child(3){width:20px!important;transform:translateY(-7px) rotate(-45deg)!important}

  /* Lock only while the full-screen drawer is open. Do not leave touch-action disabled. */
  html.kh-mobile-drawer-open,
  body.kh-mobile-drawer-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
  }
  body.kh-mobile-drawer-open{touch-action:auto!important}

  /* Keep the full-screen drawer above the entire mobile shell, including the bottom tab bar. */
  body.kh-mobile-drawer-open .kh-header{
    position:relative!important;
    z-index:2147483000!important;
  }
  body.kh-mobile-drawer-open .kh-mobile-bottom{
    z-index:1!important;
    pointer-events:none!important;
  }
  .kh-mobile-drawer-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:2147482999!important;
    width:100%!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    padding:0!important;
    border:0!important;
    background:rgba(13,28,48,.42)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .22s ease!important;
  }
  .kh-mobile-drawer-backdrop[hidden],
  body:not(.kh-mobile-drawer-open) .kh-mobile-drawer-backdrop{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  body.kh-mobile-drawer-open .kh-mobile-drawer-backdrop:not([hidden]){
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .kh-header .mobile-nav.kh-mobile-drawer{
    z-index:2147483001!important;
    overscroll-behavior:contain!important;
  }
  .kh-header .mobile-nav.kh-mobile-drawer[inert],
  .kh-header .mobile-nav.kh-mobile-drawer:not(.open){
    pointer-events:none!important;
    visibility:hidden!important;
  }

  /* The link area is the only drawer area that scrolls when content exceeds the viewport. */
  .kh-drawer-links{
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    touch-action:pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    padding-bottom:18px!important;
  }
  .kh-drawer-categories{
    margin:2px 0 4px!important;
  }
  .kh-drawer-categories>summary{
    width:100%!important;
    min-height:50px!important;
    display:grid!important;
    grid-template-columns:36px minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:9px!important;
    padding:7px 10px!important;
    border:0!important;
    border-radius:14px!important;
    color:#34445c!important;
    cursor:pointer!important;
    list-style:none!important;
  }
  .kh-drawer-categories>summary::-webkit-details-marker{display:none!important}
  .kh-drawer-categories[open]>summary,
  .kh-drawer-categories>summary:active{
    background:#eef7fc!important;
    color:var(--blue)!important;
  }
  .kh-drawer-categories>summary b{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:13.2px!important;
    font-weight:790!important;
  }
  .kh-drawer-categories>summary i{
    justify-self:end!important;
    font-style:normal!important;
    color:#9caec1!important;
    font-size:18px!important;
    transition:transform .18s ease!important;
  }
  .kh-drawer-categories[open]>summary i{transform:rotate(180deg)!important}
  .kh-drawer-categories>div{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    padding:4px 2px 8px 45px!important;
  }
  .kh-drawer-categories>div>a{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:24px minmax(0,1fr)!important;
    column-gap:7px!important;
    row-gap:0!important;
    align-items:center!important;
    padding:8px!important;
    border:1px solid #e5edf4!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#34445c!important;
    text-decoration:none!important;
  }
  .kh-drawer-categories>div>a>span{
    grid-row:1/3!important;
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:8px!important;
    background:#f1f7fb!important;
    color:var(--blue)!important;
    font-size:11px!important;
    font-weight:900!important;
  }
  .kh-drawer-categories>div>a>b,
  .kh-drawer-categories>div>a>small{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .kh-drawer-categories>div>a>b{font-size:10.5px!important;line-height:1.15!important}
  .kh-drawer-categories>div>a>small{font-size:8.5px!important;color:#7d8da3!important;line-height:1.2!important}
  .kh-drawer-provider small{
    padding-inline:6px!important;
  }
  .kh-drawer-auth a,
  .kh-drawer-provider a,
  .kh-mobile-bottom>a,
  .kh-mobile-bottom>button{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  /* Professional fixed bottom navigation: attached to the viewport edge, safe-area aware. */
  body{
    padding-bottom:calc(64px + env(safe-area-inset-bottom))!important;
  }
  img,video,canvas,iframe{
    max-width:100%!important;
  }
  main{
    min-width:0!important;
    overflow-x:hidden!important;
  }
  .container{
    width:min(100% - 24px,1180px)!important;
  }
  .page-hero,
  .section,
  .dashboard,
  .customer-hub,
  .provider-quote-page{
    overflow-x:hidden!important;
  }
  .section-head,
  .panel-head,
  .dash-head,
  .admin-heading{
    align-items:flex-start!important;
    gap:10px!important;
  }
  .section-head h2,
  .center-head h2,
  .provider-cta h2,
  .seo-content h2{
    max-width:100%!important;
    font-size:clamp(24px,8vw,31px)!important;
    line-height:1.15!important;
    letter-spacing:0!important;
  }
  .hero h1,
  .page-hero h1{
    font-size:clamp(31px,9.5vw,40px)!important;
    line-height:1.08!important;
    letter-spacing:0!important;
  }
  .hero p,
  .page-hero p{
    font-size:15px!important;
    line-height:1.55!important;
  }
  .content-sidebar,
  .dashboard-grid,
  .customer-shell,
  .customer-content-grid,
  .premium-quote-layout,
  .service-hero-grid,
  .provider-cta-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
  }
  .form-grid,
  .settings-form,
  .premium-price-row{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .stat-grid,
  .stat-grid.four,
  .customer-kpis,
  .portal-kpis,
  .provider-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  .table-wrap{
    max-width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .btn,
  button,
  input,
  select,
  textarea{
    max-width:100%!important;
  }
  .kh-mobile-bottom{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100%!important;
    height:calc(58px + env(safe-area-inset-bottom))!important;
    min-height:calc(58px + env(safe-area-inset-bottom))!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    align-items:start!important;
    gap:0!important;
    padding:5px 8px calc(5px + env(safe-area-inset-bottom))!important;
    border:0!important;
    border-top:1px solid rgba(213,224,235,.96)!important;
    border-radius:0!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 -10px 26px rgba(15,34,61,.10)!important;
    backdrop-filter:blur(18px) saturate(1.25)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.25)!important;
    overflow:hidden!important;
    z-index:950!important;
  }
  .kh-mobile-bottom>a,
  .kh-mobile-bottom>button{
    width:100%!important;
    height:48px!important;
    min-width:0!important;
    min-height:48px!important;
    display:grid!important;
    place-items:center!important;
    align-content:center!important;
    gap:2px!important;
    padding:3px 2px!important;
    margin:0!important;
    border:0!important;
    border-radius:14px!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#6b7788!important;
    font-size:9px!important;
    font-weight:820!important;
    line-height:1!important;
    letter-spacing:0!important;
    text-align:center!important;
    transform:none!important;
    transition:background .16s ease,color .16s ease,transform .16s ease!important;
  }
  .kh-mobile-bottom>a>span,
  .kh-mobile-bottom>button>span{
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    border:0!important;
    border-radius:10px!important;
    background:transparent!important;
    color:currentColor!important;
    box-shadow:none!important;
    font-size:18px!important;
    line-height:1!important;
  }
  .kh-mobile-bottom>a.kh-tab-active{
    color:var(--blue)!important;
    background:color-mix(in srgb,var(--blue) 9%,#fff)!important;
  }
  .kh-mobile-bottom>a.kh-tab-active>span{
    color:var(--blue)!important;
  }
  .kh-mobile-bottom .kh-mobile-request{
    height:48px!important;
    min-height:48px!important;
    color:#fff!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,var(--blue),color-mix(in srgb,var(--blue) 58%,var(--orange)))!important;
    box-shadow:0 8px 18px color-mix(in srgb,var(--blue) 22%,transparent)!important;
  }
  .kh-mobile-bottom .kh-mobile-request>span{
    width:22px!important;
    height:22px!important;
    color:#fff!important;
    font-size:18px!important;
  }
  .kh-mobile-bottom .kh-mobile-request>b{
    max-width:100%!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .kh-mobile-bottom>a:active,
  .kh-mobile-bottom>button:active{
    transform:scale(.96)!important;
  }
  body.kh-overlay-open .kh-mobile-bottom,
  body.modal-lock .kh-mobile-bottom,
  body.kh-request-fullscreen-open .kh-mobile-bottom{
    transform:translateY(100%)!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}

@media (max-width:390px){
  .kh-drawer-categories>div{
    grid-template-columns:1fr!important;
    padding-left:43px!important;
  }
  .kh-drawer-provider small{font-size:8.8px!important}
  body{padding-bottom:calc(61px + env(safe-area-inset-bottom))!important}
  .kh-mobile-bottom{
    height:calc(56px + env(safe-area-inset-bottom))!important;
    min-height:calc(56px + env(safe-area-inset-bottom))!important;
    padding-left:5px!important;
    padding-right:5px!important;
  }
  .kh-mobile-bottom>a,
  .kh-mobile-bottom>button{
    height:46px!important;
    min-height:46px!important;
    font-size:8.2px!important;
    border-radius:12px!important;
  }
  .kh-mobile-bottom>a>span,
  .kh-mobile-bottom>button>span{
    width:22px!important;
    height:22px!important;
    font-size:16px!important;
  }
  .kh-mobile-bottom .kh-mobile-request{
    height:46px!important;
    min-height:46px!important;
    border-radius:14px!important;
  }
  .kh-mobile-bottom .kh-mobile-request>b{font-size:8.2px!important}
}

/* ===== v3230.css ===== */
/* v3.2.30 — Mobile-first quick request modal stability fix */
@media (max-width:760px){
  body.kh-request-fullscreen-open,
  body.kh-overlay-open{overflow:hidden!important;overscroll-behavior:none!important}

  #requestQuickModal.request-quick-modal{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:0!important;
    margin:0!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    background:#fff!important;
    backdrop-filter:none!important;
    z-index:10050!important;
  }
  #requestQuickModal.request-quick-modal.open{display:flex!important}
  #requestQuickModal .request-quick-dialog{
    position:relative!important;
    width:100%!important;
    max-width:none!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:#f8fafc!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }
  #requestQuickModal .request-quick-close{
    position:absolute!important;
    top:calc(10px + env(safe-area-inset-top))!important;
    right:12px!important;
    left:auto!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #e5eaf0!important;
    border-radius:12px!important;
    background:#f1f5f9!important;
    color:#24364b!important;
    font-size:24px!important;
    line-height:1!important;
    z-index:20!important;
    box-shadow:none!important;
  }
  #requestQuickModal .request-quick-head{
    position:relative!important;
    top:auto!important;
    flex:0 0 auto!important;
    padding:calc(18px + env(safe-area-inset-top)) 58px 12px 16px!important;
    margin:0!important;
    background:#fff!important;
    border-bottom:1px solid #e8edf3!important;
    box-shadow:0 5px 18px rgba(25,45,75,.04)!important;
    z-index:5!important;
  }
  #requestQuickModal .request-quick-head .eyebrow{
    display:inline-block!important;
    margin:0 0 5px!important;
    font-size:9px!important;
    line-height:1.2!important;
    letter-spacing:.12em!important;
  }
  #requestQuickModal .request-quick-head h2{
    max-width:270px!important;
    margin:0 0 5px!important;
    font-size:22px!important;
    line-height:1.12!important;
  }
  #requestQuickModal .request-quick-head p{
    margin:0!important;
    max-width:300px!important;
    font-size:11px!important;
    line-height:1.4!important;
    color:#64748b!important;
  }
  #requestQuickModal .request-quick-head:after{
    display:block!important;
    margin:8px 0 0!important;
    padding:7px 9px!important;
    border-radius:9px!important;
    font-size:9.5px!important;
    line-height:1.3!important;
  }
  #requestQuickModal .quick-service-searchbox{
    position:relative!important;
    top:auto!important;
    z-index:auto!important;
    width:100%!important;
    min-height:46px!important;
    margin:10px 0 0!important;
    padding:0 11px!important;
    gap:8px!important;
    border:1px solid #d8e1eb!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  #requestQuickModal .quick-service-searchbox>span{font-size:17px!important;flex:0 0 auto!important}
  #requestQuickModal .quick-service-searchbox input{
    width:100%!important;
    min-width:0!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    font-size:16px!important;
    line-height:44px!important;
    box-shadow:none!important;
  }
  #requestQuickModal .quick-service-searchbox kbd{display:none!important}
  #requestQuickModal .quick-search-hint{
    min-height:14px!important;
    margin:5px 1px 0!important;
    font-size:9.5px!important;
    line-height:1.3!important;
    color:#789!important;
  }
  #requestQuickModal .quick-service-suggestions,
  #requestQuickModal .request-quick-grid{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    margin:0!important;
    padding:12px 12px 14px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    align-content:start!important;
    gap:8px!important;
    background:#f8fafc!important;
  }
  #requestQuickModal .quick-service-suggestions[hidden],
  #requestQuickModal .request-quick-grid[hidden]{display:none!important}
  #requestQuickModal .request-quick-grid a,
  #requestQuickModal .quick-service-suggestions>a{
    min-height:58px!important;
    padding:9px 10px!important;
    grid-template-columns:36px minmax(0,1fr) 20px!important;
    gap:9px!important;
    align-items:center!important;
    border:1px solid #e2e8f0!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:none!important;
    transform:none!important;
  }
  #requestQuickModal .request-quick-grid a>span,
  #requestQuickModal .quick-service-suggestions>a>span{
    width:34px!important;
    height:34px!important;
    border-radius:10px!important;
    font-size:11px!important;
  }
  #requestQuickModal .request-quick-grid b,
  #requestQuickModal .quick-service-suggestions b{font-size:12px!important;line-height:1.25!important}
  #requestQuickModal .request-quick-grid small,
  #requestQuickModal .quick-service-suggestions small{
    display:block!important;
    margin-top:2px!important;
    font-size:9.5px!important;
    line-height:1.3!important;
    color:#718096!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #requestQuickModal .request-quick-all{
    position:relative!important;
    flex:0 0 auto!important;
    min-height:52px!important;
    margin:0!important;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-top:1px solid #e6ebf2!important;
    background:#fff!important;
    font-size:11px!important;
    font-weight:800!important;
    z-index:6!important;
  }
}

@media (max-width:380px){
  #requestQuickModal .request-quick-head{padding-left:13px!important;padding-right:54px!important}
  #requestQuickModal .request-quick-head h2{font-size:20px!important}
  #requestQuickModal .request-quick-grid,
  #requestQuickModal .quick-service-suggestions{padding-left:10px!important;padding-right:10px!important}
  #requestQuickModal .request-quick-grid a,
  #requestQuickModal .quick-service-suggestions>a{min-height:55px!important}
}

/* ===== v3234.css ===== */
/* 3.2.34 - modern services directory + SEO marketplace layer */
.services-directory-hero-v3234{padding-bottom:34px}.services-directory-hero-v3234 .container{position:relative}.services-directory-hero-v3234 h1{max-width:760px}.services-directory-hero-v3234>div>p{max-width:760px}.directory-search-wrap{position:relative;z-index:20;max-width:820px}.directory-search-wrap .directory-search{max-width:none}.directory-suggestions{position:absolute;left:0;right:0;top:calc(100% + 7px);max-height:360px;overflow:auto;padding:8px;background:#fff;border:1px solid #dfe8f3;border-radius:16px;box-shadow:0 22px 50px rgba(20,50,85,.16)}.directory-suggestions a{display:flex;align-items:center;gap:11px;padding:10px;border-radius:11px;color:inherit}.directory-suggestions a:hover,.directory-suggestions a:focus{background:#f3f8fd}.directory-suggestions a>span{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#eef5ff;color:var(--blue);font-size:12px;font-weight:900}.directory-suggestions a div{min-width:0;flex:1}.directory-suggestions a b,.directory-suggestions a small{display:block}.directory-suggestions a small{margin-top:2px;color:var(--muted)}.directory-suggestions a i{font-style:normal;color:var(--blue)}.directory-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.directory-trust span{padding:7px 11px;border:1px solid #d9e6f4;border-radius:999px;background:rgba(255,255,255,.78);color:#41566d;font-size:12px;font-weight:750}.services-trending{padding-top:32px;padding-bottom:34px}.service-trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.service-trend-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(18,48,78,.045);transition:.2s}.service-trend-card:hover{transform:translateY(-2px);border-color:#bfd4e9;box-shadow:0 14px 34px rgba(18,48,78,.085)}.service-trend-main{display:flex;gap:12px;padding:16px;color:inherit}.service-trend-letter{display:grid;place-items:center;width:45px;height:45px;flex:0 0 45px;border-radius:13px;background:linear-gradient(135deg,#eaf3ff,#f8fbff);color:var(--blue);font-weight:900}.service-trend-main small{color:var(--blue);font-weight:750}.service-trend-main h3{margin:3px 0 7px;color:var(--navy);font-size:17px}.service-market-meta{display:flex;flex-wrap:wrap;gap:6px}.service-market-meta span{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#f6f9fc;color:#53667a;font-size:11px;font-weight:700}.service-market-meta span:first-child{color:#7a5b0b}.service-market-meta em{font-style:normal;color:#66798d;font-weight:600}.service-trend-actions{display:flex;border-top:1px solid #edf1f5}.service-trend-actions a{flex:1;padding:11px 12px;text-align:center;color:#516579;font-size:12px;font-weight:800}.service-trend-actions .trend-quote{background:#f1f7ff;color:var(--blue)}.directory-category-nav{position:sticky;top:0;z-index:17;background:rgba(255,255,255,.95);border-top:1px solid #edf2f7;border-bottom:1px solid #e4ebf2;backdrop-filter:blur(12px)}.directory-category-scroll{display:flex;gap:7px;overflow-x:auto;padding:10px 0;scrollbar-width:none}.directory-category-scroll::-webkit-scrollbar{display:none}.directory-category-scroll button{white-space:nowrap;padding:8px 12px;border:1px solid #dbe5ef;border-radius:999px;background:#fff;color:#53667a;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.directory-category-scroll button:hover,.directory-category-scroll button.active{border-color:var(--blue);background:#edf6ff;color:var(--blue)}.directory-service-card-v3234{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.directory-service-card-v3234:hover{transform:translateY(-2px);border-color:#b9d0e8;box-shadow:0 12px 28px rgba(19,57,110,.075)}.directory-service-main-v3234{display:flex;gap:13px;flex:1;padding:16px;color:inherit}.directory-service-main-v3234 .service-letter{display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#eaf2ff,#f6faff);color:var(--blue);font-weight:900}.directory-service-main-v3234>div{min-width:0}.directory-service-main-v3234 small{color:var(--blue);font-weight:750}.directory-service-main-v3234 h3{margin:3px 0 5px;color:var(--navy);font-size:17px}.directory-service-main-v3234 p{display:-webkit-box;overflow:hidden;margin:0 0 9px;color:var(--muted);font-size:13px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.directory-service-actions-v3234{display:flex;border-top:1px solid #edf1f5}.directory-service-actions-v3234 a{flex:1;padding:11px 8px;text-align:center;color:#52667a;font-size:11px;font-weight:800}.directory-service-actions-v3234 .quote{background:#eff7ff;color:var(--blue)}
@media(max-width:980px){.service-trend-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.services-directory-hero-v3234{padding:26px 0 22px}.services-directory-hero-v3234 h1{font-size:32px;line-height:1.06}.services-directory-hero-v3234>div>p{font-size:14px}.directory-search-wrap{width:100%}.directory-suggestions{max-height:310px;border-radius:14px}.directory-trust{gap:6px}.directory-trust span{padding:6px 9px;font-size:10px}.services-trending{padding:24px 0}.service-trend-grid{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.service-trend-card{flex:0 0 82%;scroll-snap-align:start}.service-trend-main{padding:13px}.service-trend-actions a{padding:10px}.directory-category-nav{top:0}.directory-category-scroll{padding:8px 0}.directory-category-scroll button{padding:7px 10px;font-size:11px}.directory-service-grid{grid-template-columns:1fr 1fr;gap:8px}.directory-service-main-v3234{display:block;padding:12px}.directory-service-main-v3234 .service-letter{width:38px;height:38px;margin-bottom:8px}.directory-service-main-v3234 h3{font-size:14px;line-height:1.2}.directory-service-main-v3234 p{display:none}.directory-service-main-v3234 .service-market-meta{margin-top:7px}.directory-service-main-v3234 .service-market-meta span{padding:3px 5px;font-size:9px}.directory-service-main-v3234 .service-market-meta em{display:none}.directory-service-actions-v3234{flex-direction:column}.directory-service-actions-v3234 a{padding:8px 5px;font-size:10px}.category-pro-head{gap:10px}.category-pro-head h2{font-size:24px}.category-pro-head p{font-size:13px}.category-pro-head .btn{display:none}}
@media(max-width:380px){.directory-service-grid{grid-template-columns:1fr}.service-trend-card{flex-basis:88%}.directory-service-actions-v3234{flex-direction:row}}

/* ===== v3236.css ===== */
/* v3.2.36 - SEO admin pagination + crawlable search guide */
.seo-pagination{align-items:center;flex-wrap:wrap}.seo-pagination span{margin-left:8px;color:#64748b;font-size:12px}.seo-pagination a[aria-disabled="true"]{opacity:.4;pointer-events:none}.keyword-links a{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:#eaf5f8;color:#245f80;font-size:13px;font-weight:800;border:1px solid #d4ebef;transition:.18s}.keyword-links a:hover{background:#fff;border-color:#69b9c1;transform:translateY(-1px)}.keyword-links a span{font-size:12px;opacity:.65}.search-guide-note{display:block;margin-top:12px;color:#7b8797;line-height:1.5}
@media(max-width:700px){.keyword-links{display:grid;grid-template-columns:1fr 1fr}.keyword-links a{border-radius:12px;justify-content:space-between;min-width:0}.seo-pagination span{width:100%;text-align:center;margin:4px 0 0}}
@media(max-width:420px){.keyword-links{grid-template-columns:1fr}}

/* ===== v3237.css ===== */

/* 3.2.37 - SEO technical health */
.seo-health-panel{margin:0 0 18px}
.seo-health-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.seo-health-card{border:1px solid #e3ebef;background:#fff;border-radius:14px;padding:13px 14px;display:flex;flex-direction:column;gap:4px;min-width:0}
.seo-health-card span{font-size:11px;font-weight:800;letter-spacing:.03em;color:#718391;text-transform:uppercase}
.seo-health-card strong{font-size:23px;line-height:1;color:#17324a}
.seo-health-card small{font-size:11px;color:#80919d}
.seo-health-card.good{border-color:#cce9dc;background:#f8fffb}
.seo-health-card.warn{border-color:#f1dfbf;background:#fffdf8}
.seo-health-card.bad{border-color:#f0cdcd;background:#fffafa}
.seo-health-note{margin-top:10px;padding:10px 12px;border-radius:11px;background:#f5f9fb;color:#5e7382;font-size:12px}
@media(max-width:1050px){.seo-health-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.seo-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-health-card{padding:11px}.seo-health-card strong{font-size:20px}}
