/* Restored original styles.css content to fix layout issues */
:root {
  --bg: #080b1a;
  --bg-2: #0d1228;
  --card: rgba(255, 255, 255, 0.075);
  --card-strong: rgba(255, 255, 255, 0.12);
  --text: #f7f8ff;
  --muted: #aab3d4;
  --line: rgba(255, 255, 255, 0.14);
  --blue: #29a8ff;
  --cyan: #4df3ff;
  --violet: #8d5cff;
  --pink: #ff4fd8;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(41, 168, 255, 0.18), transparent 32rem),
    radial-gradient(circle at 80% 0%, rgba(141, 92, 255, 0.22), transparent 30rem),
    linear-gradient(180deg, var(--bg), #050712 70%);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }
.mb-0 {margin-bottom: 0}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.orb {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.28;
  z-index: -1;
  animation: float 9s ease-in-out infinite;
}
.orb-one { left: -8rem; top: 12rem; background: var(--blue); }
.orb-two { right: -7rem; top: 28rem; background: var(--violet); animation-delay: -3s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  backdrop-filter: blur(16px);
}
.logo, .nav {
  display: flex;
  align-items: center;
}
.logo {
  gap: .65rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 28px rgba(41, 168, 255, .42);
}
.nav {
  gap: .35rem;
  padding: .35rem;
  border: 1px solid var(--line);
  background: rgba(8, 11, 26, .55);
  border-radius: 999px;
}
.nav a {
  color: var(--muted);
  padding: .65rem .9rem;
  border-radius: 999px;
  font-size: .92rem;
  transition: .2s ease;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,.08); }
.nav-toggle { display: none; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5.4rem 1.25rem;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: 3rem;
  min-height: calc(100vh - 80px);
  padding-top: 3rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1rem;
  color: var(--cyan);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 790px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.8rem, 7vw, 5.9rem);
  line-height: .92;
  letter-spacing: -0.085em;
}
h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}
h3 { letter-spacing: -0.035em; }
.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #03101f;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 48%, #b698ff);
  box-shadow: 0 16px 42px rgba(41, 168, 255, .28);
}
.btn-ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
}
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; color: var(--muted); font-size: .92rem; }
.trust-row span { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }

/* small badge used in headings, e.g. <span class="badge">Odporúčané</span> */
.badge {
  display: inline-block;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: none;
  padding: .18rem .55rem;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  color: #03101f; /* dark text on bright badge */
  margin-left: .5rem;
  vertical-align: middle;
}
.badge.mb-0 { margin-left: .5rem; }

