/* Ad Platform — landing page styles. Scoped to .adsplatform-landing so they don't leak. */

.adsplatform-landing { padding: 32px 20px 64px; }
.adsplatform-landing__article { max-width: 1100px; margin: 0 auto; }

/* Disclosure banner */
.adsplatform-landing .ap-disclosure {
	display: flex; align-items: center; gap: 12px;
	background: #fffbe6; border: 1px solid #f1d97f;
	padding: 10px 14px; border-radius: 6px; margin-bottom: 28px;
	font-size: 13px;
}
.adsplatform-landing .ap-disclosure__badge {
	background: #b88600; color: #fff; padding: 3px 10px; border-radius: 3px;
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
}
.adsplatform-landing .ap-disclosure__text { color: #5e4500; }

/* Hero */
.adsplatform-landing .ap-hero {
	display: flex; align-items: center; gap: 24px;
	padding: 32px; background: #fafbfc;
	border: 1px solid #e5e7eb; border-radius: 10px; margin-bottom: 24px;
}
.adsplatform-landing .ap-hero__logo { flex: 0 0 140px; }
.adsplatform-landing .ap-hero__logo img {
	max-width: 100%; max-height: 140px; height: auto; display: block;
	background: #fff; border-radius: 6px; padding: 8px;
}
.adsplatform-landing .ap-hero__text { flex: 1; }
.adsplatform-landing .ap-hero__title {
	margin: 0 0 6px; font-size: 36px; line-height: 1.15; font-weight: 700; color: #0f172a;
}
.adsplatform-landing .ap-hero__ticker {
	display: inline-block; background: #0f172a; color: #fff; padding: 4px 10px;
	border-radius: 3px; font-family: ui-monospace, "SF Mono", Menlo, monospace;
	font-size: 14px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 10px;
}
.adsplatform-landing .ap-hero__exchange {
	display: inline-block; margin-left: 6px; padding-left: 6px;
	border-left: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85);
	font-size: 12px; font-weight: 500;
}
.adsplatform-landing .ap-hero__tagline {
	margin: 8px 0 0; color: #475569; font-size: 17px; line-height: 1.5;
}

