/* ============================================================================
   K-Beauty Global Summit 2026 — purple/gold summit skin.
   The page reuses the shared .summit-* components (events-summit.css) but this
   event's Vercel design uses a purple+gold accent instead of the navy one used
   by KAT/Symposium. Overrides are scoped to `.summit-kbeauty` (body flag) so the
   other summit pages keep their navy skin. Values captured 1:1 from the Vercel
   computed styles.
   ========================================================================== */
.summit-kbeauty.summit-page {
	background-color: #07102a;
	background-image:
		radial-gradient(62% 42% at 50% -8%, rgba(178, 198, 255, .28), transparent 70%),
		radial-gradient(42% 32% at 86% 14%, rgba(122, 85, 255, .24), transparent 72%),
		radial-gradient(38% 28% at 10% 14%, rgba(215, 182, 106, .13), transparent 72%),
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 0),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 0),
		linear-gradient(#0b1536, #101a43 46%, #07102a);
	background-size: 100% 100%, 100% 100%, 100% 100%, 58px 58px, 58px 58px, 100% 100%;
}
.summit-kbeauty .summit-hero {
	background-color: #07102a;
	background-image:
		radial-gradient(64% 48% at 52% 8%, rgba(205, 216, 255, .25), transparent 66%),
		radial-gradient(45% 34% at 86% 20%, rgba(124, 94, 255, .3), transparent 72%),
		radial-gradient(38% 28% at 12% 18%, rgba(215, 182, 106, .16), transparent 72%),
		linear-gradient(145deg, #07102a, #131f4c 54%, #202b62);
	background-size: 100% 100%, 100% 100%, 52px 52px, 52px 52px;
}
.summit-kbeauty .summit-panel {
	background-image:
		radial-gradient(58% 42% at 50% 0%, rgba(124, 94, 255, .19), transparent 70%),
		linear-gradient(rgba(16, 26, 67, .96), rgba(7, 16, 42, .98));
}
.summit-kbeauty .summit-card {
	background-image:
		linear-gradient(rgba(255, 255, 255, .094), rgba(255, 255, 255, .04)),
		radial-gradient(76% 48% at 80% 0%, rgba(122, 85, 255, .22), transparent 72%);
	border-color: rgba(255, 255, 255, .13);
	box-shadow: 0 22px 70px rgba(3, 8, 26, .28);
}
.summit-kbeauty .summit-chip {
	border-color: rgba(185, 200, 255, .28);
	box-shadow: 0 12px 30px rgba(3, 8, 26, .18);
}
.summit-kbeauty .summit-chip strong { color: #ffe4a3; }
.summit-kbeauty .summit-cta {
	background: linear-gradient(135deg, #d7b66a, #9a71ff 54%, #526dff);
	box-shadow: 0 0 34px rgba(122, 85, 255, .42), 0 16px 34px rgba(3, 8, 26, .28);
}
.summit-kbeauty .summit-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 48px rgba(122, 85, 255, .6), 0 16px 34px rgba(3, 8, 26, .28);
}
/* Default body-copy tone on the dark skin, set on the section so it INHERITS to
   text that has no explicit colour utility. Targeting the section (not `p`) lets
   the Tailwind `text-[…]` utilities on individual elements still win — matching
   Vercel, where the same default sits under @layer utilities. */
.summit-kbeauty section { color: #dce6ff; }
/* Force every paragraph to the body-copy tone (wins over the text-[…] utilities). */
.summit-page.summit-kbeauty p { color: #dce6ff; }
/* Tailwind preflight is off in this theme, so reset list chrome on the summit page
   (scoped — global lists elsewhere keep their default bullets/indent). */
.summit-kbeauty ul,
.summit-kbeauty ol,
.summit-kbeauty menu { list-style: none; margin: 0; padding: 0; }
/* Drop the footer membership CTA band on this page (same as the other event
   pages: .amlab-symposium-page/.amlab-kat-page/.amlab-congress-page do this). */
body.summit-kbeauty .amlab-home-cta { display: none !important; }
/* Poster frame edge reads as a crisp light hairline instead of translucent white. */
.summit-kbeauty .summit-visual { border-color: #e5e7eb; }

/* K-Beauty Global Summit 2026 page — dark violet / gold system (.ksm-*). */
.ksm-section, .ksm-hero { color: #fff; }
.ksm-section { padding: 5.5rem 0; background: transparent; }
.ksm-panel { background: radial-gradient(ellipse 58% 42% at 50% 0%, rgba(105, 153, 203, .18), transparent 70%); }
.ksm-section > .kbit-container { position: relative; z-index: 1; }

/* Shared header */
.ksm-head { max-width: 46rem; margin: 0 0 2.5rem; }
.ksm-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.ksm-eyebrow { margin: 0 0 .85rem; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: #9CBBDD; }
.ksm-h2 { margin: 0; font-size: clamp(1.75rem, 1.2rem + 1.9vw, 2.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: #fff; text-wrap: balance; }
.ksm-intro { margin: 1rem 0 0; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .62); }
.ksm-head--center .ksm-intro { margin-left: auto; margin-right: auto; max-width: 46rem; }
.ksm-note { margin: 1.5rem 0 0; font-size: 12.5px; color: rgba(255, 255, 255, .4); }

/* Buttons */
.ksm-btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 1.6rem; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.ksm-btn--gold { background: linear-gradient(135deg, #9BC3EC 0%, #6999CB 54%, #4F78A5 100%); color: #0b1a30; box-shadow: 0 0 30px rgba(79, 120, 165, .5), 0 14px 30px rgba(10, 24, 48, .4); }
.ksm-btn--gold:hover { background: linear-gradient(135deg, #aecff2 0%, #78a7d6 54%, #5988b4 100%); color: #0b1a30; transform: translateY(-1px); }
.ksm-btn--ghost { border: 1px solid rgba(255, 255, 255, .22); color: #fff; }
.ksm-btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .4); color: #fff; }

/* ---- Hero ---- */
.ksm-hero { position: relative; overflow: hidden; padding: 5.5rem 0 4.5rem; background: radial-gradient(120% 120% at 80% -10%, #28547f 0%, #18355d 45%, #12203a 100%); }
.ksm-hero__grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 992px) { .ksm-hero__grid { grid-template-columns: 1.05fr .95fr; } }
.ksm-hero__eyebrow { margin: 0 0 1rem; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #dce6ff; }
.ksm-hero__title { margin: 0; font-size: clamp(2.5rem, 1.6rem + 4vw, 4.5rem); font-weight: 900; line-height: 1.02; letter-spacing: -.02em; text-transform: uppercase; color: #fff; }
.ksm-hero__sub { margin: 1.5rem 0 0; max-width: 34rem; font-size: 16px; line-height: 1.65; color: rgba(255, 255, 255, .72); }
.ksm-hero__tags { margin: 1rem 0 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.ksm-hero__pills { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.75rem 0 0; }
.ksm-pill { font-size: 12.5px; font-weight: 600; padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(105, 153, 203, .35); background: rgba(105, 153, 203, .1); color: #cfe0f5; }
.ksm-hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 0; }
/* Hero visual — Vercel "summit-visual" glass frame (Tailwind arbitrary classes
   translated to plain CSS so no Tailwind rebuild is needed): rounded frame,
   white hairline, glass fill, deep-blue shadow, padded so the image reads as a
   framed poster. */
.ksm-hero__visual { position: relative; overflow: hidden; border-radius: 1.75rem; border: 1px solid #e5e7eb; background: rgba(255, 255, 255, .075); padding: .75rem; box-shadow: 0 34px 120px rgba(63, 84, 180, .34); }
.ksm-hero__visual img { display: block; width: 100%; height: auto; border-radius: 1.25rem; }

/* ---- Grids ---- */
.ksm-grid2 { display: grid; gap: 1.5rem; }
.ksm-grid3 { display: grid; gap: 1.25rem; }
.ksm-grid4 { display: grid; gap: 1.25rem; }
@media (min-width: 700px) { .ksm-grid4 { grid-template-columns: repeat(2, 1fr); } .ksm-grid3 { grid-template-columns: repeat(3, 1fr); } .ksm-grid2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .ksm-grid4 { grid-template-columns: repeat(4, 1fr); } }

.ksm-card, .ksm-day, .ksm-track, .ksm-fit, .ksm-pcard { border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .045); border-radius: 16px; }

/* Partners */
.ksm-pgrid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); margin-top: .5rem; }
@media (min-width: 760px) { .ksm-pgrid { grid-template-columns: repeat(3, 1fr); } }
.ksm-pcard { padding: 1.25rem 1.4rem; }
.ksm-pcard__name { margin: 0; font-size: 15px; font-weight: 800; color: #fff; }
.ksm-pcard__role { margin: .35rem 0 0; font-size: 12.5px; color: rgba(255, 255, 255, .5); }

/* Pillars */
.ksm-card { padding: 1.6rem; }
.ksm-card__icon { display: inline-flex; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; border-radius: 12px; background: rgba(105, 153, 203, .16); color: #9CBBDD; margin-bottom: 1rem; }
.ksm-card__title { margin: 0; font-size: 16px; font-weight: 800; color: #fff; }
.ksm-card__desc { margin: .6rem 0 0; font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, .6); }

/* Journey */
.ksm-day { padding: 1.6rem; }
.ksm-day__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.ksm-day__num { font-size: 11px; font-weight: 800; letter-spacing: .16em; color: #9CBBDD; }
.ksm-day__phase { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255, 255, 255, .45); }
.ksm-day__title { margin: 1rem 0 0; font-size: 16px; font-weight: 800; color: #fff; }
.ksm-day__desc { margin: .5rem 0 1rem; font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, .6); }
.ksm-day__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .08); }
.ksm-day__list li { position: relative; padding: .5rem 0 .5rem 1.1rem; font-size: 13px; color: rgba(255, 255, 255, .72); border-bottom: 1px solid rgba(255, 255, 255, .05); }
.ksm-day__list li::before { content: ""; position: absolute; left: 0; top: .95rem; width: 5px; height: 5px; border-radius: 50%; background: #9CBBDD; }

/* Tracks */
.ksm-track { padding: 2rem; display: flex; flex-direction: column; }
.ksm-track--clinical { border-top: 3px solid #7FA8D4; }
.ksm-track--business { border-top: 3px solid #9CBBDD; }
.ksm-track__seats { align-self: flex-start; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; background: rgba(255, 255, 255, .08); color: #fff; }
.ksm-track__title { margin: 1rem 0 0; font-size: 20px; font-weight: 800; color: #fff; }
.ksm-track__desc { margin: .6rem 0 1.1rem; font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, .62); }
.ksm-track__list { margin: 0 0 1.25rem; padding: 0; list-style: none; display: grid; gap: .6rem; }
.ksm-track__list li { display: flex; align-items: flex-start; gap: .6rem; font-size: 13.5px; color: rgba(255, 255, 255, .8); }
.ksm-track__list li svg { flex: 0 0 auto; margin-top: 2px; color: #7ee2a8; }
.ksm-track__note { margin: auto 0 0; padding: .9rem 1rem; border-radius: 10px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .07); font-size: 12px; line-height: 1.55; color: rgba(255, 255, 255, .5); }

/* Program fit */
.ksm-fit { padding: 1.6rem; }
.ksm-fit__icon { display: inline-flex; width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center; border-radius: 999px; margin-bottom: .9rem; }
.ksm-fit--ok .ksm-fit__icon { background: rgba(46, 143, 91, .18); color: #7ee2a8; }
.ksm-fit--warn .ksm-fit__icon { background: rgba(197, 161, 90, .18); color: #e9cf9c; }
.ksm-fit--no .ksm-fit__icon { background: rgba(220, 60, 60, .16); color: #f0a3a3; }
.ksm-fit__title { margin: 0; font-size: 16px; font-weight: 800; color: #fff; }
.ksm-fit__desc { margin: .6rem 0 0; font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, .6); }

/* Cost + checklist */
.ksm-cost { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .ksm-cost { grid-template-columns: 1fr 1fr; } }
.ksm-checklabel { margin: 0 0 1rem; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.ksm-checkgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.ksm-checkitem { display: flex; align-items: center; gap: .5rem; padding: .7rem .85rem; border-radius: 10px; background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .08); font-size: 13px; color: rgba(255, 255, 255, .8); }
.ksm-checkitem svg { flex: 0 0 auto; color: #9CBBDD; }

/* FAQ */
.ksm-faqwrap { max-width: 52rem; }
.ksm-faqlist { display: grid; gap: .75rem; margin-top: 2rem; }
.ksm-faq { border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .045); border-radius: 12px; overflow: hidden; }
.ksm-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 1.25rem; font-size: 14.5px; font-weight: 700; color: #fff; cursor: pointer; list-style: none; }
.ksm-faq__q::-webkit-details-marker { display: none; }
.ksm-faq__mark { position: relative; flex: 0 0 auto; width: 16px; height: 16px; }
.ksm-faq__mark::before, .ksm-faq__mark::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: #9CBBDD; transform: translate(-50%, -50%); transition: transform .2s ease; }
.ksm-faq__mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.ksm-faq[open] .ksm-faq__mark::after { transform: translate(-50%, -50%) rotate(0); }
.ksm-faq__a { padding: 0 1.25rem 1.15rem; font-size: 13.5px; line-height: 1.7; color: rgba(255, 255, 255, .62); }

/* Final CTA */
.ksm-cta { background: radial-gradient(120% 140% at 50% -20%, #28547f 0%, #18355d 45%, #12203a 100%); }
.ksm-cta__inner { max-width: 46rem; margin: 0 auto; text-align: center; }
.ksm-cta__title { margin: 0; font-size: clamp(1.75rem, 1.2rem + 1.9vw, 2.5rem); font-weight: 800; color: #fff; text-wrap: balance; }
.ksm-cta__text { margin: 1rem auto 0; max-width: 40rem; font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .65); }
.ksm-cta__btns { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 2rem; }

/* Unify the glass surfaces on the summit-page skin: every white/blue translucent
   fill (Vercel Tailwind opacity variants) collapses to one soft glass tone. */
.summit-page .bg-\[\#6999CB\]\/18,
.summit-page .bg-\[\#6999CB\]\/26,
.summit-page .bg-\[\#6999CB\]\/38,
.summit-page .bg-white\/6,
.summit-page .bg-white\/7,
.summit-page .bg-white\/8 {
	background-color: rgba(255, 255, 255, .075);
}

/* Symposium 2026 (light/rose) "ghost" scroll-anchor link — a plain-border pink
   pill used for secondary CTAs ("View the program", "See all speakers"...).
   Not part of the Tailwind utility set so it gets its own small component rule. */
.sym-anchor {
	border: 1px solid rgba(244, 174, 200, 0.7);
	color: #d9578f;
	background-color: rgba(255, 255, 255, 0.6);
	transition: background-color .15s ease, border-color .15s ease;
}
.sym-anchor:hover {
	background-color: #fff0f6;
	border-color: #d9578f;
}