.hero-card {
  position: relative;
  min-height: 520px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 18% -24% auto auto;
  width: 24rem;
  height: 24rem;
  background: conic-gradient(from 90deg, var(--cyan), var(--violet), var(--pink), var(--blue), var(--cyan));
  border-radius: 999px;
  filter: blur(16px);
  opacity: .55;
  animation: spin 12s linear infinite;
}
.browser-dots { position: relative; display: flex; gap: .45rem; z-index: 2; padding: .8rem .8rem 2.8rem; }
.browser-dots span { width: 11px; height: 11px; border-radius: 99px; background: rgba(255,255,255,.32); }
.glass {
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(7, 10, 24, .55);
  backdrop-filter: blur(22px);
}
.mock-card { margin: 2rem auto 0; max-width: 330px; padding: 2rem; border-radius: 26px; }
.mini-label { color: var(--cyan); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.mock-price { color: var(--muted); }
.mock-price strong { color: var(--text); font-size: 2.2rem; letter-spacing: -.06em; }
.mock-card li, .price-card li { color: var(--muted); padding: .6rem 0; border-top: 1px solid rgba(255,255,255,.09); }
.mock-card li::before, .price-card li::before { content: "✓"; color: var(--cyan); margin-right: .55rem; }
.floating-pill {
  position: absolute;
  z-index: 3;
  padding: .78rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  font-size: .88rem;
  box-shadow: 0 14px 44px rgba(0,0,0,.25);
  animation: bob 4s ease-in-out infinite;
}
.pill-one { left: 1.2rem; bottom: 6rem; }
.pill-two { right: 1.2rem; bottom: 2rem; animation-delay: -1.2s; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 0;
}
.stats div, .card, .price-card, .step, .cta, .contact-form, .contact-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: var(--radius);
  box-shadow: 0 18px 70px rgba(0,0,0,.18);
}
.stats div { padding: 1.5rem; }
.stats strong { display: block; font-size: 2rem; letter-spacing: -.06em; }
.stats span, .section-heading p, .card p, .step p, .cta p, .contact-card p, .for, .setup, .form-note, .muted { color: var(--muted); line-height: 1.65; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.cards.three, .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.modul-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.pricing-grid {
  display: grid;
  /* allow exactly 4 cards per row on wide viewports; minmax(0,1fr) avoids overflow in some browsers */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}
.card { padding: 1.5rem; transition: transform .2s ease, background .2s ease; }
.card:hover { transform: translateY(-5px); background: rgba(255,255,255,.085); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 15px; background: rgba(77,243,255,.1); color: var(--cyan); font-size: 1.4rem; }

/* place icon and heading inline */
.card-head { display: flex; align-items: center; gap: .9rem; margin-bottom: .6rem; }
.card-head h3, .card-head h4 { margin: 0; color: var(--text); }
.card-head .icon { margin-bottom: 0; }

/* simple list style for regular cards (not the audit checklist) */
.card .card-list { margin-top: .8rem; padding-left: 0; list-style: none; }
.card .card-list li { color: var(--muted); padding: .35rem 0; display: flex; align-items: flex-start; gap: .6rem; }
.card .card-list li::before { content: "✓"; color: var(--cyan); background: rgba(77,243,255,.04); width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 6px; font-weight: 800; margin-right: .6rem; transform: translateY(.05rem); }

/* Audit card tweaks: clearer copy, spaced checklist and standout CTA */
.audit-card { padding: 1.6rem; }
.audit-card .icon { background: linear-gradient(135deg, rgba(77,243,255,.08), rgba(141,92,255,.06)); color: var(--cyan); box-shadow: 0 8px 30px rgba(41,168,255,.06); }
.audit-card p { color: var(--muted); }
.audit-card p:first-of-type { color: var(--muted); margin-bottom: .8rem; font-size: 1rem; }
.audit-card ul { margin-top: .9rem; padding-left: 0; list-style: none; }
.audit-card ul li { display: flex; align-items: flex-start; gap: .6rem; margin: .45rem 0; color: var(--muted); line-height: 1.35; }
.audit-card ul li::before { content: "✓"; color: var(--cyan); background: rgba(77,243,255,.04); width: 26px; height: 26px; display: inline-grid; place-items: center; border-radius: 8px; font-weight: 800; margin-top: 2px; }
.audit-card a.btn { margin-top: 1rem; display: inline-block; }


.proof-band {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 1rem;
  align-items: stretch;
  max-width: 1180px;
}
.proof-quote,
.proof-points article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: 0 18px 70px rgba(0,0,0,.18);
}
.proof-quote { padding: 1.7rem; }
.proof-quote h2 { font-size: clamp(1.9rem, 3.4vw, 3.1rem); }
.proof-points { display: grid; gap: 1rem; }
.proof-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1.25rem;
}
.proof-points span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77,243,255,.35);
  border-radius: 14px;
  color: var(--cyan);
  font-weight: 950;
  font-size: .85rem;
}
.proof-points h3 { margin-bottom: .35rem; }
.proof-points p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }

.proof-points h3,
.proof-points p {
  grid-column: 2;
}

