/*
 * TK Service public design system
 * Platform v2.0.30 Hotfix 5 · readable mobile prices
 * Loaded after the original public stylesheet.
 */
:root{
  --tk-forest-950:#032713;
  --tk-forest-900:#05371b;
  --tk-forest-800:#074a25;
  --tk-forest-700:#0b6634;
  --tk-leaf-600:#15904c;
  --tk-leaf-500:#23a85c;
  --tk-mint-100:#e9f7ed;
  --tk-mint-50:#f4fbf6;
  --tk-cream:#fbfcf8;
  --tk-line:#c8dfcf;
  --tk-ink:#102319;
  --tk-muted:#53665a;
  --tk-white:#fff;
  --tk-shadow-sm:0 10px 28px rgba(3,39,19,.10);
  --tk-shadow-lg:0 26px 70px rgba(3,39,19,.20);
  --tk-radius-lg:32px;
  --tk-radius-md:22px;
  --tk-shell:1176px;
}

*{box-sizing:border-box}
body[class*="tk-public-green-v"]{
  margin:0;
  overflow-x:hidden;
  color:var(--tk-ink);
  background:
    radial-gradient(circle at 88% 6%,rgba(35,168,92,.10),transparent 28rem),
    var(--tk-mint-50);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body[class*="tk-public-green-v"] main.page{min-height:60vh}
body[class*="tk-public-green-v"] .shell{
  width:min(calc(100% - 40px),var(--tk-shell));
  margin-inline:auto;
}

/* Public header */
body[class*="tk-public-green-v"] .topbar,
body[class*="tk-public-green-v"] .site-header{
  position:sticky;
  top:0;
  z-index:80;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:12px clamp(20px,4vw,56px);
  background:linear-gradient(100deg,var(--tk-forest-950),var(--tk-forest-800) 72%,#0b733c);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:0 12px 34px rgba(3,39,19,.18);
}
body[class*="tk-public-green-v"] .site-header .nav-wrap{
  width:min(calc(100% - 40px),var(--tk-shell));
  min-height:62px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
body[class*="tk-public-green-v"] .brand,
body[class*="tk-public-green-v"] .tk-public-brand{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
  color:#fff!important;
  text-decoration:none!important;
}
body[class*="tk-public-green-v"] .brand strong,
body[class*="tk-public-green-v"] .tk-public-brand strong{
  color:#fff!important;
  font-size:1.05rem;
  font-weight:950;
  line-height:1.05;
}
body[class*="tk-public-green-v"] .brand small,
body[class*="tk-public-green-v"] .tk-public-brand small,
body[class*="tk-public-green-v"] .tk-public-brand-text small{
  display:block;
  margin-top:4px;
  color:#ccebd5!important;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.02em;
}
body[class*="tk-public-green-v"] .logo,
body[class*="tk-public-green-v"] .brand-mark,
body[class*="tk-public-green-v"] .tk-public-logo{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:0;
  border-radius:17px;
  background:#fff;
  color:var(--tk-forest-800);
  border:1px solid rgba(255,255,255,.48);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
body[class*="tk-public-green-v"] .tk-public-logo img{width:100%;height:100%;object-fit:contain}
body[class*="tk-public-green-v"] .topbar nav,
body[class*="tk-public-green-v"] .site-header nav,
body[class*="tk-public-green-v"] .main-nav,
body[class*="tk-public-green-v"] .tk-public-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:9px;
}
body[class*="tk-public-green-v"] .topbar nav a,
body[class*="tk-public-green-v"] .site-header nav a,
body[class*="tk-public-green-v"] .main-nav a,
body[class*="tk-public-green-v"] .tk-public-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px!important;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.94)!important;
  color:var(--tk-forest-900)!important;
  font-size:.92rem;
  font-weight:900!important;
  line-height:1;
  text-decoration:none!important;
  box-shadow:0 5px 16px rgba(0,0,0,.08);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
body[class*="tk-public-green-v"] .topbar nav a:hover,
body[class*="tk-public-green-v"] .site-header nav a:hover,
body[class*="tk-public-green-v"] .main-nav a:hover,
body[class*="tk-public-green-v"] .tk-public-nav a:hover,
body[class*="tk-public-green-v"] nav a[aria-current="page"]{
  transform:translateY(-1px);
  background:#dff4e6!important;
  border-color:#b5dfc2!important;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
body[class*="tk-public-green-v"] a[href^="/admin"],
body[class*="tk-public-green-v"] a[href*="tkservice.dk/admin"]{display:none!important}

/* Homepage hero: roomy, readable and not billboard-sized */
body[class*="tk-public-green-v"] .hero,
body[class*="tk-public-green-v"] .homepage-hero,
body[class*="tk-public-green-v"] main.page>section:first-child{
  padding:64px 0 58px!important;
  background:
    radial-gradient(circle at 84% 14%,rgba(35,168,92,.12),transparent 26rem),
    linear-gradient(180deg,#f4fbf6,#eef8f1)!important;
  color:var(--tk-ink);
  border:0!important;
}
body[class*="tk-public-green-v"] .hero-grid,
body[class*="tk-public-green-v"] .hero>.shell,
body[class*="tk-public-green-v"] .homepage-hero>.shell,
body[class*="tk-public-green-v"] main.page>section:first-child>.shell,
body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child{
  position:relative;
  isolation:isolate;
  width:min(calc(100% - 40px),var(--tk-shell));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.68fr);
  align-items:center;
  gap:clamp(28px,5vw,64px);
  padding:clamp(34px,5vw,66px);
  overflow:hidden;
  border-radius:var(--tk-radius-lg);
  background:
    radial-gradient(circle at 94% 6%,rgba(127,227,158,.23),transparent 23rem),
    linear-gradient(135deg,var(--tk-forest-950),var(--tk-forest-800) 68%,#0c713b)!important;
  color:#fff;
  box-shadow:var(--tk-shadow-lg);
}
body[class*="tk-public-green-v"] .hero-grid::after,
body[class*="tk-public-green-v"] .hero>.shell::after,
body[class*="tk-public-green-v"] main.page>section:first-child>.shell::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-120px;
  bottom:-180px;
  width:430px;
  height:430px;
  border-radius:50%;
  border:70px solid rgba(255,255,255,.035);
}
body[class*="tk-public-green-v"] .hero-copy{min-width:0;max-width:710px}
body[class*="tk-public-green-v"] .hero .eyebrow,
body[class*="tk-public-green-v"] .homepage-hero .eyebrow,
body[class*="tk-public-green-v"] main.page>section:first-child .eyebrow{
  color:#8fe0a8!important;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.16em;
}
body[class*="tk-public-green-v"] .hero h1,
body[class*="tk-public-green-v"] .homepage-hero h1,
body[class*="tk-public-green-v"] main.page>section:first-child h1{
  max-width:12ch;
  margin:0 0 20px!important;
  color:#fff!important;
  font-size:clamp(2.75rem,5.1vw,4.55rem)!important;
  font-weight:950;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  text-wrap:balance;
}
body[class*="tk-public-green-v"] .hero h1 span,
body[class*="tk-public-green-v"] .homepage-hero h1 span{color:#b6efc7!important}
body[class*="tk-public-green-v"] .hero h2,
body[class*="tk-public-green-v"] .homepage-hero h2,
body[class*="tk-public-green-v"] main.page>section:first-child h2{color:#fff!important}
body[class*="tk-public-green-v"] .hero p,
body[class*="tk-public-green-v"] .homepage-hero p,
body[class*="tk-public-green-v"] main.page>section:first-child p{
  max-width:650px;
  margin:0 0 22px;
  color:#e4f4e9!important;
  font-size:clamp(1rem,1.5vw,1.13rem)!important;
  line-height:1.65;
}
body[class*="tk-public-green-v"] .hero .button-row,
body[class*="tk-public-green-v"] main.page>section:first-child .button-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:24px 0 0;
}
body[class*="tk-public-green-v"] .hero .button,
body[class*="tk-public-green-v"] .hero .btn,
body[class*="tk-public-green-v"] main.page>section:first-child .button,
body[class*="tk-public-green-v"] main.page>section:first-child .btn{
  min-height:46px;
  padding:11px 19px!important;
  border:1px solid #fff!important;
  border-radius:999px;
  background:#fff!important;
  color:var(--tk-forest-900)!important;
  font-weight:950!important;
  box-shadow:0 12px 26px rgba(0,0,0,.18)!important;
  text-decoration:none!important;
}
body[class*="tk-public-green-v"] .hero .button:hover,
body[class*="tk-public-green-v"] main.page>section:first-child .button:hover{
  background:#dff4e6!important;
  border-color:#dff4e6!important;
  transform:translateY(-1px);
}
body[class*="tk-public-green-v"] .hero .button.ghost,
body[class*="tk-public-green-v"] .hero .button.secondary,
body[class*="tk-public-green-v"] main.page>section:first-child .button.ghost,
body[class*="tk-public-green-v"] main.page>section:first-child .button.secondary{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.62)!important;
  box-shadow:none!important;
}
body[class*="tk-public-green-v"] .hero-facts{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
body[class*="tk-public-green-v"] .hero-facts span{
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#e8f7ed;
  font-size:.78rem;
  font-weight:800;
}

/* Hero price / quick-price card */
body[class*="tk-public-green-v"] .quick-prices,
body[class*="tk-public-green-v"] .hero-panel,
body[class*="tk-public-green-v"] .homepage-panel,
body[class*="tk-public-green-v"] .hero-price-focus,
body[class*="tk-public-green-v"] .price-focus,
body[class*="tk-public-green-v"] .hero-card{
  width:100%;
  min-width:0;
  min-height:250px;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(24px,3vw,34px)!important;
  transform:none!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,#fff,#f3faf5)!important;
  color:var(--tk-ink)!important;
  box-shadow:0 24px 50px rgba(0,0,0,.22)!important;
}
body[class*="tk-public-green-v"] .quick-prices h2,
body[class*="tk-public-green-v"] .quick-prices h3,
body[class*="tk-public-green-v"] .hero-panel h2,
body[class*="tk-public-green-v"] .hero-panel h3,
body[class*="tk-public-green-v"] .homepage-panel h2,
body[class*="tk-public-green-v"] .homepage-panel h3,
body[class*="tk-public-green-v"] .hero-price-focus strong{
  margin:0 0 14px!important;
  color:var(--tk-forest-900)!important;
  font-size:clamp(1.45rem,2.4vw,2rem)!important;
  line-height:1.12;
}
body[class*="tk-public-green-v"] .quick-prices p,
body[class*="tk-public-green-v"] .quick-prices li,
body[class*="tk-public-green-v"] .quick-prices span,
body[class*="tk-public-green-v"] .quick-prices small,
body[class*="tk-public-green-v"] .hero-panel p,
body[class*="tk-public-green-v"] .hero-panel li,
body[class*="tk-public-green-v"] .hero-panel span,
body[class*="tk-public-green-v"] .hero-panel small,
body[class*="tk-public-green-v"] .homepage-panel p,
body[class*="tk-public-green-v"] .homepage-panel li,
body[class*="tk-public-green-v"] .homepage-panel span,
body[class*="tk-public-green-v"] .homepage-panel small,
body[class*="tk-public-green-v"] .hero-price-focus small{
  color:#3e5948!important;
  font-size:.98rem!important;
  line-height:1.55;
}
body[class*="tk-public-green-v"] .quick-prices strong,
body[class*="tk-public-green-v"] .hero-panel strong,
body[class*="tk-public-green-v"] .homepage-panel strong{color:var(--tk-forest-900)!important}
body[class*="tk-public-green-v"] .quick-prices ul,
body[class*="tk-public-green-v"] .quick-prices ol,
body[class*="tk-public-green-v"] .hero-panel ul,
body[class*="tk-public-green-v"] .hero-panel ol{
  margin:6px 0 0;
  padding:0;
  list-style:none;
}
body[class*="tk-public-green-v"] .quick-prices li,
body[class*="tk-public-green-v"] .hero-panel li{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid #dbe9df!important;
}
body[class*="tk-public-green-v"] .quick-prices li:last-child,
body[class*="tk-public-green-v"] .hero-panel li:last-child{border-bottom:0!important}
body[class*="tk-public-green-v"] .hero-icon{font-size:2.25rem}
body[class*="tk-public-green-v"] .process-list b{
  flex:0 0 34px;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--tk-mint-100);
  color:var(--tk-forest-800)!important;
}

/* General buttons and sections */
body[class*="tk-public-green-v"] .button,
body[class*="tk-public-green-v"] .btn,
body[class*="tk-public-green-v"] button[type="submit"],
body[class*="tk-public-green-v"] input[type="submit"]{
  border-color:var(--tk-forest-700);
  background:linear-gradient(135deg,var(--tk-leaf-600),var(--tk-forest-700));
  color:#fff;
  font-weight:900;
}
body[class*="tk-public-green-v"] .button:hover,
body[class*="tk-public-green-v"] .btn:hover{background:linear-gradient(135deg,var(--tk-forest-700),var(--tk-forest-900));color:#fff}
body[class*="tk-public-green-v"] .section{padding:72px 0}
body[class*="tk-public-green-v"] .section.soft,
body[class*="tk-public-green-v"] .service-group:nth-of-type(even),
body[class*="tk-public-green-v"] .deduction-result{background:var(--tk-mint-100)}
body[class*="tk-public-green-v"] .section-head{margin-bottom:28px}
body[class*="tk-public-green-v"] .section-head h2{color:var(--tk-forest-950)}
body[class*="tk-public-green-v"] .card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
body[class*="tk-public-green-v"] .card,
body[class*="tk-public-green-v"] .panel,
body[class*="tk-public-green-v"] .service-card,
body[class*="tk-public-green-v"] .benefit-grid article,
body[class*="tk-public-green-v"] .cta-panel,
body[class*="tk-public-green-v"] .result-panel{
  min-width:0;
  border:1px solid var(--tk-line);
  border-radius:var(--tk-radius-md);
  background:#fff;
  box-shadow:var(--tk-shadow-sm);
}
body[class*="tk-public-green-v"] .service-card,
body[class*="tk-public-green-v"] .card{border-top:4px solid var(--tk-leaf-600)}
body[class*="tk-public-green-v"] .service-card:hover,
body[class*="tk-public-green-v"] .card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(3,39,19,.15)}
body[class*="tk-public-green-v"] .service-card p,
body[class*="tk-public-green-v"] .card p{color:var(--tk-muted)}
body[class*="tk-public-green-v"] .eyebrow,
body[class*="tk-public-green-v"] .service-category,
body[class*="tk-public-green-v"] .text-link{color:var(--tk-forest-700)}
body[class*="tk-public-green-v"] .deduction-badge{
  border:1px solid #b8dfc3;
  background:#e1f5e7;
  color:#0b6334;
}
body[class*="tk-public-green-v"] .deduction-strip,
body[class*="tk-public-green-v"] .contact-cta{
  background:linear-gradient(135deg,var(--tk-forest-950),var(--tk-forest-800));
  color:#fff;
}
body[class*="tk-public-green-v"] .deduction-strip h2,
body[class*="tk-public-green-v"] .deduction-strip strong,
body[class*="tk-public-green-v"] .contact-cta h2{color:#fff}
body[class*="tk-public-green-v"] input,
body[class*="tk-public-green-v"] select,
body[class*="tk-public-green-v"] textarea{border-color:#bfd8c6}
body[class*="tk-public-green-v"] input:focus,
body[class*="tk-public-green-v"] select:focus,
body[class*="tk-public-green-v"] textarea:focus{outline:none;border-color:var(--tk-leaf-600);box-shadow:0 0 0 3px rgba(21,144,76,.14)}

/* Footer */
body[class*="tk-public-green-v"] .footer,
body[class*="tk-public-green-v"] .site-footer{
  padding:34px clamp(20px,4vw,56px);
  border-top:1px solid rgba(255,255,255,.10);
  background:var(--tk-forest-950);
  color:#dff2e5;
}
body[class*="tk-public-green-v"] .footer a,
body[class*="tk-public-green-v"] .site-footer a,
body[class*="tk-public-green-v"] .footer strong,
body[class*="tk-public-green-v"] .site-footer strong{color:#fff}

@media(max-width:1020px){
  body[class*="tk-public-green-v"] .hero-grid,
  body[class*="tk-public-green-v"] .hero>.shell,
  body[class*="tk-public-green-v"] .homepage-hero>.shell,
  body[class*="tk-public-green-v"] main.page>section:first-child>.shell,
  body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child{grid-template-columns:1fr;gap:30px}
  body[class*="tk-public-green-v"] .quick-prices,
  body[class*="tk-public-green-v"] .hero-panel,
  body[class*="tk-public-green-v"] .homepage-panel{min-height:auto;max-width:650px}
  body[class*="tk-public-green-v"] .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:620px){
  body[class*="tk-public-green-v"] .shell{width:min(calc(100% - 28px),var(--tk-shell))}
  body[class*="tk-public-green-v"] .topbar,
  body[class*="tk-public-green-v"] .site-header{padding:10px 14px;min-height:76px}
  body[class*="tk-public-green-v"] .logo,
  body[class*="tk-public-green-v"] .brand-mark,
  body[class*="tk-public-green-v"] .tk-public-logo{width:50px;height:50px;flex-basis:50px;border-radius:14px}
  body[class*="tk-public-green-v"] .hero,
  body[class*="tk-public-green-v"] .homepage-hero,
  body[class*="tk-public-green-v"] main.page>section:first-child{padding:28px 0 38px!important}
  body[class*="tk-public-green-v"] .hero-grid,
  body[class*="tk-public-green-v"] .hero>.shell,
  body[class*="tk-public-green-v"] .homepage-hero>.shell,
  body[class*="tk-public-green-v"] main.page>section:first-child>.shell,
  body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child{
    width:min(calc(100% - 24px),var(--tk-shell));
    padding:28px 22px;
    border-radius:24px;
  }
  body[class*="tk-public-green-v"] .hero h1,
  body[class*="tk-public-green-v"] .homepage-hero h1,
  body[class*="tk-public-green-v"] main.page>section:first-child h1{font-size:clamp(2.45rem,13vw,3.55rem)!important;max-width:100%}
  body[class*="tk-public-green-v"] .hero .button-row,
  body[class*="tk-public-green-v"] main.page>section:first-child .button-row{align-items:stretch;flex-direction:column}
  body[class*="tk-public-green-v"] .hero .button,
  body[class*="tk-public-green-v"] main.page>section:first-child .button{width:100%}
  body[class*="tk-public-green-v"] .card-grid{grid-template-columns:1fr}
  body[class*="tk-public-green-v"] .section{padding:52px 0}
}

/* Fallback for the imported legacy HP where the price box has no stable class. */
body[class*="tk-public-green-v"] .hero-grid>:last-child:not(.hero-copy),
body[class*="tk-public-green-v"] .hero>.shell>:last-child:not(.hero-copy),
body[class*="tk-public-green-v"] main.page>section:first-child>.shell>:last-child:not(.hero-copy),
body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child>:last-child:not(.hero-copy){
  min-width:0;
  padding:clamp(24px,3vw,34px)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,#fff,#f3faf5)!important;
  color:var(--tk-ink)!important;
  box-shadow:0 24px 50px rgba(0,0,0,.22)!important;
}
body[class*="tk-public-green-v"] .hero-grid>:last-child:not(.hero-copy) :is(h2,h3,strong),
body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child>:last-child:not(.hero-copy) :is(h2,h3,strong){color:var(--tk-forest-900)!important}
body[class*="tk-public-green-v"] .hero-grid>:last-child:not(.hero-copy) :is(p,span,small,li),
body[class*="tk-public-green-v"] main.page>section:first-child>div:first-child>:last-child:not(.hero-copy) :is(p,span,small,li){color:#3e5948!important}
body[class*="tk-public-green-v"] .tk-servicefradrag-focus{
  margin:0 0 14px!important;
  padding:10px 12px;
  border-radius:13px;
  border:1px solid #b8dfc3;
  background:#e4f6e9;
  color:#0b6334!important;
  font-size:.82rem!important;
  font-weight:850;
  line-height:1.4!important;
}


/* ------------------------------------------------------------------
 * v2.0.27: viewport guard, folding menu and complete contact footer
 * ------------------------------------------------------------------ */
html{
  width:100%;
  max-width:100%;
  overflow-x:clip;
  text-size-adjust:100%;
}
body[class*="tk-public-green-v"]{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
body[class*="tk-public-green-v"] :is(main,section,article,aside,header,footer,nav,form,fieldset,div){
  min-width:0;
  max-width:100%;
}
body[class*="tk-public-green-v"] :is(img,picture,video,canvas,svg,iframe){
  display:block;
  max-width:100%;
  height:auto;
}
body[class*="tk-public-green-v"] :is(h1,h2,h3,h4,h5,h6,p,a,li,dt,dd,label,button,input,select,textarea,code,pre){
  overflow-wrap:anywhere;
  word-break:normal;
}
body[class*="tk-public-green-v"] :is(input,select,textarea,button){
  max-width:100%;
}
body[class*="tk-public-green-v"] table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
body[class*="tk-public-green-v"] pre{
  max-width:100%;
  overflow:auto;
}
body[class*="tk-public-green-v"] .tk-public-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:#fff;
  color:var(--tk-forest-900);
  font:inherit;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
}

/* Complete contact footer */
body[class*="tk-public-green-v"] .tk-contact-footer{
  padding:0;
  background:
    radial-gradient(circle at 90% 10%,rgba(35,168,92,.14),transparent 22rem),
    var(--tk-forest-950);
}
body[class*="tk-public-green-v"] .tk-footer-shell{
  width:min(calc(100% - 40px),var(--tk-shell));
  margin-inline:auto;
  padding:54px 0 42px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(220px,.9fr) minmax(220px,.8fr);
  gap:clamp(28px,5vw,70px);
}
body[class*="tk-public-green-v"] .tk-contact-footer :is(h2,p,dt,dd,address){
  margin-top:0;
}
body[class*="tk-public-green-v"] .tk-contact-footer h2{
  margin-bottom:14px;
  color:#fff;
  font-size:1.12rem;
}
body[class*="tk-public-green-v"] .tk-contact-footer p,
body[class*="tk-public-green-v"] .tk-contact-footer address,
body[class*="tk-public-green-v"] .tk-contact-footer dt,
body[class*="tk-public-green-v"] .tk-contact-footer dd{
  color:#cfe7d6;
  line-height:1.65;
}
body[class*="tk-public-green-v"] .tk-footer-brand>h2{
  font-size:1.55rem;
}
body[class*="tk-public-green-v"] .tk-footer-cvr{
  display:inline-flex;
  margin-top:8px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  font-weight:800;
}
body[class*="tk-public-green-v"] .tk-footer-contact{
  display:grid;
  gap:10px;
  font-style:normal;
}
body[class*="tk-public-green-v"] .tk-footer-contact a{
  display:block;
  color:#fff;
  text-decoration:none;
}
body[class*="tk-public-green-v"] .tk-footer-contact a:hover{
  color:#9be3b1;
  text-decoration:underline;
}
body[class*="tk-public-green-v"] .tk-footer-hours dl{
  display:grid;
  gap:8px;
  margin:0;
}
body[class*="tk-public-green-v"] .tk-footer-hours dl>div{
  display:grid;
  grid-template-columns:minmax(80px,auto) minmax(0,1fr);
  gap:12px;
}
body[class*="tk-public-green-v"] .tk-footer-hours dt{
  color:#fff;
  font-weight:800;
}
body[class*="tk-public-green-v"] .tk-footer-hours dd{
  margin:0;
}
body[class*="tk-public-green-v"] .tk-footer-bottom{
  width:min(calc(100% - 40px),var(--tk-shell));
  margin-inline:auto;
  padding:20px 0 24px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px 24px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#aecdB7;
  font-size:.88rem;
}

@media(max-width:900px){
  body[class*="tk-public-green-v"] .tk-footer-shell{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[class*="tk-public-green-v"] .tk-footer-brand{
    grid-column:1/-1;
  }
}

@media(max-width:820px){
  body[class*="tk-public-green-v"] .topbar,
  body[class*="tk-public-green-v"] .site-header{
    position:sticky;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    width:100%;
    padding:10px 14px;
  }
  body[class*="tk-public-green-v"] .tk-public-menu-toggle{
    display:inline-flex;
  }
  body[class*="tk-public-green-v"] .topbar nav,
  body[class*="tk-public-green-v"] .site-header nav,
  body[class*="tk-public-green-v"] .main-nav,
  body[class*="tk-public-green-v"] .tk-public-nav{
    grid-column:1/-1;
    width:100%;
    max-width:100%;
    margin:0;
    display:none;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    padding:4px 0 2px;
    overflow:visible;
  }
  body[class*="tk-public-green-v"] header.tk-menu-open nav,
  body[class*="tk-public-green-v"] .topbar.tk-menu-open nav,
  body[class*="tk-public-green-v"] .site-header.tk-menu-open nav{
    display:grid;
  }
  body[class*="tk-public-green-v"] .topbar nav a,
  body[class*="tk-public-green-v"] .site-header nav a,
  body[class*="tk-public-green-v"] .main-nav a,
  body[class*="tk-public-green-v"] .tk-public-nav a{
    width:100%;
    min-width:0;
    min-height:44px;
    padding:9px 8px!important;
    white-space:normal;
    text-align:center;
  }
}

@media(max-width:620px){
  body[class*="tk-public-green-v"] .tk-footer-shell{
    width:min(calc(100% - 28px),var(--tk-shell));
    grid-template-columns:1fr;
    padding:42px 0 34px;
  }
  body[class*="tk-public-green-v"] .tk-footer-brand{
    grid-column:auto;
  }
  body[class*="tk-public-green-v"] .tk-footer-bottom{
    width:min(calc(100% - 28px),var(--tk-shell));
    flex-direction:column;
  }
}

@media(max-width:500px){
  body[class*="tk-public-green-v"] .topbar nav,
  body[class*="tk-public-green-v"] .site-header nav,
  body[class*="tk-public-green-v"] .main-nav,
  body[class*="tk-public-green-v"] .tk-public-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:340px){
  body[class*="tk-public-green-v"] .topbar nav,
  body[class*="tk-public-green-v"] .site-header nav,
  body[class*="tk-public-green-v"] .main-nav,
  body[class*="tk-public-green-v"] .tk-public-nav{
    grid-template-columns:1fr;
  }
}


/* ------------------------------------------------------------------
 * v2.0.29 Hotfix 5: readable quick-prices card on phones
 * ------------------------------------------------------------------ */
body[class*="tk-public-green-v"] .tk-quick-prices-card,
body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title){
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  padding:clamp(24px,4vw,36px)!important;
  overflow:visible!important;
  border:2px solid #b7dbc1!important;
  border-radius:26px!important;
  background:#fff!important;
  color:#102319!important;
  box-shadow:0 18px 42px rgba(3,39,19,.16)!important;
  opacity:1!important;
  filter:none!important;
}
body[class*="tk-public-green-v"] .tk-quick-prices-title{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:#062f18!important;
  background:transparent!important;
  font-size:clamp(1.75rem,7vw,2.35rem)!important;
  font-weight:950!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  text-wrap:balance;
  opacity:1!important;
  filter:none!important;
}
body[class*="tk-public-green-v"] .tk-quick-prices-card .tk-servicefradrag-focus,
body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title) > .tk-servicefradrag-focus{
  margin:0 0 16px!important;
  padding:11px 13px!important;
  border:1px solid #a8d6b5!important;
  border-radius:13px!important;
  background:#eaf8ee!important;
  color:#0b5f32!important;
  font-size:.88rem!important;
  font-weight:800!important;
  line-height:1.45!important;
  opacity:1!important;
}
body[class*="tk-public-green-v"] .tk-quick-price-row{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 10px!important;
  padding:14px 15px!important;
  border:1px solid #cce4d3!important;
  border-radius:15px!important;
  background:#f3faf5!important;
  color:#102319!important;
  font-size:1rem!important;
  line-height:1.25!important;
  opacity:1!important;
  filter:none!important;
}
body[class*="tk-public-green-v"] .tk-quick-price-row:last-of-type{
  margin-bottom:0!important;
  border-color:#9fd1ae!important;
  background:#e8f7ec!important;
}
body[class*="tk-public-green-v"] .tk-quick-price-label{
  min-width:0!important;
  color:#173d27!important;
  font-size:clamp(.98rem,3.7vw,1.08rem)!important;
  font-weight:800!important;
  line-height:1.25!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  opacity:1!important;
}
body[class*="tk-public-green-v"] .tk-quick-price-value{
  color:#063b1d!important;
  font-size:clamp(1rem,3.8vw,1.12rem)!important;
  font-weight:950!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  opacity:1!important;
  filter:none!important;
}
/* Fallback before JavaScript enhances legacy price lines. */
body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title) > :is(p,li):not(.tk-servicefradrag-focus){
  color:#173d27!important;
  opacity:1!important;
  filter:none!important;
}
body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title) > :is(p,li):not(.tk-servicefradrag-focus) strong,
body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title) > :is(p,li):not(.tk-servicefradrag-focus) span{
  color:#063b1d!important;
  opacity:1!important;
  filter:none!important;
}
@media(max-width:620px){
  body[class*="tk-public-green-v"] .tk-quick-prices-card,
  body[class*="tk-public-green-v"] :is(div,aside,section):has(> .tk-quick-prices-title){
    padding:22px 18px!important;
    border-radius:22px!important;
  }
  body[class*="tk-public-green-v"] .tk-quick-prices-title{
    margin-bottom:15px!important;
    font-size:clamp(1.72rem,9vw,2.15rem)!important;
  }
  body[class*="tk-public-green-v"] .tk-quick-price-row{
    padding:13px 14px!important;
    gap:9px!important;
  }
}
@media(max-width:420px){
  body[class*="tk-public-green-v"] .tk-quick-price-row{
    grid-template-columns:1fr!important;
    gap:5px!important;
  }
  body[class*="tk-public-green-v"] .tk-quick-price-label{
    font-size:1rem!important;
    overflow-wrap:anywhere!important;
  }
  body[class*="tk-public-green-v"] .tk-quick-price-value{
    font-size:1.05rem!important;
    white-space:normal!important;
  }
}

/* v2.0.30 · public scan and customer-safe booking fallback */
.tk-public-booking-fallback{
  margin:22px 0;
  padding:clamp(18px,4vw,28px);
  border:1px solid rgba(7,118,56,.24);
  border-left:6px solid #087b38;
  border-radius:22px;
  background:linear-gradient(135deg,#f5fff8,#e5f8eb);
  color:#062b18;
  box-shadow:0 14px 36px rgba(6,59,29,.08);
}
.tk-public-booking-fallback h2{
  margin:0 0 10px;
  color:#063b1d;
  font-size:clamp(1.35rem,4vw,2rem);
  line-height:1.15;
}
.tk-public-booking-fallback p{
  margin:.55rem 0;
  color:#173d28;
}
.tk-public-booking-fallback .tk-public-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin:8px 8px 0 0;
  padding:11px 17px;
  border-radius:999px;
  background:#087b38;
  color:#fff!important;
  font-weight:900;
  text-decoration:none;
}
.tk-public-booking-fallback .tk-public-cta-secondary{
  border:1px solid rgba(7,118,56,.3);
  background:#fff;
  color:#076f35!important;
}
@media(max-width:560px){
  .tk-public-booking-fallback .tk-public-cta{
    width:100%;
    margin-right:0;
    white-space:normal;
    text-align:center;
  }
}
