/* MetriPrice landing v2 — interactive, Inter, motion. */
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/InterVariable.woff2') format('woff2-variations');
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--mp-violet: #8b5cf6;
	--mp-blue: #2271b1;
	--mp-ink: #171c30;
	--mp-text: #2c3345;
	--mp-muted: #5f6675;
	--mp-bg: #f5f6fb;
	--mp-card: #ffffff;
	--mp-line: #e4e6ef;
	--mp-radius: 16px;
	--mp-shadow-1: 0 3px 14px rgba(20, 24, 60, .08);
	--mp-shadow-2: 0 14px 40px rgba(20, 24, 60, .16);
	--mp-grad: linear-gradient(120deg, var(--mp-violet), var(--mp-blue));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: var(--mp-text);
	background: var(--mp-bg);
	line-height: 1.6;
	font-optical-sizing: auto;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { color: var(--mp-ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 800; }
h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0 0 1em; }
button { font-family: inherit; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 820px; }

/* Reveal animasyonları — yalnız JS aktifken gizli başlar (no-JS fallback). */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.hero__blob, .float, .marquee__track { animation: none !important; }
}

/* Pop (fiyat değişince) */
@keyframes mp-pop { 0% { transform: scale(1); } 40% { transform: scale(1.13); } 100% { transform: scale(1); } }
.pop { animation: mp-pop .3s ease; display: inline-block; }