.pricing-section { position: relative; }
.pricing-grid { /* kept for backward-compat; actual layout set earlier */ align-items: stretch; }
.price-card { position: relative; padding: 1.5rem; overflow: hidden; }
.price-card.featured {
  background: linear-gradient(180deg, rgba(77, 243, 255, .13), rgba(141, 92, 255, .09));
  border-color: rgba(77,243,255,.36);
  transform: translateY(-10px);
}
.commitment { margin: .15rem 0 0; color: rgba(77,243,255,.9); font-size: .86rem; font-weight: 800; }
.price-card ul { margin-top: 1.4rem; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.step { padding: 1.4rem; }
.step span { display: inline-block; margin-bottom: 1.5rem; color: var(--cyan); font-weight: 900; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; background: linear-gradient(135deg, rgba(41,168,255,.16), rgba(141,92,255,.16)); }
.cta h2 { max-width: 760px; }
.contact-grid { grid-template-columns: 1.2fr .8fr; }
.contact-form, .contact-card { padding: 1.5rem; }
label { display: grid; gap: .5rem; margin-bottom: 1rem; color: var(--muted); font-weight: 700; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  color: var(--text);
  background: rgba(0,0,0,.22);
  outline: none;
  font: inherit;
}
input:focus, textarea:focus { border-color: rgba(77,243,255,.65); box-shadow: 0 0 0 4px rgba(77,243,255,.08); }
.form-note {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: .86rem;
}

.form-note.is-visible {
  display: block;
}

.form-note.is-success {
  color: #166534;
  background: #dcfce7;
  border-color: #86efac;
}

.form-note.is-warning {
  color: #92400e;
  background: #fef3c7;
  border-color: #fcd34d;
}

.form-note.is-error {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fca5a5;
}
.contact-card a { color: var(--cyan); font-weight: 850; }
.mini-divider { height: 1px; background: var(--line); margin: 1.5rem 0; }
.site-footer { max-width: 1180px; margin: 0 auto; padding: 2rem 1.25rem 3rem; color: var(--muted); flex-direction: column; justify-content: space-between; gap: 1rem; }
.site-footer a { color: var(--text); }

/* Portfolio thumbnails and small gallery */
.portfolio-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

/* Make selected grids span the full viewport width (full-bleed) while keeping inner padding */
.full-bleed-grid {
  /* Expand to fill the site's content column (parent `.section`), not the full viewport.
     Use 100% width so the grid fills the available container width and remains centered. */
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5rem; /* small internal padding to match section spacing */
  padding-right: 0.5rem;
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 900px) {
  .full-bleed-grid { padding-left: 0; padding-right: 0; }
}

/* FAQ styles */
.faq { margin-top: 2rem; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.faq-item {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  padding: 1rem 1.15rem;
  border-radius: 14px;
}
.faq-question { margin: 0 0 .5rem; font-weight: 800; color: var(--text); font-size: 1rem; }
.faq-answer { margin: 0; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; }
}
.portfolio-item {
  /* remove background from the wrapper so the image itself defines the visual card */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.portfolio-thumb,
.portfolio-item img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  /* image is rounded directly so the wrapper no longer needs a background */
  border-radius: 14px;
  border: 1px solid var(--line);
}
.portfolio-item h3 { margin: 0; }
.portfolio-item h3 a { color: var(--text); }
.portfolio-item h3 a:hover { color: var(--cyan); }
/* Description under portfolio items */
.portfolio-desc {
  margin: .6rem 0 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.45;
}

/* Testimonials / References */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.testimonial {
  padding: 1.4rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.testimonial .quote {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--text);
  font-style: italic;
}
.testimonial .author {
  margin-top: .4rem;
  font-weight: 800;
  color: var(--muted);
}
.testimonial .author .name { color: var(--text); font-weight: 900; }
.testimonial .rating { color: var(--cyan); font-size: .95rem; }

@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: rgba(255,255,255,.06); }
  .nav { position: absolute; right: 1.25rem; top: 4.4rem; display: none; flex-direction: column; align-items: stretch; min-width: 210px; border-radius: 20px; }
  .nav.open { display: flex; }
  .hero, .cards.three, .pricing-grid, .ai-grid, .modul-grid, .timeline, .stats, .contact-grid, .proof-band { grid-template-columns: 1fr !important; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-card { min-height: 460px; }
  .price-card.featured { transform: none; }
  .cta { flex-direction: column; align-items: flex-start; }
  .section { padding-inline: 1.4rem; }
  .site-header, .site-footer { padding-inline: 1.4rem; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-thumb { height: 140px; }
}

@media (max-width: 560px) {
  .section { padding: 4rem 1.1rem; }
  .site-header { padding-inline: 1.1rem; }
  h1 { font-size: clamp(2.55rem, 16vw, 4rem); }
  .hero-actions .btn, .cta .btn { width: 100%; }
  .site-footer { flex-direction: column; padding-inline: 1.1rem; }
  .floating-pill { position: relative; inset: auto; display: inline-flex; margin: .6rem .3rem 0 0; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-thumb { height: 120px; }
}

/* Footer small links - stacked for clarity */
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; flex-wrap: nowrap; }
.footer-left { display: flex; align-items: center; gap: .65rem; flex: 0 0 auto; }
.footer-links { display: flex; flex-direction: row; gap: .9rem; align-items: center; margin: 0; flex: 0 1 auto; }
.footer-links a { color: var(--muted); font-size: .95rem; display: inline-block; }
.back-top { display: inline-block; margin: 0 0 0 1rem; color: var(--muted); flex: 0 0 auto; }
.footer-copyright { margin-top: 0; color: var(--muted); font-size: .92rem; }

/* Cookie banner */
.cookie-banner { position: fixed; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; z-index: 60; background: rgba(7,10,24,0.9); border: 1px solid var(--line); border-radius: 14px; padding: .9rem; box-shadow: 0 12px 40px rgba(0,0,0,.45); }
.cookie-inner { display:flex; gap: .8rem; align-items: center; justify-content: space-between; max-width: 1180px; margin: 0 auto; }
.cookie-copy { color: var(--muted); font-size: .95rem; flex:1; }
.cookie-actions { display:flex; gap: .6rem; }
.cookie-banner .btn { min-height: 40px; padding: .6rem 1rem; }

@media (max-width: 720px) {
  .cookie-inner { flex-direction: column; align-items: stretch; gap: .6rem; }
  .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 560px) {
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .6rem; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: .45rem; }
  .back-top { margin-left: 0; }
}

