.mtk-member-app {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: start;
}
.mtk-kicker {
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #8e111b;
  font-size: 12px;
}
.mtk-form-intro h2 {
  font-size: clamp(35px, 5vw, 58px);
  line-height: 1.05;
  margin: 14px 0;
}
.mtk-benefits {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-weight: 700;
}
.mtk-member-app form {
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(70, 10, 16, 0.08);
  position: relative;
}
#mtk-step-one::before, #mtk-step-two::before { display: inline-flex; margin-bottom: 20px; padding: 7px 11px; border-radius: 999px; background: #f4e9dd; color: #7d111a; font-size: 11px; font-weight: 900; letter-spacing: .11em; }
#mtk-step-one::before { content: "STEP 1 · APPLICATION & SECURITY"; }
#mtk-step-two::before { content: "STEP 2 · EMAIL VERIFICATION"; }
.mtk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mtk-member-app label {
  display: grid;
  gap: 7px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.mtk-member-app label small { color: #806d70; font-weight: 500; line-height: 1.45; }
.mtk-photo-field { grid-column: 1/-1; }
.mtk-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.mtk-member-app input,
.mtk-member-app select,
.mtk-member-app textarea {
  width: 100%;
  border: 1px solid #d9cbc6;
  border-radius: 12px;
  padding: 13px;
  font: inherit;
  background: #fff;
}
.mtk-member-app button,
.mtk-card-actions a {
  border: 0;
  border-radius: 12px;
  padding: 14px 20px;
  background: #8e111b;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.mtk-member-app button:disabled {
  opacity: 0.55;
}
.mtk-consent {
  grid-template-columns: auto 1fr !important;
  align-items: start;
}
.mtk-consent input {
  width: auto;
  margin-top: 4px;
}
.mtk-message {
  margin-top: 12px;
  font-weight: 700;
}
.mtk-message.bad {
  color: #b42318;
}
.mtk-message.good {
  color: #157347;
}
.mtk-card {
  max-width: 760px;
  margin: auto;
  border-radius: 26px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, #7c111b, #30080c);
  box-shadow: 0 24px 70px rgba(73, 8, 14, 0.25);
  position: relative;
  overflow: hidden;
}
.mtk-card-head,
.mtk-card-body,
.mtk-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mtk-card-head strong {
  font-size: 20px;
}
.mtk-card-head small {
  display: block;
  color: #f0c86a;
}
.mtk-card-head > span {
  font-size: 30px;
  font-weight: 900;
  color: #f1c967;
}
.mtk-card-body {
  margin: 35px 0;
}
.mtk-member-photo {
  width: 105px;
  height: 125px;
  border-radius: 15px;
  object-fit: cover;
  border: 3px solid #fff;
}
.mtk-card-body h3 {
  font-size: 26px;
  margin: 3px 0 16px;
}
.mtk-card-body small {
  display: block;
  color: #fff9;
}
.mtk-card-meta { font-size: 13px; color: #ffffffb8; }
.mtk-qr {
  width: 105px;
  height: 105px;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}
.mtk-card-foot {
  border-top: 1px solid #ffffff2b;
  padding-top: 18px;
}
.mtk-card-foot div {
  text-align: center;
}
.mtk-card-foot img {
  display: block;
  width: 130px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 5px;
  background: #fff;
  border-radius: 7px;
  padding: 3px;
}
.mtk-card-foot small {
  display: block;
}
.mtk-card-actions {
  text-align: center;
  margin-top: 18px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.mtk-leaders {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mtk-leaders article {
  padding: 25px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #eaded8;
}
.mtk-leader-photo { width: 100%; aspect-ratio: 4/3; border-radius: 17px; overflow: hidden; display: grid; place-items: center; margin-bottom: 20px; background: linear-gradient(145deg,#741019,#b98328); }
.mtk-leader-photo img { width: 100%; height: 100%; object-fit: cover; }
.mtk-initials { color: #fff; font-size: 46px; letter-spacing: .06em; }
.mtk-leaders span {
  color: #9b6b20;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.mtk-leaders h3 {
  margin: 20px 0 0;
  font-size: 21px;
}
.mtk-page-intro {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}
.mtk-page-intro h1 {
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 12px 0 18px;
  color: #251719;
}
.mtk-page-intro > p:last-child {
  font-size: 19px;
  line-height: 1.8;
  color: #715c5e;
}
.mtk-rich {
  max-width: 880px;
  margin: 0 auto;
}
.mtk-rich h2 {
  font-size: 30px;
  margin: 45px 0 10px;
}
.mtk-rich p,
.mtk-rich li {
  font-size: 17px;
  line-height: 1.85;
  color: #574548;
}
.mtk-fact-grid,
.mtk-feature-grid,
.mtk-structure,
.mtk-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 1050px;
}
.mtk-fact-grid article,
.mtk-feature-grid article,
.mtk-structure article,
.mtk-contact-grid article {
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(70, 10, 16, 0.05);
}
.mtk-fact-grid b {
  display: block;
  font-size: 29px;
  color: #81121b;
}
.mtk-fact-grid span {
  color: #806a6c;
  font-weight: 700;
}
.mtk-feature-grid h2,
.mtk-structure h2,
.mtk-contact-grid h2 {
  font-size: 23px;
  margin: 10px 0;
}
.mtk-feature-grid p,
.mtk-structure p,
.mtk-contact-grid p {
  color: #655255;
  line-height: 1.75;
}
.mtk-structure b {
  font-size: 14px;
  color: #ad7a26;
}
.mtk-articles {
  max-width: 940px;
  margin: auto;
  display: grid;
  gap: 13px;
}
.mtk-articles details {
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 17px;
  padding: 0 22px;
}
.mtk-articles summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  padding: 20px 0;
  color: #741019;
}
.mtk-articles p {
  color: #625053;
  line-height: 1.8;
  padding: 0 0 20px;
  margin: 0;
}
.mtk-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mtk-post-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 23px;
}
.mtk-post-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.mtk-post-grid article > div {
  padding: 23px;
}
.mtk-post-grid h2 {
  font-size: 22px;
  line-height: 1.3;
}
.mtk-post-grid h2 a {
  text-decoration: none;
}
.mtk-post-grid p {
  color: #69575a;
}
.mtk-read {
  font-weight: 900;
  color: #82121b;
  text-decoration: none;
}
.mtk-empty {
  grid-column: 1/-1;
  padding: 45px;
  text-align: center;
  background: #f2e9dd;
  border-radius: 24px;
}
.mtk-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mtk-gallery figure {
  margin: 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #eaded8;
}
.mtk-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: #fff;
}
.mtk-gallery figcaption {
  padding: 18px;
  font-weight: 800;
  text-align: center;
}
.mtk-social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mtk-social-links a {
  padding: 10px 16px;
  background: #7d111a;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}
@media (max-width: 800px) {
  .mtk-member-app {
    grid-template-columns: 1fr;
  }
  .mtk-grid,
  .mtk-leaders,
  .mtk-fact-grid,
  .mtk-feature-grid,
  .mtk-structure,
  .mtk-contact-grid,
  .mtk-post-grid,
  .mtk-gallery {
    grid-template-columns: 1fr;
  }
  .mtk-card-body {
    flex-wrap: wrap;
  }
  .mtk-card {
    border-radius: 18px;
    padding: 20px;
  }
  .mtk-page-intro {
    margin-bottom: 35px;
  }
  .mtk-page-intro h1 {
    font-size: 42px;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  .mtk-card,
  .mtk-card * {
    visibility: visible;
  }
  .mtk-card {
    position: fixed;
    inset: 30px auto auto 30px;
    width: calc(100% - 60px);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .mtk-card-actions {
    display: none !important;
  }
}

/* Professional photo membership card */
.mtk-card-brand { display: flex; align-items: center; gap: 12px; }
.mtk-card-brand > img { width: 54px; height: 54px; object-fit: contain; background: #fff; border-radius: 50%; padding: 3px; }
.mtk-card-head > span { font-size: 13px; letter-spacing: .12em; border: 1px solid #f1c96766; padding: 8px 12px; border-radius: 999px; }
.mtk-card-details { flex: 1; }
.mtk-card-foot > span small { display: block; color: #ffffff99; font-size: 10px; letter-spacing: .12em; }
.mtk-president-block { display: flex; align-items: center; gap: 10px; text-align: center; }
.mtk-president-photo { width: 58px !important; height: 58px !important; border-radius: 50% !important; object-fit: cover !important; border: 2px solid #f1c967; padding: 0 !important; margin: 0 !important; background: #fff; }
.mtk-president-sign { width: 125px !important; height: 42px !important; object-fit: contain !important; margin: 0 auto 3px !important; padding: 2px !important; background: #fff; border-radius: 6px; }
@media (max-width: 620px) {
  .mtk-member-app { gap: 30px; }
  .mtk-member-app form { padding: 20px; border-radius: 20px; }
  .mtk-form-intro h2 { font-size: 36px; }
  .mtk-page-intro h1 { font-size: 36px; overflow-wrap: break-word; }
  .mtk-page-intro > p:last-child { font-size: 16px; }
  .mtk-card-head, .mtk-card-foot { align-items: flex-start; flex-wrap: wrap; }
  .mtk-card-head > span { display: none; }
  .mtk-card-body { display: grid; grid-template-columns: 82px 1fr; gap: 15px; margin: 24px 0; }
  .mtk-member-photo { width: 82px; height: 100px; }
  .mtk-card-details h3 { font-size: 21px; overflow-wrap: anywhere; }
  .mtk-qr { width: 96px; height: 96px; grid-column: 1/-1; justify-self: center; }
  .mtk-president-block { margin-left: 0; width: 100%; justify-content: flex-end; }
  .mtk-card-actions { display: grid; }
  .mtk-card-actions > * { width: 100%; }
}
