/* Kutupluss inner pages — shop, blog, about, contact */
.page-main {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .page-main {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 2rem;
}

.page-hero__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 90% 10%, rgba(37, 156, 219, 0.16), transparent 55%),
    linear-gradient(180deg, #f7fbfe 0%, rgba(247, 251, 254, 0.4) 100%);
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.page-hero--center .page-hero__inner {
  margin: 0 auto;
  text-align: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--kp-muted);
}

.breadcrumb a {
  color: var(--kp-blue);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #c5d0da;
}

.page-hero h1 {
  margin: 0.35rem 0 0;
  font-family: var(--kp-sans);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--kp-ink);
}

.page-hero p {
  margin: 0.75rem 0 0;
  color: var(--kp-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  font-weight: 500;
}

.page-section {
  padding: 1.5rem 0 2.5rem;
}

.page-section--tight {
  padding: 1.1rem 0 1.6rem;
}

.media-slot {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 220px;
  border-radius: 1.25rem;
  border: 1px dashed rgba(37, 156, 219, 0.38);
  background:
    linear-gradient(160deg, rgba(232, 246, 253, 0.95), rgba(244, 240, 255, 0.9));
}

.media-slot--wide {
  min-height: 280px;
  aspect-ratio: 16 / 9;
}

.media-slot--contain {
  background: #7ec8ea;
  border: 0;
  min-height: 0;
}

.media-slot--contain img,
.phone-shot img {
  object-fit: contain;
}

.phone-shot {
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #7ec8ea;
  box-shadow: 0 14px 34px rgba(21, 70, 110, 0.1);
}

.phone-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.phone-shot figcaption {
  margin: 0;
  padding: 0.55rem 0.75rem 0.8rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0b3a55;
  background: #e8f6fd;
}

.media-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-slot.is-empty img {
  display: none;
}

.media-slot.is-empty::after {
  content: attr(data-placeholder);
  display: block;
  max-width: 16rem;
  padding: 0 1rem;
  color: var(--kp-blue);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}

.media-slot figcaption,
.media-slot__caption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.55);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
}

.site-nav__actions .cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(37, 156, 219, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--kp-ink);
  cursor: pointer;
}

.cart-btn svg {
  width: 1.15rem;
  height: 1.15rem;
}

.cart-btn__count {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: var(--kp-blue);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-align: center;
}

.cart-btn__count[hidden] {
  display: none !important;
}

.cart-drawer[hidden] {
  display: none !important;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1900;
}

.cart-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 31, 0.46);
}

.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 26rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -18px 0 50px rgba(16, 24, 40, 0.18);
}

.cart-drawer__head,
.cart-drawer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.15rem;
  border-bottom: 1px solid #eef2f6;
}

.cart-drawer__foot {
  border-bottom: 0;
  border-top: 1px solid #eef2f6;
  margin-top: auto;
  flex-direction: column;
  align-items: stretch;
}

.cart-drawer__sum {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--kp-muted);
}

.cart-drawer__sum strong {
  color: #0f172a;
  font-size: 1.05rem;
}

.cart-drawer__cta {
  display: grid;
  gap: 0.45rem;
}

.cart-drawer__cta .btn-solid,
.cart-drawer__cta .btn-line {
  width: 100%;
  justify-content: center;
}

.cart-drawer__head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.cart-drawer__close {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--kp-muted);
}

.cart-drawer__list {
  flex: 1;
  overflow: auto;
  padding: 1rem 1.15rem;
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.cart-item__media {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #eef7fc;
}

.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
}

.cart-item p {
  margin: 0.2rem 0 0;
  color: var(--kp-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.cart-item__actions {
  display: grid;
  gap: 0.35rem;
}

.cart-empty {
  color: var(--kp-muted);
  font-weight: 600;
  text-align: center;
  padding: 2rem 0.5rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.4rem;
  z-index: 2100;
  transform: translateX(-50%) translateY(120%);
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #10233a;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.28);
  transition: transform 0.28s var(--kp-ease);
}

.toast.is-in {
  transform: translateX(-50%) translateY(0);
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 1.4rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(37, 156, 219, 0.12);
  box-shadow: 0 10px 30px rgba(21, 70, 110, 0.05);
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.shop-chip {
  border: 1px solid rgba(37, 156, 219, 0.2);
  background: #fff;
  color: var(--kp-ink);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.shop-chip.is-active,
.shop-chip:hover {
  background: var(--kp-blue);
  border-color: var(--kp-blue);
  color: #fff;
}

.shop-sort label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--kp-muted);
}

.shop-sort select {
  min-width: 13rem;
  border: 1px solid #dbe7f0;
  border-radius: 0.75rem;
  padding: 0.55rem 0.7rem;
  font-weight: 700;
  color: var(--kp-ink);
  background: #f8fbfe;
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
}

@media (min-width: 700px) {
  .shop-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .shop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.shop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 1.3rem;
  overflow: hidden;
  border: 1px solid rgba(37, 156, 219, 0.12);
  box-shadow: 0 14px 34px rgba(21, 70, 110, 0.07);
  transition: transform 0.25s var(--kp-ease), box-shadow 0.25s ease;
}

.shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(21, 70, 110, 0.12);
}

.shop-card__media {
  position: relative;
  min-height: 210px;
  background: #eef7fc;
}

.shop-card__badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 1;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--kp-blue);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.shop-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1rem 1.1rem;
  flex: 1;
}

