/*
Theme Name: WPKOMPLETNĚ
Author: Jakub Knytl
Description: Firemní šablona WPKOMPLETNĚ.cz
Version: 1.4.0
Requires PHP: 8.0
Text Domain: wpk
*/

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-italic-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: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-italic-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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-normal-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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-normal-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: 'Inter Tight';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-tight-italic-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: 'Inter Tight';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-tight-italic-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: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-tight-normal-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: 'Inter Tight';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter-tight-normal-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;
}

:root {
  --blue: #2171b9;
  --blue-dark: #1a5c97;
  --ink: #1d1d1f;
  --gray: #6e6e73;
  --line: #e8e8ed;
  --tint-blue: #eef4fb;
  --tint-green: #eff6eb;
  --tint-cream: #faf4ea;
  --tint-gray: #f5f5f7;
  --radius: 32px;
  --radius-sm: 18px;
  --w: 33.5rem;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Inter", -apple-system, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.6;
  font-feature-settings: "cv05" 1, "cv11" 1;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: min(100% - 2.5rem, var(--w));
  margin-inline: auto;
}

main.wrap {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

h1, h2, h3, h4 {
  font-family: "Inter Tight", "Inter", -apple-system, sans-serif;
  font-weight: 300;
  margin: 0 0 0.6rem;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.25rem, 6.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.022em;
}

h2 {
  font-size: clamp(1.65rem, 5vw, 1.95rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.016em;
}

h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.004em;
}

b, strong { font-weight: 600; }

h1 em, h2 em, h3 em, h4 em,
h1 strong, h2 strong, h3 strong, h4 strong {
  font-style: italic;
  font-weight: 400;
}

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: 1.1rem;
  color: var(--gray);
  text-wrap: pretty;
}

.muted { color: var(--gray); }

.overline {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a1a1a6;
}

a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }

::selection { background: var(--tint-blue); }

img { max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo img, .logo svg { display: block; height: 20px; width: auto; }

.menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  background: none;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.4rem 0.2rem;
  cursor: pointer;
}

.menu-btn svg {
  transition: transform 0.18s ease;
}

.menu-btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mega {
  position: fixed;
  inset-inline: 0;
  top: 3.9rem;
  z-index: 60;
  width: min(100% - 1.5rem, var(--w));
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  max-height: calc(100dvh - 5.5rem);
  overflow-y: auto;
}

.mega.open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem 1.25rem;
}

@media (max-width: 26rem) {
  .mega-grid { grid-template-columns: 1fr; }
}

.mega-group h4 {
  margin: 0 0 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a1a1a6;
}

.mega-group ul { list-style: none; margin: 0; padding: 0; }

.mega-group li a {
  display: block;
  padding: 0.4rem 0;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 450;
}
.mega-group li a:hover { color: var(--blue); }

.mega-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.mega-foot nav { display: flex; gap: 1.1rem; }
.mega-foot nav a { color: var(--gray); text-decoration: none; }
.mega-foot nav a:hover { color: var(--blue); }

.card {
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
}

.card--border { border: 1px solid var(--line); }

.card--tint-blue  { background: var(--tint-blue); }
.card--tint-green { background: var(--tint-green); }
.card--tint-cream { background: var(--tint-cream); }
.card--tint-gray  { background: var(--tint-gray); }

