:root{
  --bg:#f8f3ee;
  --panel:#fffdf9;
  --panel-2:#fbf7f1;
  --text:#10192c;
  --muted:#6d6a65;
  --gold:#a86d38;
  --gold-dark:#895529;
  --gold-soft:#e8d3bf;
  --line:#eadfd3;
  --shadow:0 24px 70px rgba(88,58,34,.12);
  --radius:28px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  background:radial-gradient(circle at 10% 5%, #fff 0 22%, transparent 42%), var(--bg);
  color:var(--text);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--gold-dark)}
img{max-width:100%;display:block}
.site-container{max-width:1460px;margin-inline:auto;padding-inline:clamp(20px,4vw,72px)}
.section-pad{padding-block:clamp(56px,7vw,112px)}

.site-header{
  background:rgba(248,243,238,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(168,109,56,.1);
  z-index:1030;
}
.navbar{min-height:92px;padding:0}
.brand{display:flex;align-items:center;gap:14px;letter-spacing:.42em;color:var(--text)!important}
.brand-icon{
  color:var(--gold);
  font-size:38px;
  line-height:1;
  width:50px;height:50px;
  display:grid;place-items:center;
}
.brand-wordmark{display:flex;flex-direction:column;line-height:1.1}
.brand-wordmark strong{font-family:var(--serif);font-size:30px;font-weight:600;letter-spacing:.42em}
.brand-wordmark small{font-size:12px;font-weight:700;letter-spacing:.62em;text-align:center;margin-top:5px}
.nav-link{
  color:var(--text)!important;
  text-transform:uppercase;
  font-weight:750;
  font-size:14px;
  letter-spacing:.06em;
  padding:.75rem .25rem!important;
  position:relative;
}
.nav-link:after{
  content:"";position:absolute;left:.25rem;right:.25rem;bottom:.4rem;height:1px;
  background:var(--gold);transform:scaleX(0);transform-origin:right;transition:.25s ease;
}
.nav-link:hover:after{transform:scaleX(1);transform-origin:left}
.navbar-toggler{border:1px solid var(--line);box-shadow:none!important;border-radius:12px;padding:10px 12px}
.btn{
  border-radius:10px;
  padding:14px 28px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.055em;
  font-size:14px;
  border:1px solid transparent;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#fff!important;box-shadow:0 12px 24px rgba(168,109,56,.24)}
.btn-gold:hover{box-shadow:0 16px 32px rgba(168,109,56,.28)}
.btn-outline-gold{border-color:var(--gold);color:var(--text);background:rgba(255,255,255,.36)}
.btn-outline-gold:hover{background:var(--gold);color:#fff!important}
.btn-header{padding:12px 20px;border-radius:10px;font-size:13px}
.btn i{margin-right:8px}

.hero{position:relative;overflow:hidden;padding-top:clamp(44px,5vw,82px);}
.hero:before{
  content:"";position:absolute;inset:0 auto auto 0;width:54%;height:80%;
  background:linear-gradient(90deg,rgba(255,255,255,.85),rgba(255,255,255,0));pointer-events:none;z-index:-1;
}
.hero-copy{padding-top:10px}
.eyebrow{
  font-family:var(--serif);font-size:clamp(20px,2vw,30px);color:var(--gold-dark);
  display:flex;gap:18px;align-items:flex-start;line-height:1.32;margin-bottom:28px;
}
.eyebrow span{width:44px;height:2px;background:var(--gold);margin-top:18px;flex:0 0 44px}
h1{font-family:var(--serif);font-size:clamp(45px,6vw,82px);line-height:1.08;font-weight:500;letter-spacing:-.04em;margin-bottom:18px;color:var(--text)}
.accent-line{width:114px;height:4px;background:var(--gold);border-radius:99px;margin:24px 0}
.accent-line.small{width:72px;height:3px;margin:18px 0}
.hero-tags{display:flex;flex-wrap:wrap;gap:18px;align-items:center;text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:.03em;margin-top:26px}
.hero-tags i{width:1px;height:20px;background:var(--gold)}
.rating{display:flex;align-items:center;gap:18px;margin-top:30px;font-size:15px;color:var(--text)}
.rating i{color:var(--gold);font-size:26px}.rating strong{font-weight:900}.rating span{color:var(--text)}
.hero-image-card{
  border-radius:0 0 0 56px;
  overflow:hidden;
  box-shadow:0 26px 80px rgba(74,43,22,.14);
  min-height:520px;
  background:var(--panel);
}
.hero-image-card img{width:100%;height:100%;min-height:520px;object-fit:cover}

.section-title{text-align:center;margin-bottom:34px}
.section-title h2{
  font-family:var(--serif);font-size:clamp(34px,3vw,48px);text-transform:uppercase;letter-spacing:.16em;
  color:var(--gold-dark);font-weight:500;margin:0;
}
.section-title.compact{margin-bottom:28px}.section-title p{color:var(--muted);max-width:760px;margin:18px auto 0}
.title-mark{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px;color:var(--gold)}
.title-mark span{width:72px;height:1px;background:var(--gold-soft)}
.title-mark i{font-size:18px}.text-lg-start .title-mark{justify-content:center}

.feature-panel{
  background:rgba(255,253,249,.92);
  border:1px solid rgba(168,109,56,.12);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:clamp(30px,4vw,52px);
}
.feature-grid{border-top:1px solid var(--line);border-left:1px solid var(--line)}
.feature-item{
  min-height:190px;
  display:grid;
  grid-template-columns:74px 1fr;
  gap:24px;
  align-items:center;
  padding:clamp(22px,3vw,40px);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.sc-icon{font-size:48px;color:var(--gold);line-height:1;text-align:center}.sc-icon.sm{font-size:27px;width:34px}
.sc-icon-svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}
.sc-icon-svg .sc-icon-duotone{fill:currentColor;fill-opacity:.2;stroke:none}
.sc-icon-endo{stroke-width:14}
.feature-item h3,.service-card h3{font-size:17px;text-transform:uppercase;font-weight:900;letter-spacing:.04em;margin:0 0 12px}
.feature-item p{margin:0;color:var(--muted);font-size:15px}

.about-section{padding-top:20px}
.image-card{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:var(--panel)}
.about-img{max-width:470px;margin-inline:auto}
.about-img img{display:block;width:100%;height:auto}
.doctor-name{font-family:var(--serif);font-size:clamp(32px,3.2vw,46px);line-height:1.18;font-weight:500;margin:18px 0 0}
.lead-text{font-family:var(--serif);font-size:23px;color:var(--text);line-height:1.45;margin-top:22px}
.about-section p:not(.lead-text){color:var(--muted);max-width:560px}

.services-section{padding-top:44px}
.service-card{
  height:100%;background:var(--panel);border:1px solid rgba(168,109,56,.14);border-radius:18px;
  padding:30px 22px;text-align:center;box-shadow:0 14px 40px rgba(88,58,34,.06);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 64px rgba(88,58,34,.14);border-color:rgba(168,109,56,.35)}
.service-card .sc-icon{font-size:52px;margin-bottom:22px;display:block}
.service-card .sc-icon-svg{font-size:52px;margin-inline:auto}
.service-card .sc-icon-img{width:56px;height:56px;object-fit:contain;margin-inline:auto}
.service-card .sc-icon-endo-img{width:58px;height:58px}
.modal-left .sc-icon-img{width:80px;height:80px;object-fit:contain}
.service-card h3{min-height:42px;display:grid;place-items:center;margin-bottom:24px}
.service-card button{border:0;background:transparent;color:var(--gold-dark);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;padding:0}
.service-card button i{margin-left:10px;transition:transform .2s ease}.service-card:hover button i{transform:translateX(4px)}

.price-card,.technology-card,.contact-card,.map-card,.booking-panel{
  background:rgba(255,253,249,.9);border:1px solid rgba(168,109,56,.12);border-radius:22px;box-shadow:var(--shadow);padding:clamp(28px,4vw,48px);
}
.price-card p{color:var(--muted);max-width:580px}.technology-card h3{font-family:var(--serif);font-size:36px;color:var(--gold-dark);margin-bottom:26px}
.tech-list{display:grid;gap:18px}.tech-list div{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding-bottom:18px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.tech-list div:last-child{border-bottom:0}

.contact-section{padding-top:36px}
.contact-container{max-width:1260px}
.contact-heading{margin-bottom:42px}
.contact-heading p{font-family:var(--serif);font-size:clamp(19px,2.2vw,27px);line-height:1.45;color:#6d5f53;margin-top:22px}
.contact-layout{align-items:stretch}
.contact-card,.map-card{
  background:rgba(255,253,249,.78);
  border:1px solid rgba(168,109,56,.28);
  border-radius:18px;
  box-shadow:0 14px 42px rgba(88,58,34,.04);
  padding:clamp(28px,3.4vw,44px);
}
.contact-card{display:flex;flex-direction:column;justify-content:center}
.contact-row{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:22px;
  padding:24px 0;
  border-bottom:1px solid var(--line);
}
.contact-row:first-child{padding-top:0}
.contact-row:last-child{border-bottom:0;padding-bottom:0}
.contact-row .sc-icon{font-size:37px;width:42px;color:var(--gold-dark);opacity:.9;margin-top:3px}
.contact-row strong{display:block;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:15px;font-weight:900;color:var(--text)}
.contact-row p{margin:0;color:var(--text);font-family:var(--serif);font-size:24px;line-height:1.35}
.contact-row a{font-family:var(--serif);font-size:24px;line-height:1.35;text-decoration:none;color:var(--text)}
.contact-row a:hover{color:var(--gold-dark)}
.opening-hours{margin:12px 0 0;display:grid;gap:0;font-size:17px;color:var(--text)}
.opening-hours div{display:grid;grid-template-columns:minmax(150px,1fr) auto;gap:24px;padding:8px 0;border-bottom:1px solid rgba(234,223,211,.65)}
.opening-hours div:last-child{border-bottom:0}
.opening-hours dt{font-weight:500}.opening-hours dd{margin:0;font-weight:600;text-align:right}
.map-card{display:flex;flex-direction:column;gap:18px;min-height:100%}
.map-frame{width:100%;flex:1 1 390px;min-height:390px;border-radius:12px;overflow:hidden;background:#efe7dd;position:relative}
.map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.72) contrast(.95) brightness(1.04)}
.route{align-self:center;width:min(100%,520px);min-width:0;text-align:center;display:flex;align-items:center;justify-content:center;gap:20px;border-radius:10px;background:rgba(255,255,255,.55);padding:17px 26px;font-size:18px;color:var(--gold-dark);font-weight:800;letter-spacing:.07em;margin:0}
.route i{margin:0}.route .route-arrow{margin-left:12px}

.booking-section{padding-top:16px}.booking-panel{max-width:920px;margin-inline:auto}.booking-form{max-width:720px;margin:0 auto}.form-control,.form-select{border:1px solid var(--line);border-radius:9px;padding:14px 16px;background:#fff;color:var(--text);box-shadow:none!important}.form-control:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 .2rem rgba(168,109,56,.12)!important}

.service-modal .modal-content{border:0;border-radius:32px;background:var(--panel);box-shadow:0 35px 100px rgba(0,0,0,.24);overflow:hidden}.service-modal .modal-body{padding:0}.modal-close-btn{position:absolute;right:24px;top:24px;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--gold-dark);z-index:3}.modal-service{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.2fr);gap:0;min-height:600px}.modal-left{padding:clamp(34px,5vw,74px);background:linear-gradient(160deg,#fffdf9,#f7efe7)}.modal-left .sc-icon{font-size:80px;margin-bottom:28px}.modal-left h2{font-family:var(--serif);font-size:clamp(34px,4vw,56px);line-height:1.04;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-dark);margin-bottom:18px}.modal-left p{font-family:var(--serif);font-size:22px;line-height:1.65;color:var(--text)}.modal-right{padding:clamp(34px,5vw,74px);display:flex;flex-direction:column;justify-content:center}.modal-right h3{text-transform:uppercase;font-size:18px;letter-spacing:.06em;margin-bottom:18px}.modal-right ul{padding:0;margin:0;display:grid;gap:13px}.modal-right li{list-style:none;display:flex;gap:12px;align-items:flex-start;color:var(--muted)}.modal-right li i{color:var(--gold);margin-top:5px}.modal-note{margin-top:28px;border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;display:flex;gap:18px;align-items:center}.modal-note i{font-size:34px;color:var(--gold)}.modal-note strong{display:block;text-transform:uppercase;letter-spacing:.05em;color:var(--gold-dark)}.modal-note span{color:var(--muted)}

.modal-close-btn{
  display:grid;
  place-items:center;
  padding:0;
  transition:background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.modal-close-btn i{display:none;}
.modal-close-btn::before,
.modal-close-btn::after{
  content:"";
  position:absolute;
  width:15px;
  height:1.5px;
  border-radius:2px;
  background:currentColor;
}
.modal-close-btn::before{transform:rotate(45deg);}
.modal-close-btn::after{transform:rotate(-45deg);}
.modal-close-btn:hover{
  background:#fbf5ee;
  border-color:rgba(168,109,56,.38);
  transform:rotate(4deg);
}

.footer{background:#10192c;color:#fff;padding:22px 0;font-size:14px}.footer a{color:#fff;opacity:.88}.footer i{display:inline-block;width:1px;height:12px;background:rgba(255,255,255,.42);margin:0 18px;vertical-align:middle}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease}.reveal.visible{opacity:1;transform:none}

@media (min-width:992px){
  .text-lg-start .title-mark{justify-content:flex-start}.site-header .navbar-collapse{display:flex!important}
}
@media (max-width:1199px){
  .brand-wordmark strong{font-size:24px}.brand-wordmark small{font-size:10px}.nav-link{font-size:13px}.hero-image-card,.hero-image-card img{min-height:430px}
}
@media (max-width:991px){
  .navbar{min-height:78px}.navbar-collapse{background:rgba(255,253,249,.98);border:1px solid var(--line);border-radius:18px;padding:16px;margin-top:12px;box-shadow:var(--shadow)}
  .brand-wordmark strong{font-size:21px}.brand-icon{font-size:30px;width:42px;height:42px}.brand{letter-spacing:.26em}.brand-wordmark strong{letter-spacing:.28em}.brand-wordmark small{letter-spacing:.45em}
  .hero{padding-top:38px}.hero-image-card{border-radius:26px}.hero-image-card,.hero-image-card img{min-height:360px}
  .modal-service{grid-template-columns:1fr}.modal-left{padding-bottom:24px}.modal-right{padding-top:24px}
}
@media (max-width:767px){
  body{font-size:15px}.site-container{padding-inline:18px}.section-pad{padding-block:54px}.btn{width:100%;text-align:center;padding:13px 20px}.btn-header{width:auto}.hero-tags{gap:12px;font-size:12px}.hero-tags i{height:16px}h1{font-size:44px}.eyebrow{font-size:21px}.feature-panel{padding:24px;border-radius:20px}.feature-grid{border:0}.feature-item{grid-template-columns:56px 1fr;min-height:auto;padding:22px 0;border-right:0;border-left:0}.feature-item:first-child{border-top:1px solid var(--line)}.sc-icon{font-size:40px}.section-title h2{font-size:32px;letter-spacing:.12em}.service-card h3{min-height:unset}.map-card{min-height:auto}.map-frame{flex:none;min-height:310px;height:310px}.route{width:100%;font-size:14px;padding:14px 18px}.contact-row{grid-template-columns:48px 1fr;gap:16px}.contact-row .sc-icon{font-size:30px}.contact-row a,.contact-row p{font-size:20px}.opening-hours div{grid-template-columns:1fr;gap:2px}.opening-hours dd{text-align:left}.modal-left h2{font-size:32px}.modal-left p{font-size:18px}.modal-close-btn{right:14px;top:14px;width:42px;height:42px}.footer{text-align:center}.footer i{display:none}.footer span:last-child{display:flex;justify-content:center;gap:16px}
}


/* Hero redesign with smooth image fade */
.hero{position:relative;overflow:visible;padding-top:clamp(24px,4vw,48px)}
.hero:before{display:none}
.hero-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(460px, 56%);
  align-items:stretch;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  background:linear-gradient(135deg, rgba(255,253,249,.98), rgba(255,253,249,.9));
  border:1px solid rgba(168,109,56,.12);
  box-shadow:0 26px 84px rgba(88,58,34,.10);
}
.hero-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(34px, 4.4vw, 68px);
  max-width:630px;
}
.hero-visual{position:relative;min-height:100%;}
.hero-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center center;}
.hero-visual:before{
  content:"";
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg, rgba(248,243,238,1) 0%, rgba(248,243,238,.98) 8%, rgba(248,243,238,.88) 16%, rgba(248,243,238,.55) 28%, rgba(248,243,238,.18) 40%, rgba(248,243,238,0) 54%);
}
.hero-actions .btn{min-width:210px}
.hero .rating{margin-top:26px}
.hero .eyebrow{margin-bottom:22px}
.hero h1{max-width:13ch}

@media (max-width:1199px){
  .hero-shell{grid-template-columns:minmax(0,1fr) minmax(380px,52%);min-height:500px}
  .hero-visual img{min-height:500px}
}
@media (max-width:991px){
  .hero{padding-top:20px}
  .hero-shell{grid-template-columns:1fr;min-height:auto;border-radius:28px}
  .hero-visual{order:-1;min-height:380px}
  .hero-visual img{min-height:380px;object-position:center top}
  .hero-visual:before{background:linear-gradient(180deg, rgba(248,243,238,0) 0%, rgba(248,243,238,.18) 42%, rgba(248,243,238,.72) 76%, rgba(248,243,238,.98) 100%)}
  .hero-copy{max-width:none;padding:28px 28px 34px}
}
@media (max-width:767px){
  .hero-shell{border-radius:24px}
  .hero-visual{min-height:300px}
  .hero-visual img{min-height:300px}
  .hero-copy{padding:22px 20px 26px}
  .hero .eyebrow{font-size:20px;gap:14px}
  .hero .eyebrow span{width:34px;flex-basis:34px;margin-top:15px}
  .hero h1{font-size:42px;max-width:none}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{min-width:0}
  .hero .rating{gap:10px;flex-wrap:wrap;font-size:14px}
  .hero .rating i{font-size:20px}
}


/* Full-width hero without outer card/border */
.hero{
  padding-top:0 !important;
  padding-bottom:clamp(48px,6vw,88px);
}

.hero > .site-container{
  max-width:none;
  padding-left:0;
  padding-right:0;
}

.hero-shell{
  width:100%;
  min-height:clamp(560px,58vw,760px);
  border-radius:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:var(--bg);
  grid-template-columns:minmax(360px, 43%) minmax(0, 57%);
}

.hero-copy{
  padding-left:clamp(28px,6vw,104px);
  padding-right:clamp(24px,4vw,72px);
  max-width:720px;
}

.hero-visual img{
  min-height:clamp(560px,58vw,760px);
}

.hero-visual:before{
  background:linear-gradient(
    90deg,
    rgba(248,243,238,1) 0%,
    rgba(248,243,238,.98) 10%,
    rgba(248,243,238,.82) 22%,
    rgba(248,243,238,.48) 36%,
    rgba(248,243,238,.14) 50%,
    rgba(248,243,238,0) 66%
  );
}

@media (max-width:991px){
  .hero{
    padding-top:0 !important;
    padding-bottom:56px;
  }

  .hero-shell{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .hero-visual{
    min-height:380px;
  }

  .hero-visual img{
    min-height:380px;
  }

  .hero-copy{
    padding-left:clamp(20px,6vw,44px);
    padding-right:clamp(20px,6vw,44px);
    padding-bottom:42px;
  }
}

@media (max-width:767px){
  .hero-visual{
    min-height:320px;
  }

  .hero-visual img{
    min-height:320px;
  }

  .hero-copy{
    padding-top:26px;
  }
}


/* Compact full-width hero: keep text beside image on smaller screens */
.hero{
  padding-bottom:clamp(26px,4.5vw,64px) !important;
}

.hero-shell{
  grid-template-columns:minmax(330px, 42%) minmax(0, 58%) !important;
  min-height:clamp(430px,47vw,660px) !important;
}

.hero-copy{
  justify-content:center;
  padding-top:clamp(24px,4vw,54px) !important;
  padding-bottom:clamp(24px,4vw,54px) !important;
}

.hero-visual,
.hero-visual img{
  min-height:clamp(430px,47vw,660px) !important;
}

.hero h1{
  font-size:clamp(42px,5vw,76px);
}

.hero .eyebrow{
  font-size:clamp(19px,1.7vw,28px);
}

.hero .rating{
  display:none !important;
}

/* On tablets keep two columns instead of moving text below image */
@media (max-width:991px){
  .hero-shell{
    grid-template-columns:minmax(320px, 47%) minmax(0, 53%) !important;
    min-height:500px !important;
  }

  .hero-visual{
    order:initial !important;
    min-height:500px !important;
  }

  .hero-visual img{
    min-height:500px !important;
    object-position:center center;
  }

  .hero-visual:before{
    background:linear-gradient(
      90deg,
      rgba(248,243,238,1) 0%,
      rgba(248,243,238,.96) 12%,
      rgba(248,243,238,.78) 28%,
      rgba(248,243,238,.38) 46%,
      rgba(248,243,238,0) 68%
    ) !important;
  }

  .hero-copy{
    max-width:none;
    padding-left:clamp(22px,5vw,54px) !important;
    padding-right:clamp(18px,3vw,34px) !important;
  }

  .hero h1{
    font-size:clamp(38px,5vw,56px);
  }

  .hero .eyebrow{
    font-size:clamp(18px,2.2vw,23px);
    margin-bottom:18px;
  }

  .hero-tags{
    gap:12px;
    font-size:12px;
    margin-top:18px;
  }

  .hero-actions{
    gap:10px !important;
  }

  .hero-actions .btn{
    min-width:0;
    width:auto;
    padding:12px 16px;
    font-size:12px;
  }
}

/* On phones still keep visual and text next to each other, but crop the visual harder */
@media (max-width:767px){
  .hero{
    padding-bottom:34px !important;
  }

  .hero-shell{
    grid-template-columns:minmax(230px, 58%) minmax(0, 42%) !important;
    min-height:500px !important;
  }

  .hero-visual{
    min-height:500px !important;
  }

  .hero-visual img{
    min-height:500px !important;
    object-position:48% center;
  }

  .hero-visual:before{
    background:linear-gradient(
      90deg,
      rgba(248,243,238,1) 0%,
      rgba(248,243,238,.98) 20%,
      rgba(248,243,238,.72) 44%,
      rgba(248,243,238,.22) 68%,
      rgba(248,243,238,0) 100%
    ) !important;
  }

  .hero-copy{
    padding:24px 12px 24px 20px !important;
  }

  .hero .eyebrow{
    font-size:18px;
    line-height:1.28;
    gap:12px;
  }

  .hero .eyebrow span{
    width:30px;
    flex-basis:30px;
  }

  .hero h1{
    font-size:clamp(34px,9vw,44px);
    line-height:1.06;
  }

  .hero-tags{
    font-size:10px;
    gap:9px;
  }

  .hero-tags i{
    height:14px;
  }

  .hero-actions{
    margin-top:18px !important;
  }

  .hero-actions .btn{
    width:100%;
    padding:11px 12px;
  }
}

@media (max-width:520px){
  .hero-shell{
    grid-template-columns:minmax(210px, 64%) minmax(0, 36%) !important;
    min-height:520px !important;
  }

  .hero-visual,
  .hero-visual img{
    min-height:520px !important;
  }

  .hero h1{
    font-size:34px;
  }

  .hero-tags{
    display:grid;
    gap:4px;
  }

  .hero-tags i{
    display:none;
  }
}


/* Hero tags: keep them in one row; when too tight, stack cleanly with horizontal dividers */
.hero-tags{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
}

.hero-tags span{
  white-space:nowrap;
}

.hero-tags i{
  flex:0 0 1px;
}

/* When there is genuinely no space, switch the whole group to vertical layout */
@media (max-width:560px){
  .hero-tags{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
    margin-top:18px !important;
  }

  .hero-tags span{
    display:block;
    white-space:normal;
    line-height:1.25;
  }

  .hero-tags i{
    display:block !important;
    width:74px !important;
    height:1px !important;
    flex:0 0 auto !important;
    background:var(--gold) !important;
    opacity:.75;
  }
}


/* Refined mobile hero tags: keep all 3 items in one compact row longer */
@media (max-width:560px){
  .hero-tags{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:6px !important;
    margin-top:18px !important;
    font-size:8.4px !important;
    letter-spacing:.025em !important;
    line-height:1.1 !important;
  }

  .hero-tags span{
    display:inline-block !important;
    white-space:nowrap !important;
    line-height:1.1 !important;
  }

  .hero-tags i{
    display:block !important;
    width:1px !important;
    height:12px !important;
    flex:0 0 1px !important;
    background:var(--gold) !important;
    opacity:.75 !important;
  }
}

/* Only on very narrow screens stack them; hide extra divider lines to keep it clean */
@media (max-width:355px){
  .hero-tags{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:5px !important;
    font-size:10px !important;
  }

  .hero-tags span{
    white-space:normal !important;
  }

  .hero-tags i{
    display:none !important;
  }
}


/* Hero text refinement */
.hero .eyebrow{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-bottom:22px;
}

.hero .eyebrow .eyebrow-line{
  width:42px;
  flex:0 0 42px;
  height:2px;
  margin-top:.72em;
  background:var(--gold);
  border-radius:99px;
}

.hero .eyebrow .eyebrow-text{
  width:auto;
  height:auto;
  flex:0 1 auto;
  margin:0;
  background:transparent;
  font-family:var(--serif);
  color:var(--gold-dark);
  line-height:1.25;
  letter-spacing:.01em;
}

.hero .accent-line{
  width:104px;
  height:3px;
  margin:28px 0 26px;
  border-radius:99px;
  opacity:.95;
}

.hero h1{
  margin-bottom:0;
}

@media (max-width:767px){
  .hero-shell{
    grid-template-columns:minmax(250px, 68%) minmax(0, 32%) !important;
  }

  .hero-copy{
    padding-left:20px !important;
    padding-right:10px !important;
  }

  .hero .eyebrow{
    gap:12px;
    margin-bottom:18px;
  }

  .hero .eyebrow .eyebrow-line{
    width:28px;
    flex-basis:28px;
    height:2px;
    margin-top:.68em;
  }

  .hero .eyebrow .eyebrow-text{
    font-size:17px;
    line-height:1.22;
    max-width:230px;
  }

  .hero h1{
    font-size:clamp(35px,8.8vw,43px);
    line-height:1.08;
    letter-spacing:-.045em;
    max-width:8.9em;
  }

  .hero .accent-line{
    width:100px;
    height:3px;
    margin:24px 0 24px;
  }
}

@media (max-width:430px){
  .hero-shell{
    grid-template-columns:minmax(248px, 70%) minmax(0, 30%) !important;
  }

  .hero .eyebrow .eyebrow-text{
    font-size:16px;
    max-width:220px;
  }

  .hero h1{
    font-size:34px;
    max-width:8.6em;
  }

  .hero .accent-line{
    width:92px;
    margin:22px 0 22px;
  }
}

@media (max-width:360px){
  .hero-shell{
    grid-template-columns:minmax(220px, 72%) minmax(0, 28%) !important;
  }

  .hero .eyebrow .eyebrow-text{
    font-size:15px;
  }

  .hero h1{
    font-size:30px;
  }
}

/* Full-bleed hero image with the copy layered above it */
.hero .hero-shell{
  position:relative;
  display:block !important;
  min-height:clamp(500px,52vw,720px) !important;
  overflow:hidden;
  background:#eee8e1;
}

.hero .hero-visual{
  position:absolute !important;
  inset:0;
  min-height:0 !important;
  z-index:0;
}

.hero .hero-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:0 !important;
  object-fit:cover;
  object-position:center center !important;
}

.hero .hero-visual:before{
  background:linear-gradient(
    90deg,
    rgba(248,243,238,.98) 0%,
    rgba(248,243,238,.92) 25%,
    rgba(248,243,238,.68) 43%,
    rgba(248,243,238,.18) 62%,
    rgba(248,243,238,0) 78%
  ) !important;
}

.hero .hero-copy{
  position:relative;
  z-index:2;
  min-height:clamp(500px,52vw,720px);
  max-width:min(650px,52%);
}

@media (max-width:767px){
  .hero .hero-shell{
    min-height:600px !important;
  }

  .hero .hero-copy{
    min-height:600px;
    max-width:76%;
    padding-left:20px !important;
    padding-right:12px !important;
  }

  .hero .hero-visual img{
    object-position:56% center !important;
  }

  .hero .hero-visual:before{
    background:linear-gradient(
      90deg,
      rgba(248,243,238,.98) 0%,
      rgba(248,243,238,.93) 38%,
      rgba(248,243,238,.68) 62%,
      rgba(248,243,238,.12) 84%,
      rgba(248,243,238,0) 100%
    ) !important;
  }
}


/* Why us section redesigned to match reference layout */
.why-section{padding-top:8px}
.why-subtitle{
  margin:18px 0 0;
  font-family:var(--sans);
  font-size:clamp(20px,2vw,26px);
  line-height:1.3;
  font-weight:500;
  letter-spacing:.025em;
  color:var(--text);
}
.doctor-subtitle{
  margin:0 0 18px;
  font-family:var(--sans);
  font-size:clamp(20px,2vw,26px);
  line-height:1.3;
  font-weight:500;
  letter-spacing:.025em;
  color:var(--text);
}
.why-layout{
  display:grid;
  grid-template-columns:minmax(210px,1fr) minmax(320px,1.22fr) minmax(210px,1fr);
  gap:22px;
  align-items:stretch;
}
.why-side{
  display:grid;
  gap:22px;
}
.why-card,
.why-center-card{
  background:rgba(255,253,249,.92);
  border:1px solid rgba(168,109,56,.10);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(88,58,34,.04);
}
.why-card{
  min-height:255px;
  padding:34px 28px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.why-card .sc-icon{
  font-size:52px;
  margin-bottom:18px;
}
.why-card h3{
  margin:0 0 14px;
  font-size:17px;
  text-transform:uppercase;
  letter-spacing:.035em;
  line-height:1.35;
}
.why-card p{
  margin:0;
  font-size:15px;
  color:var(--muted);
  line-height:1.8;
  max-width:240px;
}

.why-center-card{
  padding:28px 30px 18px;
  min-height:100%;
}
.why-center-title{
  margin:2px 0 16px;
  text-align:center;
  font-size:18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:var(--text);
}
.why-tech-item{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.why-tech-item:last-child{border-bottom:0;padding-bottom:6px}
.why-tech-item .sc-icon{
  font-size:34px;
  width:40px;
  margin-top:2px;
}
.why-tech-item h4{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:900;
}
.why-tech-item p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

@media (max-width:1199px){
  .why-layout{
    grid-template-columns:1fr 1.15fr 1fr;
    gap:18px;
  }
  .why-card{padding:30px 22px}
  .why-card p{font-size:14px}
  .why-center-card{padding:24px 24px 14px}
}

@media (max-width:991px){
  .why-layout{
    grid-template-columns:1fr;
    gap:18px;
  }
  .why-side{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
  .why-center{
    order:-1;
  }
}

@media (max-width:767px){
  .why-section{padding-top:0}
  .why-side{
    grid-template-columns:1fr;
  }
  .why-card{
    min-height:auto;
    padding:28px 22px;
  }
  .why-center-card{
    padding:22px 20px 10px;
  }
  .why-center-title{
    font-size:17px;
    margin-bottom:10px;
  }
  .why-tech-item{
    grid-template-columns:48px 1fr;
    gap:14px;
    padding:16px 0;
  }
  .why-tech-item h4{
    font-size:15px;
  }
  .why-tech-item p,
  .why-card p{
    font-size:14px;
    line-height:1.65;
  }
}


/* Why section refinement: softer center typography + full-height center column */
.why-center-card{
  display:flex;
  flex-direction:column;
  height:100%;
  padding-bottom:12px;
}
.why-center-card > .why-tech-item{
  flex:1 1 0;
  align-content:center;
}
.why-center-title{
  font-size:17px;
  font-weight:700;
  letter-spacing:.025em;
  color:var(--text);
  margin:2px 0 10px;
}
.why-tech-item{
  padding:14px 0;
}
.why-tech-item h4{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:700;
  color:var(--text);
}
.why-tech-item p{
  font-size:15px;
  line-height:1.72;
}
@media (max-width:767px){
  .why-center-title{font-size:16px;}
  .why-tech-item h4{font-size:15px;}
  .why-tech-item p{font-size:14px;}
}


/* Softer center headings in 'Prečo práve my' */
.why-center-title{
  font-weight:600 !important;
  letter-spacing:.02em !important;
}

.why-tech-item h4{
  font-weight:600 !important;
  font-size:16px !important;
  letter-spacing:.01em !important;
}

@media (max-width:767px){
  .why-tech-item h4{
    font-size:15px !important;
  }
}


/* Services section restyled to match the look of 'Prečo práve my' */
.services-section{padding-top:44px}
.services-section .row{justify-content:center}
.services-intro{
  max-width:760px;
  margin:-14px auto 36px;
  color:var(--muted);
  text-align:center;
  line-height:1.75;
}
.service-seo-copy[hidden]{display:none !important}
.service-card{
  min-height:244px;
  height:100%;
  background:rgba(255,253,249,.92);
  border:1px solid rgba(168,109,56,.10);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(88,58,34,.04);
  padding:34px 24px 28px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(88,58,34,.07);
  border-color:rgba(168,109,56,.18);
}
.service-card .sc-icon{
  font-size:50px;
  margin-bottom:18px;
  display:block;
}
.service-card h3{
  min-height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:2px;
  margin:0 0 18px;
  font-size:17px;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:700;
  color:var(--text);
}
.service-card h3 small{
  display:block;
  font-size:.92em;
  font-weight:700;
  letter-spacing:.02em;
  line-height:1.2;
}
.service-card button{
  margin-top:auto;
  border:0;
  background:transparent;
  color:var(--gold-dark);
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.035em;
  padding:0;
}
.service-card button i{
  margin-left:10px;
  transition:transform .2s ease;
}
.service-card:hover button i{transform:translateX(4px)}
@media (max-width:991px){
  .service-card{min-height:220px;padding:30px 20px 24px}
}
@media (max-width:767px){
  .service-card{min-height:auto;padding:28px 18px 24px}
  .service-card h3{min-height:0;font-size:16px;margin-bottom:16px}
  .service-card button{font-size:14px}
}


/* Make service cards visually match the side cards from 'Prečo práve my' even more closely */
.services-section .row{
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
}
.service-card{
  min-height:255px !important;
  padding:34px 28px !important;
  border-radius:18px !important;
  box-shadow:0 10px 30px rgba(88,58,34,.04) !important;
  border:1px solid rgba(168,109,56,.10) !important;
  justify-content:center !important;
}
.service-card .sc-icon{
  font-size:52px !important;
  margin-bottom:18px !important;
}
.service-card h3{
  min-height:58px !important;
  margin:0 0 14px !important;
  font-size:17px !important;
  font-weight:700 !important;
  letter-spacing:.035em !important;
  line-height:1.35 !important;
}
.service-card h3 small{
  font-size:.9em !important;
  font-weight:700 !important;
  line-height:1.2 !important;
}
.service-card button{
  margin-top:0 !important;
  font-size:15px !important;
  font-weight:700 !important;
  letter-spacing:.035em !important;
  color:var(--gold-dark) !important;
}
@media (max-width:991px){
  .service-card{min-height:235px !important; padding:30px 22px !important;}
}
@media (max-width:767px){
  .services-section .row{--bs-gutter-x:18px; --bs-gutter-y:18px;}
  .service-card{min-height:auto !important; padding:28px 22px !important;}
  .service-card h3{min-height:0 !important; font-size:16px !important; margin-bottom:14px !important;}
  .service-card button{font-size:14px !important;}
}


/* Softer typography in services section */
.service-card h3,
.service-card h3 small{
  font-weight:600 !important;
  letter-spacing:.02em !important;
}
.service-card button{
  font-weight:600 !important;
  letter-spacing:.02em !important;
}


/* Pricing section */
.price-section{
  padding-top:44px;
}

.price-panel{
  max-width:980px;
  margin:0 auto;
  background:rgba(255,253,249,.92);
  border:1px solid rgba(168,109,56,.10);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(88,58,34,.04);
  padding:clamp(34px,5vw,58px);
  text-align:center;
}

.price-panel .section-title{
  margin-bottom:22px;
}

.price-intro{
  max-width:720px;
  margin:0 auto 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}

.price-modal .modal-content{
  border:0;
  border-radius:30px;
  background:var(--panel);
  box-shadow:0 35px 100px rgba(0,0,0,.24);
  overflow:hidden;
}

.price-modal-inner{
  padding:clamp(30px,5vw,58px);
}

.price-table-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}

.price-category{
  background:rgba(255,253,249,.92);
  border:1px solid rgba(168,109,56,.12);
  border-radius:18px;
  padding:22px 22px 12px;
}

.price-category h3{
  margin:0 0 14px;
  font-size:17px;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-weight:600;
  color:var(--gold-dark);
}

.price-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
  border-top:1px solid var(--line);
  padding:11px 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.45;
}

.price-row strong{
  white-space:nowrap;
  font-weight:600;
  color:var(--text);
}

.price-note{
  margin:24px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  text-align:center;
}

@media (max-width:767px){
  .price-panel{
    padding:30px 20px;
  }

  .price-table-grid{
    grid-template-columns:1fr;
  }

  .price-row{
    grid-template-columns:1fr;
    gap:4px;
  }

  .price-row strong{
    white-space:normal;
  }
}


.policy-content h3{font-size:18px;margin:24px 0 8px;font-weight:600;color:var(--text)}
.policy-content p{color:var(--muted);line-height:1.8;margin-bottom:10px}


/* Header logo image */
.brand{display:flex;align-items:center;gap:0;letter-spacing:normal !important}
.brand-logo{display:block;height:78px;width:auto;max-width:min(340px, 62vw);object-fit:contain}
@media (max-width:991px){
  .brand-logo{height:66px;max-width:250px}
}
@media (max-width:575px){
  .brand-logo{height:54px;max-width:220px}
}


/* Horizontal logo variant in header */
.brand-logo{height:64px;max-width:min(520px,72vw)}
@media (max-width:991px){
  .brand-logo{height:56px;max-width:320px}
}
@media (max-width:575px){
  .brand-logo{height:44px;max-width:250px}
}


/* Custom logo in section dividers */
.title-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}
.title-mark span{
  width:78px;
  height:1px;
  display:block;
}
.title-mark span:first-child{
  background:linear-gradient(90deg, transparent 0%, rgba(168,109,56,.38) 28%, #a86d38 100%);
}
.title-mark span:last-child{
  background:linear-gradient(90deg, #a86d38 0%, rgba(168,109,56,.38) 72%, transparent 100%);
}
.title-mark-logo{
  display:none;
  width:19px;
  height:auto;
  object-fit:contain;
  opacity:.82;
  filter:sepia(.18) saturate(.8);
}
@media (max-width:575px){
  .title-mark span{width:58px;}
  .title-mark-logo{width:16px;}
}

.modal-note-logo{width:34px;height:auto;display:block;object-fit:contain;flex:0 0 auto}


/* Service modal: remove excessive empty space under the right-side note */
.service-modal .modal-service{
  min-height:auto !important;
}

.service-modal .modal-left,
.service-modal .modal-right{
  padding-top:clamp(34px,4vw,58px) !important;
  padding-bottom:clamp(34px,4vw,58px) !important;
}

.service-modal .modal-right{
  justify-content:flex-start !important;
}

.service-modal .modal-note{
  margin-bottom:0 !important;
}

@media (max-width:991px){
  .service-modal .modal-left,
  .service-modal .modal-right{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }
}


/* Typography unification across the whole website */
body{
  font-family:var(--sans) !important;
  font-weight:400;
  color:var(--text);
}

h1,
.section-title h2,
.doctor-name,
.lead-text,
.price-panel .section-title h2,
.booking-panel .section-title h2{
  font-family:var(--serif) !important;
  font-weight:500 !important;
}

.section-title h2{
  letter-spacing:.16em !important;
}

h1{
  letter-spacing:-.045em !important;
}

.nav-link,
.btn,
.hero-tags span,
.why-card h3,
.why-center-title,
.why-tech-item h4,
.service-card h3,
.service-card h3 small,
.service-card button,
.price-category h3,
.price-row,
.contact-row strong,
.opening-hours,
.form-control,
.form-select,
.modal-right h3,
.modal-right li,
.modal-note strong,
.modal-note span,
.price-modal .section-title p,
.policy-content{
  font-family:var(--sans) !important;
}

/* Preserve the reception overview as the viewport gets narrower */
@media (max-width:991px){
  .hero .hero-visual{
    display:block;
    background:none;
  }

  .hero .hero-visual img{
    width:100%;
    height:100%;
    object-fit:cover !important;
    object-position:center center !important;
  }
}

/* Friends Dental-like mobile behaviour: image above, copy below */
@media (max-width:767px){
  .hero .hero-shell{
    min-height:680px !important;
    background:var(--bg);
  }

  .hero .hero-visual{
    inset:0 0 auto 0 !important;
    width:100%;
    height:calc(52% + 2px);
    border:0 !important;
    box-shadow:none !important;
  }

  .hero .hero-visual img{
    object-position:center center !important;
  }

  .hero .hero-visual:before{
    bottom:-2px;
    background:linear-gradient(
      180deg,
      rgba(248,243,238,0) 25%,
      rgba(248,243,238,.18) 55%,
      rgba(248,243,238,.82) 82%,
      rgba(248,243,238,1) 100%
    ) !important;
  }

  .hero .hero-copy{
    justify-content:flex-end;
    min-height:680px;
    max-width:100%;
    padding:300px 20px 34px !important;
    border:0 !important;
    box-shadow:none !important;
  }
}

/* Make all sans headings/buttons look like the 'Prečo práve my' section */
.nav-link,
.btn,
.hero-tags span,
.why-card h3,
.why-center-title,
.why-tech-item h4,
.service-card h3,
.service-card h3 small,
.service-card button,
.price-category h3,
.contact-row strong,
.modal-right h3,
.modal-note strong{
  font-weight:600 !important;
  letter-spacing:.025em !important;
}

.btn,
.service-card button{
  font-size:14px !important;
}

.nav-link{
  font-size:14px !important;
}

.why-card h3,
.service-card h3{
  font-size:17px !important;
  line-height:1.35 !important;
}

.why-center-title,
.why-tech-item h4,
.price-category h3{
  font-size:16px !important;
  line-height:1.35 !important;
}

.hero-tags span{
  font-size:inherit !important;
}

/* Body text consistency */
p,
.why-card p,
.why-tech-item p,
.service-card p,
.price-intro,
.price-row,
.contact-row p,
.contact-row a,
.opening-hours,
.modal-right li,
.modal-note span,
.form-control,
.form-select{
  font-weight:400 !important;
}

.contact-row p,
.contact-row a{
  font-family:var(--sans) !important;
  font-size:22px;
  line-height:1.45;
}

.lead-text{
  font-size:23px;
  line-height:1.45;
}

/* Modal left text was too different/heavy; align it better with the rest */
.modal-left p{
  font-family:var(--sans) !important;
  font-size:18px !important;
  line-height:1.75 !important;
  color:var(--text);
}

.modal-left h2{
  font-family:var(--serif) !important;
  font-weight:500 !important;
}

.service-implantologia .modal-left h2{
  font-size:clamp(30px,3vw,44px) !important;
  letter-spacing:.02em !important;
  white-space:nowrap;
}

.service-endo .modal-left h2{
  font-size:clamp(34px,3.35vw,48px) !important;
  letter-spacing:.025em !important;
  white-space:nowrap;
}

@media (max-width:400px){
  .service-implantologia .modal-left h2{
    font-size:27px !important;
  }
  .service-endo .modal-left h2{
    font-size:29px !important;
  }
}

.modal-subtitle{
  margin:-4px 0 20px;
  font-family:var(--sans) !important;
  font-size:16px !important;
  line-height:1.4 !important;
  font-weight:600 !important;
  letter-spacing:.045em;
  text-transform:uppercase;
  color:var(--text);
}

@media (max-width:767px){
  .section-title h2{
    letter-spacing:.12em !important;
  }

  .contact-row p,
  .contact-row a{
    font-size:19px;
  }

  .modal-left p{
    font-size:16px !important;
  }
}


/* Contact section typography refinement */
.contact-card .contact-row strong,
.contact-card .opening-hours strong,
.contact-card .hours-table strong,
.contact-card .hours-title{
  font-size: 14px !important;
  letter-spacing: .03em !important;
  font-weight: 600 !important;
}

.contact-card .contact-row p,
.contact-card .contact-row a{
  font-size: 18px !important;
  line-height: 1.45 !important;
}

.contact-card .hours-table,
.contact-card .opening-hours,
.contact-card .hours-table td,
.contact-card .hours-table th,
.contact-card .hours-table span,
.contact-card .hours-line,
.contact-card .opening-hours p{
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.contact-card .hours-table td:last-child,
.contact-card .opening-hours td:last-child,
.contact-card .hours-line .value{
  text-align:right;
}

@media (max-width: 767px){
  .contact-card .contact-row p,
  .contact-card .contact-row a{
    font-size: 17px !important;
  }

  .contact-card .hours-table,
  .contact-card .opening-hours,
  .contact-card .hours-table td,
  .contact-card .hours-table th,
  .contact-card .hours-table span,
  .contact-card .hours-line,
  .contact-card .opening-hours p{
    font-size: 15px !important;
  }
}


/* Contact form CTA styled like the map route button */
.booking-form .route{
  width:100%;
  max-width:none;
  margin-top:4px;
}

.booking-form .route.route,
.booking-form button.route{
  background:rgba(255,255,255,.55);
  color:var(--gold-dark);
  box-shadow:none;
}

.booking-form button.route:hover{
  background:var(--gold);
  color:#fff !important;
}


/* Unified card visual system across the whole page */
:root{
  --unified-card-bg: rgba(255,253,249,.92);
  --unified-card-border: 1px solid rgba(168,109,56,.10);
  --unified-card-radius: 18px;
  --unified-card-shadow: 0 10px 30px rgba(88,58,34,.04);
}

.why-card,
.why-center-card,
.service-card,
.price-panel,
.contact-card,
.map-card,
.booking-panel,
.price-category,
.service-modal .modal-note{
  background: var(--unified-card-bg);
  border: var(--unified-card-border);
  border-radius: var(--unified-card-radius);
  box-shadow: var(--unified-card-shadow);
}

.why-card h3,
.why-center-title,
.service-card h3,
.service-card h3 small,
.price-category h3,
.contact-card .contact-row strong,
.contact-card .hours-row strong,
.contact-card .opening-hours dt,
.contact-card .opening-hours dd,
.booking-panel .route,
.price-panel .btn{
  font-family: var(--sans);
  color: var(--text);
  letter-spacing: .035em;
}

.why-card h3,
.why-center-title,
.service-card h3,
.price-category h3,
.contact-card .contact-row strong,
.contact-card .hours-row strong{
  text-transform: uppercase;
  font-weight: 700;
}

.why-card p,
.why-tech-item p,
.service-card p,
.price-intro,
.contact-card .contact-row a,
.contact-card .contact-row p,
.contact-card .opening-hours dt,
.contact-card .opening-hours dd,
.booking-panel .section-title p,
.price-note,
.modal-note span{
  font-family: var(--sans);
  color: var(--muted);
  line-height: 1.75;
}

.service-card{
  min-height: 255px;
  padding: 34px 28px 30px;
}

.service-card .sc-icon{
  font-size: 52px;
  margin-bottom: 18px;
}

.service-card h3{
  min-height: 0;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.35;
}

.service-card h3 small{
  font-size: .92em;
  font-weight: 700;
  line-height: 1.25;
}

.service-card button{
  margin-top: auto;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.price-panel,
.contact-card,
.map-card,
.booking-panel{
  padding: clamp(30px,4.2vw,44px);
}

.contact-card .contact-row strong,
.contact-card .hours-row strong{
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-card .contact-row a,
.contact-card .contact-row p,
.contact-card .opening-hours dt,
.contact-card .opening-hours dd{
  font-size: 15px;
}

.contact-card .opening-hours div{
  padding: 8px 0;
}

.price-intro,
.booking-panel .section-title p{
  font-size: 15px;
  max-width: 700px;
  margin-inline: auto;
}

.price-panel .btn,
.booking-panel .route{
  font-weight: 700;
  letter-spacing: .04em;
}

.service-modal .modal-note,
.price-category{
  border-color: rgba(168,109,56,.10);
}

@media (max-width: 767px){
  .price-panel,
  .contact-card,
  .map-card,
  .booking-panel{
    padding: 24px 20px;
  }

  .service-card{
    min-height: auto;
    padding: 28px 22px;
  }

  .contact-card .contact-row a,
  .contact-card .contact-row p,
  .contact-card .opening-hours dt,
  .contact-card .opening-hours dd,
  .price-intro,
  .booking-panel .section-title p{
    font-size: 14px;
    line-height: 1.65;
  }
}


/* Mobile header stabilization: keep constant height while scrolling */
@media (max-width: 767px){
  :root{
    --mobile-header-height: 82px;
  }

  html{
    scroll-padding-top: calc(var(--mobile-header-height) + 18px);
  }

  body{
    padding-top: var(--mobile-header-height);
  }

  .site-header,
  .sticky-top{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(248,243,238,.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .navbar{
    min-height: var(--mobile-header-height) !important;
  }

  .navbar > .site-container{
    min-height: var(--mobile-header-height);
    display: flex;
    align-items: center;
  }

  .brand-logo{
    height: 40px;
    max-width: 210px;
  }

  .navbar-toggler{
    flex: 0 0 auto;
    margin-left: 12px;
  }

  .navbar-collapse{
    position: absolute;
    top: calc(100% + 10px);
    left: 18px;
    right: 18px;
    margin-top: 0 !important;
    background: rgba(255,253,249,.99);
    box-shadow: 0 20px 45px rgba(88,58,34,.12);
  }

  .hero{
    padding-top: 0 !important;
  }
}


/* HARD mobile header fix: fixed height, no collapse-induced layout shift */
@media (max-width: 767px){
  :root{
    --mobile-header-height: 82px;
  }

  html{
    scroll-padding-top: calc(var(--mobile-header-height) + 18px) !important;
  }

  body{
    padding-top: var(--mobile-header-height) !important;
  }

  .site-header{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    overflow: visible !important;
    z-index: 1040 !important;
    background: rgba(248,243,238,.98) !important;
    border-bottom: 1px solid rgba(168,109,56,.10) !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar{
    position: relative !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar > .site-container{
    position: relative !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .brand,
  .site-header .navbar-brand{
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .site-header .brand-logo{
    height: 42px !important;
    max-height: 42px !important;
    width: auto !important;
    max-width: 230px !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-toggler{
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 13px !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-collapse,
  .site-header .navbar-collapse.collapsing,
  .site-header .navbar-collapse.show{
    position: absolute !important;
    top: calc(var(--mobile-header-height) + 10px) !important;
    left: 18px !important;
    right: 18px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 16px !important;
    background: rgba(255,253,249,.99) !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(88,58,34,.12) !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-collapse.collapsing{
    display: block !important;
  }

  .site-header .navbar-collapse:not(.show):not(.collapsing){
    display: none !important;
  }

  .site-header .navbar-nav{
    gap: 2px !important;
  }

  .hero{
    padding-top: 0 !important;
  }
}


/* FINAL mobile sticky header fix:
   keep sticky-top behavior, but prevent collapse menu from changing header height */
@media (max-width: 767px){
  :root{
    --mobile-header-height: 82px;
  }

  html{
    scroll-padding-top: calc(var(--mobile-header-height) + 18px) !important;
  }

  body{
    padding-top: 0 !important;
  }

  .site-header,
  .site-header.sticky-top{
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    overflow: visible !important;
    z-index: 1040 !important;
    transform: none !important;
    transition: none !important;
    background: rgba(248,243,238,.98) !important;
    border-bottom: 1px solid rgba(168,109,56,.10) !important;
  }

  .site-header .navbar{
    position: relative !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar > .site-container{
    position: relative !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-brand,
  .site-header .brand{
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .brand-logo{
    height: 42px !important;
    max-height: 42px !important;
    width: auto !important;
    max-width: 230px !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-toggler{
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 13px !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-toggler:focus,
  .site-header .navbar-toggler:active{
    transform: none !important;
    box-shadow: none !important;
  }

  .site-header .navbar-collapse{
    position: absolute !important;
    top: calc(var(--mobile-header-height) + 10px) !important;
    left: 18px !important;
    right: 18px !important;
    margin: 0 !important;
    padding: 16px !important;
    background: rgba(255,253,249,.99) !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(88,58,34,.12) !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-collapse.collapsing{
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .site-header .navbar-collapse:not(.show):not(.collapsing){
    display: none !important;
  }
}


/* FINAL FIX: mobile sticky header without layout shift.
   Header remains Bootstrap sticky-top, but the dropdown menu is custom-controlled
   and rendered as an overlay, so it cannot change header height or push content. */
@media (max-width: 767px){
  :root{
    --mobile-header-height: 82px;
  }

  html{
    scroll-padding-top: calc(var(--mobile-header-height) + 18px) !important;
  }

  body{
    padding-top: 0 !important;
  }

  .site-header.sticky-top{
    position: sticky !important;
    top: 0 !important;
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    overflow: visible !important;
    z-index: 1040 !important;
    transform: none !important;
    transition: none !important;
    background: rgba(248,243,238,.98) !important;
    border-bottom: 1px solid rgba(168,109,56,.10) !important;
  }

  .site-header .navbar,
  .site-header .navbar > .site-container,
  .site-header .navbar-brand,
  .site-header .brand{
    height: var(--mobile-header-height) !important;
    min-height: var(--mobile-header-height) !important;
    max-height: var(--mobile-header-height) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar > .site-container{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-header .brand-logo{
    height: 42px !important;
    max-height: 42px !important;
    max-width: 230px !important;
    width: auto !important;
    object-fit: contain !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-toggler{
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 13px !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-toggler:hover,
  .site-header .navbar-toggler:focus,
  .site-header .navbar-toggler:active{
    transform: none !important;
    box-shadow: none !important;
  }

  .site-header .navbar-collapse{
    position: fixed !important;
    top: calc(var(--mobile-header-height) + 10px) !important;
    left: 18px !important;
    right: 18px !important;
    display: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 16px !important;
    background: rgba(255,253,249,.99) !important;
    border: 1px solid var(--line) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 45px rgba(88,58,34,.12) !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header .navbar-collapse.show{
    display: block !important;
  }

  .site-header .navbar-collapse.collapsing{
    display: none !important;
  }
}


/* Contact form feedback */
.form-alert{
  margin:0 auto 18px;
  max-width:720px;
  border-radius:14px;
  padding:14px 18px;
  font-family:var(--sans);
  font-size:15px;
  line-height:1.55;
  text-align:center;
  border:1px solid rgba(168,109,56,.16);
  background:rgba(255,253,249,.92);
}

.form-alert.success{
  color:#24633b;
  border-color:rgba(36,99,59,.22);
  background:rgba(240,249,244,.96);
}

.form-alert.error{
  color:#8a2f2f;
  border-color:rgba(138,47,47,.22);
  background:rgba(255,244,244,.96);
}

.booking-form .form-control.is-invalid{
  border-color:#b54343 !important;
  background-image:none;
  box-shadow:0 0 0 .2rem rgba(181,67,67,.08) !important;
}
.field-error{
  display:none;
  margin:7px 4px 0;
  color:#9f3030;
  font-size:13px;
  line-height:1.35;
}
.field-error:not(:empty){display:block}

.booking-form button[disabled]{
  opacity:.72;
  cursor:not-allowed;
  transform:none !important;
}


/* Price modal mobile fix: close button must not overlap price cards */
@media (max-width: 767px){
  .price-modal .modal-dialog{
    margin: 18px auto !important;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .price-modal .modal-content{
    max-height: calc(100dvh - 36px) !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .price-modal .modal-body{
    overflow-y: auto !important;
    max-height: calc(100dvh - 36px) !important;
  }

  .price-modal .modal-close-btn{
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 44px !important;
    height: 44px !important;
    z-index: 20 !important;
    background: rgba(255,253,249,.98) !important;
    box-shadow: 0 10px 26px rgba(88,58,34,.12) !important;
  }

  .price-modal .price-modal-inner{
    padding-top: 76px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    padding-bottom: 30px !important;
  }

  .price-modal .price-category{
    padding: 22px 20px 14px !important;
    border-radius: 18px !important;
  }

  .price-modal .section-title{
    padding-right: 0 !important;
  }
}

@media (max-width: 420px){
  .price-modal .modal-dialog{
    margin: 14px auto !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .price-modal .price-modal-inner{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .price-modal .price-category{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* Anti-spam honeypot fields: invisible for people, present for bots */
.anti-spam-field{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}


/* Updated price list layout */
.price-table-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:start;
}

.price-category h3{
  min-height:0;
}

.price-row span{
  min-width:0;
}

@media (min-width:1200px){
  .price-modal .modal-xl{
    max-width:1180px;
  }
}

@media (max-width: 991px){
  .price-table-grid{
    grid-template-columns:1fr !important;
  }
}


/* Price list clean layout: only the supplied Cenník.docx data */
.price-table-grid{
  display:block !important;
  columns:2;
  column-gap:18px;
}

.price-table-grid .price-category{
  display:inline-block;
  width:100%;
  margin:0 0 18px;
  break-inside:avoid;
  page-break-inside:avoid;
}

@media (max-width:991px){
  .price-table-grid{
    columns:1;
  }
}


/* GDPR / Cookies pages and banner */
.policy-page{
  background:radial-gradient(circle at 10% 5%, #fff 0 22%, transparent 42%), var(--bg);
}

.policy-panel{
  max-width:1080px !important;
  margin-inline:auto;
}

.policy-content h3{
  margin-top:30px;
  margin-bottom:10px;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:700;
  color:var(--text);
}

.policy-content p,
.policy-content li{
  color:var(--muted);
  line-height:1.8;
}

.policy-content a{
  color:var(--gold-dark);
  font-weight:600;
}

.policy-box{
  border:1px solid rgba(168,109,56,.16);
  border-radius:18px;
  padding:18px 20px;
  background:rgba(255,253,249,.92);
  margin-bottom:26px;
}

.policy-box strong{
  display:block;
  color:var(--gold-dark);
  margin-bottom:8px;
}

.policy-table-wrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid rgba(168,109,56,.10);
  border-radius:18px;
  background:rgba(255,253,249,.92);
}

.policy-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  font-size:14px;
}

.policy-table th,
.policy-table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(234,223,211,.82);
  vertical-align:top;
}

.policy-table th{
  color:var(--text);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  background:rgba(248,243,238,.8);
}

.policy-table tr:last-child td{
  border-bottom:0;
}

.policy-table code{
  color:var(--gold-dark);
}

.policy-updated{
  margin-top:28px;
  font-size:14px;
}

/* Google map consent placeholder */
.map-frame iframe[hidden]{
  display:none !important;
}

.map-consent{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:26px;
  text-align:center;
  background:linear-gradient(135deg, rgba(255,253,249,.96), rgba(248,243,238,.92));
}

.map-consent strong{
  text-transform:uppercase;
  letter-spacing:.035em;
  color:var(--text);
}

.map-consent p{
  max-width:440px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

.map-consent .btn{
  margin-top:6px;
  width:auto;
}

/* Cookie banner */
.cookie-banner{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2000;
}

.cookie-banner[hidden],
.cookie-preferences[hidden]{
  display:none !important;
}

.cookie-banner__inner{
  max-width:1180px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:20px;
  border:1px solid rgba(168,109,56,.16);
  border-radius:22px;
  background:rgba(255,253,249,.98);
  box-shadow:0 24px 70px rgba(88,58,34,.16);
}

.cookie-banner__text strong{
  display:block;
  font-size:17px;
  color:var(--text);
  margin-bottom:4px;
}

.cookie-banner__text p{
  margin:0;
  max-width:720px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}


.cookie-banner__text a{
  color:var(--gold-dark);
  text-decoration:underline;
  text-underline-offset:3px;
}

.cookie-banner__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.cookie-banner .btn,
.cookie-preferences .btn{
  padding:12px 16px;
  font-size:12px;
}

.cookie-preferences{
  position:fixed;
  inset:0;
  z-index:2010;
  display:grid;
  place-items:center;
  padding:18px;
}

.cookie-preferences__backdrop{
  position:absolute;
  inset:0;
  background:rgba(16,25,44,.42);
  backdrop-filter:blur(6px);
}

.cookie-preferences__dialog{
  position:relative;
  z-index:1;
  width:min(100%,760px);
  max-height:calc(100dvh - 36px);
  overflow:auto;
  border-radius:26px;
  border:1px solid rgba(168,109,56,.16);
  background:var(--panel);
  box-shadow:0 35px 100px rgba(0,0,0,.24);
  padding:clamp(24px,4vw,42px);
}

.cookie-preferences__close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--gold-dark);
  transition:background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.cookie-preferences__close i{display:none;}
.cookie-preferences__close::before,
.cookie-preferences__close::after{
  content:"";
  position:absolute;
  width:15px;
  height:1.5px;
  border-radius:2px;
  background:currentColor;
}
.cookie-preferences__close::before{transform:rotate(45deg);}
.cookie-preferences__close::after{transform:rotate(-45deg);}
.cookie-preferences__close:hover{
  background:#fbf5ee;
  border-color:rgba(168,109,56,.38);
  transform:rotate(4deg);
}

.cookie-preferences h2{
  font-family:var(--serif);
  color:var(--gold-dark);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:500;
  padding-right:54px;
}

.cookie-preferences p{
  color:var(--muted);
  line-height:1.75;
}

.cookie-option{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid var(--line);
}

.cookie-option strong{
  display:block;
  color:var(--text);
  margin-bottom:6px;
}

.cookie-option span{
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.cookie-switch{
  position:relative;
  display:inline-block;
  width:56px;
  height:32px;
}

.cookie-switch input{
  opacity:0;
  width:0;
  height:0;
}

.cookie-switch span{
  position:absolute;
  cursor:pointer;
  inset:0;
  background:#ded5ca;
  border-radius:999px;
  transition:.2s ease;
}

.cookie-switch span:before{
  content:"";
  position:absolute;
  width:24px;
  height:24px;
  left:4px;
  top:4px;
  background:#fff;
  border-radius:50%;
  box-shadow:0 3px 10px rgba(0,0,0,.14);
  transition:.2s ease;
}

.cookie-switch input:checked + span{
  background:var(--gold);
}

.cookie-switch input:checked + span:before{
  transform:translateX(24px);
}

.cookie-switch input:disabled + span{
  opacity:.7;
  cursor:not-allowed;
}

.cookie-preferences__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  margin-top:20px;
}

@media (max-width:767px){
  .cookie-banner{
    left:10px;
    right:10px;
    bottom:10px;
  }

  .cookie-banner__inner{
    display:block;
    padding:18px;
    border-radius:18px;
  }

  .cookie-banner__actions{
    margin-top:14px;
    display:grid;
    grid-template-columns:1fr;
  }

  .cookie-banner .btn,
  .cookie-preferences .btn{
    width:100%;
  }

  .cookie-option{
    grid-template-columns:1fr;
  }

  .cookie-preferences__actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .map-consent{
    padding:22px 18px;
  }
}


.map-frame-static{
  min-height:360px;
  background:linear-gradient(135deg, rgba(255,253,249,.96), rgba(248,243,238,.92));
}

.map-static{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
}

.footer-cookie-settings{background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:none}
.footer-cookie-settings:hover{text-decoration:underline}