/* Quick stats */
.adsplatform-landing .ap-quickstats {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1px; background: #e5e7eb; border: 1px solid #e5e7eb;
	border-radius: 8px; overflow: hidden; margin-bottom: 32px;
}
.adsplatform-landing .ap-stat { background: #fff; padding: 16px 20px; }
.adsplatform-landing .ap-stat__label {
	font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em;
	color: #94a3b8; font-weight: 600;
}
.adsplatform-landing .ap-stat__value { font-size: 16px; font-weight: 600; color: #0f172a; margin-top: 4px; }
.adsplatform-landing .ap-stat__value a { color: #1e40af; text-decoration: none; }

/* Section base */
.adsplatform-landing .ap-section { margin-top: 40px; }
.adsplatform-landing .ap-section h2 {
	font-size: 22px; font-weight: 700; margin: 0 0 16px; color: #0f172a;
	padding-bottom: 8px; border-bottom: 2px solid #0f172a; display: inline-block;
}

/* ---- OVERVIEW (description + sidebar) ---- */
.adsplatform-landing .ap-overview { display: block; }
.adsplatform-landing .ap-overview--with-sidebar {
	display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px;
	align-items: start;
}
.adsplatform-landing .ap-overview__main { min-width: 0; }
.adsplatform-landing .ap-content {
	font-size: 17px; line-height: 1.7; color: #1f2937;
}
.adsplatform-landing .ap-content p { margin: 0 0 16px; }

.adsplatform-landing .ap-overview__sidebar {
	display: flex; flex-direction: column; gap: 20px;
}
.adsplatform-landing .ap-side-card {
	background: #fff; border: 1px solid #e5e7eb; border-radius: 10px;
	padding: 20px;
}
.adsplatform-landing .ap-side-card__title {
	margin: 0 0 14px;
	font-size: 12px; font-weight: 700; color: #475569;
	text-transform: uppercase; letter-spacing: 0.08em;
	padding-bottom: 10px; border-bottom: 1px solid #e5e7eb;
}

/* Share structure list (in sidebar) */
.adsplatform-landing .ap-share-list { margin: 0; padding: 0; }
.adsplatform-landing .ap-share-list__row {
	display: flex; justify-content: space-between; align-items: baseline;
	padding: 6px 0; border-bottom: 1px dashed #e5e7eb;
}
.adsplatform-landing .ap-share-list__row:last-child { border-bottom: none; }
.adsplatform-landing .ap-share-list dt {
	font-size: 13px; color: #475569; font-weight: 500;
}
.adsplatform-landing .ap-share-list dd {
	margin: 0; font-size: 14px; font-weight: 600; color: #0f172a;
	font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.adsplatform-landing .ap-share-list__notes {
	margin: 14px 0 0; padding-top: 12px; border-top: 1px solid #e5e7eb;
	font-size: 12px; color: #64748b; line-height: 1.5;
}

/* Team list (in sidebar) */
.adsplatform-landing .ap-team-list { list-style: none; margin: 0; padding: 0; }
.adsplatform-landing .ap-team-list__item {
	display: flex; gap: 12px; padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
}
.adsplatform-landing .ap-team-list__item:last-child { border-bottom: none; padding-bottom: 0; }
.adsplatform-landing .ap-team-list__item:first-child { padding-top: 0; }
.adsplatform-landing .ap-team-list__photo { flex: 0 0 48px; }
.adsplatform-landing .ap-team-list__photo img {
	width: 48px; height: 48px; object-fit: cover; border-radius: 50%; display: block;
}
.adsplatform-landing .ap-team-list__body { flex: 1; min-width: 0; }
.adsplatform-landing .ap-team-list__name { font-size: 14px; font-weight: 600; color: #0f172a; }
.adsplatform-landing .ap-team-list__title { font-size: 12px; color: #64748b; margin-top: 2px; }
.adsplatform-landing .ap-team-list__bio { margin: 6px 0 0; font-size: 13px; color: #475569; line-height: 1.5; }
.adsplatform-landing .ap-team-list__link {
	display: inline-block; margin-top: 6px;
	font-size: 12px; color: #1e40af; text-decoration: none; font-weight: 500;
}
.adsplatform-landing .ap-team-list__link:hover { text-decoration: underline; }

/* ---- VIDEO BLOCK ---- */
.adsplatform-landing .ap-video-block__player {
	aspect-ratio: 16/9; background: #000; border-radius: 10px;
	overflow: hidden; margin-bottom: 16px;
}
.adsplatform-landing .ap-video-block__player iframe,
.adsplatform-landing .ap-video-block__player video {
	width: 100%; height: 100%; border: 0; display: block;
}

/* PLAYLIST — using <li> with role="button" to dodge theme button styling entirely */
.adsplatform-landing .ap-playlist-strip {
	background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden;
}
.adsplatform-landing .ap-playlist__heading {
	padding: 12px 18px; border-bottom: 1px solid #e5e7eb;
	font-size: 11px; font-weight: 700; color: #475569;
	text-transform: uppercase; letter-spacing: 0.08em;
	background: #fafbfc;
}
.adsplatform-landing .ap-playlist__list {
	list-style: none !important; margin: 0 !important; padding: 0 !important;
}
.adsplatform-landing .ap-playlist__row {
	display: flex; align-items: center; gap: 14px;
	padding: 12px 18px; border-bottom: 1px solid #e5e7eb;
	cursor: pointer; transition: background 120ms ease;
	color: #0f172a; font-size: 14px; line-height: 1.4;
	background: #fff;
	margin: 0; list-style: none;
}
.adsplatform-landing .ap-playlist__row:last-child { border-bottom: none; }
.adsplatform-landing .ap-playlist__row:hover { background: #fafbfc; }
.adsplatform-landing .ap-playlist__row.is-playing {
	background: #f1f5f9;
}
.adsplatform-landing .ap-playlist__row.is-playing .ap-playlist__num {
	background: #0f172a; color: #fff; border-color: #0f172a;
}
.adsplatform-landing .ap-playlist__num {
	flex: 0 0 auto;
	color: #94a3b8; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-weight: 600;
	font-size: 11px; padding: 3px 7px; background: #fff; border: 1px solid #e5e7eb; border-radius: 3px;
	transition: all 120ms ease;
}
.adsplatform-landing .ap-playlist__label {
	color: #0f172a; flex: 1; line-height: 1.4;
}
.adsplatform-landing .ap-playlist__featured-tag {
	display: inline-block; flex-shrink: 0;
	background: #fef3c7; color: #92400e;
	padding: 2px 8px; border-radius: 3px;
	font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em;
}

/* ---- ASSETS SECTION — magazine style, less busy ---- */
.adsplatform-landing .ap-assets-section__list {
	display: flex; flex-direction: column; gap: 40px;
}
.adsplatform-landing .ap-asset {
	/* No card border, no background. Just typography hierarchy. */
}
.adsplatform-landing .ap-asset + .ap-asset {
	padding-top: 40px;
	border-top: 1px solid #e5e7eb;
}

.adsplatform-landing .ap-asset__head {
	display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
	margin-bottom: 4px;
}
.adsplatform-landing .ap-asset__name {
	margin: 0; font-size: 24px; font-weight: 700; color: #0f172a;
	letter-spacing: -0.01em;
}
.adsplatform-landing .ap-asset__stage {
	font-size: 11px; font-weight: 700; color: #475569;
	text-transform: uppercase; letter-spacing: 0.06em;
	padding: 2px 8px; background: #f1f5f9; border-radius: 3px;
}
.adsplatform-landing .ap-asset__sub {
	margin: 0 0 16px;
	font-size: 13px; color: #64748b; font-weight: 500;
}

/* Two-column layout: description+notes on left, reserves/resources on right */
.adsplatform-landing .ap-asset__layout { display: block; }
.adsplatform-landing .ap-asset__layout--with-estimates {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
	gap: 32px;
	align-items: start;
}
.adsplatform-landing .ap-asset__main { min-width: 0; }

.adsplatform-landing .ap-asset__body {
	margin: 0 0 20px;
	font-size: 15px; line-height: 1.65; color: #1f2937;
}
.adsplatform-landing .ap-asset__body p { margin: 0 0 10px; }
.adsplatform-landing .ap-asset__body p:last-child { margin-bottom: 0; }

/* Reserves & Resources sidebar */
.adsplatform-landing .ap-asset__estimates {
	border: 1px solid #e5e7eb; border-radius: 6px; overflow: hidden;
	background: #fff;
}
.adsplatform-landing .ap-asset__estimates-head {
	padding: 10px 14px; background: #fafbfc;
	border-bottom: 1px solid #e5e7eb;
	display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
}
.adsplatform-landing .ap-asset__estimates-label {
	font-size: 12px; font-weight: 700; color: #475569;
	text-transform: uppercase; letter-spacing: 0.06em;
}
.adsplatform-landing .ap-asset__std {
	font-size: 10px; color: #94a3b8; font-weight: 600;
	text-transform: uppercase; letter-spacing: 0.04em;
}

.adsplatform-landing .ap-asset__table {
	width: 100%; border-collapse: collapse; font-size: 13px; background: #fff;
}
.adsplatform-landing .ap-asset__table thead th {
	font-size: 10px; text-transform: uppercase; letter-spacing: 0.04em;
	color: #94a3b8; font-weight: 600; padding: 8px 14px;
	text-align: left; border-bottom: 1px solid #e5e7eb;
}
.adsplatform-landing .ap-asset__table thead th:first-child { width: 110px; }
.adsplatform-landing .ap-asset__group-row th {
	background: #f8fafc;
	color: #0f172a !important;
	font-size: 11px !important; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.06em;
	padding: 6px 14px !important;
}
.adsplatform-landing .ap-asset__table tbody th {
	font-weight: 600; color: #0f172a; font-size: 13px;
	padding: 8px 14px; text-align: left; background: transparent;
	border-top: 1px solid #f1f5f9;
}
.adsplatform-landing .ap-asset__table tbody td {
	padding: 8px 14px;
	font-family: ui-monospace, "SF Mono", Menlo, monospace;
	color: #0f172a; font-size: 13px;
	border-top: 1px solid #f1f5f9;
}
.adsplatform-landing .ap-asset__table tbody tr.ap-asset__group-row + tr td,
.adsplatform-landing .ap-asset__table tbody tr.ap-asset__group-row + tr th { border-top: none; }

.adsplatform-landing .ap-asset__notes {
	display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
	font-size: 14px; line-height: 1.6; color: #1f2937;
}
.adsplatform-landing .ap-asset__note-label {
	display: block;
	font-size: 11px; color: #475569; font-weight: 700;
	text-transform: uppercase; letter-spacing: 0.06em;
	margin-bottom: 4px;
}
.adsplatform-landing .ap-asset__note p { margin: 0 0 6px; }
.adsplatform-landing .ap-asset__note p:last-child { margin-bottom: 0; }

/* Legacy operations (fallback) */
.adsplatform-landing .ap-operations__grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;
}
.adsplatform-landing .ap-operations__block {
	background: #fafbfc; border: 1px solid #e5e7eb; border-radius: 8px; padding: 20px;
}

/* ---- INVESTOR KIT — softer, lighter palette ---- */
.adsplatform-landing .ap-kit {
	background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
	border: 1px solid #cbd5e1;
	border-radius: 14px;
	padding: 40px;
	color: #0f172a;
}
.adsplatform-landing .ap-kit__inner {
	display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
}
.adsplatform-landing .ap-kit__title {
	color: #0f172a; border-bottom: 2px solid #0f172a;
	font-size: 24px; margin: 0 0 12px; padding-bottom: 8px;
	display: inline-block;
}
.adsplatform-landing .ap-kit__sub { color: #475569; font-size: 16px; margin: 0 0 20px; line-height: 1.5; }
.adsplatform-landing .ap-kit__included { list-style: none; margin: 0; padding: 0; }
.adsplatform-landing .ap-kit__included li {
	display: flex; align-items: center; gap: 8px;
	padding: 6px 0;
	color: #1f2937; font-size: 14px;
}
.adsplatform-landing .ap-kit__included li svg { color: #475569; flex-shrink: 0; }

.adsplatform-landing .ap-kit__form { display: flex; flex-direction: column; gap: 14px; }
.adsplatform-landing .ap-kit__row { display: flex; flex-direction: column; gap: 4px; }
.adsplatform-landing .ap-kit__field-label {
	font-size: 12px; font-weight: 600; color: #475569;
	text-transform: uppercase; letter-spacing: 0.04em;
}
.adsplatform-landing .ap-kit__optional { font-weight: 400; color: #94a3b8; text-transform: none; letter-spacing: 0; }
.adsplatform-landing .ap-kit__form input[type="text"],
.adsplatform-landing .ap-kit__form input[type="email"] {
	width: 100%; padding: 11px 14px; border-radius: 6px;
	border: 1px solid #cbd5e1; background: #fff; color: #0f172a;
	font-size: 15px;
}
.adsplatform-landing .ap-kit__form input[type="text"]:focus,
.adsplatform-landing .ap-kit__form input[type="email"]:focus {
	outline: none; border-color: #0f172a; box-shadow: 0 0 0 3px rgba(15,23,42,0.08);
}
.adsplatform-landing .ap-kit__form input::placeholder { color: #94a3b8; }

.adsplatform-landing .ap-kit__row--check { flex-direction: row; }
.adsplatform-landing .ap-kit__check {
	display: flex; align-items: flex-start; gap: 8px;
	font-size: 13px; color: #475569; line-height: 1.5;
	cursor: pointer;
}
.adsplatform-landing .ap-kit__check input { margin: 3px 0 0 0; }

.adsplatform-landing .ap-kit__submit {
	width: 100%; padding: 13px 18px;
	background: #0f172a; color: #fff;
	border: 0; border-radius: 6px;
	font-size: 15px; font-weight: 600;
	cursor: pointer; transition: background 120ms ease;
}
.adsplatform-landing .ap-kit__submit:hover { background: #1e293b; }
.adsplatform-landing .ap-kit__submit:disabled { opacity: 0.6; cursor: not-allowed; }
.adsplatform-landing .ap-kit__feedback { font-size: 14px; margin-top: 6px; min-height: 20px; }
.adsplatform-landing .ap-kit__feedback.success { color: #059669; font-weight: 500; }
.adsplatform-landing .ap-kit__feedback.error { color: #dc2626; }
.adsplatform-landing .ap-honeypot {
	position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}

/* Recent Coverage */
.adsplatform-landing .ap-coverage__list {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
}
.adsplatform-landing .ap-coverage__item {
	display: flex; flex-direction: column; gap: 12px;
	border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;
	text-decoration: none; color: inherit;
	transition: box-shadow 150ms ease, transform 150ms ease;
}
.adsplatform-landing .ap-coverage__item:hover { box-shadow: 0 4px 16px rgba(15,23,42,0.08); transform: translateY(-2px); }
.adsplatform-landing .ap-coverage__thumb img { width: 100%; height: 160px; object-fit: cover; display: block; }
.adsplatform-landing .ap-coverage__body { padding: 16px; }
.adsplatform-landing .ap-coverage__body h3 {
	margin: 0 0 6px; font-size: 15px; line-height: 1.4; color: #0f172a;
	text-transform: none; letter-spacing: 0;
}
.adsplatform-landing .ap-coverage__meta { font-size: 12px; color: #94a3b8; }
.adsplatform-landing .ap-coverage__more { margin-top: 16px; }
/* Inherit color + weight from the theme (so it matches thedeepdive's link style). */

/* News Releases */
.adsplatform-landing .ap-news__list {
	list-style: none; margin: 0; padding: 0;
	background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;
}
.adsplatform-landing .ap-news__item { padding: 18px 22px; border-bottom: 1px solid #e5e7eb; }
.adsplatform-landing .ap-news__item:last-child { border-bottom: none; }
.adsplatform-landing .ap-news__meta {
	display: flex; gap: 14px; align-items: center;
	font-size: 12px; color: #64748b; margin-bottom: 6px;
}
.adsplatform-landing .ap-news__date { font-weight: 600; color: #475569; }
.adsplatform-landing .ap-news__source {
	background: #f1f5f9; padding: 2px 8px; border-radius: 3px;
	font-size: 11px; color: #475569; text-transform: uppercase; letter-spacing: 0.04em;
}
.adsplatform-landing .ap-news__title { margin: 0 0 8px; text-transform: none; letter-spacing: 0; }
.adsplatform-landing .ap-news__title a {
	color: #0f172a; font-size: 15px; font-weight: 500; line-height: 1.45;
	text-decoration: none;
}
.adsplatform-landing .ap-news__title a:hover { color: #1e40af; text-decoration: underline; }
.adsplatform-landing .ap-news__cats { display: flex; flex-wrap: wrap; gap: 6px; }
.adsplatform-landing .ap-news__cat {
	display: inline-block; padding: 2px 8px; background: #eef2f7; color: #475569;
	border-radius: 3px; font-size: 11px; font-weight: 500;
}
.adsplatform-landing .ap-news__more { margin-top: 16px; }
/* Inherit color + weight from the theme. */
.adsplatform-landing .ap-news__more strong { font-weight: 700; letter-spacing: 0.02em; }
.adsplatform-landing .ap-news__placeholder {
	padding: 32px; text-align: center; color: #94a3b8;
	background: #fafbfc; border: 1px dashed #cbd5e1; border-radius: 8px;
}

/* (Sponsored ad block styles live in ads.css and load site-wide.) */

/* ---- IN-PAGE ARTICLE MODAL ---- */
.ap-modal {
	position: fixed; inset: 0; z-index: 9999;
	display: flex; align-items: center; justify-content: center;
	padding: 24px;
}
.ap-modal[hidden] { display: none; }
.ap-modal__backdrop {
	position: absolute; inset: 0;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(2px);
	cursor: pointer;
}
.ap-modal__panel {
	position: relative;
	max-width: 880px; width: 100%;
	max-height: calc(100vh - 48px);
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.4);
	display: flex; flex-direction: column;
	overflow: hidden;
}
.ap-modal__close {
	position: absolute; top: 14px; right: 14px;
	width: 36px; height: 36px;
	background: rgba(15,23,42,0.6); color: #fff;
	border: none; border-radius: 50%;
	font-size: 22px; line-height: 1; cursor: pointer;
	z-index: 2;
	transition: background 120ms ease;
}
.ap-modal__close:hover { background: rgba(15,23,42,0.85); }

.ap-modal__loading,
.ap-modal__error {
	padding: 80px 32px; text-align: center; color: #64748b; font-size: 14px;
}

.ap-modal__article {
	overflow-y: auto;
	padding: 40px 48px 32px;
}
.ap-modal__header { margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #e5e7eb; }
.ap-modal__title {
	margin: 0 0 8px;
	font-size: 28px; font-weight: 700; color: #0f172a; line-height: 1.2;
	letter-spacing: -0.01em;
}
.ap-modal__meta { font-size: 13px; color: #64748b; }
.ap-modal__thumb { margin: 0 0 20px; }
.ap-modal__thumb img {
	width: 100%; height: auto; display: block;
	border-radius: 6px;
}
.ap-modal__content {
	font-size: 16px; line-height: 1.7; color: #1f2937;
}
.ap-modal__content p { margin: 0 0 16px; }
.ap-modal__content img { max-width: 100%; height: auto; display: block; }
.ap-modal__content h2 { font-size: 22px; margin: 24px 0 10px; color: #0f172a; }
.ap-modal__content h3 { font-size: 18px; margin: 20px 0 8px; color: #0f172a; }
.ap-modal__content ul, .ap-modal__content ol { margin: 0 0 16px 24px; }
.ap-modal__content blockquote {
	border-left: 3px solid #cbd5e1; padding: 4px 0 4px 18px;
	margin: 16px 0; color: #475569; font-style: italic;
}
.ap-modal__footer {
	margin-top: 28px; padding-top: 16px; border-top: 1px solid #e5e7eb;
	font-size: 14px;
}

/* iframe variant for external URLs */
.ap-modal__iframe-wrap {
	flex: 1; display: flex; flex-direction: column;
	min-height: 70vh; position: relative;
}
.ap-modal__iframe-wrap iframe {
	flex: 1; width: 100%; border: 0; min-height: 70vh;
	background: #fafbfc;
}
.ap-modal__iframe-fallback {
	padding: 60px 32px; text-align: center; color: #64748b; font-size: 14px;
}

/* Body scroll lock when modal open */
body.ap-modal-open { overflow: hidden; }

/* Mobile */
@media (max-width: 720px) {
	.ap-modal { padding: 12px; }
	.ap-modal__article { padding: 32px 24px 24px; }
	.ap-modal__title { font-size: 22px; }
}


/* Mobile */
@media (max-width: 980px) {
	.adsplatform-landing .ap-overview--with-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
	.adsplatform-landing .ap-asset__layout--with-estimates { grid-template-columns: 1fr; }
	.adsplatform-landing .ap-asset__notes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.adsplatform-landing .ap-hero { flex-direction: column; align-items: flex-start; }
	.adsplatform-landing .ap-kit__inner { grid-template-columns: 1fr; }
	.adsplatform-landing .ap-hero__title { font-size: 28px; }
}
