/*
Theme Name: gitakart-seva-premium
Text Domain: gitakart-seva-premium
Description: Premium local-services marketplace theme for GitaKart Seva, focused on Durgapur doorstep services.
Version: 2.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

:root{
  --gk24-ink:#171717;
  --gk24-paper:#fbfaf7;
  --gk24-warm:#f1ede4;
  --gk24-white:#fff;
  --gk24-muted:#6c6a64;
  --gk24-soft:#929087;
  --gk24-line:#dedad1;
  --gk24-accent:#ef6234;
  --gk24-dark-line:#353431;
  --gk24-radius:24px;
  --gk24-shadow:0 24px 70px rgba(20,18,14,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.gk24-body{margin:0;background:var(--gk24-paper);color:var(--gk24-ink);font-family:"Albert Sans","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.gk24-body a{color:inherit}
body.gk24-body button,body.gk24-body input{font:inherit}
.gk24-container{width:min(1240px,calc(100% - 72px));margin-inline:auto}
.gk24-site{overflow:hidden;background:var(--gk24-paper);color:var(--gk24-ink);font-size:16px}
.gk24-site h1,.gk24-site h2,.gk24-site h3,.gk24-site p{margin-top:0}
.gk24-site h1,.gk24-site h2,.gk24-site h3{font-family:"Fraunces",Georgia,serif;font-weight:500;letter-spacing:-.055em}
.gk24-site h1 i,.gk24-site h2 i{font-style:italic;color:#7a776f}
.gk24-kicker{display:inline-flex;align-items:center;gap:9px;font-size:10px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#7c7971}
.gk24-kicker>span{width:7px;height:7px;border-radius:50%;background:var(--gk24-accent);display:inline-block}
.gk24-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:0 20px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.gk24-button:hover{transform:translateY(-2px)}
.gk24-button span{font-size:16px}
.gk24-button-dark{background:var(--gk24-ink);color:#fff!important}
.gk24-button-light{background:#fff;color:var(--gk24-ink)!important}
.gk24-button-ghost{border:1px solid var(--gk24-line);background:rgba(255,255,255,.55);color:var(--gk24-ink)}
.gk24-section{padding:112px 0}
.gk24-section-head{display:grid;grid-template-columns:1fr minmax(300px,.52fr);gap:70px;align-items:end;margin-bottom:48px}
.gk24-section-head h2{font-size:clamp(54px,6vw,84px);line-height:.9;margin:18px 0 0}
.gk24-section-note{max-width:430px;justify-self:end}
.gk24-section-note p{font-size:14px;line-height:1.7;color:var(--gk24-muted);margin:0 0 18px}
.gk24-section-note a,.gk24-local-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #b9b4aa;padding-bottom:7px}
.gk24-section-note a span,.gk24-local-link span{font-size:17px;text-transform:none}

.gk24-header{position:sticky;top:0;z-index:100;background:rgba(251,250,247,.92);border-bottom:1px solid rgba(222,218,209,.9);backdrop-filter:blur(18px)}
.gk24-header-inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:46px}
.gk24-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none!important;line-height:1}
.gk24-brand-mark{width:40px;height:40px;border-radius:13px;background:var(--gk24-ink);color:#fff;display:grid;place-items:center;font-family:"Fraunces",Georgia,serif;font-size:20px}
.gk24-brand-copy strong{display:block;font-size:16px;letter-spacing:-.03em}
.gk24-brand-copy small{display:block;margin-top:4px;font-size:8px;letter-spacing:.25em;color:#77736b}
.gk24-nav{display:flex;align-items:center;justify-content:center;gap:32px}
.gk24-nav a{font-size:12px;font-weight:650;text-decoration:none;color:#4f4c46;transition:color .2s ease}
.gk24-nav a:hover{color:var(--gk24-accent)}
.gk24-header-cta{display:inline-flex;align-items:center;gap:17px;min-height:44px;padding:0 16px 0 19px;border-radius:999px;background:var(--gk24-ink);color:#fff!important;text-decoration:none;font-size:11px;font-weight:800}
.gk24-header-cta span{font-size:15px}
.gk24-mobile-menu{display:none;position:relative}
.gk24-mobile-menu summary{list-style:none;display:flex;align-items:center;gap:5px;cursor:pointer}
.gk24-mobile-menu summary::-webkit-details-marker{display:none}
.gk24-mobile-menu summary span{width:16px;height:1px;background:var(--gk24-ink);display:block}
.gk24-mobile-menu summary b{font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-left:6px}
.gk24-mobile-links{position:absolute;right:0;top:45px;width:250px;padding:10px;background:#fff;border:1px solid var(--gk24-line);border-radius:18px;box-shadow:var(--gk24-shadow)}
.gk24-mobile-links a{display:flex;justify-content:space-between;align-items:center;padding:13px 12px;border-radius:10px;text-decoration:none;font-size:13px}
.gk24-mobile-links a:hover{background:var(--gk24-warm)}
.gk24-mobile-links .gk24-mobile-book{margin-top:6px;background:var(--gk24-ink);color:#fff}

.gk24-hero{background:var(--gk24-warm);border-bottom:1px solid var(--gk24-line)}
.gk24-hero-grid{min-height:690px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(450px,.96fr);gap:70px;align-items:center;padding:72px 0 78px}
.gk24-hero-copy{position:relative;z-index:4}
.gk24-hero-copy .gk24-kicker{color:#716e66}
.gk24-hero h1{font-size:clamp(62px,7.1vw,104px);line-height:.88;margin:25px 0 26px;max-width:780px}
.gk24-hero-lead{max-width:650px;color:#5f5c55;font-size:17px;line-height:1.7;margin-bottom:28px}
.gk24-search-card{width:min(100%,660px);padding:17px 17px 14px;background:#fff;border:1px solid #d9d4ca;border-radius:18px;box-shadow:0 20px 45px rgba(20,18,14,.08);position:relative}
.gk24-search-label{font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:800;color:#7d796f;margin:2px 4px 10px}
.gk24-search-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.gk24-search-field{display:flex;align-items:center;gap:11px;min-height:52px;border:1px solid #d9d5cc;border-radius:12px;padding:0 14px;background:#fcfbf8}
.gk24-search-field svg{width:19px;height:19px;fill:none;stroke:#7e7a72;stroke-width:1.7;flex:none}
.gk24-search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--gk24-ink);font-size:14px}
.gk24-search-field input::placeholder{color:#99958c}
.gk24-search-form button{border:0;border-radius:12px;background:var(--gk24-ink);color:#fff;padding:0 20px;font-size:12px;font-weight:800;cursor:pointer}
.gk24-search-form button span{font-size:17px;margin-left:12px}
.gk24-search-results{position:absolute;left:17px;right:17px;top:103px;z-index:20;background:#fff;border:1px solid var(--gk24-line);border-radius:13px;box-shadow:var(--gk24-shadow);overflow:hidden}
.gk24-search-results a{display:flex;justify-content:space-between;gap:15px;padding:12px 14px;border-bottom:1px solid #eeeae3;text-decoration:none;font-size:13px}
.gk24-search-results a:last-child{border-bottom:0}
.gk24-search-results a:hover{background:var(--gk24-warm)}
.gk24-search-results small{color:#8b877f}
.gk24-search-meta{display:flex;align-items:center;gap:7px;padding:12px 3px 0;color:#77736b;font-size:10px}
.gk24-search-meta a{margin-left:auto;color:var(--gk24-ink);font-weight:800;text-decoration:none}
.gk24-pin{display:grid;place-items:center;width:15px;height:15px;border:1px solid #bdb8af;border-radius:50%;font-size:12px;line-height:1}
.gk24-hero-actions{display:flex;gap:11px;align-items:center;flex-wrap:wrap;margin-top:18px}
.gk24-hero-stage{position:relative;min-height:565px;display:grid;place-items:center}
.gk24-orbit{position:absolute;border:1px solid rgba(116,111,102,.28);border-radius:50%;pointer-events:none}
.gk24-orbit-one{width:500px;height:500px;transform:rotate(14deg)}
.gk24-orbit-two{width:385px;height:385px;transform:rotate(-21deg);border-color:rgba(239,98,52,.22)}
.gk24-orbit-one:after,.gk24-orbit-two:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gk24-accent)}
.gk24-orbit-one:after{left:53px;top:82px}
.gk24-orbit-two:after{right:44px;bottom:55px;width:5px;height:5px;background:#8d8981}
.gk24-hero-panel{position:relative;z-index:2;width:min(100%,470px);min-height:510px;background:var(--gk24-ink);color:#fff;border-radius:26px;padding:27px 28px;box-shadow:0 30px 80px rgba(19,18,16,.22);transform:rotate(-1.2deg);display:flex;flex-direction:column}
.gk24-panel-head{display:flex;justify-content:space-between;color:#8f8b83;font-size:8px;letter-spacing:.16em;font-weight:800}
.gk24-panel-title{font-family:"Fraunces",Georgia,serif;font-size:57px;line-height:.9;letter-spacing:-.055em;margin:70px 0 30px}
.gk24-panel-title em{color:#a8a39a}
.gk24-panel-rule{height:1px;background:var(--gk24-dark-line)}
.gk24-panel-list a{display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:10px;padding:16px 0;border-bottom:1px solid var(--gk24-dark-line);text-decoration:none}
.gk24-panel-list a:hover{padding-left:5px}
.gk24-panel-list span{font-size:9px;color:#858179;letter-spacing:.1em}
.gk24-panel-list strong{font-size:13px;font-weight:700}
.gk24-panel-list b{font-size:16px;color:#b1aca3;text-align:right}
.gk24-panel-foot{margin-top:auto;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:18px;color:#8f8b83;font-size:9px}
.gk24-panel-foot a{color:#fff;text-decoration:none;font-weight:800}
.gk24-floating-card{position:absolute;z-index:5;left:1px;bottom:54px;display:flex;align-items:center;gap:11px;padding:15px 17px;background:#fff;border:1px solid var(--gk24-line);border-radius:16px;box-shadow:0 18px 45px rgba(20,18,14,.13);transform:rotate(-4deg)}
.gk24-floating-card strong{font-family:"Fraunces",Georgia,serif;font-size:34px;font-weight:500;line-height:1}
.gk24-floating-card span{font-size:8px;line-height:1.3;text-transform:uppercase;letter-spacing:.12em;color:#706c64}
.gk24-stage-label{position:absolute;right:0;bottom:9px;text-align:right;font-size:8px;line-height:1.4;letter-spacing:.17em;color:#969187}
.gk24-stage-label b{font-size:9px;color:#6f6b63}

.gk24-trust-strip{background:var(--gk24-ink);color:#fff}
.gk24-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:92px}
.gk24-trust-grid>div{display:flex;align-items:center;gap:13px;padding:0 28px;border-left:1px solid #343331}
.gk24-trust-grid>div:first-child{padding-left:0;border-left:0}
.gk24-trust-grid strong{font-size:18px;letter-spacing:-.03em}
.gk24-trust-grid span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#96928a}

.gk24-featured{background:#fff}
.gk24-service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gk24-line);border-left:1px solid var(--gk24-line)}
.gk24-service-card{position:relative;min-height:255px;padding:20px 21px 22px;border-right:1px solid var(--gk24-line);border-bottom:1px solid var(--gk24-line);text-decoration:none;background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.gk24-service-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(20,18,14,.09);background:#fcfbf8;z-index:2}
.gk24-service-card-featured{background:var(--gk24-ink);color:#fff}
.gk24-service-card-featured:hover{background:#20201f}
.gk24-card-number{font-size:9px;letter-spacing:.13em;color:#99948b}
.gk24-service-card-featured .gk24-card-number{color:#77746d}
.gk24-card-icon{width:42px;height:42px;margin-top:38px;display:grid;place-items:center;border:1px solid var(--gk24-line);border-radius:12px}
.gk24-service-card-featured .gk24-card-icon{border-color:#45433f;background:#222220}
.gk24-card-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}
.gk24-service-card h3{font-size:27px;line-height:.98;margin:18px 0 auto;max-width:230px}
.gk24-card-link{margin-top:26px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.gk24-card-link b{font-size:15px;margin-left:7px}

.gk24-catalogue{background:var(--gk24-warm);border-top:1px solid var(--gk24-line)}
.gk24-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gk24-category-card{position:relative;min-height:230px;padding:20px;border:1px solid #d8d3ca;border-radius:18px;background:#fff;text-decoration:none;overflow:hidden;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}
.gk24-category-card:hover{background:var(--gk24-ink);color:#fff;transform:translateY(-5px);box-shadow:0 18px 38px rgba(20,18,14,.1)}
.gk24-category-top{display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#9a958b}
.gk24-category-card:hover .gk24-category-top{color:#8f8b84}
.gk24-category-icon{margin:42px 0 20px;width:38px;height:38px;color:#6e6a62}
.gk24-category-card:hover .gk24-category-icon{color:var(--gk24-accent)}
.gk24-category-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.45}
.gk24-category-card h3{font-size:23px;line-height:1.02;max-width:220px;margin:0}
.gk24-category-arrow{position:absolute;right:18px;bottom:16px;font-size:18px}
.gk24-category-card:after{content:"";position:absolute;width:130px;height:130px;right:-58px;bottom:-70px;border:1px solid rgba(239,98,52,.35);border-radius:50%;opacity:0;transition:opacity .22s ease}
.gk24-category-card:hover:after{opacity:1}

.gk24-proof{background:var(--gk24-ink);color:#fff;padding:120px 0}
.gk24-proof-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:100px}
.gk24-proof-intro h2{font-size:clamp(56px,6.2vw,86px);line-height:.88;margin:22px 0 26px}
.gk24-proof-intro p{max-width:390px;color:#a5a199;font-size:14px;line-height:1.7}
.gk24-proof .gk24-kicker{color:#9c978e}
.gk24-proof-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--gk24-dark-line)}
.gk24-proof-list>div{padding:24px 28px 30px 0;border-bottom:1px solid var(--gk24-dark-line)}
.gk24-proof-list>div:nth-child(even){padding-left:28px;border-left:1px solid var(--gk24-dark-line)}
.gk24-proof-list>div>span{font-size:9px;letter-spacing:.15em;color:#77736b}
.gk24-proof-list h3{font-family:"Albert Sans","Helvetica Neue",Arial,sans-serif;font-size:20px;letter-spacing:-.03em;margin:34px 0 9px}
.gk24-proof-list p{max-width:290px;margin:0;color:#99958d;font-size:13px;line-height:1.65}

.gk24-process{background:#fff}
.gk24-process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--gk24-ink)}
.gk24-process-step{min-height:285px;padding:22px 36px 30px 0;border-right:1px solid var(--gk24-line);margin-right:36px}
.gk24-process-step:last-child{border-right:0;margin-right:0}
.gk24-process-step>span{font-size:9px;letter-spacing:.14em;font-weight:800;color:#98938a}
.gk24-process-step h3{font-size:39px;line-height:.95;margin:72px 0 14px}
.gk24-process-step p{max-width:290px;margin:0;color:var(--gk24-muted);font-size:13px;line-height:1.7}

.gk24-local{background:var(--gk24-warm);border-top:1px solid var(--gk24-line);padding:112px 0}
.gk24-local-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}
.gk24-local h2{font-size:clamp(58px,6.4vw,88px);line-height:.88;margin:20px 0 0}
.gk24-local-copy{max-width:520px}
.gk24-local-copy>p{max-width:450px;color:var(--gk24-muted);font-size:15px;line-height:1.75;margin-bottom:25px}
.gk24-area-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}
.gk24-area-tags span{border:1px solid #d2cdc3;border-radius:999px;padding:9px 12px;background:rgba(255,255,255,.35);font-size:9px;letter-spacing:.04em;color:#69655d}
.gk24-local-link{margin-top:4px}

.gk24-final-cta{background:var(--gk24-warm);padding:0 0 110px}
.gk24-cta-box{position:relative;overflow:hidden;border-radius:28px;background:var(--gk24-ink);color:#fff;padding:60px 62px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.gk24-cta-box:before{content:"";position:absolute;width:390px;height:390px;border:1px solid #343331;border-radius:50%;right:-100px;top:-180px}
.gk24-cta-box:after{content:"";position:absolute;width:180px;height:180px;border:1px solid #343331;border-radius:50%;right:60px;bottom:-120px}
.gk24-cta-box>*{position:relative;z-index:2}
.gk24-cta-box .gk24-kicker{color:#9e9a92}
.gk24-cta-box h2{font-size:clamp(52px,5.6vw,76px);line-height:.88;margin:20px 0 11px}
.gk24-cta-box p{color:#aaa59d;font-size:14px;margin:0}
.gk24-cta-actions{display:flex;align-items:center;gap:14px;flex:none}
.gk24-cta-whatsapp{display:inline-flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none;font-size:11px;font-weight:800;border:1px solid #3c3b38;border-radius:999px;padding:0 17px;min-height:48px}
.gk24-cta-whatsapp span{font-size:15px}

.gk24-footer{background:#10100f;color:#fff;border-top:1px solid #2a2927}
.gk24-footer-main{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:55px;padding:72px 0 64px}
.gk24-brand-light .gk24-brand-mark{background:#fff;color:var(--gk24-ink)}
.gk24-brand-light .gk24-brand-copy strong{color:#fff}
.gk24-brand-light .gk24-brand-copy small{color:#858179}
.gk24-footer-brand p{color:#98948c;font-size:13px;line-height:1.65;margin:21px 0 18px}
.gk24-footer-phone{display:inline-flex;gap:9px;align-items:center;color:#fff;text-decoration:none;font-size:12px;font-weight:750}
.gk24-footer-phone span{font-size:15px;color:#9a958d}
.gk24-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.gk24-footer-column>span{font-size:9px;letter-spacing:.16em;color:#77736b;font-weight:800;margin-bottom:7px}
.gk24-footer-column a{font-size:12px;color:#d2cec6;text-decoration:none}
.gk24-footer-column a:hover{color:#fff}
.gk24-footer-local strong{font-family:"Fraunces",Georgia,serif;font-size:20px;font-weight:500;letter-spacing:-.03em}
.gk24-footer-local p{max-width:230px;color:#8f8b83;font-size:12px;line-height:1.65;margin:0}
.gk24-footer-bottom{border-top:1px solid #2a2927;padding:18px 0 22px;display:flex;justify-content:space-between;gap:20px;color:#6f6b64;font-size:9px;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:1100px){
  .gk24-container{width:min(100% - 48px,1240px)}
  .gk24-header-inner{gap:22px}
  .gk24-nav{gap:20px}
  .gk24-hero-grid{grid-template-columns:1fr .86fr;gap:38px}
  .gk24-hero h1{font-size:clamp(56px,7.2vw,82px)}
  .gk24-hero-stage{min-height:520px}
  .gk24-orbit-one{width:430px;height:430px}
  .gk24-orbit-two{width:330px;height:330px}
  .gk24-hero-panel{width:min(100%,420px)}
  .gk24-service-grid,.gk24-category-grid{grid-template-columns:repeat(2,1fr)}
  .gk24-proof-grid{gap:55px}
  .gk24-local-grid{gap:65px}
  .gk24-footer-main{grid-template-columns:1.2fr .8fr .8fr}
  .gk24-footer-local{grid-column:2/-1}
}
@media(max-width:780px){
  .gk24-container{width:calc(100% - 30px)}
  .gk24-header-inner{min-height:70px;grid-template-columns:auto 1fr auto}
  .gk24-nav,.gk24-header-cta{display:none}
  .gk24-mobile-menu{display:block;justify-self:end}
  .gk24-section{padding:78px 0}
  .gk24-section-head,.gk24-proof-grid,.gk24-local-grid{grid-template-columns:1fr;gap:32px}
  .gk24-section-head{margin-bottom:30px}
  .gk24-section-note{justify-self:start}
  .gk24-section-head h2{font-size:clamp(48px,14vw,66px)}
  .gk24-hero-grid{grid-template-columns:1fr;gap:34px;padding:55px 0 52px}
  .gk24-hero h1{font-size:clamp(54px,15vw,75px);max-width:650px}
  .gk24-hero-lead{font-size:15px;line-height:1.65}
  .gk24-search-form{grid-template-columns:1fr}
  .gk24-search-form button{min-height:50px}
  .gk24-search-results{top:156px}
  .gk24-search-meta{align-items:flex-start;flex-wrap:wrap}
  .gk24-search-meta a{margin-left:0;width:100%}
  .gk24-hero-stage{min-height:440px}
  .gk24-orbit-one{width:350px;height:350px}
  .gk24-orbit-two{width:280px;height:280px}
  .gk24-hero-panel{width:min(100%,370px);min-height:390px;padding:23px}
  .gk24-panel-title{font-size:45px;margin:48px 0 23px}
  .gk24-panel-list a{padding:12px 0}
  .gk24-panel-foot{font-size:8px}
  .gk24-floating-card{left:0;bottom:18px}
  .gk24-stage-label{right:0;bottom:2px}
  .gk24-trust-grid{grid-template-columns:1fr 1fr;min-height:0}
  .gk24-trust-grid>div{min-height:76px;padding:0 14px}
  .gk24-trust-grid>div:first-child{padding-left:0}
  .gk24-trust-grid>div:nth-child(odd){border-left:0}
  .gk24-trust-grid strong{font-size:15px}
  .gk24-trust-grid span{font-size:8px}
  .gk24-service-grid,.gk24-category-grid{grid-template-columns:1fr}
  .gk24-service-card{min-height:205px}
  .gk24-card-icon{margin-top:27px}
  .gk24-category-card{min-height:195px}
  .gk24-category-icon{margin-top:30px}
  .gk24-proof{padding:82px 0}
  .gk24-proof-list{grid-template-columns:1fr}
  .gk24-proof-list>div,.gk24-proof-list>div:nth-child(even){padding:22px 0;border-left:0}
  .gk24-proof-list h3{margin-top:27px}
  .gk24-process-grid{grid-template-columns:1fr}
  .gk24-process-step{min-height:205px;padding:21px 0;border-right:0;border-bottom:1px solid var(--gk24-line);margin:0}
  .gk24-process-step:last-child{border-bottom:0}
  .gk24-process-step h3{margin:40px 0 12px;font-size:34px}
  .gk24-local{padding:78px 0}
  .gk24-local h2{font-size:clamp(54px,15vw,76px)}
  .gk24-cta-box{padding:42px 30px;display:block}
  .gk24-cta-actions{margin-top:27px;display:grid;grid-template-columns:1fr}
  .gk24-button-light,.gk24-cta-whatsapp{width:100%}
  .gk24-footer-main{grid-template-columns:1fr 1fr;gap:42px 28px;padding:58px 0 48px}
  .gk24-footer-brand{grid-column:1/-1}
  .gk24-footer-local{grid-column:1/-1}
  .gk24-footer-bottom{display:block}
  .gk24-footer-bottom span{display:block}
  .gk24-footer-bottom span+span{margin-top:8px}
}
/* Booking + inner-page layer */
.gk24-booking-page{background:var(--gk24-warm);min-height:calc(100vh - 78px)}
.gk24-booking-hero{padding:88px 0 110px;border-bottom:1px solid var(--gk24-line)}
.gk24-booking-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:100px;align-items:start}
.gk24-booking-grid>div:first-child{padding-top:45px}
.gk24-booking-grid h1{font-size:clamp(58px,6.5vw,88px);line-height:.87;margin:22px 0 25px}
.gk24-booking-grid>div:first-child>p{max-width:470px;color:var(--gk24-muted);font-size:15px;line-height:1.75}
.gk24-booking-points{display:flex;flex-direction:column;gap:11px;margin-top:28px;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:#77736b}
.gk24-booking-card{background:#fff;border:1px solid #d8d3ca;border-radius:25px;padding:30px;box-shadow:var(--gk24-shadow)}
.gk24-booking-card-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--gk24-line)}
.gk24-booking-card-head h2{font-size:34px;line-height:.95;margin:12px 0 0}
.gk24-booking-card-head>span{font-size:9px;letter-spacing:.14em;color:#9a958b;padding-top:4px}
.gk24-booking-form{padding-top:25px}
.gk24-form-row{margin-bottom:17px}
.gk24-form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gk24-booking-form label{display:block;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#77736b}
.gk24-booking-form input,.gk24-booking-form select,.gk24-booking-form textarea{display:block;width:100%;margin-top:8px;border:1px solid #d8d3ca;border-radius:11px;background:#fcfbf8;color:var(--gk24-ink);padding:0 13px;min-height:50px;outline:none;font-size:13px;letter-spacing:normal;text-transform:none;font-weight:500}
.gk24-booking-form textarea{padding-top:13px;resize:vertical;min-height:90px}
.gk24-booking-form input:focus,.gk24-booking-form select:focus,.gk24-booking-form textarea:focus{border-color:#8c877e;box-shadow:0 0 0 3px rgba(239,98,52,.09)}
.gk24-book-submit{width:100%;min-height:54px;border:0;border-radius:12px;background:var(--gk24-ink);color:#fff;font-size:12px;font-weight:800;cursor:pointer}
.gk24-book-submit span{font-size:17px;margin-left:12px}
.gk24-form-foot{font-size:9px;line-height:1.55;text-align:center;color:#969188;margin:12px 0 0}
.gk24-form-alert{background:#fff0e9;border:1px solid #f0c4b4;color:#9a4224;border-radius:11px;padding:11px 13px;font-size:11px;line-height:1.5;margin-bottom:17px}
.gk24-booking-success{text-align:center;padding:55px 25px}
.gk24-success-mark{width:56px;height:56px;margin:0 auto 23px;border-radius:50%;background:var(--gk24-ink);color:#fff;display:grid;place-items:center;font-size:25px}
.gk24-booking-success h2{font-size:44px;line-height:.9;margin:18px 0 14px}
.gk24-booking-success p{max-width:370px;margin:0 auto 27px;color:var(--gk24-muted);font-size:13px;line-height:1.7}
.gk24-page-shell{background:var(--gk24-paper);padding:100px 0}
.gk24-page-shell article{max-width:900px}
.gk24-page-shell header{margin-bottom:45px}
.gk24-page-shell h1{font-size:clamp(55px,7vw,90px);line-height:.9;margin:20px 0 0}
.gk24-page-shell figure{margin:0 0 45px}
.gk24-page-shell figure img{display:block;width:100%;height:auto;border-radius:22px}
.gk24-page-content{max-width:760px;font-size:16px;line-height:1.8;color:#5f5c55}
.gk24-page-content h2,.gk24-page-content h3{color:var(--gk24-ink);line-height:1.05}
.gk24-page-content a{color:var(--gk24-ink)}

/* Contact CTA buttons */
.gks-contact-page .gks-info-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.gks-contact-page .gks-info-actions .gks-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border-radius:999px!important;text-decoration:none!important;font-size:12px;font-weight:800;line-height:1;letter-spacing:.01em;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}
.gks-contact-page .gks-info-actions .gks-btn:hover{transform:translateY(-2px)}
.gks-contact-page .gks-info-actions .gks-btn-orange{background:var(--gk24-ink)!important;color:#fff!important;border:1px solid var(--gk24-ink)!important}
.gks-contact-page .gks-info-actions .gks-btn-orange:hover{background:#2a2927!important;border-color:#2a2927!important}
.gks-contact-page .gks-info-actions .gks-btn-outline{background:#fff!important;color:var(--gk24-ink)!important;border:1px solid #cfc9bf!important}
.gks-contact-page .gks-info-actions .gks-btn-outline:hover{background:var(--gk24-warm)!important;border-color:#bdb7ad!important}
.gks-contact-page .gks-info-actions .gks-btn span{font-size:16px}
@media(max-width:600px){
 .gks-contact-page .gks-info-actions{gap:10px}
 .gks-contact-page .gks-info-actions .gks-btn{width:100%;min-height:50px}
}

@media(max-width:900px){
 .gk24-booking-grid{grid-template-columns:1fr;gap:40px}
 .gk24-booking-grid>div:first-child{padding-top:0}
 .gk24-booking-hero{padding:60px 0 80px}
}
@media(max-width:600px){
 .gk24-booking-grid h1{font-size:clamp(51px,15vw,72px)}
 .gk24-booking-card{padding:20px;border-radius:19px}
 .gk24-form-two{grid-template-columns:1fr;gap:17px}
 .gk24-booking-card-head h2{font-size:29px}
 .gk24-booking-success{padding:35px 10px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .gk24-button,.gk24-service-card,.gk24-category-card,.gk24-panel-list a{transition:none}
}
