
/* Kamagra collection landing page — v26 */

.mk-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(216,165,66,.18), transparent 30%),
    linear-gradient(135deg, #061c36 0%, #082544 62%, #0c345d 100%);
}

.mk-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -180px auto;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(216,165,66,.16);
  border-radius: 50%;
}

.mk-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(430px,.9fr);
  gap: 58px;
  align-items: center;
  padding-block: 70px;
}

.mk-hero-copy {
  max-width: 650px;
}

.mk-hero .eyebrow,
.mk-final-cta .eyebrow {
  color: #e3b95f;
}

.mk-hero h1 {
  max-width: 680px;
  margin: 12px 0 20px;
  color: #fff;
  font: 700 clamp(42px,5vw,68px)/1.04 Georgia,serif;
  letter-spacing: -.025em;
}

.mk-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: #e6edf5;
  font-size: 18px;
  line-height: 1.75;
}

.mk-hero-actions,
.mk-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.mk-btn-light {
  border-color: rgba(255,255,255,.68) !important;
  color: #fff !important;
  background: transparent !important;
}

.mk-btn-light:hover {
  border-color: #fff !important;
  background: rgba(255,255,255,.1) !important;
}

.mk-hero-products {
  min-height: 400px;
  position: relative;
}

.mk-hero-products a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.23);
  background: #fff;
  box-shadow: 0 25px 70px rgba(0,0,0,.28);
  text-decoration: none;
}

.mk-hero-products img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  box-sizing: border-box;
  margin: auto;
}

.mk-hero-main {
  inset: 20px 110px 30px 0;
  border-radius: 24px;
  transform: rotate(-2deg);
}

.mk-hero-main span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #d8a542;
  color: #061c36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mk-hero-main img {
  padding: 40px 28px 20px;
}

.mk-hero-small {
  width: 155px;
  height: 155px;
  right: 0;
  border-radius: 20px;
}

.mk-hero-super {
  top: 5px;
  transform: rotate(4deg);
}

.mk-hero-effervescent {
  bottom: 5px;
  transform: rotate(-4deg);
}

.mk-hero-small img {
  padding: 15px;
}

.mk-trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -24px;
}

.mk-trust-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6,28,54,.14);
}

.mk-trust-grid > div {
  min-height: 104px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 22px 28px;
}

.mk-trust-grid > div + div {
  border-left: 1px solid #e4e9ed;
}

.mk-trust-grid span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d8a542;
  border-radius: 50%;
  color: #a87312;
  font-weight: 900;
}

.mk-trust-grid p {
  margin: 0;
  color: #5e6b7a;
  font-size: 13px;
  line-height: 1.45;
}

.mk-trust-grid strong {
  display: block;
  color: #13243a;
  font-size: 14px;
}

.mk-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.mk-section-heading h2 {
  margin: 9px 0 10px;
  color: #061c36;
  font: 700 clamp(32px,4vw,48px)/1.12 Georgia,serif;
}

.mk-section-heading p {
  margin: 0;
  color: #5e6b7a;
}

.mk-product-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
  align-items: stretch;
}

.mk-product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6,28,54,.08);
}

.mk-card-featured {
  border: 2px solid #d8a542;
  box-shadow: 0 15px 38px rgba(216,165,66,.18);
}

.mk-product-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 6px 15px rgba(6,28,54,.18);
}

.mk-badge-gold {
  background: #c58b1f;
}

.mk-badge-navy {
  background: #061c36;
}

.mk-product-image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e3e8ec;
  background: #f8fafb;
}

.mk-product-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  padding: 28px;
  transition: transform .25s ease;
}

.mk-product-card:hover .mk-product-image img {
  transform: scale(1.035);
}

.mk-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.mk-product-body h3 {
  margin: 8px 0 8px;
  color: #061c36;
  font-size: 21px;
  line-height: 1.22;
}

.mk-product-body h3 a {
  text-decoration: none;
}

.mk-product-body p {
  margin: 0;
  color: #5e6b7a;
  font-size: 14px;
}