.shop-card h2 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.shop-card__meta {
  color: var(--kp-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.shop-card__price {
  margin-top: 0.35rem;
  font-weight: 800;
  color: var(--kp-ink);
}

.shop-card__price del {
  margin-right: 0.35rem;
  color: #94a3b8;
  font-weight: 600;
}

.shop-card__price strong {
  color: var(--kp-blue);
  font-size: 1.2rem;
}

.shop-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.75rem;
}

.shop-card__actions .btn-solid {
  grid-column: 1 / -1;
}

.price-card .btn-ghost {
  margin-top: 0.55rem;
  color: #e0f2fe;
  background: rgba(125, 211, 252, 0.14);
}

.btn-ghost,
.btn-solid,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  border: 0;
}

.btn-solid {
  background: linear-gradient(135deg, #38bdf8, #259cdb);
  color: #fff;
}

.btn-ghost {
  background: #eef7fc;
  color: var(--kp-blue);
}

.btn-line {
  background: #fff;
  color: var(--kp-ink);
  border: 1px solid #dbe7f0;
}

.shop-empty {
  display: none;
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  color: var(--kp-muted);
  font-weight: 700;
}

.product-layout {
  display: grid;
  gap: 1.6rem;
}

@media (min-width: 960px) {
  .product-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }
}

.product-gallery {
  display: grid;
  gap: 0.75rem;
}

.product-gallery [data-gallery-main] {
  position: relative;
  background: #f4fafd;
  border: 0;
  min-height: 0;
  width: 100%;
  height: min(68vh, 32rem);
  max-height: 32rem;
  overflow: hidden;
  place-items: stretch;
}

.product-gallery [data-gallery-main].media-slot--contain {
  background: #f4fafd;
}

.product-gallery [data-gallery-main] img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

@media (min-width: 760px) {
  .product-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-thumbs .media-slot {
  height: 6.25rem;
  min-height: 6.25rem;
  cursor: pointer;
  overflow: hidden;
  place-items: stretch;
}

.product-thumbs .media-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-buy {
  padding: 1.25rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(37, 156, 219, 0.12);
  box-shadow: 0 16px 40px rgba(21, 70, 110, 0.08);
}

.product-buy h1 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
}

.product-price strong {
  font-size: 2rem;
  color: var(--kp-blue);
  letter-spacing: -0.03em;
}

.product-price del {
  color: #94a3b8;
  font-weight: 700;
}

.product-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.9rem 0 0;
}

.product-stats span {
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #eef7fc;
  color: var(--kp-blue);
  font-size: 0.75rem;
  font-weight: 800;
}

.product-buy .lead {
  margin: 0.85rem 0 0;
  color: var(--kp-muted);
  line-height: 1.65;
  font-weight: 500;
}

.product-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.product-contents {
  margin: 1.35rem 0 0;
}

.product-contents h2 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.product-contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.product-contents li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--kp-ink);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-contents li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--kp-blue);
}

.page-main.blog-page {
  padding-top: 0;
  padding-bottom: 3rem;
  font-family: var(--kp-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.blog-masthead {
  position: relative;
  overflow: hidden;
  padding: 8.4rem 0 2.6rem;
  color: #f8fbff;
  background: #0e2438;
}

@media (min-width: 768px) {
  .blog-masthead {
    padding-top: 9.4rem;
    padding-bottom: 3.1rem;
  }
}

.blog-masthead__wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 88% -10%, rgba(37, 156, 219, 0.42), transparent 58%),
    radial-gradient(ellipse 40% 60% at 0% 110%, rgba(125, 211, 252, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%);
  pointer-events: none;
}

.blog-masthead .container {
  position: relative;
  z-index: 1;
}

.blog-masthead .breadcrumb,
.blog-masthead .breadcrumb a {
  color: rgba(255, 255, 255, 0.62);
}

.blog-masthead .breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.28);
}

