/* —— Phone highlight (contacts page) —— */
.tatjana-phone-cta{
  max-width:720px;margin:1.5rem auto 1.25rem;padding:0 1rem;
  font:500 16px/1.4 system-ui,-apple-system,"Segoe UI",sans-serif;
}
.tatjana-contact-channels{
  display:flex;flex-direction:column;gap:.85rem;
}
.tatjana-channels-title{
  margin:0;text-align:center;font-size:1.15rem;font-weight:800;color:#1a1208;
  letter-spacing:.02em;
}
.tatjana-channels-sub{
  margin:-.35rem 0 0;text-align:center;font-size:.92rem;color:#3a2e18;opacity:.85;
}
.tatjana-channels-sub strong{font-weight:900;color:#1a1208;letter-spacing:.02em}
.tatjana-channels-row{
  display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;
}
.tatjana-ch-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  min-width:7.5rem;min-height:52px;padding:.7rem 1.1rem;border-radius:14px;
  font:800 14px/1.2 system-ui,sans-serif;text-decoration:none!important;
  color:#fff!important;border:1px solid transparent;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.tatjana-ch-btn:hover{transform:translateY(-2px);filter:brightness(1.05);color:#fff!important}
.tatjana-ch-ico{display:inline-flex;align-items:center;justify-content:center;line-height:0}
.tatjana-ch-wa{background:linear-gradient(160deg,#25D366 0%,#128C7E 100%);border-color:rgba(255,255,255,.25)}
.tatjana-ch-tg{background:linear-gradient(160deg,#54a9eb 0%,#229ED9 55%,#1a7eb5 100%);border-color:rgba(255,255,255,.25)}
.tatjana-ch-call{background:linear-gradient(160deg,#e0bc6a 0%,#cfa444 45%,#a67c2a 100%);color:#1a1208!important;border-color:rgba(255,255,255,.35)}
.tatjana-ch-call:hover{color:#120c04!important}
.tatjana-ch-sm{min-width:auto;min-height:44px;padding:.55rem .85rem;border-radius:12px;font-size:.82rem}
.tatjana-channels-row-map{justify-content:flex-start;margin:.55rem 0 .75rem}
@media (max-width:480px){
  .tatjana-ch-btn{flex:1 1 30%;min-width:0;padding:.65rem .5rem}
  .tatjana-ch-label{font-size:.78rem}
}
/* Card shell behind channels on light/dark pages */
.tatjana-phone-cta .tatjana-contact-channels{
  padding:1.15rem 1.1rem 1.25rem;border-radius:20px;
  background:
    radial-gradient(120% 100% at 50% 0%,rgba(255,255,255,.55),transparent 55%),
    linear-gradient(180deg,#f7efd8 0%,#e8d5a0 100%);
  border:1px solid rgba(207,164,68,.45);
  box-shadow:0 14px 40px rgba(0,0,0,.16);
}
.tatjana-phone-btn{
  display:flex;align-items:center;gap:1rem;
  width:100%;box-sizing:border-box;
  margin-top:.15rem;
  padding:1.05rem 1.15rem 1.05rem 1rem;
  border-radius:16px;text-decoration:none!important;
  color:#1a1208!important;
  background:
    radial-gradient(120% 140% at 0% 0%,rgba(255,255,255,.55),transparent 45%),
    linear-gradient(135deg,#f0d78a 0%,#cfa444 42%,#a67c2a 100%);
  border:1px solid rgba(255,236,180,.65);
  box-shadow:
    0 10px 28px rgba(0,0,0,.2),
    0 0 0 1px rgba(207,164,68,.25),
    inset 0 1px 0 rgba(255,255,255,.45);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.tatjana-phone-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
  color:#120c04!important;
  box-shadow:
    0 18px 48px rgba(0,0,0,.32),
    0 0 0 1px rgba(224,188,106,.5),
    inset 0 1px 0 rgba(255,255,255,.55);
}
.tatjana-phone-btn:active{transform:translateY(0)}
.tatjana-phone-ico{
  flex-shrink:0;width:54px;height:54px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(26,18,8,.12);color:#1a1208;
  border:1px solid rgba(26,18,8,.12);
  animation:tatjana-phone-pulse 2.4s ease-in-out infinite;
}
@keyframes tatjana-phone-pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(26,18,8,.18)}
  50%{box-shadow:0 0 0 10px rgba(26,18,8,0)}
}
.tatjana-phone-text{display:flex;flex-direction:column;gap:.12rem;min-width:0;flex:1}
.tatjana-phone-label{
  font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  opacity:.72;
}
.tatjana-phone-num{
  font-size:clamp(1.45rem,4.2vw,1.95rem);font-weight:900;letter-spacing:.02em;
  line-height:1.15;font-variant-numeric:tabular-nums;
  text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.tatjana-phone-hint{
  font-size:.86rem;font-weight:600;opacity:.78;margin-top:.1rem;
}
.tatjana-phone-chev{
  flex-shrink:0;width:36px;height:36px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(26,18,8,.1);font-weight:800;font-size:1.1rem;
}
@media (max-width:480px){
  .tatjana-phone-btn{padding:1rem .95rem;gap:.75rem}
  .tatjana-phone-ico{width:48px;height:48px}
  .tatjana-phone-chev{display:none}
}

/* Phone in map card */
.tatjana-map-phone{margin:.65rem 0 .15rem!important}
.tatjana-phone-inline{
  display:inline-flex;align-items:center;gap:.55rem;
  padding:.55rem .9rem .55rem .7rem;border-radius:999px;
  background:linear-gradient(135deg,rgba(207,164,68,.22),rgba(207,164,68,.08));
  border:1px solid rgba(207,164,68,.55);
  color:#f5e6c0!important;text-decoration:none!important;
  font-weight:800;font-size:1.15rem;letter-spacing:.02em;
  box-shadow:0 6px 18px rgba(0,0,0,.2);
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.tatjana-phone-inline:hover{
  transform:translateY(-1px);
  border-color:#e0bc6a;color:#fff!important;
  background:linear-gradient(135deg,rgba(207,164,68,.35),rgba(207,164,68,.12));
}
.tatjana-phone-inline-ico{
  width:28px;height:28px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#cfa444;color:#1a1208;font-size:.95rem;
}
.tatjana-phone-inline-num{font-variant-numeric:tabular-nums}

/* Style Elementor / page tel links on contacts */
body.page a[href^="tel:"],
body.page a[href*="tel:+370"],
body.page a[href*="tel:%2B370"]{
  color:#a67c2a!important;font-weight:800!important;
  text-decoration:none!important;
  border-bottom:2px solid rgba(207,164,68,.45);
  transition:color .15s, border-color .15s, background .15s;
}
body.page a[href^="tel:"]:hover{
  color:#cfa444!important;border-bottom-color:#cfa444;
}
/* Upgrade bare phone spans that JS wraps */
.tatjana-phone-highlight{
  display:inline-flex!important;align-items:center;gap:.4rem;
  margin:.15rem 0;padding:.45rem .85rem;border-radius:999px!important;
  background:linear-gradient(135deg,#f0d78a,#cfa444)!important;
  color:#1a1208!important;font-weight:900!important;font-size:1.2rem!important;
  letter-spacing:.02em;text-decoration:none!important;border:0!important;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  line-height:1.2!important;
}
.tatjana-phone-highlight:hover{filter:brightness(1.05);color:#120c04!important}

/* Contact page feedback form */
.tatjana-contact-wrap{
  max-width:720px;margin:2rem auto 3rem;padding:0 1rem;
  font:500 16px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;
}
.tatjana-contact-card{
  background:#121214;color:#f5f0e6;
  border:1px solid rgba(207,164,68,.35);border-radius:16px;
  padding:1.5rem 1.35rem 1.35rem;
  box-shadow:0 12px 40px rgba(0,0,0,.18);
}
.tatjana-contact-card h2{
  margin:0 0 .4rem;font-size:1.45rem;font-weight:800;color:#fff;
}
.tatjana-contact-sub{margin:0 0 1.15rem;color:#c9c2b4;font-size:.95rem}
.tatjana-contact-form{display:flex;flex-direction:column;gap:.85rem}
.tatjana-contact-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem}
.tatjana-contact-form label span{color:#cfa444}
.tatjana-contact-form input,
.tatjana-contact-form textarea{
  width:100%;box-sizing:border-box;
  min-height:46px;padding:.7rem .85rem;border-radius:10px;
  border:1px solid rgba(207,164,68,.3);background:#0c0c0e;color:#f5f0e6;
  font:inherit;
}
.tatjana-contact-form textarea{min-height:120px;resize:vertical}
.tatjana-contact-form input:focus,
.tatjana-contact-form textarea:focus{
  outline:none;border-color:#cfa444;box-shadow:0 0 0 2px rgba(207,164,68,.2);
}
.tatjana-contact-submit{
  appearance:none;border:0;cursor:pointer;
  min-height:48px;padding:.75rem 1.25rem;border-radius:999px;
  background:#cfa444;color:#1a1208;font:800 15px/1.2 system-ui,sans-serif;
  margin-top:.25rem;
}
.tatjana-contact-submit:hover{background:#e0bc6a}
.tatjana-contact-submit:disabled{opacity:.65;cursor:wait}
.tatjana-contact-msg{margin:0;padding:.65rem .75rem;border-radius:10px;font-weight:600}
.tatjana-contact-msg.is-ok{background:rgba(60,160,90,.15);color:#8fdfaa}
.tatjana-contact-msg.is-err{background:rgba(200,60,60,.15);color:#f0a0a0}
.tatjana-contact-msg[hidden]{display:none!important}

/* Light backgrounds (classic Elementor light sections) */
.elementor-section .tatjana-contact-card{
  margin-top:1rem;
}

/* Location inject on classic pages (tantra-pro, studio, contacts) */
.tatjana-location-inject{
  margin:2rem 0 1rem;padding:0;
  clear:both;
}
.tatjana-location-inject .tatjana-phone-cta{margin-top:0}

/* —— Compact map after contacts (not full-page) —— */
.tatjana-map-wrap{
  max-width:960px;margin:0 auto 3rem;padding:0 1rem;
  font:500 16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif;
}
.tatjana-map-card{
  background:#121214;color:#f5f0e6;
  border:1px solid rgba(207,164,68,.35);border-radius:16px;
  padding:1.35rem 1.25rem 1.25rem;
  box-shadow:0 12px 40px rgba(0,0,0,.18);
}
.tatjana-map-head{margin:0 0 1rem}
.tatjana-map-head h2{
  margin:0 0 .35rem;font-size:1.35rem;font-weight:800;color:#fff;
}
.tatjana-map-sub{margin:0;color:#c9c2b4;font-size:.95rem}
.tatjana-map-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch;
}
@media (min-width:768px){
  .tatjana-map-grid{grid-template-columns:1.35fr .9fr;gap:1.15rem}
}
.tatjana-map-frame{
  position:relative;width:100%;
  height:280px;max-height:280px;
  border-radius:12px;overflow:hidden;
  border:1px solid rgba(255,255,255,.1);background:#0c0c0e;
}
@media (min-width:768px){
  .tatjana-map-frame{height:300px;max-height:300px}
}
.tatjana-map-frame iframe{
  display:block;width:100%!important;height:100%!important;
  max-height:100%!important;border:0;margin:0;padding:0;
}
.tatjana-map-side{
  display:flex;flex-direction:column;justify-content:center;gap:.35rem;
}
.tatjana-map-addr{margin:0;font-size:1.05rem;color:#fff;line-height:1.35}
.tatjana-map-meta{margin:0;color:#c9c2b4;font-size:.92rem}
.tatjana-map-meta a{color:#cfa444;font-weight:700;text-decoration:none}
.tatjana-map-meta a:hover{color:#e0bc6a}
.tatjana-map-actions{
  display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.85rem;
}
.tatjana-map-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:.65rem 1.05rem;border-radius:999px;
  font:700 14px/1.2 system-ui,sans-serif;text-decoration:none;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.tatjana-map-btn:hover{transform:translateY(-1px)}
.tatjana-map-btn-primary{
  background:#cfa444;color:#1a1208!important;border:1px solid #cfa444;
}
.tatjana-map-btn-primary:hover{background:#e0bc6a;color:#1a1208!important}
.tatjana-map-btn-google{
  background:linear-gradient(180deg,#fff 0%,#f1f1f1 100%);
  color:#1a1208!important;border:1px solid rgba(255,255,255,.55);
}
.tatjana-map-btn-google:hover{color:#000!important}
.tatjana-map-btn-ghost{
  background:transparent;color:#f5f0e6!important;
  border:1px solid rgba(207,164,68,.4);
}
.tatjana-map-btn-ghost:hover{border-color:#cfa444;color:#cfa444!important}

/* Hide leftover Elementor / page maps — only #tatjana-map stays visible */
body:has(#tatjana-map) .elementor-widget-google_maps,
body:has(#tatjana-map) .elementor-widget-google_maps .elementor-widget-container,
body:has(#tatjana-map) iframe[src*="maps.google"]:not(#tatjana-map iframe),
body:has(#tatjana-map) iframe[src*="google.com/maps"]:not(#tatjana-map iframe),
body:has(#tatjana-map) iframe[src*="maps.google.com"]:not(#tatjana-map iframe){
  display:none!important;width:0!important;height:0!important;max-height:0!important;
  border:0!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;
}
/* Collapse empty Elementor sections that only held the old map */
body:has(#tatjana-map) .elementor-widget-google_maps,
body:has(#tatjana-map) .elementor-element.elementor-widget-google_maps{
  min-height:0!important;height:0!important;margin:0!important;padding:0!important;
  overflow:hidden!important;
}
