/* ============================================================
   KTK LANDING PAGE — All styles scoped to .ktk-lp
   ============================================================ */

.ktk-lp *, .ktk-lp *::before, .ktk-lp *::after { box-sizing: border-box; }
.ktk-lp { font-family: 'Playfair Display', 'DM Sans', Georgia, sans-serif; overflow-x: hidden; }

/* Fonts loaded inline in shortcode head via wp_enqueue_style */

/* ── Variables ── */
.ktk-lp {
  --navy:    #1B2B4B;
  --navy-lt: #243660;
  --gold:    #C9A84C;
  --gold-lt: #e8c96a;
  --white:   #ffffff;
  --off:     #F7F5F0;
  --text:    #1a1a2e;
  --muted:   #6b7280;
  --border:  #e5e3dc;
  --r:       12px;
  --r-lg:    20px;
}

/* ── Utility ── */
.ktk-lp__container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }

/* ── Nav ── */
.ktk-lp__nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(27,43,75,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,.2);
  padding: 14px 0;
}
.ktk-lp__nav-inner { display: flex; align-items: center; justify-content: space-between; }
.ktk-lp__nav-logo {
  font-size: 17px; font-weight: 600; color: #fff !important;
  text-decoration: none !important; letter-spacing: -.01em;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__nav-logo em { font-style: italic; color: #C9A84C; }
.ktk-lp__nav-cta {
  background: #C9A84C; color: #1B2B4B !important;
  font-size: 13px; font-weight: 700;
  padding: 9px 20px; border-radius: 8px;
  text-decoration: none !important; letter-spacing: .01em;
  transition: filter .15s; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__nav-cta:hover { filter: brightness(1.1); }

/* ── Buttons ── */
.ktk-lp__btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: #C9A84C; color: #1B2B4B !important;
  font-size: 16px; font-weight: 700;
  padding: 16px 32px; border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(201,168,76,.35);
  transition: filter .15s, transform .12s;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__btn-primary:hover { filter: brightness(1.08); transform: translateY(-2px); }
.ktk-lp__btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.6) !important; font-size: 14px; font-weight: 500;
  text-decoration: none !important; transition: color .15s;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__btn-ghost:hover { color: #fff !important; }

/* ── Hero ── */
.ktk-lp__hero {
  background: #1B2B4B;
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 140px 0 100px;
  position: relative; overflow: hidden;
}
.ktk-lp__hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(201,168,76,.08) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(201,168,76,.05) 0%, transparent 60%);
  pointer-events: none;
}
.ktk-lp__hero-inner { position: relative; z-index: 1; max-width: 760px; }
.ktk-lp__hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  color: #C9A84C;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 99px;
  margin-bottom: 28px; font-family: 'DM Sans', sans-serif;
  animation: ktk-lp-fadeUp .6s ease both;
}
.ktk-lp__eyebrow-dot { width: 5px; height: 5px; background: #C9A84C; border-radius: 50%; flex-shrink: 0; }
.ktk-lp__hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(42px, 6vw, 78px); font-weight: 900;
  color: #fff !important; line-height: 1.05; letter-spacing: -.03em;
  margin: 0 0 24px !important;
  animation: ktk-lp-fadeUp .6s .1s ease both;
}
.ktk-lp__hero-h1 em { font-style: italic; color: #C9A84C; }
.ktk-lp__hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(16px, 2vw, 20px); font-weight: 300;
  color: rgba(255,255,255,.65); line-height: 1.7;
  max-width: 580px; margin: 0 0 40px !important;
  animation: ktk-lp-fadeUp .6s .2s ease both;
}
.ktk-lp__hero-actions {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  animation: ktk-lp-fadeUp .6s .3s ease both;
}
.ktk-lp__hero-proof {
  margin-top: 60px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
  animation: ktk-lp-fadeUp .6s .4s ease both;
}
.ktk-lp__proof-item { display: flex; flex-direction: column; gap: 3px; }
.ktk-lp__proof-item strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 700; color: #C9A84C !important; letter-spacing: -.02em;
}
.ktk-lp__proof-item span { font-size: 12px; color: rgba(255,255,255,.45); font-weight: 400; font-family: 'DM Sans', sans-serif; }
.ktk-lp__proof-divider { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* ── Banner ── */
.ktk-lp__banner { background: #C9A84C; padding: 20px 0; text-align: center; }
.ktk-lp__banner p {
  font-size: 15px; font-weight: 600; color: #1B2B4B;
  letter-spacing: -.01em; font-family: 'DM Sans', sans-serif; margin: 0 !important;
}
.ktk-lp__banner strong { font-weight: 800; }

/* ── Section defaults ── */
.ktk-lp section { padding: 100px 0; }
.ktk-lp__section-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #C9A84C; margin: 0 0 14px !important; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: #1B2B4B !important;
  line-height: 1.1; letter-spacing: -.03em; margin: 0 0 18px !important;
}
.ktk-lp__section-sub {
  font-size: 17px; font-weight: 300; color: #6b7280;
  line-height: 1.7; max-width: 560px; margin: 0 0 0 !important;
  font-family: 'DM Sans', sans-serif;
}

/* ── How It Works ── */
.ktk-lp__how { background: #F7F5F0; }
.ktk-lp__how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 60px; border-radius: 20px; overflow: hidden;
}
.ktk-lp__how-card {
  background: #fff; padding: 40px 36px; position: relative;
}
.ktk-lp__how-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: #C9A84C; transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.ktk-lp__how-card:hover::before { transform: scaleX(1); }
.ktk-lp__how-num {
  font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 900;
  color: #C9A84C; opacity: .25; line-height: 1; margin: 0 0 20px !important;
}
.ktk-lp__how-icon {
  width: 44px; height: 44px; background: #1B2B4B; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: #C9A84C; margin-bottom: 18px;
}
.ktk-lp__how-card h3 {
  font-size: 17px; font-weight: 700; color: #1B2B4B !important;
  margin: 0 0 10px !important; letter-spacing: -.02em; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__how-card p {
  font-size: 14px; font-weight: 300; color: #6b7280;
  line-height: 1.7; margin: 0 !important; font-family: 'DM Sans', sans-serif;
}

/* ── Tools ── */
.ktk-lp__tools { background: #fff; }
.ktk-lp__tools-grid { display: flex; flex-direction: column; gap: 24px; margin-top: 56px; }
.ktk-lp__tool-card {
  background: #F7F5F0; border: 1px solid #e5e3dc; border-radius: 20px; padding: 36px;
  position: relative; overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.ktk-lp__tool-card:hover {
  border-color: #C9A84C; box-shadow: 0 8px 40px rgba(201,168,76,.12); transform: translateY(-3px);
}
.ktk-lp__tool-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, #1B2B4B, #C9A84C);
}
.ktk-lp__tool-card--featured {
  background: #1B2B4B; border-color: rgba(201,168,76,.3);
}
.ktk-lp__tool-card--featured:hover { border-color: #C9A84C; }
.ktk-lp__tool-inner {
  display: flex; flex-direction: column; gap: 20px;
}
.ktk-lp__tool-top {
  display: flex; align-items: center; gap: 16px;
}
.ktk-lp__tool-bottom {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.ktk-lp__tool-left { display: flex; flex-direction: column; gap: 10px; }
.ktk-lp__tool-badge {
  display: inline-flex; align-items: center;
  background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.3);
  color: #C9A84C; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 99px; width: fit-content;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__tool-icon {
  width: 52px; height: 52px; background: #1B2B4B; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; color: #C9A84C;
}
.ktk-lp__tool-card--featured .ktk-lp__tool-icon { background: rgba(201,168,76,.15); }
.ktk-lp__tool-card h3 {
  font-size: 20px; font-weight: 700; color: #1B2B4B !important;
  letter-spacing: -.02em; margin: 0 !important; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__tool-card--featured h3 { color: #fff !important; }
.ktk-lp__tool-card > .ktk-lp__tool-inner .ktk-lp__tool-left p,
.ktk-lp__tool-left p {
  font-size: 14px; font-weight: 300; color: #6b7280;
  line-height: 1.65; margin: 0 !important; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__tool-card--featured .ktk-lp__tool-left p { color: rgba(255,255,255,.55); }
.ktk-lp__tool-features { display: flex; flex-direction: column; gap: 10px; }
.ktk-lp__tool-feature {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.5px; font-weight: 400; color: #6b7280; line-height: 1.5;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__tool-card--featured .ktk-lp__tool-feature { color: rgba(255,255,255,.55); }
.ktk-lp__tool-feature svg { color: #C9A84C; flex-shrink: 0; margin-top: 2px; }

/* ── Portal ── */
.ktk-lp__portal { background: #1B2B4B; }
.ktk-lp__portal .ktk-lp__section-title { color: #fff !important; }
.ktk-lp__portal .ktk-lp__section-sub { color: rgba(255,255,255,.5); }
.ktk-lp__phases { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
.ktk-lp__phase-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px; padding: 32px 28px;
  transition: background .2s, border-color .2s;
}
.ktk-lp__phase-card:hover { background: rgba(201,168,76,.07); border-color: rgba(201,168,76,.3); }
.ktk-lp__phase-num {
  width: 36px; height: 36px; background: #C9A84C; color: #1B2B4B;
  border-radius: 8px; font-size: 15px; font-weight: 900;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__phase-card h3 {
  font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700;
  color: #fff !important; margin: 0 0 10px !important; letter-spacing: -.02em;
}
.ktk-lp__phase-card > p {
  font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,.45);
  line-height: 1.65; margin: 0 !important; font-family: 'DM Sans', sans-serif;
}
.ktk-lp__phase-steps { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.ktk-lp__phase-step {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: rgba(255,255,255,.35); font-family: 'DM Sans', sans-serif;
}
.ktk-lp__phase-step::before {
  content: ''; width: 5px; height: 5px; background: #C9A84C;
  opacity: .5; border-radius: 50%; flex-shrink: 0;
}

/* ── Value ── */
.ktk-lp__value { background: #F7F5F0; }
.ktk-lp__value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 60px; }
.ktk-lp__calc { background: #fff; border: 1px solid #e5e3dc; border-radius: 20px; overflow: hidden; }
.ktk-lp__calc-header { background: #1B2B4B; padding: 20px 28px; }
.ktk-lp__calc-header p { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.5); letter-spacing: .05em; text-transform: uppercase; margin: 0 !important; font-family: 'DM Sans', sans-serif; }
.ktk-lp__calc-row { display: flex; justify-content: space-between; align-items: center; padding: 18px 28px; border-bottom: 1px solid #e5e3dc; }
.ktk-lp__calc-row:last-child { border-bottom: none; }
.ktk-lp__calc-row--total { background: rgba(201,168,76,.06); }
.ktk-lp__calc-row span { font-size: 14px; font-weight: 400; color: #6b7280; font-family: 'DM Sans', sans-serif; }
.ktk-lp__calc-row strong { font-size: 15px; font-weight: 700; color: #1B2B4B; font-family: 'DM Sans', sans-serif; }
.ktk-lp__calc-row--total strong { font-family: 'Playfair Display', serif; font-size: 24px; color: #C9A84C !important; }
.ktk-lp__calc-row--total span { font-weight: 600; color: #1B2B4B; }
.ktk-lp__value-points { display: flex; flex-direction: column; gap: 28px; }
.ktk-lp__vp { display: flex; gap: 18px; align-items: flex-start; }
.ktk-lp__vp-icon { width: 44px; height: 44px; flex-shrink: 0; background: #1B2B4B; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #C9A84C; }
.ktk-lp__vp h4 { font-size: 15px; font-weight: 700; color: #1B2B4B !important; margin: 0 0 5px !important; font-family: 'DM Sans', sans-serif; }
.ktk-lp__vp p { font-size: 13.5px; font-weight: 300; color: #6b7280; line-height: 1.6; margin: 0 !important; font-family: 'DM Sans', sans-serif; }

/* ── Pricing ── */
.ktk-lp__pricing { background: #fff; }
.ktk-lp__pricing-center { text-align: center; }
.ktk-lp__pricing-card { max-width: 520px; margin: 56px auto 0; background: #1B2B4B; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 80px rgba(27,43,75,.2); }
.ktk-lp__pricing-top { padding: 44px 48px 36px; position: relative; }
.ktk-lp__pricing-top::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,.08), transparent 70%); pointer-events: none; }
.ktk-lp__pricing-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #C9A84C; margin-bottom: 20px; display: block; font-family: 'DM Sans', sans-serif; }
.ktk-lp__pricing-price { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 8px; }
.ktk-lp__pricing-currency { font-size: 24px; font-weight: 700; color: rgba(255,255,255,.5); margin-top: 10px; font-family: 'DM Sans', sans-serif; }
.ktk-lp__pricing-amount { font-family: 'Playfair Display', serif; font-size: 88px; font-weight: 900; color: #fff !important; line-height: 1; letter-spacing: -.04em; }
.ktk-lp__pricing-once { font-size: 13px; color: rgba(255,255,255,.4); margin: 0 0 32px !important; font-family: 'DM Sans', sans-serif; }
.ktk-lp__pricing-divider { height: 1px; background: rgba(255,255,255,.08); margin: 32px 0; }
.ktk-lp__pricing-features { display: flex; flex-direction: column; gap: 14px; }
.ktk-lp__pricing-feature { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,.7); font-family: 'DM Sans', sans-serif; }
.ktk-lp__pricing-feature svg { color: #C9A84C; flex-shrink: 0; }
.ktk-lp__pricing-bottom { padding: 32px 48px 44px; background: rgba(0,0,0,.15); }
.ktk-lp__pricing-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: #C9A84C; color: #1B2B4B !important;
  font-size: 16px; font-weight: 800; padding: 18px 32px; border-radius: 12px;
  text-decoration: none !important; box-shadow: 0 8px 32px rgba(201,168,76,.3);
  transition: filter .15s, transform .12s; margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
}
.ktk-lp__pricing-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.ktk-lp__guarantee { text-align: center; font-size: 12px; color: rgba(255,255,255,.35); margin: 0 !important; font-family: 'DM Sans', sans-serif; }

/* ── FAQ ── */
.ktk-lp__faq { background: #F7F5F0; }
.ktk-lp__faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 56px; }
.ktk-lp__faq-item { background: #fff; border: 1px solid #e5e3dc; border-radius: 12px; padding: 28px 32px; }
.ktk-lp__faq-item h4 { font-size: 15px; font-weight: 700; color: #1B2B4B !important; margin: 0 0 10px !important; font-family: 'DM Sans', sans-serif; }
.ktk-lp__faq-item p { font-size: 13.5px; font-weight: 300; color: #6b7280; line-height: 1.65; margin: 0 !important; font-family: 'DM Sans', sans-serif; }

/* ── Final CTA ── */
.ktk-lp__final-cta { background: #1B2B4B; padding: 120px 0; text-align: center; position: relative; overflow: hidden; }
.ktk-lp__final-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201,168,76,.07), transparent 70%); }
.ktk-lp__final-cta .ktk-lp__container { position: relative; }
.ktk-lp__final-cta .ktk-lp__section-title { color: #fff !important; max-width: 600px; margin: 0 auto 16px !important; }
.ktk-lp__final-cta .ktk-lp__section-sub { color: rgba(255,255,255,.45); margin: 0 auto 40px !important; }

/* ── Footer ── */
.ktk-lp__footer { background: #0f1a2e; padding: 36px 0; text-align: center; }
.ktk-lp__footer p { font-size: 13px; color: rgba(255,255,255,.25); font-family: 'DM Sans', sans-serif; margin: 0 !important; }
.ktk-lp__footer a { color: #C9A84C !important; text-decoration: none !important; }

/* ── Animations ── */
@keyframes ktk-lp-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ktk-lp__reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.ktk-lp__reveal.ktk-lp-visible { opacity: 1; transform: none; }
.ktk-lp__reveal-d1 { transition-delay: .1s; }
.ktk-lp__reveal-d2 { transition-delay: .2s; }
.ktk-lp__reveal-d3 { transition-delay: .3s; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .ktk-lp__how-grid { grid-template-columns: 1fr; }
  .ktk-lp__tool-bottom { grid-template-columns: 1fr; gap: 20px; }
  .ktk-lp__phases { grid-template-columns: 1fr; gap: 14px; }
  .ktk-lp__value-grid { grid-template-columns: 1fr; gap: 40px; }
  .ktk-lp__faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ktk-lp section { padding: 72px 0; }
  .ktk-lp__pricing-top { padding: 36px 28px 28px; }
  .ktk-lp__pricing-bottom { padding: 24px 28px 36px; }
  .ktk-lp__pricing-amount { font-size: 72px; }
  .ktk-lp__proof-divider { display: none; }
  .ktk-lp__hero-proof { gap: 20px; }
  .ktk-lp__container { padding: 0 18px; }
}
