
:root{--red:#d93524;--red2:#ef4638;--ink:#26344b;--muted:#667085;--cream:#fff8ee;--peach:#fff0eb;--mint:#edf5e5;--blue:#eef5fc;--line:#e8e8e8;--shadow:0 18px 55px rgba(38,52,75,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.6}img{max-width:100%;display:block;height:auto}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:85px 0}.lead{font-size:1.08rem;color:var(--muted);max-width:720px}.eyebrow{display:inline-block;padding:6px 12px;border-radius:999px;background:var(--cream);color:#bc6a27;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.section-title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;margin:15px 0}.section-title em{font-style:normal;color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:999px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:850;border:0;cursor:pointer}.btn.light{background:#fff;color:var(--red);border:1px solid var(--line)}:focus-visible{outline:3px solid var(--red);outline-offset:3px}.skip-link{position:absolute;left:10px;top:-70px;z-index:99;background:var(--ink);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{top:10px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.93);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{min-height:76px;display:flex;align-items:center;gap:18px;justify-content:space-between}.brand img{width:145px}.nav-links{display:flex;align-items:center;gap:20px;font-size:.9rem;font-weight:750}.nav-links a:hover,.nav-links .active{color:var(--red)}.nav-actions{display:flex;gap:9px}.nav-actions .btn{padding:10px 15px;font-size:.82rem}.nav-toggle{display:none;background:0;border:0;font-size:1.8rem}.mobile-menu-cta{display:none}
.hero{padding:70px 0;background:radial-gradient(circle at 10% 15%,#fff0d9,transparent 22%),radial-gradient(circle at 90% 10%,#edf4ff,transparent 22%)}.hero-grid,.split,.page-grid,.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hero h1{font-size:clamp(3rem,6vw,5.3rem);line-height:1.02;margin:16px 0}.hero h1 span{color:var(--red)}.hero-art img,.art-card img,.page-grid img{width:100%;border-radius:42px;object-fit:cover}.mini{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.mini span{padding:7px 10px;background:#fff;border-radius:12px;font-size:.85rem;font-weight:700}
.feature-grid,.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.feature,.trust-item,.step,.hour-step,.testimonial,.post{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}.feature{text-align:center}.feature .icon{font-size:1.8rem}.trust-item{text-align:center}.trust-item strong{display:block;font-size:1.7rem;color:var(--red)}.trust-item span{font-size:.9rem;color:var(--muted)}.checks{list-style:none;padding:0}.checks li{padding:7px 0}.checks li:before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#dff0d9;color:#4d8a49;margin-right:9px;font-weight:900}.cards,.testimonials,.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:32px;border-radius:28px;min-height:280px}.peach{background:var(--peach)}.mint{background:var(--mint)}.blue{background:var(--blue)}.hour-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:30px}.hour-step{background:var(--cream)}.hour-step b{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--red)}.testimonial p{font-size:1.02rem}.testimonial small{color:var(--muted);font-weight:700}.faq{max-width:850px;margin:auto}.faq details{padding:18px 0;border-bottom:1px solid var(--line)}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted)}.final-cta{background:linear-gradient(135deg,var(--peach),var(--cream));padding:70px 0}.cta-box{background:#fff;border-radius:34px;padding:42px;text-align:center;box-shadow:var(--shadow)}
.page-hero{padding:70px 0;background:linear-gradient(135deg,var(--blue),#fff)}.page-grid img{max-height:420px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.post{padding:0;overflow:hidden}.post img{width:100%;height:190px;object-fit:cover}.post div{padding:20px}.notice{padding:16px;border-radius:16px;background:var(--mint);margin:18px 0}.contact-item{padding:18px;border-radius:18px;background:var(--blue);margin:12px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full{grid-column:1/-1}input,textarea,select{width:100%;padding:14px;border:1px solid #dfe3e8;border-radius:14px;font:inherit}textarea{min-height:140px}.form-help{font-size:.85rem;color:var(--muted)}.footer{padding:40px 0 25px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:25px}.footer-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px;font-size:.9rem;color:var(--muted)}
@media(max-width:900px){.nav-links,.nav-actions{display:none}.nav-toggle{display:block}.nav-links.open{display:flex;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;padding:22px;box-shadow:var(--shadow)}.nav-links.open .mobile-menu-cta{display:flex;justify-content:center;padding:13px;border-radius:999px;text-align:center;font-weight:850}.nav-links.open .mobile-signup{border:1px solid var(--line);color:var(--red)}.nav-links.open .mobile-offer{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff}.hero-grid,.split,.page-grid,.contact-layout{grid-template-columns:1fr;gap:30px}.feature-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.cards,.testimonials,.blog-grid{grid-template-columns:1fr 1fr}.hour-grid{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.section{padding:60px 0}.feature-grid,.trust-grid,.cards,.testimonials,.blog-grid,.hour-grid,.process,.footer-grid,.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.hero h1{font-size:3.15rem}/*.hero-art img{min-height:300px}*/.cta-box{padding:28px 18px}}


/* 20 rokov skúseností – odznak má 20 % šírky fotografie */
.hero-art{position:relative}
.hero-art > img:not(.experience-badge){width:100%}
.experience-badge{
  position:absolute;
  top:-2%;
  right:-2%;
  width:20%;
  height:auto;
  z-index:3;
  filter:drop-shadow(0 10px 18px rgba(38,52,75,.22));
  transform:rotate(2deg);
  transition:transform .25s ease;
}
.experience-badge:hover{transform:rotate(0deg) scale(1.04)}
@media(max-width:560px){
  .experience-badge{top:-1%;right:-1%;width:20%}
}