/* Butonlar */
.btn {
	display: inline-block; border-radius: 999px; padding: 12px 28px;
	font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background .15s ease;
	border: 2px solid transparent;
}
.btn--lg { padding: 15px 34px; font-size: 16px; }
.btn--sm { padding: 8px 18px; font-size: 13.5px; }
.btn--solid { background: var(--mp-grad); color: #fff; box-shadow: var(--mp-shadow-1); }
.btn--solid:hover { transform: translateY(-2px); box-shadow: var(--mp-shadow-2); filter: brightness(1.07); }
.btn--ghost { border-color: var(--mp-blue); color: var(--mp-blue); background: transparent; }
.btn--ghost:hover { background: rgba(34, 113, 177, .08); transform: translateY(-2px); }
.btn--invert { background: #fff; color: var(--mp-ink); box-shadow: var(--mp-shadow-1); }
.btn--invert:hover { transform: translateY(-2px); box-shadow: var(--mp-shadow-2); }
.btn--outline { border-color: rgba(255, 255, 255, .75); color: #fff; }
.btn--outline:hover { background: rgba(255, 255, 255, .14); }

/* Nav */
.nav {
	position: sticky; top: 0; z-index: 60;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.nav.is-scrolled { border-color: var(--mp-line); box-shadow: 0 2px 18px rgba(20, 24, 60, .07); }
.nav__in { display: flex; align-items: center; gap: 28px; height: 68px; }
.nav__brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; color: var(--mp-ink); text-decoration: none; letter-spacing: -0.02em; }
.nav__links { display: flex; gap: 24px; margin-left: auto; }
.nav__links a { color: var(--mp-text); text-decoration: none; font-weight: 550; font-size: 15px; }
.nav__links a:hover { color: var(--mp-blue); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--mp-grad); color: #fff; padding: 96px 0 130px; }
.hero__blob {
	position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none;
}
.hero__blob--a { width: 560px; height: 560px; background: #b78bff; top: -180px; right: -120px; animation: blob 14s ease-in-out infinite alternate; }
.hero__blob--b { width: 420px; height: 420px; background: #1c9ef0; bottom: -160px; left: -100px; animation: blob 18s ease-in-out infinite alternate-reverse; }
@keyframes blob { from { transform: translate(0, 0) scale(1); } to { transform: translate(40px, 30px) scale(1.12); } }

.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hero__kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 700; opacity: .85; margin-bottom: 16px; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; background: linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, .32) 62%); }
.hero__sub { font-size: 17.5px; opacity: .95; max-width: 52ch; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 18px; }
.hero__points { list-style: none; display: flex; gap: 22px; padding: 0; margin: 0; flex-wrap: wrap; font-size: 14.5px; opacity: .92; }
.hero__points li::before { content: "✓"; font-weight: 700; margin-right: 7px; }

.hero__shot { position: relative; }
.tilt { transform: perspective(1200px) rotateY(-6deg) rotateX(2deg); transition: transform .4s ease; }
.hero__shot:hover .tilt { transform: perspective(1200px) rotateY(-2deg) rotateX(0deg); }

.float {
	position: absolute; background: #fff; color: var(--mp-ink);
	border-radius: 14px; box-shadow: var(--mp-shadow-2); padding: 10px 16px;
	display: flex; flex-direction: column; gap: 1px;
	animation: floaty 5s ease-in-out infinite;
}
.float__label { font-size: 11.5px; font-weight: 600; color: var(--mp-muted); text-transform: uppercase; letter-spacing: .06em; }
.float__value { font-size: 18px; font-weight: 800; background: var(--mp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.float--a { top: -22px; right: 6px; animation-delay: 0s; }
.float--b { bottom: 34px; left: -26px; animation-delay: 1.4s; }
.float--c { bottom: -20px; right: 40px; animation-delay: 2.6s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Browser mockup */
.browser { background: #fff; border-radius: var(--mp-radius); overflow: hidden; box-shadow: var(--mp-shadow-2); }
.browser__bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #eef0f6; }
.browser__bar i { width: 10px; height: 10px; border-radius: 50%; background: #cdd2e0; }
.browser__bar span { margin-left: 10px; font-size: 12px; color: #8a90a5; background: #fff; border-radius: 6px; padding: 2px 12px; }
.browser--wide { max-width: 980px; margin: 0 auto; }

/* Stats */
.stats { background: #fff; border-bottom: 1px solid var(--mp-line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 34px 0; text-align: center; }
.stat b { display: block; font-size: 30px; font-weight: 800; background: var(--mp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -0.02em; }
.stat span { color: var(--mp-muted); font-size: 13.5px; }

/* Sections */
.section { padding: 92px 0; }
.section--tint { background: #fff; }
.section h2 { text-align: center; }
.section__sub { text-align: center; color: var(--mp-muted); max-width: 66ch; margin: 0 auto 42px; font-size: 16.5px; }

/* Demo tabs */
.demo__tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.demo__tab {
	border: 1.5px solid var(--mp-line); background: #fff; color: var(--mp-text);
	border-radius: 999px; padding: 11px 22px; font-size: 15px; font-weight: 600; cursor: pointer;
	transition: all .15s ease;
}
.demo__tab:hover { border-color: var(--mp-violet); transform: translateY(-1px); }
.demo__tab.is-active { background: var(--mp-grad); border-color: transparent; color: #fff; box-shadow: var(--mp-shadow-1); }
.demo__panel { display: none; }
.demo__panel.is-active { display: block; animation: mp-fade .35s ease; }
@keyframes mp-fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Calc (demo hesaplayıcı) — eklentinin fiş görünümünün minyatürü */
.calc {
	--accent: var(--mp-violet);
	display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 0;
	background: #fff; border-radius: var(--mp-radius); overflow: hidden;
	box-shadow: var(--mp-shadow-2); max-width: 980px; margin: 0 auto;
}
.calc--green { --accent: #16a34a; }
.calc--blue { --accent: #2381d9; }
.calc__form { padding: 30px 32px; display: flex; flex-direction: column; gap: 20px; }
.calc__field { display: block; }
.calc__label { display: block; font-weight: 650; font-size: 14.5px; color: var(--mp-ink); margin-bottom: 8px; }
.calc__field small { color: var(--mp-muted); font-size: 12px; }
.calc__unitrow { display: flex; gap: 8px; }
.calc__unitrow input, .calc__unitrow select, .stepper input, .ts-row select {
	border: 1.5px solid var(--mp-line); border-radius: 10px; padding: 10px 12px;
	font-size: 15px; font-family: inherit; color: var(--mp-ink); background: #fff;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.calc__unitrow input { width: 130px; }
.calc__unitrow input:focus, .stepper input:focus, .ts-row select:focus {
	outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}

.calc__swatches { display: flex; gap: 12px; }
.swatch {
	border: 2px solid var(--mp-line); border-radius: 12px; background: #fff; padding: 6px;
	cursor: pointer; transition: all .15s ease; text-align: center;
}
.swatch img { width: 108px; height: 76px; object-fit: cover; border-radius: 8px; }
.swatch span { display: block; font-size: 11.5px; font-weight: 600; color: var(--mp-muted); padding: 5px 2px 2px; }
.swatch:hover { transform: translateY(-2px); box-shadow: var(--mp-shadow-1); }
.swatch.is-active { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent); }

.calc__toggle { display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: 14.5px; font-weight: 550; }
.calc__toggle input { display: none; }
.calc__toggle i {
	width: 44px; height: 25px; border-radius: 999px; background: #d6d9e4; position: relative;
	transition: background .18s ease; flex-shrink: 0;
}
.calc__toggle i::after {
	content: ""; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px;
	border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	transition: left .18s ease;
}
.calc__toggle input:checked + i { background: var(--accent); }
.calc__toggle input:checked + i::after { left: 22px; }

.stepper { display: inline-flex; align-items: center; gap: 0; border: 1.5px solid var(--mp-line); border-radius: 10px; overflow: hidden; }
.stepper input { width: 64px; text-align: center; border: 0; border-radius: 0; }
.stepper button {
	width: 40px; height: 43px; border: 0; background: #fff; color: var(--accent);
	font-size: 19px; font-weight: 700; cursor: pointer; transition: background .15s ease;
}
.stepper button:hover { background: color-mix(in srgb, var(--accent) 10%, #fff); }

.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pills button {
	border: 1.5px solid var(--mp-line); background: #fff; border-radius: 999px;
	padding: 9px 18px; font-size: 13.5px; font-weight: 600; color: var(--mp-text);
	cursor: pointer; transition: all .15s ease;
}
.pills button:hover { transform: translateY(-1px); border-color: var(--accent); }
.pills button.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.pills--sm button { padding: 6px 13px; font-size: 12.5px; }

.ts-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 10px 0; border-bottom: 1px dashed var(--mp-line); }
.ts-row__n { font-size: 12px; font-weight: 700; color: #fff; background: var(--accent); border-radius: 6px; padding: 2px 8px; }
.ts-row__x { border: 0; background: transparent; color: #d33; font-size: 17px; cursor: pointer; }

.calc__summary {
	background: color-mix(in srgb, var(--accent) 5%, #fff);
	border-left: 1px solid var(--mp-line);
	padding: 30px 28px; display: flex; flex-direction: column;
}
.calc__summary h4 { border-top: 4px solid var(--accent); margin: -30px -28px 18px; padding: 22px 28px 0; font-size: 15.5px; }
.calc__line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--mp-line); font-size: 14px; }
.calc__line span { color: var(--mp-muted); }
.calc__line small { font-size: 11.5px; }
.calc__line b { color: var(--mp-ink); font-weight: 650; white-space: nowrap; }
.calc__total { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; font-size: 17px; font-weight: 700; color: var(--mp-ink); }
.calc__total b { font-size: 27px; font-weight: 800; color: var(--accent); }

.demo__note { text-align: center; color: var(--mp-muted); font-size: 13.5px; max-width: 68ch; margin: 26px auto 30px; }
.demo__cta { text-align: center; }
.demo__hint { display: block; margin-top: 12px; color: var(--mp-muted); font-size: 13.5px; }

/* Feature cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.card {
	background: var(--mp-card); border-radius: var(--mp-radius); padding: 28px 26px;
	box-shadow: var(--mp-shadow-1); transition: all .18s ease; position: relative; overflow: hidden;
}
.card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--mp-grad); opacity: 0; transition: opacity .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--mp-shadow-2); }
.card:hover::before { opacity: 1; }
.card__icon { font-size: 30px; margin-bottom: 12px; }
.card p { color: var(--mp-muted); font-size: 14.5px; margin: 0; }

/* Split */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 52px; align-items: center; }
.split .split__copy h2 { text-align: left; }
.ticks { list-style: none; padding: 0; margin: 0; }
.ticks li { padding: 8px 0 8px 32px; position: relative; font-size: 15.5px; }
.ticks li::before {
	content: "✓"; position: absolute; left: 0; top: 7px;
	width: 21px; height: 21px; border-radius: 50%; background: var(--mp-grad);
	color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.ticks--small li { font-size: 14px; padding: 5px 0 5px 28px; }
.ticks--small li::before { top: 5px; width: 18px; height: 18px; font-size: 10.5px; }

/* Marquee */
.marquee { overflow: hidden; margin: 8px 0 40px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 12px; width: max-content; animation: marquee 42s linear infinite; padding: 4px 0; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
	background: var(--mp-bg); border: 1px solid var(--mp-line); border-radius: 999px;
	padding: 9px 20px; font-size: 14px; font-weight: 600; white-space: nowrap;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Pricing cycle switch */
.cycle { display: flex; justify-content: center; gap: 6px; background: #fff; border: 1.5px solid var(--mp-line); border-radius: 999px; padding: 5px; width: max-content; margin: 0 auto 40px; }
.cycle__btn {
	border: 0; background: transparent; border-radius: 999px; padding: 9px 22px;
	font-size: 14.5px; font-weight: 600; color: var(--mp-muted); cursor: pointer; transition: all .15s ease;
}
.cycle__btn em { font-style: normal; font-size: 11px; font-weight: 700; color: #16a34a; margin-left: 4px; }
.cycle__btn.is-active { background: var(--mp-grad); color: #fff; box-shadow: var(--mp-shadow-1); }
.cycle__btn.is-active em { color: #d9fbe5; }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.plan {
	background: var(--mp-card); border-radius: var(--mp-radius); padding: 28px 24px;
	box-shadow: var(--mp-shadow-1); display: flex; flex-direction: column; position: relative;
	border: 2px solid transparent; transition: all .18s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--mp-shadow-2); }
.plan--hot { border-color: var(--mp-violet); box-shadow: var(--mp-shadow-2); }
.plan__badge {
	position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
	background: var(--mp-grad); color: #fff; font-size: 12px; font-weight: 700;
	border-radius: 999px; padding: 4px 14px; white-space: nowrap;
}
.plan__price { font-size: 36px; font-weight: 800; color: var(--mp-ink); margin: 2px 0 0; letter-spacing: -0.02em; }
.plan__suffix { font-size: 15px; font-weight: 500; color: var(--mp-muted); }
.plan__meta { color: var(--mp-muted); font-size: 13px; margin-bottom: 14px; min-height: 20px; }
.plan .ticks { flex: 1; margin-bottom: 20px; }
.plan .btn { text-align: center; }

/* FAQ */
details {
	background: var(--mp-bg); border: 1px solid var(--mp-line); border-radius: 14px;
	padding: 17px 22px; margin-bottom: 12px; transition: box-shadow .15s ease;
}
details summary { cursor: pointer; font-weight: 650; color: var(--mp-ink); font-size: 15.5px; }
details[open] { background: #fff; box-shadow: var(--mp-shadow-1); }
details p { margin: 12px 0 0; color: var(--mp-muted); font-size: 15px; }

/* Final CTA */
.final { position: relative; overflow: hidden; background: var(--mp-grad); color: #fff; padding: 92px 0; }
.final__in { text-align: center; position: relative; }
.final h2 { color: #fff; }
.final p { opacity: .93; margin-bottom: 28px; }
.final .hero__ctas { justify-content: center; }

/* Footer */
.foot { background: var(--mp-ink); color: #aab0c0; padding: 42px 0; }
.foot__in { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.foot__brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; }
.foot__links { display: flex; gap: 20px; }
.foot__links a { color: #aab0c0; text-decoration: none; font-size: 14px; }
.foot__links a:hover { color: #fff; }
.foot__note { margin-left: auto; font-size: 13.5px; margin-bottom: 0; }

/* Responsive */
@media (max-width: 980px) {
	.hero__grid, .split, .calc { grid-template-columns: 1fr; }
	.calc__summary { border-left: 0; border-top: 1px solid var(--mp-line); }
	.calc__summary h4 { margin-top: -30px; }
	.cards, .stats__grid { grid-template-columns: 1fr 1fr; }
	.plans { grid-template-columns: 1fr 1fr; }
	.nav__links { display: none; }
	.float--b { left: 0; }
	.tilt { transform: none; }
}
@media (max-width: 620px) {
	.cards, .stats__grid, .plans { grid-template-columns: 1fr; }
	.hero { padding: 60px 0 84px; }
	.section { padding: 64px 0; }
	.foot__note { margin-left: 0; }
	.float { display: none; }
}

/* ---------- Şablon kaşifi ---------- */
.explorer { margin-top: 46px; }
.explorer__title { text-align: center; font-size: 21px; margin-bottom: 18px; }
.explorer__cats { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.explorer__cats button {
	border: 1.5px solid var(--mp-line); background: #fff; border-radius: 999px;
	padding: 7px 16px; font-size: 13px; font-weight: 600; color: var(--mp-muted); cursor: pointer;
	transition: all .15s ease;
}
.explorer__cats button:hover { border-color: var(--mp-violet); }
.explorer__cats button.is-active { background: var(--mp-grad); border-color: transparent; color: #fff; }
.explorer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tcard {
	position: relative; text-align: left; background: #fff; border: 1px solid var(--mp-line);
	border-radius: 14px; padding: 18px 16px 14px; cursor: pointer; overflow: hidden;
	display: flex; flex-direction: column; gap: 6px; transition: all .18s ease;
}
.tcard:hover { transform: translateY(-3px); box-shadow: var(--mp-shadow-2); border-color: transparent; }
.tcard__ribbon { position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--accent, var(--mp-violet)); }
.tcard__icon { font-size: 24px; }
.tcard strong { font-size: 14px; color: var(--mp-ink); line-height: 1.3; }
.tcard__desc {
	font-size: 12px; color: var(--mp-muted); line-height: 1.45;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tcard__go { font-size: 12.5px; font-weight: 700; color: var(--accent, var(--mp-violet)); margin-top: auto; }

/* Modal */
.tmodal {
	position: fixed; inset: 0; z-index: 100; background: rgba(18, 21, 40, .55);
	backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center;
	padding: 24px; animation: mp-fade .2s ease;
}
.tmodal__dialog {
	background: var(--mp-bg); border-radius: 18px; max-width: 900px; width: 100%;
	max-height: 90vh; overflow: auto; box-shadow: var(--mp-shadow-2);
}
.tmodal__head {
	display: flex; gap: 14px; align-items: flex-start; padding: 22px 26px 14px;
	border-bottom: 1px solid var(--mp-line); position: relative; background: #fff;
	border-top: 5px solid var(--accent, var(--mp-violet));
}
.tmodal__icon { font-size: 30px; }
.tmodal__head h3 { margin: 0 0 2px; font-size: 18px; }
.tmodal__head p { margin: 0; color: var(--mp-muted); font-size: 13.5px; }
.tmodal__close {
	position: absolute; top: 14px; right: 16px; border: 0; background: transparent;
	font-size: 26px; color: var(--mp-muted); cursor: pointer; line-height: 1;
}
.tmodal__close:hover { color: var(--mp-ink); }
.tmodal .calc { box-shadow: none; border-radius: 0; max-width: none; }
.tmodal__note { text-align: center; color: var(--mp-muted); font-size: 12.5px; padding: 12px 20px; margin: 0; background: #fff; border-top: 1px solid var(--mp-line); }

.calc__swatches--wrap { flex-wrap: wrap; }
.calc__swatches--wrap .swatch img { width: 92px; height: 64px; }
.calc__range { width: 100%; accent-color: var(--accent, var(--mp-violet)); }
.calc__lead { display: flex; flex-direction: column; gap: 8px; }
.calc__lead input {
	border: 1.5px solid var(--mp-line); border-radius: 10px; padding: 10px 12px;
	font-size: 14px; font-family: inherit;
}
.calc__lead small { color: var(--mp-muted); font-size: 12px; }

@media (max-width: 980px) {
	.explorer__grid { grid-template-columns: 1fr 1fr; }
	.tmodal .calc { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
	.explorer__grid { grid-template-columns: 1fr; }
}