.card--blue {
  background: var(--blue);
  color: #fff;
  text-align: center;
}
.card--blue h2, .card--blue h3 { color: #fff; }
.card--blue p { color: rgba(255, 255, 255, 0.85); }

.card--black {
  background: #1d1d1f;
  color: #fff;
  text-align: center;
}
.card--black h2, .card--black h3 { color: #fff; }
.card--black p { color: #a1a1a6; }

.center { text-align: center; }
.center .lead { margin-inline: auto; max-width: 28rem; }

.section--plain { padding-inline: 0; }

.hero {
  padding-top: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}
.hero .lead { max-width: 28rem; margin-inline: auto; }

.hero-image {
  margin-top: 1.75rem;
}
.hero-image img {
  border-radius: var(--radius-sm);
  display: block;
  width: 100%;
}
.single .hero-image img {
  border: 1px solid var(--line);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  font-weight: 550;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  background: none;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.12s ease, transform 0.12s ease;
}
.btn:active { transform: scale(0.98); }

.btn--primary {
  background: var(--blue);
  color: #fff;
}
.btn--primary:hover { background: var(--blue-dark); }

.btn--ghost {
  color: var(--ink);
  border-color: #d2d2d7;
}
.btn--ghost:hover { border-color: var(--ink); }

.btn--light {
  background: #fff;
  color: var(--ink);
}
.btn--light:hover { background: #f0f0f2; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.hero .btn-row, .center .btn-row { justify-content: center; }

.tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.16s ease;
}
.tile:hover { transform: scale(1.01); }

.tile-img {
  margin: -0.5rem 0 1.25rem;
}
.tile-img img {
  border-radius: var(--radius-sm);
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.tile h2 { margin-bottom: 0.4rem; font-size: 1.4rem; font-weight: 400; }
.tile p { color: var(--gray); font-size: 0.97rem; margin: 0; }

.tile .go {
  margin-top: 0.9rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--blue);
}
.tile--dark h2 { color: #fff; }
.tile--dark p { color: #a1a1a6; }
.tile--dark .go { color: #7db8e8; }

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 26rem) { .mini-grid { grid-template-columns: 1fr; } }

.mini {
  display: block;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 0.95rem;
}
.mini:hover { border-color: #c7c7cc; }
.mini span { display: block; font-weight: 400; font-size: 0.84rem; color: var(--gray); margin-top: 0.2rem; }

.steps { list-style: none; margin: 1.5rem 0 0; padding: 0; counter-reset: step; }

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 1.9rem 1fr;
  gap: 0.9rem;
  padding: 1.05rem 0;
  border-top: 1px solid var(--line);
  text-align: left;
}
.steps li:first-child { border-top: 0; padding-top: 0.25rem; }

.steps li::before {
  content: counter(step) ".";
  font-weight: 500;
  color: #a1a1a6;
  padding-top: 0.05rem;
}
.steps h3 { margin-bottom: 0.2rem; }
.steps p { color: var(--gray); font-size: 0.95rem; margin: 0; }

.checks { list-style: none; margin: 1.25rem 0 0; padding: 0; text-align: left; }
.checks li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.9rem;
  color: var(--gray);
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.72rem;
  width: 1.05rem; height: 1.05rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="%231d1d1f" stroke-width="1.5"><circle cx="10" cy="10" r="8.5"/><path d="M6.5 10.3l2.4 2.4 4.6-5.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;
}
.checks strong { color: var(--ink); font-weight: 550; }

.text-flow { text-align: left; color: #424245; }
.text-flow h3 { margin-top: 1.75rem; }
.text-flow ul, .text-flow ol { padding-left: 1.3rem; }
.text-flow li { margin-bottom: 0.4rem; }

.faq details {
  border-top: 1px solid var(--line);
}
.faq details:first-of-type { border-top: 0; }

.faq summary {
  cursor: pointer;
  font-weight: 550;
  font-size: 1rem;
  padding: 0.95rem 1.75rem 0.95rem 0;
  list-style: none;
  position: relative;
  text-align: left;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  width: 0.5em; height: 0.5em;
  border-right: 1.5px solid var(--gray);
  border-bottom: 1.5px solid var(--gray);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.15s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { color: var(--gray); font-size: 0.95rem; padding-bottom: 1rem; margin: 0; text-align: left; }

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 0.25rem;
}
.price strong {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.3rem;
  font-weight: 550;
  letter-spacing: -0.02em;
  font-style: normal;
}
.price span { color: var(--gray); font-size: 0.95rem; }

.billing {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  margin: 1rem auto 0;
  background: var(--tint-gray);
  border-radius: 999px;
}
.billing button {
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--gray);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.billing button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.billing button span {
  font-size: 0.72rem;
  font-weight: 500;
  color: #4d8000;
  background: var(--tint-green);
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
}

.pricing-wrap { margin-top: 1.5rem; }
.pricing-track {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.pricing-wrap--multi .pricing-track {
  flex-direction: row;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}
.pricing-wrap--multi .pricing-track::-webkit-scrollbar { display: none; }

.pvariant {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1.6rem 1.4rem;
  text-align: center;
  background: #fff;
}
.pricing-wrap--multi .pvariant {
  flex: 0 0 82%;
  scroll-snap-align: center;
}
.pvariant--rec {
  border-width: 2px;
  border-color: var(--blue);
}
.pvariant-badge {
  position: absolute;
  top: 0;
  right: 1.2rem;
  transform: translateY(-50%);
  background: var(--blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
}
.pvariant-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.pvariant .price { margin: 0.5rem 0 0.25rem; }
.pvariant-note { font-size: 0.9rem; margin-bottom: 0.5rem; }
.pvariant .checks { display: inline-block; text-align: left; margin: 1rem 0; }
.pvariant .btn { margin-top: 0.5rem; }

.slider-wrap { position: relative; margin-top: 1.5rem; }

.slider {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: var(--radius-sm);
}
.slider::-webkit-scrollbar { display: none; }

.slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  text-align: left;
}

.slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.slide h3 { margin: 1rem 0 0.25rem; }
.slide p { font-size: 0.95rem; margin: 0; }

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.slider-nav button {
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.slider-nav button:hover { border-color: #c7c7cc; }

.card--blue .slider-nav button {
  background: rgba(255, 255, 255, 0.14);
  border-color: transparent;
  color: #fff;
}

.form {
  margin-top: 1.5rem;
  text-align: left;
  display: grid;
  gap: 0.85rem;
}

.form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d2d2d7;
  border-radius: 14px;
  font: inherit;
  font-size: 0.97rem;
  color: var(--ink);
  background: #fff;
}

.form input:focus, .form textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: transparent;
}

.form textarea { min-height: 7.5rem; resize: vertical; }

.form .hp { position: absolute; left: -9999px; }

.form-note {
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  font-size: 0.93rem;
  background: var(--tint-green);
}
.form-note.err { background: #fdeeee; }
.form-note.choice { background: var(--tint-blue); }
.form-note.choice strong { font-weight: 600; }

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.88rem;
  color: #a1a1a6;
  margin-bottom: 1.25rem;
}

.prose { text-align: left; }
.prose h2 { margin-top: 2.4rem; font-size: 1.55rem; font-weight: 400; }
.prose h3 { margin-top: 1.9rem; font-size: 1.2rem; font-weight: 400; }
.prose p, .prose li { color: #424245; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: 0.4rem; }
.prose blockquote {
  margin: 1.75rem 0;
  padding: 0.25rem 0 0.25rem 1.35rem;
  border-left: 2px solid var(--blue);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
}
.prose img, .prose figure {
  max-width: 100%;
  border-radius: var(--radius-sm);
  margin: 1.75rem 0;
}
.prose figure { margin-inline: 0; }
.prose figcaption { font-size: 0.85rem; color: var(--gray); margin-top: 0.6rem; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2.25rem 0; }
.prose .wp-block-table,
.prose figure.wp-block-table { margin: 1.75rem 0; overflow-x: auto; }
.prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.7rem;
  line-height: 1.45;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.prose th, .prose td {
  padding: 0.6rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.prose th:last-child, .prose td:last-child { border-right: 0; }
.prose tr:last-child td { border-bottom: 0; }
.prose thead th {
  background: var(--tint-gray);
  font-weight: 600;
  color: var(--ink);
}
/* Neutralise WP core block-table borders (td/th 1px + thead/tfoot 3px, all
   drawn in currentColor = near-black) that otherwise sit on top of the grey
   borders above on block-editor posts. */
.prose .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
}
.prose .wp-block-table thead,
.prose .wp-block-table tfoot {
  border: 0;
}
.prose .wp-block-table td,
.prose .wp-block-table th {
  border-color: var(--line);
}
.prose table figcaption { font-size: 0.85rem; color: var(--gray); }
.prose code {
  background: var(--tint-gray);
  border-radius: 6px;
  padding: 0.1em 0.4em;
  font-size: 0.88em;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
}

.author {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: left;
}
.author .avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--tint-blue);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 600;
  flex-shrink: 0;
  overflow: hidden;
}
.author .avatar img { width: 100%; height: 100%; object-fit: cover; }
.author p { margin: 0; font-size: 0.92rem; color: var(--gray); }
.author strong { display: block; color: var(--ink); font-size: 1rem; font-weight: 550; }

.post-list { list-style: none; margin: 1rem 0 0; padding: 0; text-align: left; }
.post-list li { border-top: 1px solid var(--line); }
.post-list li:first-child { border-top: 0; }
.post-list a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: var(--ink);
}
.post-list a:hover h3 { color: var(--blue); }
.post-list h3 { margin: 0.15rem 0 0.3rem; font-size: 1.05rem; }
.post-list .when { font-size: 0.82rem; color: #a1a1a6; }
.post-list p { margin: 0; font-size: 0.93rem; color: var(--gray); }

.breadcrumb {
  font-size: 0.85rem;
  color: #a1a1a6;
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span { margin-inline: 0.4rem; }

.refs { list-style: none; margin: 1.5rem 0 0; padding: 0; text-align: left; }
.refs li { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.refs li:first-child { border-top: 0; padding-top: 0.25rem; }
.refs li:last-child { padding-bottom: 0; }
.refs h3 { margin: 0 0 0.25rem; }
.refs p { margin: 0; font-size: 0.95rem; color: var(--gray); }

.card--blue .refs li { border-color: rgba(255, 255, 255, 0.22); }
.card--blue .refs h3 { color: #fff; }
.card--blue .refs p { color: rgba(255, 255, 255, 0.8); }

.float-cta {
  position: fixed;
  bottom: 1rem;
  inset-inline: 0;
  z-index: 40;
  width: min(100% - 1.5rem, var(--w));
  margin-inline: auto;
  background: #1d1d1f;
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 0.65rem 0.65rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.35);
  transform: translateY(130%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.float-cta.show { transform: none; }

.float-cta .txt {
  flex: 1;
  font-size: 0.88rem;
  color: #a1a1a6;
  line-height: 1.35;
  margin: 0;
}
.float-cta .txt strong { color: #fff; font-weight: 550; display: block; }

.float-cta .btn {
  padding: 0.6rem 1.2rem;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.float-cta .close {
  background: none;
  border: 0;
  color: #6e6e73;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.4rem;
  line-height: 1;
  flex-shrink: 0;
}
.float-cta .close:hover { color: #fff; }

@media (max-width: 26rem) {
  .float-cta .txt strong ~ span { display: none; }
}

.site-footer {
  margin-top: 3.5rem;
  padding: 2rem 0 7rem;
  font-size: 0.8rem;
  color: #a1a1a6;
  text-align: center;
}
.site-footer nav ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.25rem;
}
.site-footer a { color: var(--gray); text-decoration: none; }
.site-footer a:hover { color: var(--blue); }


.price-features {
  display: inline-block;
  text-align: left;
  margin-top: 0.75rem;
}

.share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.share span {
  font-size: 0.85rem;
  color: #a1a1a6;
  margin-right: 0.25rem;
}

.share a, .share button {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}
.share a:hover, .share button:hover { border-color: #c7c7cc; }
.share svg { width: 1rem; height: 1rem; }
.share .copied { border-color: var(--blue); color: var(--blue); }

.wp-embed-responsive .prose iframe { max-width: 100%; }


.sec {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  scroll-margin-top: 5rem;
}

figure.section-image { margin: 0; }
.section-image img {
  display: block;
  width: 100%;
  border-radius: var(--radius-sm);
}
.section-image figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: var(--gray);
  margin-top: 0.6rem;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.25rem;
  margin-top: 1.5rem;
}
.logos img { height: 26px; width: auto; max-width: 8rem; }
.logos--gray img { filter: grayscale(1); opacity: 0.6; transition: filter 0.15s ease, opacity 0.15s ease; }
.logos--gray img:hover { filter: none; opacity: 1; }

.form-check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--gray);
}
.form-check input {
  margin-top: 0.28rem;
  accent-color: var(--blue);
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d2d2d7;
  border-radius: 14px;
  font: inherit;
  font-size: 0.97rem;
  color: var(--ink);
  background: #fff;
}
.form select:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: transparent;
}

.slots {
  border: 0;
  margin: 0;
  padding: 0;
}
.slots legend {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0;
}
.slots-days {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 0.15rem;
}
.slots-days::-webkit-scrollbar { display: none; }
.slots-day {
  flex: 0 0 auto;
  width: 4.9rem;
  scroll-snap-align: start;
}
.slots-day-label {
  display: block;
  text-align: center;
  font-size: 0.78rem;
  color: #a1a1a6;
  margin-bottom: 0.45rem;
  text-transform: capitalize;
}
.slots-col {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.slot input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.slot span {
  display: block;
  text-align: center;
  padding: 0.45rem 0.4rem;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease;
}
.slot span:hover { border-color: var(--ink); }
.slot input:checked + span {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.slot input:focus-visible + span {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
}
.slot--taken span {
  color: #c7c7cc;
  border-color: var(--line);
  text-decoration: line-through;
  cursor: not-allowed;
  background: var(--tint-gray);
}
.slot--taken span:hover { border-color: var(--line); }

.glossary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  margin: 1.25rem 0 1.75rem;
}
.glossary-nav button {
  min-width: 2rem;
  height: 2rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  padding: 0 0.45rem;
}
.glossary-nav button:hover { border-color: #c7c7cc; }
.glossary-nav button.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.glossary-group { text-align: left; }
.glossary-group h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #a1a1a6;
  margin: 1.5rem 0 0.25rem;
}
.glossary-list { list-style: none; margin: 0; padding: 0; }
.glossary-list li { border-top: 1px solid var(--line); }
.glossary-list li:first-child { border-top: 0; }
.glossary-list a {
  display: block;
  padding: 0.7rem 0;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
}
.glossary-list a span {
  display: block;
  font-weight: 300;
  font-size: 0.88rem;
  color: var(--gray);
}
.glossary-list a:hover { color: var(--blue); }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

.alignwide, .alignfull { border-radius: var(--radius-sm); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .float-cta, .mega, .tile, .btn, .menu-btn svg { transition: none; }
}