.blog-masthead__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.blog-masthead h1 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--kp-sans);
  font-size: clamp(2.05rem, 5.2vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}

.blog-masthead__lead {
  margin: 1.05rem 0 0;
  max-width: 32rem;
  color: rgba(248, 251, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 500;
  text-wrap: pretty;
}

.blog-masthead__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.blog-masthead__meta li {
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-section {
  padding-top: 1.6rem;
}

.blog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.5rem;
}

.blog-chip {
  border: 0;
  background: transparent;
  color: #64748b;
  border-radius: 0;
  padding: 0.35rem 0.15rem;
  margin-right: 0.85rem;
  font-family: var(--kp-sans);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 -2px 0 transparent;
  transition: color 0.2s ease, box-shadow 0.2s ease;
}

.blog-chip:hover {
  color: var(--kp-ink);
}

.blog-chip.is-active {
  color: var(--kp-blue);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--kp-blue);
}

.blog-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--kp-blue);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-more::after {
  content: "→";
  transition: transform 0.22s var(--kp-ease);
}

.blog-feature:hover .blog-more::after,
.blog-card:hover .blog-more::after {
  transform: translateX(4px);
}

.blog-feature {
  display: grid;
  gap: 1.4rem;
  margin: 0 0 1.15rem;
  padding: 1.6rem 1.5rem;
  overflow: hidden;
  border-radius: 1.7rem;
  background:
    radial-gradient(ellipse 80% 90% at 100% 0%, rgba(37, 156, 219, 0.35), transparent 52%),
    linear-gradient(160deg, #10263b 0%, #16324c 100%);
  color: #f8fbff;
  text-decoration: none;
  box-shadow: 0 24px 50px rgba(14, 36, 56, 0.22);
  transition: transform 0.28s var(--kp-ease), box-shadow 0.28s ease;
}

.blog-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(14, 36, 56, 0.28);
}

@media (min-width: 880px) {
  .blog-feature {
    grid-template-columns: 1.35fr 0.75fr;
    align-items: stretch;
    min-height: 20rem;
    padding: 2.1rem 2rem;
    gap: 2rem;
  }
}

.blog-feature__copy {
  display: flex;
  flex-direction: column;
}

