@font-face{font-family:Inter;src:url("fonts/Inter-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0250-1DFF,U+2070-209F,U+2150-218F,U+2800-FEFE,U+FF00-FFFC,U+FFFE-10FFFF}@font-face{font-family:Inter;src:url("fonts/Inter-SemiBold.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap;unicode-range:U+0250-1DFF,U+2070-209F,U+2150-218F,U+2800-FEFE,U+FF00-FFFC,U+FFFE-10FFFF}@font-face{font-family:Inter;src:url("fonts/Inter-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap;unicode-range:U+0250-1DFF,U+2070-209F,U+2150-218F,U+2800-FEFE,U+FF00-FFFC,U+FFFE-10FFFF}@font-face{font-family:Inter;src:url("fonts/Inter-ExtraBold.woff2") format("woff2");font-style:normal;font-weight:800;font-display:swap;unicode-range:U+0250-1DFF,U+2070-209F,U+2150-218F,U+2800-FEFE,U+FF00-FFFC,U+FFFE-10FFFF}@font-face{font-family:Inter;src:url("fonts/Inter-Black.woff2") format("woff2");font-style:normal;font-weight:900;font-display:swap;unicode-range:U+0250-1DFF,U+2070-209F,U+2150-218F,U+2800-FEFE,U+FF00-FFFC,U+FFFE-10FFFF}:root{--ink:#12383a;--ink-deep:#073436;--teal:#15857c;--teal-dark:#0f6e68;--muted:#6b7d7c;--line:#d6e3e0;--mint:#edf8f5;--white:#fff;--coral:#f28470;--gold:#ddb740;--radius:30px;--shell:min(1160px,calc(100% - 44px));font-family:Inter,"Segoe UI Variable","Segoe UI",Arial,sans-serif;color:#17383a;background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.65}h1,h2,h3,p{margin-top:0}button,summary{font:inherit}:focus-visible{outline:3px solid #78b9af;outline-offset:4px}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;color:#fff;background:var(--ink);transform:translateY(-150%)}.skip-link:focus{transform:none}.section-shell{width:var(--shell);margin-inline:auto}.site-header{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(16,70,69,.1);background:rgba(255,255,255,.95);backdrop-filter:blur(14px)}.header-inner{display:flex;width:var(--shell);min-height:94px;align-items:center;justify-content:space-between;margin:auto}.brand{display:inline-flex;align-items:center;gap:13px}.brand-mark{display:grid;width:54px;height:54px;place-items:center;border-radius:17px;color:#fff;background:#0b55e7;font:800 42px/1 Georgia,serif}.brand-copy{display:grid;line-height:1}.brand-copy strong{color:var(--ink-deep);font-size:20px}.brand-copy small{margin-top:6px;color:var(--teal);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.hero{min-height:610px;padding-block:112px 100px}.eyebrow{display:flex;align-items:center;margin-bottom:28px;color:var(--teal-dark);font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase;gap:14px}.eyebrow span{width:42px;height:3px;background:var(--coral)}.hero h1{display:grid;max-width:1120px;margin-bottom:30px;color:var(--ink-deep);font-size:clamp(4.7rem,9vw,8.6rem);line-height:.94;letter-spacing:-.075em}.hero h1 span,.hero h1 em{white-space:nowrap}.hero h1 em{color:var(--teal);font-style:normal}.hero h1.name-md{font-size:clamp(4rem,8vw,7.5rem)}.hero h1.name-lg{font-size:clamp(3.1rem,6.5vw,6rem)}.hero h1.name-xl{font-size:clamp(2.1rem,4.1vw,4rem)}.hero-lead{max-width:700px;margin-bottom:34px;font-size:1.18rem}.button{display:inline-flex;min-height:58px;align-items:center;justify-content:center;padding:0 27px;border:1px solid transparent;border-radius:17px;font-weight:850;gap:24px}.button-primary{color:#fff;background:var(--teal-dark);box-shadow:0 14px 32px rgba(17,112,104,.16)}.button-primary:hover{background:#095a56}.service-section{padding-block:82px 110px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px;gap:36px}.section-heading .eyebrow{margin-bottom:18px}.section-heading h2,.contact-strip h2,.page-hero h1{margin-bottom:0;color:var(--ink-deep);font-size:clamp(2.6rem,5vw,4.7rem);line-height:1;letter-spacing:-.06em}.section-heading>p{max-width:380px;margin:0 0 4px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{--accent:#4d8fe5;--soft:#eaf2fd;position:relative;display:flex;min-height:340px;overflow:hidden;flex-direction:column;padding:31px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.22s ease}.service-card::before{position:absolute;right:-42px;bottom:-62px;width:178px;height:178px;border-radius:50%;background:var(--soft);content:""}.service-card:hover{border-color:var(--accent);box-shadow:0 22px 55px rgba(21,75,72,.1);transform:translateY(-5px)}.card-blue{--accent:#4d8fe5;--soft:#e8f1fd}.card-green{--accent:#55ac78;--soft:#e8f6ee}.card-coral{--accent:#eb806d;--soft:#fcece8}.card-beige{--accent:#b38d55;--soft:#f6f0e6}.card-purple{--accent:#7776ce;--soft:#efeffc}.card-orange{--accent:#e69a4b;--soft:#fcf1e5}.card-yellow{--accent:#d7b23f;--soft:#fbf5df}.service-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:48px;border-radius:16px;color:var(--accent);background:var(--soft);font-size:24px;font-weight:850}.service-number{position:absolute;top:34px;right:31px;color:#56706f;font-size:12px;font-weight:850;letter-spacing:.12em}.service-card h3{margin-bottom:14px;color:var(--ink-deep);font-size:1.55rem;letter-spacing:-.035em}.service-card p{margin-bottom:28px}.card-link{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;margin-top:auto;color:var(--ink);font-weight:850}.card-link>span{color:var(--accent);font-size:22px}.empty-services{grid-column:1/-1;padding:60px;border:1px dashed var(--line);border-radius:var(--radius);text-align:center}.empty-services>span{display:grid;width:54px;height:54px;place-items:center;margin:0 auto 20px;border-radius:17px;color:#fff;background:#0b55e7;font:800 42px/1 Georgia,serif}.contact-strip{display:grid;grid-template-columns:.9fr 1.4fr auto;align-items:center;margin-bottom:100px;padding:42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--mint);gap:36px}.contact-strip .eyebrow{margin-bottom:12px}.contact-strip h2{font-size:clamp(1.8rem,3vw,2.8rem)}.contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.contact-details a,.contact-details p{display:grid;margin:0}.contact-details small{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.contact-details strong{margin-top:4px;color:var(--ink);overflow-wrap:anywhere}.round-arrow{display:grid;width:62px;height:62px;place-items:center;border-radius:50%;color:var(--ink);background:var(--coral);font-size:24px}.site-footer{color:#aac4c2;background:#073436}.footer-inner{display:grid;grid-template-columns:1fr 1fr;padding-block:70px 52px;gap:70px}.brand-footer .brand-copy strong{color:#fff}.footer-brand p{margin:20px 0 0}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.footer-links>div{display:grid;align-content:start;gap:10px}.footer-links strong{margin-bottom:8px;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-block:23px;border-top:1px solid rgba(255,255,255,.1);font-size:13px}.page-main{padding-top:1px}.page-hero{padding-block:90px 55px}.back-link{display:inline-flex;margin-bottom:45px;color:var(--teal-dark);font-weight:800;gap:9px}.page-hero .eyebrow{margin-bottom:20px}.page-hero h1{max-width:900px}.page-lead{max-width:760px;margin:28px 0 0;font-size:1.15rem}.content-stack{display:grid;max-width:920px;padding-bottom:100px;gap:18px}.content-card{padding:36px;border:1px solid var(--line);border-radius:25px;background:#fff}.content-card.notice{background:var(--mint)}.content-card h2,.content-heading h2{margin-bottom:15px;color:var(--ink-deep);font-size:clamp(1.55rem,3vw,2.2rem);letter-spacing:-.04em}.content-card p:last-child{margin-bottom:0}.content-card li{margin:9px 0;color:var(--muted);line-height:1.55}.content-card .text-link,.text-link{display:inline-flex;margin-top:18px;color:var(--teal-dark);font-weight:850}.contact-block{display:grid;gap:8px}.contact-block p{margin:0}.content-action{padding:20px 0}.content-action h2{color:var(--ink-deep)}
@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}.contact-strip{grid-template-columns:1fr}.round-arrow{justify-self:start}.footer-inner{grid-template-columns:1fr}.hero{min-height:520px;padding:90px 0 55px}.hero-lead{margin-bottom:58px}.hero h1{font-size:clamp(3.4rem,10vw,6rem)}.hero h1.name-lg{font-size:clamp(2.2rem,7.5vw,4.4rem)}.hero h1.name-xl{font-size:clamp(2rem,4.3vw,3.4rem)}}
@media(max-width:620px){:root{--shell:calc(100% - 38px);--radius:25px}.header-inner{min-height:82px}.brand-mark{width:48px;height:48px;border-radius:15px;font-size:37px}.brand-copy strong{font-size:18px}.hero{min-height:auto;padding:78px 0 52px}.eyebrow{font-size:10px;gap:11px}.eyebrow span{width:30px}.hero h1,.hero h1.name-md{font-size:clamp(2rem,9.7vw,3.3rem);letter-spacing:-.07em}.hero h1.name-lg{font-size:clamp(1.72rem,7.8vw,2.85rem)}.hero h1.name-xl{font-size:clamp(1.35rem,5.7vw,2.25rem)}.hero-lead{margin-bottom:58px;font-size:1rem}.button{width:100%}.service-section{padding-block:70px 85px}.section-heading{align-items:start;flex-direction:column}.service-grid{grid-template-columns:1fr}.service-card{min-height:330px}.contact-strip{padding:30px 25px;margin-bottom:70px}.contact-details{grid-template-columns:1fr}.footer-inner{padding-block:55px 42px;gap:46px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{align-items:start;flex-direction:column;gap:7px}.page-hero{padding-block:65px 42px}.back-link{margin-bottom:35px}.content-card{padding:27px 23px}.content-stack{padding-bottom:75px}}
@media(max-width:380px){.hero h1.name-xl{font-size:1.3rem}.brand-copy small{font-size:9px}.footer-links{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-card{transition:none}}
.service-card::before{transform:translate(-50%,-50%) scale(1);transform-origin:center;transition:transform .28s cubic-bezier(.2,.75,.25,1)}
.service-card::before{z-index:0;pointer-events:none}
.service-card>*{position:relative;z-index:1}
.service-card:is(:hover,:focus-visible)::before{transform:translate(-50%,-50%) scale(1.08)}
.reveal{opacity:1;transform:none}
.js body[data-page="home"] .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.js body[data-page="home"] .reveal.is-visible{opacity:1;transform:none}
.fit-title{max-width:100%;overflow:visible!important;text-overflow:clip!important}
.js body[data-page="home"] .service-card.reveal.is-visible:is(:hover,:focus-visible){transform:translateY(-5px)}
.page-photo{width:var(--shell);max-width:920px;margin:0 auto 28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--mint);box-shadow:0 24px 60px rgba(9,52,54,.10)}
.page-photo img{display:block;width:100%;max-height:610px;object-fit:cover}
.block-photo{width:100%;margin:0 0 24px;overflow:hidden;border-radius:18px;background:#edf4ff}
.block-photo img{display:block;width:100%;max-height:520px;object-fit:cover}
.inline-pictogram{display:inline-block;width:1.45em;height:1.45em;margin:0 .22em;vertical-align:-.36em;object-fit:contain}
.icon-church{--icon-mask:url("/infobod-assets/icons/church.png?v=20260905-2")}.icon-nature{--icon-mask:url("/infobod-assets/icons/nature.png?v=20260905-2")}.icon-food{--icon-mask:url("/infobod-assets/icons/food.png?v=20260905-2")}.icon-accommodation{--icon-mask:url("/infobod-assets/icons/accommodation.png?v=20260905-2")}.icon-events{--icon-mask:url("/infobod-assets/icons/events.png?v=20260905-2")}.icon-info{--icon-mask:url("/infobod-assets/icons/info.png?v=20260905-2")}.icon-sport{--icon-mask:url("/infobod-assets/icons/sport.png?v=20260905-2")}.icon-shopping{--icon-mask:url("/infobod-assets/icons/shopping.png?v=20260905-2")}.icon-map{--icon-mask:url("/infobod-assets/icons/map.png?v=20260905-2")}.icon-transport{--icon-mask:url("/infobod-assets/icons/transport.png?v=20260905-2")}
.legal-page .page-hero h1{overflow-wrap:anywhere}
.legal-card{min-width:0;overflow-wrap:anywhere}
.legal-card code{padding:.15em .35em;border-radius:6px;color:var(--ink-deep);background:var(--mint);overflow-wrap:anywhere}
.inline-link{display:inline;margin-top:0;text-decoration:underline;text-underline-offset:3px}
.content-manager{font-size:.92rem}.content-manager strong{color:#fff}
.footer-bottom a{text-decoration:underline;text-underline-offset:3px}.footer-bottom a:hover{color:#fff}
@media(max-width:620px){.page-photo{margin-bottom:22px}.page-photo img{max-height:420px}.legal-page .page-hero h1{font-size:clamp(2rem,10vw,3.1rem)}}
@media(max-width:620px){.block-photo{margin-bottom:18px;border-radius:15px}.block-photo img{max-height:380px}}
@media(prefers-reduced-motion:reduce){.service-card::before{transition:none}.service-card:is(:hover,:focus-visible)::before{transform:translate(-50%,-50%)}.js body[data-page="home"] .reveal{opacity:1;transform:none;transition:none}.js body[data-page="home"] .service-card.reveal.is-visible:is(:hover,:focus-visible){transform:none}}



/* Verejná téma InfoBodov používa presnú farebnú paletu hlavného webu infobod.sk. */
:root{--ink:#18304f;--ink-deep:#03102f;--teal:#0b51e6;--teal-dark:#073ec2;--muted:#61718b;--line:#dce5f4;--mint:#eaf1ff;--coral:#ff715b;--gold:#92a8cf;color:#18304f;background:#fcfdff}
body{color:#18304f;background:#fcfdff}
:focus-visible{outline-color:#84a7ff}
.site-header{border-bottom-color:rgba(220,229,244,.9)}
.brand-mark,.empty-services>span{background:linear-gradient(145deg,#0b51e6,#0b2d8e);box-shadow:0 8px 20px rgba(11,81,230,.2)}
.button-primary{background:#071c4b;box-shadow:0 14px 32px rgba(3,16,47,.22)}
.button-primary:hover{background:#073ec2;box-shadow:0 15px 32px rgba(11,81,230,.24)}
.service-card:hover{box-shadow:0 22px 55px rgba(7,28,75,.10)}
.service-number{color:#6d82a7}
.round-arrow{background:#ff715b}
.site-footer{color:#c2d1ed;background:#03102f}
.page-photo{box-shadow:0 24px 60px rgba(7,28,75,.10)}

/* Kompaktná úvodná obrazovka InfoBodu. */
.brand{min-width:0}.brand-copy{min-width:0}.brand-copy small{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}
.home-screen{--home-header-height:95px;display:grid;min-height:calc(100vh - var(--home-header-height));min-height:calc(100svh - var(--home-header-height));grid-template-rows:auto minmax(0,1fr) auto auto;align-content:start}.home-screen>.service-section{display:grid;min-height:0}.home-screen .service-grid{height:100%;grid-auto-rows:minmax(0,1fr)}
.home-hero{position:relative;isolation:isolate;min-height:clamp(330px,34vw,430px);overflow:hidden;margin-top:34px;border:1px solid #c8d8f3;border-radius:34px;background:#ddecff;box-shadow:0 24px 70px rgba(7,28,75,.10)}
.home-hero::after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.74) 43%,rgba(255,255,255,.08) 78%);content:"";pointer-events:none}
.home-hero-no-image{border-color:transparent;background:transparent;box-shadow:none}
.home-hero-no-image::after{display:none}
.home-hero-image{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.76) contrast(.9) brightness(1.07)}
.home-hero-copy{position:relative;z-index:2;display:grid;justify-items:center;padding:48px 28px 160px;text-align:center}
.home-hero .eyebrow{display:grid;justify-items:center;margin-bottom:18px;color:var(--teal);gap:12px}
.home-hero .eyebrow span{width:62px;height:4px;background:var(--teal)}
.home-hero h1{width:100%;max-width:950px;margin:0;overflow:hidden;color:var(--ink-deep);font-size:clamp(4.4rem,8.4vw,7.8rem);line-height:.92;letter-spacing:-.07em;overflow-wrap:normal;text-overflow:clip;white-space:nowrap}
.home-hero h1.name-md{font-size:clamp(3.8rem,7.2vw,6.5rem)}.home-hero h1.name-lg{font-size:clamp(3rem,6vw,5.3rem)}.home-hero h1.name-xl{font-size:clamp(2.25rem,4.6vw,4.2rem)}
.service-section{max-width:920px;padding-block:22px 24px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.service-card{min-height:215px;padding:22px;border-color:#d5e1f2;border-radius:26px;background:linear-gradient(145deg,#fff 4%,var(--soft) 100%)}.service-card::before{top:44%;right:auto;bottom:auto;left:50%;width:78%;height:58%;border-radius:0;background:var(--accent);opacity:.23;-webkit-mask:var(--icon-mask) center/contain no-repeat;mask:var(--icon-mask) center/contain no-repeat}.service-card h3{margin:auto 0 8px;font-size:1.55rem}.service-card p{display:-webkit-box;min-height:2.7em;margin-bottom:14px;padding-right:34px;overflow:hidden;font-size:1rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-link{position:absolute;right:16px;bottom:14px;justify-content:flex-end;font-size:.84rem;gap:14px}.card-link-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.card-link>span:last-child{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:var(--accent);background:rgba(255,255,255,.82)}
.nearby-strip{display:flex;max-width:920px;align-items:center;justify-content:space-between;margin-top:10px;padding:18px 20px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#0b51e6,#073ec2);box-shadow:0 18px 40px rgba(11,81,230,.22);gap:24px}
.nearby-place{display:flex;min-width:0;align-items:center;gap:15px}.nearby-place>span:last-child{display:grid;min-width:0}.nearby-place small{color:#dbe8ff;font-size:.69rem;letter-spacing:.04em;text-transform:uppercase}.nearby-place strong{margin-top:3px;font-size:1.05rem;overflow-wrap:anywhere}.nearby-pin{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border-radius:16px;color:#0b51e6;background:#fff;font-size:25px;font-weight:900}
.nearby-strip>a{display:flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:16px;color:#073ec2;background:#fff;font-size:.84rem;font-weight:850;gap:14px}.nearby-strip>a:hover{background:#edf4ff}.nearby-strip>a span{font-size:1.15rem}
.language-links{display:flex;max-width:920px;align-items:center;padding-block:22px 54px;color:#4d6384;font-size:.8rem;font-weight:850;gap:13px}.language-links a:hover,.language-links a[aria-current="page"]{color:var(--teal)}.language-links span{color:#b7c5da}
.coming-soon{display:grid;min-height:58vh;align-content:center;padding-block:70px}.coming-soon .back-link{justify-self:start;margin-bottom:42px}.coming-soon .eyebrow{margin-bottom:20px}.coming-soon h1{max-width:850px;margin-bottom:22px;color:var(--ink-deep);font-size:clamp(2.8rem,7vw,6.2rem);line-height:.94;letter-spacing:-.065em}.coming-soon>p:last-child{max-width:620px;font-size:1.1rem}

@media(max-width:620px){
  .home-screen{--home-header-height:77px}
  .header-inner{gap:10px}.brand{gap:10px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:8px;letter-spacing:.075em}
  .home-hero{width:100%;min-height:0;aspect-ratio:5/2;margin-top:0;border-right:0;border-left:0;border-radius:0}.home-hero-copy{padding:14px 12px 39px}.home-hero .eyebrow{margin-bottom:7px;font-size:7.5px;letter-spacing:.13em;gap:6px}.home-hero .eyebrow span{width:36px;height:3px}
  .home-hero-image-default{object-position:left center}
  .home-hero h1{font-size:clamp(3rem,15vw,4.15rem)}.home-hero h1.name-md{font-size:clamp(2.15rem,10.2vw,3rem)}.home-hero h1.name-lg{font-size:clamp(1.55rem,7.4vw,2.2rem)}.home-hero h1.name-xl{font-size:clamp(1.12rem,5.35vw,1.65rem)}
  .service-section{padding-block:8px 10px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.service-card{min-height:142px;padding:10px 11px;border-radius:19px}.service-card::before{top:42%;right:auto;bottom:auto;left:50%;width:82%;height:56%;opacity:.21}.service-card h3{display:-webkit-box;min-height:2.05em;margin:auto 0 4px;overflow:hidden;font-size:clamp(1rem,4.6vw,1.12rem);line-height:1.03;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card p{min-height:2.55em;margin:0;padding-right:24px;font-size:.72rem;line-height:1.28}.card-link{right:8px;bottom:8px}.card-link>span:last-child{width:24px;height:24px;font-size:14px}
  .nearby-strip{margin-top:2px;padding:10px;border-radius:18px;gap:9px}.nearby-place{gap:8px}.nearby-pin{width:36px;height:36px;flex-basis:36px;border-radius:11px;font-size:18px}.nearby-place small{font-size:.52rem}.nearby-place strong{font-size:.82rem}.nearby-strip>a{min-height:38px;padding:0 10px;border-radius:12px;font-size:.62rem;gap:6px;text-align:center}
  .language-links{padding-block:12px 24px}.contact-strip{margin-top:0}.coming-soon{min-height:52vh;padding-block:55px}
}

/* Content pages inherit the parent's hero; home styling/animation stays intact. */
body[data-page="page"] .page-main{padding-top:0}
body[data-page="page"] .content-page-hero{position:relative;overflow:hidden;margin-top:0}
body[data-page="page"] .content-page-hero .home-hero-copy{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;min-height:inherit;padding:55px 16px 18px}
body[data-page="page"] .content-page-hero h1{margin:0;width:100%;text-align:center}
body[data-page="page"] .content-page-hero .back-link{position:absolute;z-index:3;top:12px;left:16px;display:inline-flex;align-items:center;gap:8px;min-height:44px;margin:0;padding:10px 15px;border-radius:12px;background:#0b51e6;color:#fff;font-size:.8rem;font-weight:800;box-shadow:0 5px 14px #0b51e622}
body[data-page="page"] .page-intro{margin-top:26px;margin-bottom:26px}
body[data-page="page"] .page-intro .page-lead{max-width:none;margin:0}
body[data-page="page"] .content-page-hero+.content-stack{margin-top:28px}
@media(max-width:350px){.brand-copy small{max-width:150px;white-space:normal;font-size:7.5px;line-height:1.15}.service-card{min-height:150px}.service-card h3{font-size:.98rem}.service-card p{font-size:.68rem}.nearby-strip{align-items:stretch;flex-direction:column}.nearby-strip>a{width:100%}}

/* Počet kariet riadi kompaktnosť úvodu; nepárna posledná karta vyplní oba stĺpce. */
.service-grid.cards-odd>.service-card:last-child{grid-column:1/-1}.service-grid.cards-odd>.service-card:last-child::before{width:44%}.service-card.card-title-md h3{font-size:1.35rem}.service-card.card-title-lg h3{font-size:1.18rem}.service-card.card-title-xl h3{font-size:1.02rem}
@media(max-width:620px){
  .header-inner{min-height:76px}.brand-mark{width:46px;height:46px;font-size:35px}
  :is(.home-card-count-5,.home-card-count-6) .home-hero{aspect-ratio:2.75/1}:is(.home-card-count-7,.home-card-count-8) .home-hero{aspect-ratio:3.1/1}
  :is(.home-card-count-5,.home-card-count-6) .home-hero-copy{padding:11px 10px 31px}:is(.home-card-count-7,.home-card-count-8) .home-hero-copy{padding:8px 10px 24px}
  :is(.home-card-count-7,.home-card-count-8) .home-hero .eyebrow{margin-bottom:5px;font-size:7px;gap:4px}:is(.home-card-count-7,.home-card-count-8) .home-hero .eyebrow span{width:31px}
  :is(.home-card-count-5,.home-card-count-6) .home-hero h1.name-sm{font-size:clamp(2.7rem,13.5vw,3.7rem)}:is(.home-card-count-7,.home-card-count-8) .home-hero h1.name-sm{font-size:clamp(2.45rem,12.3vw,3.35rem)}
  :is(.home-card-count-5,.home-card-count-6) .home-hero h1.name-md{font-size:clamp(2rem,9.6vw,2.75rem)}:is(.home-card-count-7,.home-card-count-8) .home-hero h1.name-md{font-size:clamp(1.8rem,8.8vw,2.45rem)}
  :is(.home-card-count-5,.home-card-count-6) .home-hero h1.name-lg{font-size:clamp(1.48rem,7vw,2rem)}:is(.home-card-count-7,.home-card-count-8) .home-hero h1.name-lg{font-size:clamp(1.34rem,6.4vw,1.82rem)}
  :is(.home-card-count-5,.home-card-count-6) .home-hero h1.name-xl{font-size:clamp(1.08rem,5.05vw,1.48rem)}:is(.home-card-count-7,.home-card-count-8) .home-hero h1.name-xl{font-size:clamp(1rem,4.7vw,1.36rem)}
  .service-grid:is(.cards-5,.cards-6){gap:7px}.service-grid:is(.cards-5,.cards-6) .service-card{min-height:118px;padding:8px 10px;border-radius:17px}.service-grid:is(.cards-5,.cards-6) .service-card::before{top:39%;height:52%}.service-grid:is(.cards-5,.cards-6) .service-card h3{min-height:1.95em;margin:auto 0 3px;font-size:clamp(.94rem,4.25vw,1.04rem)}.service-grid:is(.cards-5,.cards-6) .service-card p{min-height:2.35em;padding-right:22px;font-size:.68rem;line-height:1.18}.service-grid:is(.cards-5,.cards-6) .card-link{right:7px;bottom:7px}.service-grid:is(.cards-5,.cards-6) .card-link>span:last-child{width:22px;height:22px;font-size:13px}
  .service-grid:is(.cards-7,.cards-8){gap:6px}.service-grid:is(.cards-7,.cards-8) .service-card{min-height:98px;padding:7px 9px;border-radius:16px}.service-grid:is(.cards-7,.cards-8) .service-card::before{top:36%;height:48%}.service-grid:is(.cards-7,.cards-8) .service-card h3{min-height:1.88em;margin:auto 0 2px;font-size:clamp(.84rem,3.9vw,.94rem);line-height:.97}.service-grid:is(.cards-7,.cards-8) .service-card p{min-height:2.18em;padding-right:20px;font-size:.61rem;line-height:1.12}.service-grid:is(.cards-7,.cards-8) .card-link{right:6px;bottom:6px}.service-grid:is(.cards-7,.cards-8) .card-link>span:last-child{width:20px;height:20px;font-size:12px}
  .service-grid:is(.cards-5,.cards-6) .service-card.card-title-md h3{font-size:.87rem}.service-grid:is(.cards-5,.cards-6) .service-card.card-title-lg h3{font-size:.79rem}.service-grid:is(.cards-5,.cards-6) .service-card.card-title-xl h3{font-size:.7rem}.service-grid:is(.cards-7,.cards-8) .service-card.card-title-md h3{font-size:.78rem}.service-grid:is(.cards-7,.cards-8) .service-card.card-title-lg h3{font-size:.7rem}.service-grid:is(.cards-7,.cards-8) .service-card.card-title-xl h3{font-size:.64rem}
  :is(.home-card-count-7,.home-card-count-8) .nearby-strip{padding:8px;border-radius:16px}:is(.home-card-count-7,.home-card-count-8) .nearby-pin{width:32px;height:32px;flex-basis:32px;font-size:16px}:is(.home-card-count-7,.home-card-count-8) .nearby-place strong{font-size:.75rem}:is(.home-card-count-7,.home-card-count-8) .nearby-strip>a{min-height:34px;padding:0 8px;font-size:.57rem}
  :is(.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .language-links{padding-block:8px 16px}
}
@media(max-width:350px){.service-grid:is(.cards-5,.cards-6) .service-card{min-height:114px}.service-grid:is(.cards-7,.cards-8) .service-card{min-height:96px}.service-grid.cards-odd>.service-card:last-child::before{width:48%}:is(.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip{align-items:center;flex-direction:row}:is(.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip>a{width:auto}}

/* Plynulý medzistupeň pre tablety a veľké mobilné zobrazenia. */
@media(min-width:621px) and (max-width:900px){
  .home-screen{--home-header-height:83px}
  .header-inner{min-height:82px}.brand-mark{width:48px;height:48px;font-size:37px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero{min-height:0;aspect-ratio:3/1;margin-top:18px;border-radius:28px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero-copy{padding:20px 18px 72px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow{margin-bottom:10px;font-size:9px;gap:7px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow span{width:42px;height:3px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-sm{font-size:clamp(3.2rem,8.6vw,4.5rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-md{font-size:clamp(2.65rem,7.2vw,3.8rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-lg{font-size:clamp(2.05rem,5.7vw,3rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-xl{font-size:clamp(1.55rem,4.25vw,2.25rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .service-section{padding-block:14px 8px}
  .service-grid:is(.cards-4,.cards-5,.cards-6){gap:12px}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card{min-height:150px;padding:16px 18px;border-radius:22px}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card::before{top:40%;height:53%}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card h3{min-height:1.9em;margin:auto 0 4px;font-size:1.2rem;line-height:1}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card p{min-height:2.3em;margin:0;padding-right:28px;font-size:.8rem;line-height:1.18}.service-grid:is(.cards-4,.cards-5,.cards-6) .card-link{right:10px;bottom:9px}.service-grid:is(.cards-4,.cards-5,.cards-6) .card-link>span:last-child{width:27px;height:27px;font-size:15px}
  .service-grid:is(.cards-7,.cards-8){gap:10px}.service-grid:is(.cards-7,.cards-8) .service-card{min-height:126px;padding:13px 15px;border-radius:20px}.service-grid:is(.cards-7,.cards-8) .service-card h3{min-height:1.85em;margin:auto 0 3px;font-size:1.05rem;line-height:1}.service-grid:is(.cards-7,.cards-8) .service-card p{min-height:2.2em;margin:0;padding-right:25px;font-size:.72rem;line-height:1.15}.service-grid:is(.cards-7,.cards-8) .card-link{right:8px;bottom:8px}.service-grid:is(.cards-7,.cards-8) .card-link>span:last-child{width:24px;height:24px;font-size:14px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip{margin-top:6px;padding:12px 14px;border-radius:20px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-pin{width:40px;height:40px;flex-basis:40px;font-size:20px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip>a{min-height:42px;padding-inline:14px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .language-links{padding-block:12px 22px}
}

/* Nízke mobilné displeje zachovajú celý rýchly prístup, okolie aj jazyky bez vodorovného pretekania. */
@media(max-width:620px) and (max-height:700px){
  .home-screen{--home-header-height:65px}
  .header-inner{min-height:64px}.brand{gap:8px}.brand-mark{width:40px;height:40px;border-radius:13px;font-size:31px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:6.8px;letter-spacing:.055em}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6) .home-hero{aspect-ratio:3.6/1}:is(.home-card-count-7,.home-card-count-8) .home-hero{aspect-ratio:4.1/1}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero-copy{padding:5px 8px 17px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow{margin-bottom:3px;font-size:6px;gap:3px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow span{width:26px;height:2px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-sm{font-size:clamp(2.2rem,11.5vw,2.8rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-md{font-size:clamp(1.72rem,8.7vw,2.2rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-lg{font-size:clamp(1.28rem,6.5vw,1.7rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-xl{font-size:clamp(.94rem,4.7vw,1.25rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .service-section{padding-block:4px 0}
  .service-grid:is(.cards-4,.cards-5,.cards-6){gap:5px}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card{min-height:94px;padding:6px 8px;border-radius:15px}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card::before{top:35%;height:47%}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card h3{min-height:1.8em;margin:auto 0 2px;font-size:clamp(.78rem,3.8vw,.9rem);line-height:.94}.service-grid:is(.cards-4,.cards-5,.cards-6) .service-card p{min-height:2.05em;padding-right:18px;font-size:.57rem;line-height:1.05}.service-grid:is(.cards-4,.cards-5,.cards-6) .card-link{right:5px;bottom:5px}.service-grid:is(.cards-4,.cards-5,.cards-6) .card-link>span:last-child{width:18px;height:18px;font-size:11px}
  .service-grid:is(.cards-7,.cards-8){gap:4px}.service-grid:is(.cards-7,.cards-8) .service-card{min-height:77px;padding:5px 7px;border-radius:14px}.service-grid:is(.cards-7,.cards-8) .service-card::before{top:32%;height:43%}.service-grid:is(.cards-7,.cards-8) .service-card h3{min-height:1.65em;margin:auto 0 1px;font-size:clamp(.74rem,3.6vw,.84rem);line-height:.9}.service-grid:is(.cards-7,.cards-8) .service-card p{min-height:1.9em;padding-right:16px;font-size:.55rem;line-height:1}.service-grid:is(.cards-7,.cards-8) .card-link{right:4px;bottom:4px}.service-grid:is(.cards-7,.cards-8) .card-link>span:last-child{width:16px;height:16px;font-size:10px}
  .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card.card-title-md h3{font-size:.72rem}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card.card-title-lg h3{font-size:.64rem}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card.card-title-xl h3{font-size:.57rem}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip{min-height:42px;align-items:center;flex-direction:row;margin-top:4px;padding:5px 6px;border-radius:14px;gap:5px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-place{gap:5px}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-pin{width:28px;height:28px;flex-basis:28px;border-radius:9px;font-size:14px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-place small{font-size:.43rem}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-place strong{font-size:.69rem}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip>a{min-height:30px;padding:0 7px;border-radius:10px;font-size:.51rem;gap:4px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .language-links{padding-block:5px 8px;font-size:.68rem;gap:10px}
}

/* Bez obrázkového pozadia môže názov využiť viac priestoru; skript zvolí najväčšie bezpečné zväčšenie. */
.home-hero-no-image h1{width:max-content;max-width:100%;transform-origin:center center}
.home-hero-no-image h1.hero-title-boost-20{transform:scale(1.2)}
.home-hero-no-image h1.hero-title-boost-15{transform:scale(1.15)}
.home-hero-no-image h1.hero-title-boost-10{transform:scale(1.1)}
.home-hero-no-image h1.hero-title-boost-05{transform:scale(1.05)}

/* Karty rýchleho prístupu sú bez orámovania a celou plochou nesú svoju pastelovú farbu. */
.service-card{border:0;background:var(--soft)}
.service-card:hover{border-color:transparent}

/* Široké obrazovky využijú dostupné miesto, aby úvod nebol zbytočne dlhý. */
@media(min-width:901px){
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero{min-height:0;aspect-ratio:3.8/1;margin-top:24px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero-copy{padding:30px 24px 96px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow{margin-bottom:12px;gap:8px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-sm{font-size:clamp(4rem,6.6vw,6.1rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-md{font-size:clamp(3.3rem,5.6vw,5.15rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-lg{font-size:clamp(2.65rem,4.55vw,4.15rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero h1.name-xl{font-size:clamp(1.95rem,3.45vw,3.15rem)}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .service-section{max-width:1160px;padding-block:12px 6px}
  .service-grid:is(.cards-4,.cards-7,.cards-8){grid-template-columns:repeat(4,minmax(0,1fr))}.service-grid:is(.cards-5,.cards-6){grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-grid.cards-5>.service-card:last-child{grid-column:2/4}.service-grid.cards-7>.service-card:last-child{grid-column:3/5}
  .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card{min-height:150px;padding:16px 18px;border-radius:22px}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card::before{top:39%;height:52%}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card h3{min-height:1.85em;margin:auto 0 3px;font-size:1.12rem;line-height:.98}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card p{min-height:2.2em;margin:0;padding-right:25px;font-size:.75rem;line-height:1.15}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .card-link{right:9px;bottom:8px}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .card-link>span:last-child{width:25px;height:25px;font-size:14px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip{max-width:1160px;margin-top:6px;padding:10px 14px;border-radius:20px}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-pin{width:40px;height:40px;flex-basis:40px;font-size:20px}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip>a{min-height:42px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .language-links{max-width:1160px;padding-block:10px 16px}
}
@media(min-width:901px) and (max-height:820px){
  .home-screen{--home-header-height:77px}
  .header-inner{min-height:76px}.brand-mark{width:46px;height:46px;font-size:35px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero{aspect-ratio:4.4/1;margin-top:8px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero-copy{padding:18px 20px 66px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .home-hero .eyebrow{margin-bottom:7px;font-size:9px;gap:6px}
  .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8){gap:10px}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card{min-height:128px;padding:12px 15px;border-radius:19px}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card h3{font-size:1rem}.service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card p{font-size:.68rem}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip{margin-top:4px;padding:6px 10px}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-pin{width:34px;height:34px;flex-basis:34px;font-size:17px}:is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .nearby-strip>a{min-height:36px}
  :is(.home-card-count-4,.home-card-count-5,.home-card-count-6,.home-card-count-7,.home-card-count-8) .language-links{padding-block:6px 10px}
}

/* Názov InfoBodu je s typom vycentrovaný v celej výške obrazového poľa. */
body[data-page="page"] .home-hero-copy,.home-screen .home-hero-copy{height:100%;align-content:center;padding:16px 24px}
body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{position:absolute;top:28px;left:50%;width:max-content;max-width:calc(100% - 24px);margin:0;transform:translateX(-50%)}

/* Krátke názvy a popisy využijú voľnú plochu kariet; dlhé názvy si ponechajú zmenšovacie triedy. */
.home-screen .service-card.card-title-sm h3{font-size:1.32rem}
.home-screen .service-grid .service-card p{font-size:1rem;line-height:1.22}
@media(min-width:621px) and (max-width:900px){
  body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{top:18px}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card.card-title-sm h3{font-size:1.2rem}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card p{font-size:.94rem}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card.card-title-sm h3{font-size:1.04rem}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card p{font-size:.84rem}
}
@media(max-width:620px){
  body[data-page="page"] .home-hero-copy,.home-screen .home-hero-copy{padding:8px 10px}
  body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{top:10px}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card.card-title-sm h3{font-size:clamp(1rem,4.72vw,1.16rem)}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card p{font-size:clamp(.82rem,3.9vw,.95rem);line-height:1.16}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card.card-title-sm h3{font-size:clamp(.88rem,4vw,.98rem)}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card p{font-size:clamp(.7rem,3.25vw,.78rem);line-height:1.12}
}
@media(max-width:620px) and (max-height:700px){
  body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{top:4px}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card.card-title-sm h3{font-size:clamp(.9rem,4.2vw,1rem)}
  .home-screen .service-grid:is(.cards-4,.cards-5,.cards-6) .service-card p{font-size:clamp(.65rem,3.1vw,.72rem);line-height:1.08}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card.card-title-sm h3{font-size:clamp(.78rem,3.6vw,.86rem)}
  .home-screen .service-grid:is(.cards-7,.cards-8) .service-card p{font-size:clamp(.59rem,2.8vw,.65rem);line-height:1.05}
}

/* Finálne rozloženie kariet: piktogram hore, text pod ním na stred a šípka vpravo uprostred. */
.home-screen .service-grid{gap:18px}
.home-screen .service-grid .service-card{display:grid;grid-template-rows:minmax(54px,1fr) auto auto;align-content:stretch;justify-content:stretch;text-align:center}
.home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{position:absolute;z-index:0;top:3%;right:auto;bottom:auto;left:8%;width:84%;height:48%;border-radius:0;background:var(--accent);content:"";pointer-events:none;transform:none;transform-origin:center center;transition:transform .28s cubic-bezier(.2,.75,.25,1);-webkit-mask:var(--icon-mask) center/contain no-repeat;mask:var(--icon-mask) center/contain no-repeat}
.home-screen .service-grid .service-card::before{opacity:.16}
.home-screen .service-grid .service-card::after{opacity:.82;-webkit-clip-path:inset(0 48% 0 0);clip-path:inset(0 48% 0 0)}
.home-screen .service-grid .service-card:is(:hover,:focus-visible)::before,.home-screen .service-grid .service-card:is(:hover,:focus-visible)::after{transform:scale(1.04)}
.home-screen .service-grid .service-card h3{width:100%;max-width:100%;align-self:end;margin:0 0 4px;padding-inline:20px;overflow-wrap:anywhere;text-align:center}
.home-screen .service-grid .service-card p{width:100%;max-width:100%;align-self:start;margin:0;padding-inline:20px;overflow-wrap:anywhere;text-align:center}
.home-screen .service-grid .card-link{top:50%;right:8px;bottom:auto;transform:translateY(-50%)}
.home-screen .service-grid.cards-odd>.service-card:last-child::before,.home-screen .service-grid.cards-odd>.service-card:last-child::after{left:28%;width:44%}
@media(min-width:621px) and (max-width:900px){
  .home-screen .service-grid{gap:16px}
  .home-screen .service-grid:is(.cards-7,.cards-8){gap:11px}
  .home-screen .service-grid .service-card{grid-template-rows:minmax(48px,1fr) auto auto}
}
@media(max-width:620px){
  .home-screen .service-grid,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8){gap:clamp(10px,3vw,12px)}
  .home-screen .service-grid .service-card{grid-template-rows:minmax(34px,1fr) auto auto}
  .home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{top:2%;left:7%;width:86%;height:43%}
  .home-screen .service-grid .service-card h3,.home-screen .service-grid .service-card p{padding-inline:8px}
  .home-screen .service-grid.cards-odd>.service-card:last-child::before,.home-screen .service-grid.cards-odd>.service-card:last-child::after{left:27%;width:46%}
}
@media(max-width:620px) and (max-height:700px){
  .home-screen .service-grid,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8){gap:8px}
  .home-screen .service-grid .service-card{grid-template-rows:minmax(23px,1fr) auto auto}
  .home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{top:1%;height:38%}
  .home-screen .service-grid .service-card h3,.home-screen .service-grid .service-card p{padding-inline:4px}
  .home-screen .service-grid .card-link{right:4px}
}
@media(prefers-reduced-motion:reduce){.home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{transition:none}.home-screen .service-grid .service-card:is(:hover,:focus-visible)::before,.home-screen .service-grid .service-card:is(:hover,:focus-visible)::after{transform:none}}

/* App-like úvod InfoBodu: finálna prezentačná vrstva bez zásahu do dynamického obsahu. */
body[data-page="home"] .site-header{background:rgba(255,255,255,.98);backdrop-filter:blur(10px)}
body[data-page="home"] .header-inner{width:min(1000px,calc(100% - 36px));min-height:88px}
body[data-page="home"] .brand-mark{box-shadow:none}

.home-screen{display:block;min-height:calc(100vh - 88px);min-height:calc(100svh - 88px)}
body[data-page="page"] .home-hero,.home-screen .home-hero{width:min(960px,calc(100% - 36px));min-height:250px;margin:28px auto 0;border-radius:32px;box-shadow:none}
body[data-page="page"] .home-hero-no-image,.home-screen .home-hero-no-image{border:0;background:#fcfdff}
body[data-page="page"] .home-hero-copy,.home-screen .home-hero-copy{position:relative;display:grid;height:100%;min-height:inherit;align-content:center;justify-items:center;padding:34px 28px;text-align:center;gap:20px}
body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{position:static;width:max-content;max-width:100%;margin:0;color:#0b51e6;font-size:clamp(8px,1.25vw,11px);letter-spacing:.2em;transform:none;gap:10px}
body[data-page="page"] .home-hero .eyebrow span,.home-screen .home-hero .eyebrow span{width:48px;height:3px;border-radius:3px;background:#0b51e6}
body[data-page="page"] .home-hero h1,.home-screen .home-hero h1{width:100%;max-width:900px;margin:0;color:#03102f;font-size:clamp(3.4rem,7vw,6.5rem);line-height:.92;letter-spacing:-.065em;white-space:nowrap}
body[data-page="page"] .home-hero h1.name-md,.home-screen .home-hero h1.name-md{font-size:clamp(3rem,6.1vw,5.7rem)}
body[data-page="page"] .home-hero h1.name-lg,.home-screen .home-hero h1.name-lg{font-size:clamp(2.45rem,5vw,4.7rem)}
body[data-page="page"] .home-hero h1.name-xl,.home-screen .home-hero h1.name-xl{font-size:clamp(1.9rem,3.9vw,3.65rem)}
body[data-page="page"] .home-hero-image,.home-screen .home-hero-image{filter:saturate(.78) contrast(.9) brightness(1.08)}

.home-screen .service-section{display:block;width:min(960px,calc(100% - 36px));max-width:none;padding:18px 0 16px}
.home-screen .service-grid{height:auto;grid-auto-rows:auto;gap:16px}
.home-screen .service-grid.cards-1{grid-template-columns:1fr}
.home-screen .service-grid.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-screen .service-grid.cards-3,.home-screen .service-grid:is(.cards-5,.cards-6){grid-template-columns:repeat(3,minmax(0,1fr))}
.home-screen .service-grid:is(.cards-4,.cards-7,.cards-8){grid-template-columns:repeat(4,minmax(0,1fr))}
.home-screen .service-grid.cards-1>.service-card:last-child,.home-screen .service-grid.cards-3>.service-card:last-child{grid-column:auto}
.home-screen .service-grid.cards-5>.service-card:last-child{grid-column:2/4}
.home-screen .service-grid.cards-7>.service-card:last-child{grid-column:3/5}

.home-screen .service-grid .service-card{--accent-muted:#9dc2ef;display:grid;min-height:220px;grid-template-columns:minmax(0,1fr) 28px;grid-template-rows:92px auto 1fr;align-content:start;padding:20px;border:0;border-radius:26px;background:var(--soft);box-shadow:0 2px 8px rgba(3,16,47,.035);text-align:left;transform:none;transition:transform .14s ease,box-shadow .18s ease}
.home-screen .service-grid .card-blue{--accent:#1766d2;--accent-muted:#a7c8f1;--soft:#e9f3ff}
.home-screen .service-grid .card-green{--accent:#119565;--accent-muted:#a4dbc2;--soft:#e8f7ef}
.home-screen .service-grid .card-coral{--accent:#e64f60;--accent-muted:#f4b7bf;--soft:#fdebed}
.home-screen .service-grid .card-beige{--accent:#b98400;--accent-muted:#e8d18a;--soft:#fff4d9}
.home-screen .service-grid .card-purple{--accent:#6842d6;--accent-muted:#c8baf1;--soft:#f1edff}
.home-screen .service-grid .card-orange{--accent:#e77819;--accent-muted:#f3c59c;--soft:#fff0e4}
.home-screen .service-grid .card-yellow{--accent:#b88700;--accent-muted:#e6d287;--soft:#fff5d8}
.home-screen .service-grid .service-card::before{position:absolute;z-index:0;top:20px;left:20px;width:76px;height:76px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.42);content:"";opacity:1;pointer-events:none;transform:none;-webkit-mask:none;mask:none}
.home-screen .service-grid .service-card::after{position:absolute;z-index:1;top:21px;left:20px;width:118px;height:74px;border:0;border-radius:0;background:linear-gradient(90deg,var(--accent) 0 52%,var(--accent-muted) 52% 100%);content:"";opacity:1;pointer-events:none;transform:none;-webkit-clip-path:none;clip-path:none;-webkit-mask:var(--icon-mask) left center/contain no-repeat;mask:var(--icon-mask) left center/contain no-repeat}
.home-screen .service-grid .service-card h3{display:-webkit-box;width:auto;max-width:100%;min-height:0;align-self:center;grid-column:1;grid-row:2;margin:0;padding:0;overflow:hidden;color:#03102f;font-size:clamp(1.02rem,1.65vw,1.24rem);font-weight:800;line-height:1.05;letter-spacing:-.035em;overflow-wrap:anywhere;text-align:left;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.home-screen .service-grid .service-card p{display:-webkit-box;width:auto;max-width:100%;min-height:0;align-self:start;grid-column:1/-1;grid-row:3;margin:7px 0 0;padding:0 18px 0 0;overflow:hidden;color:#536783;font-size:clamp(.78rem,1.2vw,.9rem);line-height:1.3;overflow-wrap:anywhere;text-align:left;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.home-screen .service-grid .card-link{position:static;display:grid;width:28px;height:44px;align-self:center;justify-self:end;grid-column:2;grid-row:2;place-items:center;margin:0;color:#03102f;background:transparent;transform:none}
.home-screen .service-grid .card-link>span:last-child{display:block;width:auto;height:auto;border:0;border-radius:0;color:#03102f;background:transparent;font-size:28px;font-weight:600;line-height:1}
.home-screen .service-grid .service-card:is(:hover,:focus-visible){border:0;box-shadow:0 8px 20px rgba(3,16,47,.075);transform:translateY(-2px)}
.home-screen .service-grid .service-card:active{box-shadow:0 2px 6px rgba(3,16,47,.04);transform:scale(.98)}
.home-screen .service-grid .service-card:is(:hover,:focus-visible)::before,.home-screen .service-grid .service-card:is(:hover,:focus-visible)::after{transform:none}
.js .home-screen .service-grid .service-card.reveal.is-visible:is(:hover,:focus-visible){transform:translateY(-2px)}
.js .home-screen .service-grid .service-card.reveal.is-visible:active{transform:scale(.98)}

.home-screen .nearby-strip{width:min(960px,calc(100% - 36px));max-width:none;min-height:72px;margin:0 auto;padding:12px 14px;border-radius:25px;background:#0b51e6;box-shadow:none;gap:14px}
body[data-page="home"] .home-screen+.contact-strip{--section-gap:clamp(32px,4vw,48px);margin-top:var(--section-gap)}
.home-screen .nearby-place{gap:11px}
.home-screen .nearby-pin{width:46px;height:46px;flex-basis:46px;border-radius:15px;color:#0b51e6;background:#fff;font-size:23px}
.home-screen .nearby-place small{color:#dce8ff;font-size:.62rem;letter-spacing:.07em}
.home-screen .nearby-place strong{font-size:1rem}
.home-screen .nearby-strip>a{min-height:46px;padding:0 17px;border-radius:16px;color:#0743c4;background:#fff;font-size:.78rem;gap:10px}
.home-screen .language-links{width:min(960px,calc(100% - 36px));max-width:none;margin:0 auto;padding:18px 4px 42px;color:#405777;font-size:.82rem;gap:13px}

@media(max-width:900px){
  body[data-page="page"] .home-hero,.home-screen .home-hero{min-height:220px}
  .home-screen .service-grid,.home-screen .service-grid.cards-3,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8){grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-screen .service-grid.cards-odd>.service-card:last-child{grid-column:1/-1}
  .home-screen .service-grid .service-card{min-height:205px;grid-template-rows:86px auto 1fr}
}

@media(max-width:620px){
  body[data-page="home"] .header-inner{width:calc(100% - 28px);min-height:78px}
  body[data-page="home"] .brand{gap:10px}
  body[data-page="home"] .brand-mark{width:48px;height:48px;border-radius:16px;font-size:37px}
  body[data-page="home"] .brand-copy strong{font-size:18px}
  body[data-page="home"] .brand-copy small{font-size:7.4px;letter-spacing:.06em}
  .home-screen{min-height:calc(100svh - 78px)}
  body[data-page="page"] .home-hero,.home-screen .home-hero{width:100%;min-height:178px;margin:0;border-right:0;border-left:0;border-radius:0}
  body[data-page="page"] .home-hero:not(.home-hero-no-image),.home-screen .home-hero:not(.home-hero-no-image){min-height:0;aspect-ratio:5/2}
  body[data-page="page"] .home-hero-copy,.home-screen .home-hero-copy{min-height:inherit;padding:25px 14px;gap:13px}
  body[data-page="page"] .home-hero .eyebrow,.home-screen .home-hero .eyebrow{font-size:7px;letter-spacing:.16em;gap:6px}
  body[data-page="page"] .home-hero .eyebrow span,.home-screen .home-hero .eyebrow span{width:38px;height:3px}
  body[data-page="page"] .home-hero h1,.home-screen .home-hero h1{font-size:clamp(2.9rem,14.2vw,4rem)}
  body[data-page="page"] .home-hero h1.name-md,.home-screen .home-hero h1.name-md{font-size:clamp(2.25rem,10.8vw,3.15rem)}
  body[data-page="page"] .home-hero h1.name-lg,.home-screen .home-hero h1.name-lg{font-size:clamp(1.72rem,8.2vw,2.4rem)}
  body[data-page="page"] .home-hero h1.name-xl,.home-screen .home-hero h1.name-xl{font-size:clamp(1.28rem,6.1vw,1.8rem)}
  .home-screen .service-section,.home-screen .nearby-strip,.home-screen .language-links{width:calc(100% - 28px)}
  .home-screen .service-section{padding:14px 0}
  .home-screen .service-grid,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8){gap:clamp(10px,3.2vw,14px)}
  .home-screen .service-grid .service-card,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card{min-height:clamp(172px,44vw,190px);grid-template-columns:minmax(0,1fr) 22px;grid-template-rows:72px auto 1fr;padding:clamp(14px,4vw,18px);border-radius:clamp(22px,6vw,26px)}
  .home-screen .service-grid .service-card::before{top:14px;left:14px;width:64px;height:64px}
  .home-screen .service-grid .service-card::after{top:15px;left:14px;width:100px;height:62px}
  .home-screen .service-grid .service-card h3,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card h3{min-height:0;margin:0;padding:0;font-size:clamp(.94rem,4.25vw,1.08rem);line-height:1.05;text-align:left}
  .home-screen .service-grid .service-card p,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card p{min-height:0;margin:6px 0 0;padding:0;font-size:clamp(.7rem,3.2vw,.82rem);line-height:1.24;text-align:left}
  .home-screen .service-grid .card-link,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .card-link{position:static;width:22px;height:40px;align-self:center;justify-self:end;margin:0;transform:none}
  .home-screen .service-grid .card-link>span:last-child{width:auto;height:auto;color:#03102f;background:transparent;font-size:24px}
  .home-screen .nearby-strip{min-height:66px;padding:10px;border-radius:22px;gap:8px}
  .home-screen .nearby-place{gap:8px}
  .home-screen .nearby-pin{width:40px;height:40px;flex-basis:40px;border-radius:13px;font-size:20px}
  .home-screen .nearby-place small{font-size:.5rem}
  .home-screen .nearby-place strong{font-size:.83rem}
  .home-screen .nearby-strip>a{min-height:42px;padding:0 10px;border-radius:14px;font-size:.61rem;gap:6px;text-align:center}
  .home-screen .language-links{padding:15px 2px 30px;font-size:.77rem}
}

@media(max-width:350px){
  body[data-page="home"] .brand-copy small{max-width:170px;white-space:nowrap;font-size:6.6px}
  .home-screen .service-grid .service-card,.home-screen .service-grid:is(.cards-4,.cards-5,.cards-6,.cards-7,.cards-8) .service-card{min-height:168px;grid-template-rows:66px auto 1fr;padding:13px;border-radius:21px}
  .home-screen .service-grid .service-card::before{top:12px;left:12px;width:58px;height:58px}
  .home-screen .service-grid .service-card::after{top:13px;left:12px;width:91px;height:56px}
  .home-screen .service-grid .service-card h3{font-size:.91rem}
  .home-screen .service-grid .service-card p{font-size:.68rem}
  .home-screen .nearby-strip{align-items:center;flex-direction:row}
  .home-screen .nearby-strip>a{width:auto;padding-inline:8px;font-size:.56rem}
}

@media(prefers-reduced-motion:reduce){
  .home-screen .service-grid .service-card,.js .home-screen .service-grid .service-card.reveal.is-visible{transition:none}
  .home-screen .service-grid .service-card:is(:hover,:focus-visible),.home-screen .service-grid .service-card:active,.js .home-screen .service-grid .service-card.reveal.is-visible:is(:hover,:focus-visible),.js .home-screen .service-grid .service-card.reveal.is-visible:active{transform:none}
}

/* Presné dvojfarebné piktogramy: bez kruhu, sýta je výhradne ľavá kresba PNG. */
.icon-church{--icon-left-mask:url("/infobod-assets/icons/church-left.png?v=20260905-3")}.icon-nature{--icon-left-mask:url("/infobod-assets/icons/nature-left.png?v=20260905-3")}.icon-food{--icon-left-mask:url("/infobod-assets/icons/food-left.png?v=20260905-3")}.icon-accommodation{--icon-left-mask:url("/infobod-assets/icons/accommodation-left.png?v=20260905-3")}.icon-events{--icon-left-mask:url("/infobod-assets/icons/events-left.png?v=20260905-3")}.icon-info{--icon-left-mask:url("/infobod-assets/icons/info-left.png?v=20260905-3")}.icon-sport{--icon-left-mask:url("/infobod-assets/icons/sport-left.png?v=20260905-3")}.icon-shopping{--icon-left-mask:url("/infobod-assets/icons/shopping-left.png?v=20260905-3")}.icon-map{--icon-left-mask:url("/infobod-assets/icons/map-left.png?v=20260905-3")}.icon-transport{--icon-left-mask:url("/infobod-assets/icons/transport-left.png?v=20260905-3")}
.home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{top:21px;left:20px;width:118px;height:74px;border:0;border-radius:0;content:"";opacity:1;-webkit-clip-path:none;clip-path:none}
.home-screen .service-grid .service-card::before{z-index:0;background:var(--accent-muted);-webkit-mask:var(--icon-mask) left center/contain no-repeat;mask:var(--icon-mask) left center/contain no-repeat}
.home-screen .service-grid .service-card::after{z-index:1;background:var(--accent);-webkit-mask:var(--icon-left-mask,var(--icon-mask)) left center/contain no-repeat;mask:var(--icon-left-mask,var(--icon-mask)) left center/contain no-repeat}
@media(max-width:620px){.home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{top:15px;left:14px;width:100px;height:62px}}
@media(max-width:350px){.home-screen .service-grid .service-card::before,.home-screen .service-grid .service-card::after{top:13px;left:12px;width:91px;height:56px}}

/* Jazykové mutácie sú vpravo hore; InfoBody nepoužívajú rozbaľovacie menu. */
.header-inner{position:relative;gap:12px}
.site-header .header-languages{display:flex;width:auto;max-width:none;flex:0 0 auto;align-items:center;margin-left:auto;padding:0 6px;color:#405777;font-size:.72rem;line-height:1;gap:7px}
.site-header .header-languages a{min-width:20px;text-align:center}
.site-header .header-languages a:hover,.site-header .header-languages a[aria-current="page"]{color:#0b51e6}
.site-header .header-languages span{color:#b7c5da}
@media(max-width:620px){
  .header-inner{gap:7px}
  .site-header .header-languages{position:absolute;top:4px;right:0;margin:0;padding:0 1px;font-size:.58rem;gap:4px}
  .site-header .header-languages a{min-width:17px}
}
@media(max-width:350px){
  body[data-page="home"] .header-inner,.header-inner{gap:5px}
  body[data-page="home"] .brand,.brand{gap:7px}
  body[data-page="home"] .brand-mark,.brand-mark{width:40px;height:40px;border-radius:13px;font-size:31px}
  body[data-page="home"] .brand-copy strong,.brand-copy strong{font-size:15px}
  body[data-page="home"] .brand-copy small,.brand-copy small{max-width:none;font-size:5.4px;letter-spacing:.025em;white-space:nowrap}
  .site-header .header-languages{top:3px;right:0;font-size:.5rem;gap:2px}
  .site-header .header-languages a{min-width:15px}
}

body[data-page="page"] .content-page-hero.content-page-hero--wrapped{aspect-ratio:auto}
body[data-page="page"] .content-page-hero--wrapped .home-hero-copy{position:relative;padding:70px 16px 28px}
body[data-page="page"] .content-page-hero--wrapped h1{white-space:normal;overflow-wrap:anywhere;line-height:1.2}
.nearby-pin{line-height:1}.nearby-pin>svg{display:block;width:1em;height:1em;margin:0}