.mk-card-bottom {
  margin-top: auto;
  padding-top: 22px;
}

.mk-price {
  display: block;
  margin-bottom: 13px;
  color: #067860;
  font-size: 25px;
  line-height: 1;
}

.mk-card-bottom .btn {
  width: 100%;
}

.mk-comparison-section {
  background: #f4f7f8;
}

.mk-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce3e8;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6,28,54,.07);
}

.mk-comparison-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

.mk-comparison-table th,
.mk-comparison-table td {
  padding: 17px 18px;
  border-bottom: 1px solid #e4e9ed;
  text-align: left;
  vertical-align: middle;
}

.mk-comparison-table thead th {
  background: #061c36;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mk-comparison-table tbody th {
  color: #061c36;
}

.mk-comparison-table tbody th a {
  text-decoration: none;
}

.mk-comparison-table tbody tr:last-child th,
.mk-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.mk-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr);
  gap: 60px;
  align-items: start;
}

.mk-faq-heading {
  margin: 0;
  text-align: left;
}

.mk-faq-list {
  display: grid;
  gap: 12px;
}

.mk-faq-list details {
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-radius: 12px;
  background: #fff;
}

.mk-faq-list summary {
  cursor: pointer;
  padding: 18px 52px 18px 20px;
  color: #061c36;
  font-weight: 800;
  list-style: none;
  position: relative;
}

.mk-faq-list summary::-webkit-details-marker {
  display: none;
}

.mk-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #a87312;
  font-size: 24px;
}

.mk-faq-list details[open] summary::after {
  content: "−";
}

.mk-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #5e6b7a;
}

.mk-final-cta {
  color: #fff;
  background: linear-gradient(120deg,#061c36,#0b2a4c);
}

.mk-final-cta .page-width {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-block: 48px;
}

.mk-final-cta h2 {
  margin: 8px 0 8px;
  color: #fff;
  font: 700 clamp(30px,4vw,44px)/1.1 Georgia,serif;
}

.mk-final-cta p {
  margin: 0;
  color: #dbe5ef;
}

.mk-final-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 1050px) {
  .mk-hero-grid {
    grid-template-columns: 1fr 390px;
    gap: 32px;
  }

  .mk-product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 780px) {
  .mk-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 48px 58px;
  }

  .mk-hero-copy {
    text-align: center;
  }

  .mk-hero-copy > p {
    margin-inline: auto;
  }

  .mk-hero-actions {
    justify-content: center;
  }

  .mk-hero-products {
    width: min(100%,500px);
    min-height: 360px;
    margin-inline: auto;
  }

  .mk-hero-main {
    inset: 25px 85px 30px 0;
  }

  .mk-hero-small {
    width: 130px;
    height: 130px;
  }

  .mk-trust-strip {
    margin-top: 0;
    padding-top: 18px;
    background: #f4f7f8;
  }

  .mk-trust-grid {
    grid-template-columns: 1fr;
  }

  .mk-trust-grid > div + div {
    border-left: 0;
    border-top: 1px solid #e4e9ed;
  }

  .mk-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mk-faq-heading {
    text-align: center;
  }

  .mk-final-cta .page-width {
    display: block;
    text-align: center;
  }

  .mk-final-actions {
    justify-content: center;
    margin-top: 26px;
  }
}

@media (max-width: 560px) {
  .mk-hero h1 {
    font-size: 42px;
  }

  .mk-hero-actions,
  .mk-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mk-hero-actions .btn,
  .mk-final-actions .btn {
    width: 100%;
  }

  .mk-hero-products {
    min-height: 305px;
  }

  .mk-hero-main {
    inset: 22px 62px 22px 0;
  }

  .mk-hero-small {
    width: 100px;
    height: 100px;
  }

  .mk-product-grid {
    grid-template-columns: 1fr;
  }

  .mk-product-image {
    height: 260px;
  }
}


/* v28 hero main image fill adjustment */
.mk-hero-main img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 30px 28px 24px !important;
}

@media (max-width: 560px) {
  .mk-hero-main img {
    padding: 24px 20px 20px !important;
  }
}