.blog-feature__kicker {
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-feature h2 {
  margin: 0.75rem 0 0;
  max-width: 22ch;
  font-family: var(--kp-sans);
  font-size: clamp(1.4rem, 2.6vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.22;
  text-wrap: balance;
}

.blog-feature p {
  margin: 0.9rem 0 0;
  max-width: 34rem;
  color: rgba(248, 251, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}

.blog-feature .blog-more {
  color: #fff;
}

.blog-feature__quote {
  display: none;
}

@media (min-width: 880px) {
  .blog-feature__quote {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.3rem 1.35rem 1.2rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .blog-feature__quote span {
    font-family: var(--kp-sans);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    color: #7dd3fc;
  }

  .blog-feature__quote p {
    margin: 0.85rem 0 0;
    color: rgba(248, 251, 255, 0.88);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.015em;
  }
}

.blog-pair {
  display: grid;
  gap: 1.15rem;
  margin: 0 0 1.15rem;
}

@media (min-width: 800px) {
  .blog-pair {
    grid-template-columns: 1fr 1fr;
  }
}

.blog-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 760px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 16.5rem;
  padding: 1.25rem 1.25rem 1.2rem;
  background: #fff;
  border-radius: 1.35rem;
  border: 1px solid rgba(16, 38, 56, 0.08);
  box-shadow: 0 10px 28px rgba(16, 38, 56, 0.05);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s var(--kp-ease), box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 156, 219, 0.35);
  box-shadow: 0 18px 36px rgba(16, 38, 56, 0.1);
}

.blog-card--wide {
  min-height: 15.5rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.blog-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
}

.blog-card__top > span:last-child {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
}

.blog-card__cat {
  color: var(--kp-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0;
  font-family: var(--kp-sans);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.38;
  text-wrap: balance;
}

.blog-card p {
  margin: 0.6rem 0 0;
  color: var(--kp-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  font-weight: 500;
}

.blog-card[hidden],
.blog-feature[hidden],
.blog-pair[hidden] {
  display: none !important;
}

.blog-empty {
  margin: 0.5rem 0 1.4rem;
  text-align: center;
  color: var(--kp-muted);
  font-weight: 700;
}

.blog-empty[hidden] {
  display: none !important;
}

.blog-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  margin-top: 2rem;
  padding: 1.5rem 1.5rem;
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid rgba(37, 156, 219, 0.14);
}

.blog-cta h2 {
  margin: 0.25rem 0 0;
  font-family: var(--kp-sans);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.blog-cta p:last-of-type {
  margin: 0.4rem 0 0;
  color: var(--kp-muted);
}

.blog-cta .btn-solid {
  display: inline-flex;
}

.article {
  width: 100%;
}

.article-hero-media {
  margin: 0 0 1.5rem;
}

.article h1 {
  margin: 0;
  font-family: var(--kp-sans);
  font-size: clamp(1.55rem, 3.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.28;
  text-align: justify;
  text-align-last: start;
}

.article-body h2 {
  margin: 1.7rem 0 0.6rem;
  font-family: var(--kp-sans);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  text-align: justify;
  text-align-last: start;
}

.article-body {
  width: 100%;
}

.article-body p,
.article-body li {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.85;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  margin: 0.8rem 0 1.2rem;
  color: var(--kp-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.article-body p {
  margin: 0 0 1rem;
}

.article-body ul,
.article-body ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.article-cta {
  margin: 2rem 0 0;
  padding: 1.45rem 1.4rem 1.3rem;
  border-radius: 1.35rem;
  background: linear-gradient(145deg, #071525, #0f3d62);
  color: #f8fafc;
}

.article-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.article-cta > p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  line-height: 1.5;
}

.article-cta .cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.05rem;
}

.article-cta .btn-solid {
  color: #fff;
  min-height: 42px;
  padding: 0.55rem 1.2rem;
}

.article-cta .store-badge-link {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.55);
  font-weight: 400;
  color: inherit;
}

@media (max-width: 520px) {
  .article-cta .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .article-cta .btn-solid,
  .article-cta .store-badge-link {
    width: fit-content;
  }
}

.article-cta .store-badge {
  height: 42px;
  width: auto;
  display: block;
}

.article-cta__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  margin: 1.1rem 0 0;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
}

.article-cta__contact a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1.5px;
}

.article-cta__contact a:hover {
  color: #7dd3fc;
}

.related-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

@media (min-width: 760px) {
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.about-shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1.15rem auto 0;
  max-width: 56rem;
}

@media (min-width: 860px) {
  .about-shots {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
    max-width: 72rem;
  }
}

.about-shots .phone-shot {
  border-radius: 1rem;
  background: transparent;
  box-shadow: none;
}

.about-shots .phone-shot img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  object-position: top center;
  background: transparent;
}

@media (min-width: 860px) {
  .about-shots .phone-shot img {
    max-height: 280px;
  }
}

.about-shots .phone-shot figcaption {
  padding: 0.35rem 0.4rem 0.5rem;
  font-size: 0.72rem;
  background: transparent;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.faq-item {
  background: #fff;
  border-radius: 1.05rem;
  border: 1px solid rgba(37, 156, 219, 0.12);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  color: var(--kp-ink);
  cursor: pointer;
}

.faq-item button span:last-child {
  color: var(--kp-blue);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item .faq-panel {
  display: none;
  padding: 0 1.1rem 1.05rem;
  color: var(--kp-muted);
  line-height: 1.65;
  font-weight: 500;
}

.faq-item.is-open .faq-panel {
  display: block;
}

.map-frame {
  overflow: hidden;
  border-radius: 1.3rem;
  min-height: 280px;
  border: 1px solid rgba(37, 156, 219, 0.12);
}

.map-frame iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.contact-page .contact-layout {
  margin-top: 0.5rem;
}

.page-cta-band {
  margin-top: 2rem;
  padding: 1.4rem 1.2rem;
  border-radius: 1.4rem;
  background: #fff;
  border: 1px solid rgba(37, 156, 219, 0.14);
  text-align: center;
}

.page-cta-band h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
}

.page-cta-band p {
  margin: 0.45rem 0 0.9rem;
  color: var(--kp-muted);
}

.seo-strip {
  padding: 1.6rem 0 2rem;
  background: #eef6fb;
  border-top: 1px solid rgba(37, 156, 219, 0.12);
}

.seo-strip h2 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--kp-ink);
}

.seo-strip p {
  margin: 0.45rem 0 0.75rem;
  max-width: 52rem;
  color: var(--kp-muted);
  font-size: 0.86rem;
  line-height: 1.65;
  font-weight: 500;
}

.seo-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-strip__links a {
  color: var(--kp-blue);
  font-size: 0.8rem;
  font-weight: 700;
}

.seo-strip__links a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .shop-card__actions,
  .product-actions {
    grid-template-columns: 1fr;
  }

  .site-nav__links {
    gap: 0;
  }
}
