/* ---------- Fonts (self-hosted Poppins, latin + latin-ext) ---------- */
@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url("../assets/fonts/poppins-300-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url("../assets/fonts/poppins-300-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("../assets/fonts/poppins-400-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("../assets/fonts/poppins-400-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("../assets/fonts/poppins-500-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("../assets/fonts/poppins-500-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("../assets/fonts/poppins-600-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("../assets/fonts/poppins-600-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("../assets/fonts/poppins-700-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("../assets/fonts/poppins-700-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* ---------- Design tokens ---------- */
:root{
  --blue:#0087FF;
  --blue-dark:#002882;
  --bg-tint:#E9F3FF;
  --bg-soft:#F7FAFF;
  --bg:#FFFFFF;

  --radius:15px;
  --btn-radius:50px;

  --container-max:1440px;
  --container-pad:30px;
  --card-pad:30px;
  --section-pad:100px;

  --heading-gap-eyebrow:20px;
  --heading-gap-text:20px;
  --heading-gap-cta:40px;
  --card-grid-gap:24px;
  --card-inner-icon:20px;
  --card-inner-title:8px;
  --card-inner-cta:24px;
}
@media (max-width:1139px){
  :root{
    --container-pad:20px;
    --card-pad:25px;
    --card-grid-gap:20px;
    --section-pad:40px;
  }
}
@media (max-width:767px){
  :root{
    --container-pad:10px;
    --card-pad:20px;
    --card-grid-gap:16px;
    --section-pad:20px;
  }
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--blue-dark);
  font-family:"Poppins",-apple-system,"Segoe UI",Roboto,sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;}
h1,h2,h3{margin:0;font-weight:600;}
p{margin:0;}
button{font:inherit;}

.container{
  max-width:var(--container-max);
  margin-inline:auto;
  padding-inline:var(--container-pad);
}

.visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

/* ---------- Typography ---------- */
/* Eyebrow label above section headings — same text style as buttons */
.eyebrow{
  display:block;margin:0;
  font-size:16px;line-height:1.4;font-weight:600;color:var(--blue);
}
h1,.h1{font-size:48px;line-height:1.1;}
h2,.h2{font-size:38px;line-height:1.2;}
h3,.h3{font-size:27px;line-height:1.3;}
.body-large{font-size:21px;line-height:1.6;font-weight:400;}
p,.body{font-size:17px;line-height:1.6;font-weight:300;}

@media (max-width:1139px){
  h1,.h1{font-size:42px;}
  h2,.h2{font-size:32px;}
  h3,.h3{font-size:24px;}
  .body-large{font-size:20px;}
}
@media (max-width:767px){
  h1,.h1{font-size:34px;}
  h2,.h2{font-size:27px;}
  h3,.h3{font-size:21px;}
  .body-large{font-size:19px;}
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-size:16px;line-height:1;font-weight:600;
  padding:15px 30px;border-radius:var(--btn-radius);
  border:1.5px solid var(--blue);color:var(--blue);
  background:linear-gradient(var(--blue),var(--blue)) center / 0% 100% no-repeat;
  text-decoration:none;cursor:pointer;width:fit-content;
  transition:background-size .35s ease,color .35s ease;
}
.btn:hover,.btn:focus-visible{background-size:100% 100%;color:#fff;}
.btn-white{color:#fff;border-color:#fff;background-image:linear-gradient(#fff,#fff);}
.btn-white:hover,.btn-white:focus-visible{color:var(--blue);}

@media (prefers-reduced-motion:reduce){
  .btn{transition:none;}
}

/* ---------- Header ---------- */
/* Header is fixed (stays visible + shrinks on scroll) but must never overlap page content:
   .header-spacer is a real in-flow element that mirrors the header's height exactly, so the
   hero starts right after it. overflow-anchor:none stops the browser from nudging scrollY to
   compensate while the spacer's height animates (that auto-compensation was what made an
   earlier sticky-header attempt vibrate). */
:root{--logo-w:150px;--header-h:100px;--header-h-scrolled:70px;}
@media (max-width:1139px){:root{--logo-w:150px;--header-h:90px;--header-h-scrolled:60px;}}
@media (max-width:767px){:root{--logo-w:125px;--header-h:80px;--header-h-scrolled:50px;}}
html{background:var(--blue);overflow-anchor:none;}
.site-header{
  background:var(--blue);position:fixed;top:0;left:0;right:0;z-index:50;
  transition:box-shadow .3s ease;
}
.site-header.scrolled{box-shadow:0 4px 20px rgba(0,40,130,.18);}
.site-header .container{
  max-width:1680px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  height:var(--header-h);
  transition:height .3s ease;
}
.site-header.scrolled .container{height:var(--header-h-scrolled);}
.header-spacer{
  height:var(--header-h);background:var(--blue);
  transition:height .3s ease;overflow-anchor:none;
}
.header-spacer.scrolled{height:var(--header-h-scrolled);}
.site-header .logo{transform-origin:left center;transition:transform .3s ease;}
.site-header.scrolled .logo{transform:scale(.8);}
.site-header .logo img{width:var(--logo-w);height:auto;}
@media (prefers-reduced-motion:reduce){
  .site-header,.site-header .container,.site-header .logo{transition:none;}
}

.nav{display:flex;align-items:center;gap:8px;}
@media (min-width:1140px){
  .site-header .container{position:relative;}
  .nav-list{position:absolute;left:50%;transform:translateX(-50%);}
}
.nav-list{list-style:none;display:flex;align-items:center;gap:8px;margin:0;padding:0;}
.nav-item{position:relative;padding-block:8px;}
.nav-link{
  position:relative;display:flex;align-items:center;gap:8px;
  padding:12px 16px;color:#fff;font-size:16px;font-weight:600;line-height:1;
  text-decoration:none;border-radius:5px;background:transparent;
  border:none;cursor:pointer;
}
.nav-item.has-submenu .nav-link{padding-right:28px;}
.nav-link:hover,.nav-link:focus-visible,.nav-item.open .nav-link{background:rgba(255,255,255,.2);}
.nav-caret{
  position:absolute;right:14px;top:50%;
  width:8px;height:8px;margin-top:-6px;
  border-right:1.6px solid #fff;border-bottom:1.6px solid #fff;
  transform:rotate(45deg);transition:transform .3s ease;
}
.nav-item.open .nav-caret{transform:rotate(-135deg);margin-top:-2px;}

.submenu{
  list-style:none;margin:0;padding:20px;
  position:absolute;top:100%;left:0;
  display:flex;flex-direction:column;align-items:flex-start;gap:15px;
  background:var(--bg-soft);
  border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,.2);
  opacity:0;visibility:hidden;transform:translateY(4px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
}
.nav-item.open .submenu{opacity:1;visibility:visible;transform:translateY(0);}
.submenu a{
  display:block;color:var(--blue);font-size:16px;font-weight:500;
  text-decoration:none;white-space:nowrap;
}
.submenu a:hover,.submenu a:focus-visible{color:var(--blue-dark);}

.nav-toggle{
  display:none;background:transparent;border:none;cursor:pointer;
  width:40px;height:40px;padding:8px;position:relative;z-index:51;
}
.nav-toggle span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;margin:6px 0;transition:transform .2s ease,opacity .2s ease;}
.nav-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}
.nav-toggle.open span:nth-child(2){opacity:0;}
.nav-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

body.nav-open-lock{overflow:hidden;}

@media (max-width:1139px){
  .nav-toggle{display:block;}
  .nav{
    position:fixed;top:var(--header-h);left:0;right:0;bottom:0;
    background:var(--bg-soft);
    flex-direction:column;align-items:stretch;justify-content:flex-start;
    padding:24px 20px 40px;overflow-y:auto;
    opacity:0;visibility:hidden;pointer-events:none;
    transition:opacity .25s ease,visibility .25s,top .3s ease;
  }
  .site-header.scrolled .nav{top:var(--header-h-scrolled);}
  .nav.open{opacity:1;visibility:visible;pointer-events:auto;}
  .nav-list{flex-direction:column;align-items:stretch;gap:0;}
  .nav-item{width:100%;}
  .nav-link{
    width:100%;color:var(--blue-dark);font-size:23px;font-weight:500;
  }
  .nav-link:hover,.nav-link:focus-visible,.nav-item.open .nav-link{background:var(--bg-tint);}
  .nav-caret{border-color:var(--blue-dark);}
  .submenu{
    position:static;box-shadow:none;transform:none;max-width:none;margin-top:0;
    background:transparent;padding:0 0 0 16px;
    max-height:0;overflow:hidden;visibility:visible;opacity:1;
    transition:max-height .25s ease,padding .25s ease;
  }
  .nav-item.open .submenu{max-height:400px;padding-block:8px;}
  .header-cta{
    margin-top:20px;background:var(--blue);color:#fff;border-color:var(--blue);
    align-self:flex-start;background-image:none;
  }
  .header-cta:hover,.header-cta:focus-visible{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff;}
}
@media (max-width:767px){
  .nav-link{font-size:21px;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;background:var(--blue);color:#fff;overflow:hidden;
  padding-top:64px;padding-bottom:112px;
  min-height:65vh;display:flex;align-items:center;
}
.hero > .container{width:100%;}
.hero-wave{
  position:absolute;left:0;bottom:-1px;width:100%;height:80px;
  color:var(--bg-tint);pointer-events:none;z-index:1;
}
@media (max-width:767px){.hero-wave{height:40px;}}
/* Elementor "Velikost displeje: Obsahuje" = background-size:contain — the curve always renders fully, shrinking to fit rather than ever being cropped. */
.hero-curve{
  position:absolute;inset:0;
  background-image:url("../assets/hp-curve.c1c78ee0.svg");
  background-repeat:no-repeat;background-position:right bottom;background-size:contain;
  pointer-events:none;z-index:0;opacity:.5;
}
.hero .container{position:relative;z-index:1;}
.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--heading-gap-text);}
.hero-content p{max-width:700px;}
.hero-content strong{font-weight:700;}
@media (min-width:1140px){
  .hero h1{white-space:nowrap;}
  .hero-content p{max-width:none;}
}
@media (max-width:1139px){.br-desktop{display:none;}}
.hero-content p{color:rgba(255,255,255,.9);}
.hero-content .btn{margin-top:calc(var(--heading-gap-cta) - var(--heading-gap-text));}

/* ---------- Generic section ---------- */
.section{padding-block:var(--section-pad);}

.section-head{
  display:flex;flex-direction:column;gap:var(--heading-gap-eyebrow);
  margin-bottom:40px;max-width:760px;
}
.section-head .eyebrow + h2{margin-top:0;}

/* Standalone wave seam between #mapa (tint bg) and #oblasti (white bg) — a plain
   in-flow element, not absolutely positioned over either section, so it never
   changes their height/padding. Flipped so the solid tint fill sits on top
   (touching #mapa) and the wavy cutout sits at the bottom (revealing white,
   blending into #oblasti). */
.section-wave{display:block;width:100%;height:auto;transform:scaleX(-1);}
.section-wave--flip{transform:scaleY(-1);}

/* ---------- Map section ---------- */
.map-section{background:var(--bg-tint);}
@media (min-width:1140px){
  .map-section{padding-top:50px;padding-bottom:100px;}
}
.map-layout{
  display:grid;grid-template-columns:7fr 3fr;gap:48px;align-items:center;
}
.map-svg-wrap{width:100%;}
.map-svg-wrap svg{display:block;width:100%;height:auto;}
.map-copy{
  display:flex;flex-direction:column;gap:var(--heading-gap-eyebrow);
  align-self:start;position:sticky;top:calc(var(--header-h-scrolled) + 60px);
}
.map-copy h2{margin-top:0;}

.map-svg-wrap [id^="pin-"]{cursor:pointer;}

/* Pin hover: only on devices with a real hover (not touch), matches assets/mapa-*.svg pin groups */
@media (hover:hover){
  .map-svg-wrap [id^="pin-"] image{
    transition:transform .2s ease;transform-box:fill-box;transform-origin:center center;
  }
  .map-svg-wrap [id^="pin-"]:hover image{transform:scale(1.12);}
}

@media (max-width:1139px){
  .map-layout{grid-template-columns:1fr;gap:32px;}
  .map-copy{order:-1;}
}

@media (max-width:767px){
  .map-copy{order:0;}
}

/* ---------- Ambulance popup (map pin click) ---------- */
.amb-dialog{
  width:min(640px, calc(100% - 20px));max-height:calc(100dvh - 40px);
  padding:0;border:none;border-radius:var(--radius);overflow:auto;
  background:var(--bg);color:var(--blue-dark);
  box-shadow:0 20px 60px rgba(0,40,130,.25);
}
.amb-dialog::backdrop{background:rgba(0,0,0,.35);}
.amb-head{
  display:flex;align-items:center;gap:14px;
  background:var(--blue-dark);color:#fff;padding:28px 30px;
}
.amb-logo{width:44px;height:44px;object-fit:contain;flex:none;}
.amb-title{flex:1;font-size:27px;line-height:1.3;font-weight:600;color:#fff;}
.amb-close{
  background:none;border:none;color:#fff;cursor:pointer;padding:6px;margin:-6px;
  display:flex;border-radius:5px;
}
.amb-close:hover,.amb-close:focus-visible{background:rgba(255,255,255,.2);}
.amb-tabs{display:flex;gap:24px;padding:20px 30px 0;border-bottom:1px solid var(--bg-tint);}
.amb-tabs[hidden]{display:none;}
.amb-tab{
  font:inherit;font-size:16px;font-weight:600;line-height:1;cursor:pointer;
  padding:4px 2px 14px;border:none;background:transparent;color:#8A97AC;
  position:relative;
}
.amb-tab[aria-selected="true"]{color:var(--blue);}
.amb-tab[aria-selected="true"]::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;
  background:var(--blue);border-radius:2px;
}
.amb-body{padding:24px 30px 30px;}
.amb-label{font-size:16px;font-weight:600;margin:0 0 12px;}
.amb-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.amb-list li{display:flex;align-items:flex-start;gap:12px;font-size:17px;line-height:1.4;font-weight:400;}
.amb-list svg{flex:none;color:var(--blue);margin-top:2px;}
.amb-list a{color:inherit;text-decoration:none;}
.amb-list a:hover{color:var(--blue);}
.amb-note{display:block;color:#3E4C63;font-weight:300;}
.amb-divider{border:none;border-top:1px solid var(--bg-tint);margin:22px 0;}
.amb-actions{display:flex;flex-wrap:wrap;gap:12px;}
.amb-actions .btn svg{margin-right:8px;}
/* Filled button variant (primary action inside the popup) */
.btn-solid{background:var(--blue);color:#fff;}
.btn-solid:hover,.btn-solid:focus-visible{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff;}

@media (max-width:1139px){
  .amb-title{font-size:24px;}
}
@media (max-width:767px){
  .amb-head{padding:20px;}
  .amb-title{font-size:21px;}
  .amb-tabs{padding:16px 20px 0;}
  .amb-body{padding:20px;}
}

/* ---------- Tri pilire (cards) ---------- */
.card-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:var(--card-grid-gap);
}
.card{
  background:var(--bg-soft);border-radius:var(--radius);
  padding:var(--card-pad);display:flex;flex-direction:column;
  transition:box-shadow .3s ease;
}
@media (min-width:768px) and (max-width:1139px){
  .card{min-height:400px;}
}
@media (min-width:1140px){
  .card{min-height:420px;}
}
@media (hover:hover){
  .card:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.19);}
}
.card .icon{
  width:80px;height:80px;object-fit:contain;margin-bottom:var(--card-inner-icon);
}
.card h3{margin-bottom:var(--card-inner-title);}
.card p{flex:1;color:var(--blue);font-size:21px;line-height:1.6;font-weight:400;}
@media (max-width:1139px){.card p{font-size:20px;}}
@media (max-width:767px){.card p{font-size:19px;}}
.card .btn{margin-top:var(--card-inner-cta);}

@media (max-width:767px){
  .card-grid{grid-template-columns:1fr;}
}

/* ---------- Kapslova diagnostika ---------- */
.capsule-section{background:var(--bg-tint);padding-top:0;padding-bottom:0;}
.capsule-section .container{
  display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;
}
.capsule-media img{border-radius:var(--radius);max-width:500px;width:100%;height:auto;}
.capsule-copy{display:flex;flex-direction:column;gap:var(--heading-gap-text);}
.capsule-copy-text{color:var(--blue);}
.capsule-copy .btn-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:calc(var(--heading-gap-cta) - var(--heading-gap-text));}

@media (max-width:1139px){
  .capsule-section .container{grid-template-columns:1fr;gap:32px;}
  .capsule-media{order:-1;max-width:420px;margin-inline:auto;}
}

/* ---------- Machytka ---------- */
.doctor-section{
  position:relative;background:#fff;overflow:hidden;padding-top:50px;padding-bottom:0;
}
.doctor-section .container{
  position:relative;z-index:1;
  display:grid;grid-template-columns:65fr 35fr;gap:64px;align-items:center;
}
.doctor-photo{display:flex;justify-content:center;}
.doctor-photo img{max-width:700px;width:100%;height:auto;display:block;}
.doctor-copy{display:flex;flex-direction:column;gap:var(--heading-gap-text);}
.doctor-copy p{color:var(--blue);}
.doctor-copy .btn{margin-top:calc(var(--heading-gap-cta) - var(--heading-gap-text));align-self:flex-start;}

@media (max-width:1139px){
  .doctor-section .container{grid-template-columns:1fr;text-align:center;}
  .doctor-photo{max-width:280px;margin-inline:auto;}
  .doctor-copy{align-items:center;}
  .doctor-copy .btn{align-self:center;}
}

/* ---------- Footer ---------- */
.site-footer{background:var(--blue-dark);padding-block:50px;}

.footer-top{
  display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;
  margin-bottom:40px;
}
.footer-brand{display:flex;flex-direction:column;gap:14px;}
.footer-brand .logo img{width:var(--logo-w);height:auto;}
.footer-brand p{margin:0;color:rgba(255,255,255,.6);font-size:17px;line-height:1.6;white-space:nowrap;}
.footer-backtotop{
  width:100px;height:100px;border:1.4px solid rgba(255,255,255,.4);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8);
  font-size:16px;font-weight:600;text-align:center;line-height:1.3;flex:none;
  text-decoration:none;
}
.footer-backtotop:hover{border-color:rgba(255,255,255,.8);color:#fff;}

.footer-cols{display:flex;gap:80px;flex-wrap:wrap;margin-bottom:32px;}
.footer-col h5{
  margin:0 0 10px;font-size:16px;font-weight:600;letter-spacing:.05em;
  text-transform:uppercase;color:#fff;
}
.footer-link{color:rgba(255,255,255,.75);text-decoration:none;font-size:17px;line-height:2;display:block;}
.footer-link:hover{color:#fff;}
.footer-contact{
  display:flex;align-items:flex-start;gap:10px;color:rgba(255,255,255,.85);
  font-size:17px;line-height:1.5;margin-bottom:12px;
}
.footer-contact svg{flex:none;margin-top:3px;color:#fff;}
.footer-contact a{color:inherit;text-decoration:none;}
.footer-contact a:hover{color:#fff;}

.footer-bottom{
  display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;
  padding-top:22px;border-top:1px solid rgba(255,255,255,.15);
}
.footer-entity{color:rgba(255,255,255,.45);font-size:16px;}
.footer-legal{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;}
.footer-legal a{color:rgba(255,255,255,.55);text-decoration:none;font-size:16px;}
.footer-legal a:hover{color:rgba(255,255,255,.85);}
.footer-credit{color:rgba(255,255,255,.4);font-size:16px;}
.footer-credit a{color:rgba(255,255,255,.65);text-decoration:none;}
.footer-credit a:hover{color:#fff;}

@media (max-width:767px){
  .site-footer{padding-block:32px 20px;}
  .footer-top{flex-direction:column;gap:24px;}
  .footer-cols{gap:26px;}
}
