/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* ============================================================
   Design Tokens
   ============================================================ */
:root {
	--bg: #f5f8fc;
	--surface: #ffffff;
	--surface-soft: #edf4fb;
	--surface-dark: #0e1e33;
	--surface-dark-2: #13284a;
	--text: #12304f;
	--text-soft: #5f7188;
	--border: rgba(18, 48, 79, 0.10);
	--border-strong: rgba(18, 48, 79, 0.16);
	--primary: #2f6fed;
	--primary-dark: #1f54c6;
	--accent: #c9a35a;
	--accent-soft: rgba(201, 163, 90, 0.14);
	--shadow: 0 18px 42px rgba(15, 32, 59, 0.08);
	--shadow-strong: 0 24px 60px rgba(15, 32, 59, 0.16);
	--radius-xl: 28px;
	--radius-lg: 22px;
	--radius-md: 16px;
	--radius-sm: 12px;
}

html { scroll-behavior: smooth; }

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
	outline: none;
}

a:hover,
a:focus,
a:focus-visible {
	color: var(--primary);
}

input[type="search"],
input.search-field {
	border: none !important;
	border-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

input[type="search"]:focus,
input[type="search"]:focus-visible,
input.search-field:focus,
input.search-field:focus-visible {
	border: none !important;
	border-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
}

.home-hero__primary-btn,
.home-brand__primary-btn,
.home-cta__primary-btn,
.scenario-card__link,
.dp-shop-card__link--primary,
.mega-nav__cta,
.mega-panel__promo-btn {
	color: #ffffff;
}

:root {
	--ast-global-color-0: var(--text);
	--ast-global-color-1: var(--primary);
	--ast-global-color-2: var(--text-soft);
	--ast-global-color-3: var(--border-strong);
	--ast-global-color-4: var(--surface);
	--ast-global-color-5: var(--bg);
	--ast-global-color-6: var(--surface-dark);
	--ast-global-color-7: var(--surface-dark-2);
	--ast-focus-color: rgba(47, 111, 237, 0.42);
	--ast-focus-outline-color: rgba(47, 111, 237, 0.42);
}

body {
	background: var(--bg);
	color: var(--text);
	font-family: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }

.site-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	vertical-align: middle;
	width: 1em;
	height: 1em;
}

.site-icon path,
.site-icon circle,
.site-icon rect,
.site-icon line,
.site-icon polyline,
.site-icon polygon {
	vector-effect: non-scaling-stroke;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ============================================================
   Hide Astra Header Globally (replaced by custom mega menu)
   ============================================================ */
.site-header,
#masthead,
.ast-primary-header-bar,
.main-header-bar,
.ast-above-header-bar,
.ast-below-header-bar,
.ast-mobile-header-wrap {
	display: none !important;
}

/* ============================================================
   Astra Full-Width Override — applies to ALL custom templates
   ============================================================ */
body.astra-child-fullwidth #content,
body.astra-child-fullwidth #content .ast-container,
body.astra-child-fullwidth #primary,
body.astra-child-fullwidth #main,
body.astra-child-fullwidth .site-main,
body.astra-child-fullwidth .content-area,
body.astra-child-fullwidth .ast-article-single,
body.astra-child-fullwidth .entry-content,
body.astra-child-fullwidth .post-content {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
}

body.astra-child-fullwidth .entry-header,
body.astra-child-fullwidth .entry-footer,
body.astra-child-fullwidth .ast-article-single > .entry-header {
	display: none !important;
}

body.astra-child-fullwidth .site-content {
	padding: 0 !important;
}

.home-platform,
.inner-page {
	width: 100%;
}

/* Full-width breakout — safety net for any remaining Astra container constraints */
.home-platform .section,
.inner-page > section {
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

/* ============================================================
   Layout Primitives
   ============================================================ */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
}

.section {
	padding: 96px 0;
}

.section--light { background: var(--surface); }
.section--dark  { background: var(--surface-dark); }
.section--muted { background: var(--bg); }

/* ============================================================
   Section Header
   ============================================================ */
.section-header { max-width: 640px; }
.section-header--center { margin: 0 auto 56px; text-align: center; }

.section-header__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary);
	background: rgba(47, 111, 237, 0.08);
	margin-bottom: 16px;
}

.section-header__eyebrow--light {
	color: var(--accent);
	background: rgba(201, 163, 90, 0.12);
}

.section-header__title {
	margin: 0 0 16px;
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: var(--text);
}

.section-header__title--light { color: #ffffff; }

.section-header__subtitle {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: var(--text-soft);
}

/* ============================================================
   Reveal Animation
   ============================================================ */
.is-revealing {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-revealing.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* ============================================================
   Hover Card
   ============================================================ */
.js-hover-card {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.js-hover-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-strong);
}

/* ============================================================
   Hero Section
   ============================================================ */
.home-hero {
	padding: 80px 0 64px;
	background: linear-gradient(160deg, #f0f5fd 0%, #f8fbff 60%, #eef3fb 100%);
	overflow: hidden;
}

.home-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary);
	background: rgba(47, 111, 237, 0.08);
	margin-bottom: 20px;
}

.home-hero__title {
	margin: 0 0 20px;
	font-size: clamp(28px, 3.8vw, 48px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--text);
}

.home-hero__subtitle {
	margin: 0 0 36px;
	font-size: 16px;
	line-height: 1.85;
	color: var(--text-soft);
	max-width: 52ch;
}

.home-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.home-hero__primary-btn,
.home-brand__primary-btn,
.home-cta__primary-btn,
.scenario-card__link,
.home-hero__primary-btn:visited,
.home-brand__primary-btn:visited,
.home-cta__primary-btn:visited,
.scenario-card__link:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 28px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #ffffff;
	background: var(--primary);
	border: 1px solid rgba(18, 48, 79, 0.18);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.32), 0 8px 18px rgba(18, 48, 79, 0.14);
	transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease;
	text-decoration: none;
	outline: none;
}

.home-hero__primary-btn:hover,
.home-brand__primary-btn:hover,
.home-cta__primary-btn:hover,
.scenario-card__link:hover,
.home-hero__primary-btn:focus,
.home-brand__primary-btn:focus,
.home-cta__primary-btn:focus,
.scenario-card__link:focus,
.home-hero__primary-btn:focus-visible,
.home-brand__primary-btn:focus-visible,
.home-cta__primary-btn:focus-visible,
.scenario-card__link:focus-visible {
	color: #ffffff;
	background: var(--primary);
	border-color: rgba(18, 48, 79, 0.24);
	transform: translateY(-1px);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.34), 0 10px 20px rgba(18, 48, 79, 0.16);
	outline: none;
}

.home-hero__primary-btn:active,
.home-brand__primary-btn:active,
.home-cta__primary-btn:active,
.scenario-card__link:active {
	color: #ffffff;
	background: var(--primary-dark);
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.30), 0 4px 10px rgba(18, 48, 79, 0.12);
}

.home-hero__secondary-btn,
.home-hero__secondary-btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--text);
	background: #ffffff;
	border: 1.5px solid rgba(18, 48, 79, 0.18);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.24), 0 8px 18px rgba(18, 48, 79, 0.10);
	transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease, color 0.14s ease, background-color 0.14s ease;
	text-decoration: none;
	outline: none;
}

.home-hero__secondary-btn:hover,
.home-hero__secondary-btn:focus,
.home-hero__secondary-btn:focus-visible {
	color: var(--text);
	background: #ffffff;
	border-color: rgba(18, 48, 79, 0.24);
	transform: translateY(-1px);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.28), 0 10px 20px rgba(18, 48, 79, 0.12);
	outline: none;
}

.home-hero__secondary-btn:active {
	color: var(--text);
	background: #ffffff;
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.22), 0 4px 10px rgba(18, 48, 79, 0.08);
}

.home-brand__secondary-btn,
.home-cta__secondary-btn,
.home-brand__secondary-btn:visited,
.home-cta__secondary-btn:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--text) !important;
	background: #ffffff !important;
	border: 1.5px solid rgba(18, 48, 79, 0.18);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.24), 0 8px 18px rgba(18, 48, 79, 0.10);
	transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease, color 0.14s ease, background-color 0.14s ease;
	text-decoration: none;
	outline: none;
}

.home-brand__secondary-btn:hover,
.home-cta__secondary-btn:hover,
.home-brand__secondary-btn:focus,
.home-cta__secondary-btn:focus,
.home-brand__secondary-btn:focus-visible,
.home-cta__secondary-btn:focus-visible {
	color: var(--text) !important;
	background: #ffffff !important;
	border-color: rgba(18, 48, 79, 0.24);
	outline: none;
}

.home-brand__secondary-btn:hover,
.home-cta__secondary-btn:hover,
.home-brand__secondary-btn:focus,
.home-cta__secondary-btn:focus,
.home-brand__secondary-btn:focus-visible,
.home-cta__secondary-btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.28), 0 10px 20px rgba(18, 48, 79, 0.12);
}

.home-brand__secondary-btn:active,
.home-cta__secondary-btn:active {
	color: var(--text) !important;
	background: #ffffff !important;
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.22), 0 4px 10px rgba(18, 48, 79, 0.08);
}

.home-hero__primary-btn:focus-visible,
.home-brand__primary-btn:focus-visible,
.home-cta__primary-btn:focus-visible,
.scenario-card__link:focus-visible,
.home-hero__secondary-btn:focus-visible,
.home-brand__secondary-btn:focus-visible,
.home-cta__secondary-btn:focus-visible {
	outline: none;
}

.home-hero__primary-btn-icon,
.home-brand__primary-btn-icon,
.home-cta__primary-btn-icon {
	font-size: 20px;
}

.home-hero__secondary-btn-icon,
.home-brand__secondary-btn-icon,
.home-cta__secondary-btn-icon {
	font-size: 18px;
}

.home-hero__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-hero__feature-card,
.info-card,
.metric-grid__item,
.trust-panel,
.trust-panel__certificate,
.partner-marquee__item,
.testimonial-card,
.shop-hero__panel,
.shop-product-card,
.process-timeline__card,
.process-flow-preview__stage,
.stat-card,
.scenario-card {
	position: relative;
	background: #ffffff;
	border: none;
	border-radius: 14px;
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.10), 0 10px 22px rgba(18, 48, 79, 0.06);
	transition: background-color 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.home-hero__feature-card,
.info-card {
	border: 1px solid rgba(18, 48, 79, 0.08);
	border-radius: 16px;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.22), 0 10px 18px rgba(18, 48, 79, 0.06);
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.home-hero__feature-card:hover,
.info-card:hover,
.metric-grid__item:hover,
.trust-panel:hover,
.trust-panel__certificate:hover,
.partner-marquee__item:hover,
.testimonial-card:hover,
.shop-hero__panel:hover,
.shop-product-card:hover,
.process-timeline__card:hover,
.process-flow-preview__stage:hover,
.stat-card:hover,
.scenario-card:hover {
	transform: none;
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.12), 0 12px 24px rgba(18, 48, 79, 0.07);
}

.home-hero__feature-card:hover,
.info-card:hover {
	transform: translateY(-2px);
	border-color: rgba(18, 48, 79, 0.11);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.22), 0 16px 30px rgba(18, 48, 79, 0.10);
}

.home-hero__feature-card {
	padding: 22px 20px;
	overflow: hidden;
}

.home-hero__feature-icon-wrap {
	margin-bottom: 14px;
}

.info-card,
.testimonial-card,
.shop-product-card,
.process-timeline__card,
.stat-card,
.scenario-card {
	overflow: hidden;
}

.info-card {
	padding: 30px 26px;
	gap: 0;
}

.info-card__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--text-soft);
}

.info-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #eef3f8;
	flex-shrink: 0;
}

.info-card__icon {
	font-size: 18px;
	color: #12304f;
}

.info-card__title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	color: var(--text);
	line-height: 1.4;
}

.info-card--home .info-card__eyebrow {
	margin-bottom: 24px;
}

.info-card--home .info-card__title {
	margin-top: 0;
}

.info-card__subtitle {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.75;
	color: var(--text-soft);
}

.info-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.info-card__list li {
	position: relative;
	padding: 0 0 0 14px;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	color: var(--text);
	background: transparent;
}

.info-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(18, 48, 79, 0.32);
}

.info-card__icon-wrap,
.home-hero__feature-icon-wrap,
.stat-card__icon-wrap,
.scenario-card__icon-wrap,
.shop-product-card__icon,
.partner-marquee__badge {
	background: #f4f7fb;
	border: none;
	box-shadow: none;
}

.home-hero__feature-icon-wrap,
.info-card__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 12px;
	background: rgba(47, 111, 237, 0.1);
	border: 1px solid rgba(47, 111, 237, 0.14);
	color: var(--primary);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.22), 0 6px 12px rgba(7, 29, 51, 0.06);
}

.metric-grid__item {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.28), 0 10px 22px rgba(7, 29, 51, 0.12);
}

.metric-grid__item:hover {
	box-shadow: 0 3px 0 rgba(7, 29, 51, 0.3), 0 14px 26px rgba(7, 29, 51, 0.14);
}

.trust-panel {
	padding: 36px;
}

.trust-panel__certificate {
	padding: 28px;
}

.partner-marquee__item {
	border-radius: 12px;
}

.shop-hero__panel,
.process-flow-preview {
	border-radius: 16px;
}

.process-flow-preview__stage {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.26), 0 10px 20px rgba(7, 29, 51, 0.12);
}

.process-flow-preview__stage:hover {
	box-shadow: 0 3px 0 rgba(7, 29, 51, 0.3), 0 14px 24px rgba(7, 29, 51, 0.14);
}

.shop-product-card__tag,
.info-card__list li,
.process-timeline__label,
.testimonial-card__tag {
	border: none;
	box-shadow: none;
}

.home-hero__feature-icon {
	font-size: 20px;
	color: var(--primary);
}

.home-hero__feature-title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--text);
}

.home-hero__feature-text {
	margin: 0;
	font-size: 12px;
	color: var(--text-soft);
	line-height: 1.7;
}

/* ---- Hero Widget Visual ---- */
.home-hero__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 520px;
}

.hero-widget {
	width: min(100%, 420px);
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-left: auto;
}

.hero-widget__step-nav {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	padding: 0 4px;
}

.hero-widget__step-nav::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 56px;
	right: 56px;
	height: 1px;
	background: #e2e8f0;
	z-index: 0;
}

.hero-widget__step-fill {
	position: absolute;
	top: 14px;
	left: 56px;
	height: 1px;
	width: 0;
	background: #93c5fd;
	z-index: 1;
	transition: width 0.5s ease;
}

.hero-widget__step-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	position: relative;
	z-index: 2;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hero-widget__step-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #94a3b8;
	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s, color 0.3s;
}

.hero-widget__step-item.is-active .hero-widget__step-circle {
	background: #2563eb;
	color: #fff;
}

.hero-widget__step-item.is-done .hero-widget__step-circle {
	background: #93c5fd;
	color: #1d4ed8;
}

.hero-widget__step-label {
	font-size: 10px;
	font-weight: 500;
	color: #94a3b8;
	transition: color 0.3s;
}

.hero-widget__step-item.is-active .hero-widget__step-label {
	color: #1d4ed8;
}

.hero-widget__card {
	position: relative;
	height: 620px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 0px rgba(37, 99, 235, 0.10);
	overflow: hidden;
}

.hero-widget__badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 20;
	background: #2563eb;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
}

.hero-widget__panel {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.hero-widget__panel.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hero-widget__eyebrow {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #94a3b8;
	font-weight: 600;
	margin: 0;
}

.hero-widget__title {
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	margin: 2px 0 0;
}

.hero-widget__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.hero-widget__dot {
	height: 6px;
	border-radius: 999px;
	background: #bfdbfe;
	cursor: pointer;
	transition: width 0.3s, background 0.3s;
	width: 6px;
	padding: 0;
	border: 0;
}

.hero-widget__dot.is-active {
	width: 28px;
	background: #2563eb;
}

.hero-widget__templates-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	flex: 1;
}

.hero-widget__template-card {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #f1f5f9;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	overflow: hidden;
	cursor: pointer;
	animation: heroWidgetSlideUp 0.4s ease both;
	position: relative;
}

.hero-widget__template-card:nth-child(1) { animation-delay: 0s; }
.hero-widget__template-card:nth-child(2) { animation-delay: 0.08s; }
.hero-widget__template-card:nth-child(3) { animation-delay: 0.16s; }
.hero-widget__template-card:nth-child(4) { animation-delay: 0.24s; }

.hero-widget__template-inner {
	height: 100%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.hero-widget__template-seal {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid var(--hero-accent, #2563eb);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: heroWidgetRotateSeal 20s linear infinite;
}

.hero-widget__template-seal-inner {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--hero-accent-light, #dbeafe);
}

.hero-widget__template-bar {
	width: 70%;
	height: 4px;
	background: var(--hero-accent, #2563eb);
	border-radius: 2px;
}

.hero-widget__template-bar--small {
	width: 50%;
	height: 2px;
	background: var(--hero-accent-mid, #93c5fd);
	border-radius: 1px;
}

.hero-widget__template-lines {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 4px;
}

.hero-widget__template-line {
	height: 1px;
	background: #e2e8f0;
	border-radius: 1px;
}

.hero-widget__template-signature {
	width: 50%;
	height: 1px;
	background: #cbd5e1;
	margin-top: 8px;
}

.hero-widget__template-card.is-selected::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid #2563eb;
	border-radius: 12px;
	pointer-events: none;
	animation: heroWidgetFadeIn 0.3s ease 0.5s both;
}

.hero-widget__template-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 10px;
	color: #94a3b8;
	margin-top: 4px;
}

.hero-widget__template-footer span:last-child {
	color: #2563eb;
	font-weight: 600;
}

.hero-widget__toolbar {
	display: flex;
	gap: 6px;
	animation: heroWidgetSlideDown 0.4s ease both;
}

.hero-widget__tool-btn {
	flex: 1;
	padding: 6px 0;
	border-radius: 8px;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
}

.hero-widget__tool-btn.is-active {
	background: #2563eb;
	color: #fff;
}

.hero-widget__tool-btn:not(.is-active) {
	background: #f1f5f9;
	color: #64748b;
}

.hero-widget__editor-canvas {
	flex: 1;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	position: relative;
	overflow: hidden;
	animation: heroWidgetScaleIn 0.5s ease 0.2s both;
}

.hero-widget__editor-border {
	position: absolute;
	inset: 10px;
	border: 4px double #bfdbfe;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
}

.hero-widget__editor-seal {
	width: 48px;
	height: 48px;
	border: 2px solid #3b82f6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: heroWidgetSpringIn 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.6s both;
}

.hero-widget__editor-seal-inner {
	width: 32px;
	height: 32px;
	background: #dbeafe;
	border-radius: 50%;
}

.hero-widget__editor-title-bar {
	width: 55%;
	height: 8px;
	background: #1d4ed8;
	border-radius: 4px;
	animation: heroWidgetGrowWidth 0.6s ease 0.8s both;
}

.hero-widget__editor-sub-bar {
	width: 38%;
	height: 6px;
	background: #60a5fa;
	border-radius: 3px;
	animation: heroWidgetGrowWidth 0.5s ease 1s both;
}

.hero-widget__editor-lines {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.hero-widget__editor-line {
	height: 1px;
	background: #cbd5e1;
	border-radius: 1px;
	animation: heroWidgetGrowWidth 0.4s ease both;
}

.hero-widget__editor-line:nth-child(1) { width: 90%; animation-delay: 1.2s; }
.hero-widget__editor-line:nth-child(2) { width: 80%; animation-delay: 1.35s; }
.hero-widget__editor-line:nth-child(3) { width: 70%; animation-delay: 1.5s; }
.hero-widget__editor-line:nth-child(4) { width: 60%; animation-delay: 1.65s; }

.hero-widget__editor-signatures {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 8px;
	animation: heroWidgetFadeIn 0.4s ease 1.8s both;
}

.hero-widget__editor-signature {
	text-align: center;
}

.hero-widget__editor-signature-line {
	width: 64px;
	height: 1px;
	background: #94a3b8;
	margin: 0 auto 2px;
}

.hero-widget__editor-signature span {
	font-size: 8px;
	color: #94a3b8;
}

.hero-widget__cursor {
	position: absolute;
	width: 2px;
	height: 12px;
	background: #2563eb;
	top: 42%;
	left: 58%;
	animation: heroWidgetBlink 0.9s step-end infinite;
}

.hero-widget__selection-box {
	position: absolute;
	top: 28%;
	left: 22%;
	width: 56%;
	border: 1.5px dashed #3b82f6;
	border-radius: 4px;
	padding: 6px 8px;
	animation: heroWidgetFadeIn 0.4s ease 1s both;
}

.hero-widget__selection-bar {
	height: 4px;
	background: #2563eb;
	border-radius: 2px;
	width: 60%;
	margin: 0 auto;
}

.hero-widget__selection-handle {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2563eb;
	border-radius: 2px;
}

.hero-widget__selection-handle--tl { top: -4px; left: -4px; }
.hero-widget__selection-handle--tr { top: -4px; right: -4px; }
.hero-widget__selection-handle--bl { bottom: -4px; left: -4px; }
.hero-widget__selection-handle--br { bottom: -4px; right: -4px; }

.hero-widget__color-row {
	display: flex;
	align-items: center;
	gap: 8px;
	animation: heroWidgetFadeIn 0.4s ease 0.5s both;
}

.hero-widget__color-label {
	font-size: 10px;
	color: #94a3b8;
	white-space: nowrap;
}

.hero-widget__color-dot {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	animation: heroWidgetPopIn 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
}

.hero-widget__color-dot.is-selected {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.hero-widget__color-dot:nth-child(2) { animation-delay: 0.6s; }
.hero-widget__color-dot:nth-child(3) { animation-delay: 0.66s; }
.hero-widget__color-dot:nth-child(4) { animation-delay: 0.72s; }
.hero-widget__color-dot:nth-child(5) { animation-delay: 0.78s; }
.hero-widget__color-dot:nth-child(6) { animation-delay: 0.84s; }

.hero-widget__preview-card {
	flex: 1;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(37,99,235,0.18);
	overflow: hidden;
	position: relative;
	animation: heroWidgetSlideUp 0.5s ease both;
}

.hero-widget__preview-top-bar {
	height: 5px;
	background: linear-gradient(90deg, #2563eb, #60a5fa, #6366f1);
}

.hero-widget__preview-body {
	padding: 20px;
	height: calc(100% - 5px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.hero-widget__preview-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1.5px solid #bfdbfe;
	animation: heroWidgetFadeIn 0.3s ease both;
}

.hero-widget__preview-corner--tl { top: 20px; left: 20px; border-right: none; border-bottom: none; animation-delay: 0.3s; }
.hero-widget__preview-corner--tr { top: 20px; right: 20px; border-left: none; border-bottom: none; animation-delay: 0.4s; }
.hero-widget__preview-corner--bl { bottom: 20px; left: 20px; border-right: none; border-top: none; animation-delay: 0.5s; }
.hero-widget__preview-corner--br { bottom: 20px; right: 20px; border-left: none; border-top: none; animation-delay: 0.6s; }

.hero-widget__preview-seal {
	width: 64px;
	height: 64px;
	border: 2.5px solid #2563eb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	animation: heroWidgetSpringIn 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.4s both;
	margin-top: 8px;
}

.hero-widget__preview-seal-mid {
	width: 44px;
	height: 44px;
	background: #dbeafe;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-widget__preview-seal-inner {
	width: 28px;
	height: 28px;
	border: 2px solid #3b82f6;
	border-radius: 50%;
}

.hero-widget__preview-seal-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #60a5fa;
	animation: heroWidgetRotateSeal 8s linear infinite;
}

.hero-widget__preview-title {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #1e3a8a;
	letter-spacing: 0.04em;
	animation: heroWidgetFadeUp 0.4s ease 0.7s both;
}

.hero-widget__preview-subtitle {
	font-size: 9px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #3b82f6;
	animation: heroWidgetFadeUp 0.4s ease 0.85s both;
	margin-top: 4px;
}

.hero-widget__preview-text {
	text-align: center;
	animation: heroWidgetFadeIn 0.4s ease 1s both;
}

.hero-widget__preview-certifies {
	font-size: 10px;
	color: #64748b;
	margin-bottom: 6px;
}

.hero-widget__preview-name {
	font-family: Georgia, serif;
	font-size: 17px;
	color: #1e293b;
	font-weight: 600;
}

.hero-widget__preview-desc {
	font-size: 10px;
	color: #64748b;
	line-height: 1.6;
	margin-top: 8px;
	max-width: 200px;
}

.hero-widget__preview-signatures {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding-bottom: 8px;
	animation: heroWidgetFadeIn 0.4s ease 1.3s both;
}

.hero-widget__preview-signature-line {
	width: 72px;
	height: 1px;
	background: #94a3b8;
	margin: 0 auto 4px;
}

.hero-widget__preview-signature span {
	font-size: 9px;
	color: #94a3b8;
}

.hero-widget__mode-tabs {
	display: flex;
	gap: 8px;
}

.hero-widget__mode-tab {
	flex: 1;
	text-align: center;
	padding: 6px 0;
	border-radius: 8px;
	font-size: 10px;
	font-weight: 600;
}

.hero-widget__mode-tab.is-active {
	background: #2563eb;
	color: #fff;
}

.hero-widget__mode-tab:not(.is-active) {
	background: #f1f5f9;
	color: #64748b;
}

.hero-widget__export-mini-card {
	height: 155px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(37,99,235,0.10);
	position: relative;
	overflow: hidden;
	animation: heroWidgetScaleIn 0.5s ease both;
}

.hero-widget__export-mini-inner {
	position: absolute;
	inset: 8px;
	border: 3px double #bfdbfe;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px;
}

.hero-widget__check-seal {
	width: 40px;
	height: 40px;
	background: #2563eb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(37,99,235,0.3);
	animation: heroWidgetSpringIn 0.4s cubic-bezier(0.34,1.56,0.64,1) 0.4s both;
}

.hero-widget__check-seal svg { animation: heroWidgetDrawCheck 0.5s ease 0.7s both; }

.hero-widget__mini-bar {
	border-radius: 2px;
}

.hero-widget__mini-bars {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	align-items: center;
}

.hero-widget__mini-bar--primary {
	width: 50%;
	height: 6px;
	background: #2563eb;
}

.hero-widget__mini-bar--secondary {
	width: 36%;
	height: 4px;
	background: #93c5fd;
}

.hero-widget__mini-lines {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hero-widget__export-glow {
	position: absolute;
	inset: 0;
	border-radius: 12px;
	animation: heroWidgetGlow 2.5s ease-in-out infinite;
}

.hero-widget__format-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hero-widget__format-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 2px solid;
	cursor: pointer;
	animation: heroWidgetSlideRight 0.4s ease both;
}

.hero-widget__format-item.is-selected { border-color: #3b82f6; background: #eff6ff; animation-delay: 0.4s; }
.hero-widget__format-item:nth-child(2) { border-color: #e2e8f0; background: #fff; animation-delay: 0.5s; }
.hero-widget__format-item:nth-child(3) { border-color: #e2e8f0; background: #fff; animation-delay: 0.6s; }

.hero-widget__format-radio {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid;
	flex-shrink: 0;
}

.hero-widget__format-radio.is-selected { border-color: #2563eb; background: #2563eb; }
.hero-widget__format-radio:not(.is-selected) { border-color: #cbd5e1; }

.hero-widget__format-name {
	font-size: 12px;
	font-weight: 700;
}

.hero-widget__format-name.is-selected { color: #1e3a8a; }
.hero-widget__format-name:not(.is-selected) { color: #475569; }

.hero-widget__format-desc {
	font-size: 10px;
	color: #94a3b8;
}

.hero-widget__progress-box {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 12px;
	animation: heroWidgetFadeIn 0.4s ease 0.7s both;
}

.hero-widget__progress-top {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	color: #64748b;
	margin-bottom: 6px;
}

.hero-widget__progress-pct {
	color: #2563eb;
	font-weight: 700;
	animation: heroWidgetFadeIn 0.3s ease 1.5s both;
}

.hero-widget__progress-track {
	height: 6px;
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
}

.hero-widget__progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #3b82f6, #2563eb);
	border-radius: 999px;
	animation: heroWidgetFillBar 1.8s ease 0.9s both;
	width: 0;
}

.hero-widget__badges {
	display: flex;
	gap: 8px;
}

.hero-widget__badge-item {
	flex: 1;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
	padding: 8px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	animation: heroWidgetPopIn 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
}

.hero-widget__badge-item:nth-child(1) { animation-delay: 2.2s; }
.hero-widget__badge-item:nth-child(2) { animation-delay: 2.3s; }
.hero-widget__badge-item:nth-child(3) { animation-delay: 2.4s; }
.hero-widget__badge-item svg { animation: heroWidgetDrawCheck 0.3s ease both; }
.hero-widget__badge-item:nth-child(1) svg { animation-delay: 2.4s; }
.hero-widget__badge-item:nth-child(2) svg { animation-delay: 2.5s; }
.hero-widget__badge-item:nth-child(3) svg { animation-delay: 2.6s; }

.hero-widget__badge-item span {
	font-size: 9px;
	color: #16a34a;
	font-weight: 600;
}

@keyframes heroWidgetSlideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroWidgetSlideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroWidgetSlideRight { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }
@keyframes heroWidgetFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes heroWidgetFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroWidgetScaleIn { from { opacity: 0; transform: scale(0.92); } to { opacity: 1; transform: scale(1); } }
@keyframes heroWidgetSpringIn { from { opacity: 0; transform: scale(0) rotate(-180deg); } to { opacity: 1; transform: scale(1) rotate(0deg); } }
@keyframes heroWidgetPopIn { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
@keyframes heroWidgetRotateSeal { to { transform: rotate(360deg); } }
@keyframes heroWidgetGrowWidth { from { width: 0; } to { } }
@keyframes heroWidgetBlink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes heroWidgetFillBar { to { width: 100%; } }
@keyframes heroWidgetDrawCheck { from { stroke-dashoffset: 30; } to { stroke-dashoffset: 0; } }

.hero-widget__step-item,
.hero-widget__step-item:visited,
.hero-widget__step-item:hover,
.hero-widget__step-item:focus,
.hero-widget__step-item:focus-visible,
.hero-widget__step-item:active {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

.hero-widget__step-item .hero-widget__step-circle {
	transition: background 0.2s ease, color 0.2s ease;
}

.hero-widget__step-item:hover .hero-widget__step-circle,
.hero-widget__step-item:focus .hero-widget__step-circle,
.hero-widget__step-item:focus-visible .hero-widget__step-circle,
.hero-widget__step-item:active .hero-widget__step-circle {
	background: #eef3f8;
	color: #12304f;
}

.hero-widget__step-item.is-done .hero-widget__step-circle,
.hero-widget__step-item.is-done:hover .hero-widget__step-circle,
.hero-widget__step-item.is-done:focus .hero-widget__step-circle,
.hero-widget__step-item.is-done:focus-visible .hero-widget__step-circle,
.hero-widget__step-item.is-done:active .hero-widget__step-circle {
	background: #eef3f8;
	color: #2f6fed;
}

.hero-widget__step-item.is-active .hero-widget__step-circle,
.hero-widget__step-item.is-active:hover .hero-widget__step-circle,
.hero-widget__step-item.is-active:focus .hero-widget__step-circle,
.hero-widget__step-item.is-active:focus-visible .hero-widget__step-circle,
.hero-widget__step-item.is-active:active .hero-widget__step-circle {
	background: #e2e8f0;
	color: #12304f;
}

.hero-widget__step-item .hero-widget__step-label,
.hero-widget__step-item:hover .hero-widget__step-label,
.hero-widget__step-item:focus .hero-widget__step-label,
.hero-widget__step-item:focus-visible .hero-widget__step-label,
.hero-widget__step-item:active .hero-widget__step-label {
	color: #94a3b8;
}

.hero-widget__step-item.is-active .hero-widget__step-label,
.hero-widget__step-item.is-active:hover .hero-widget__step-label,
.hero-widget__step-item.is-active:focus .hero-widget__step-label,
.hero-widget__step-item.is-active:focus-visible .hero-widget__step-label,
.hero-widget__step-item.is-active:active .hero-widget__step-label {
	color: #12304f;
}

.hero-widget__step-item.is-done .hero-widget__step-label,
.hero-widget__step-item.is-done:hover .hero-widget__step-label,
.hero-widget__step-item.is-done:focus .hero-widget__step-label,
.hero-widget__step-item.is-done:focus-visible .hero-widget__step-label,
.hero-widget__step-item.is-done:active .hero-widget__step-label {
	color: #6b7f97;
}

.hero-widget__dot:active,
.hero-widget__dot.is-active {
	background: #2f6fed;
}

.hero-widget__card {
	min-height: 620px;
}

.hero-widget__format-item.is-selected {
	border-color: #d8e2ef;
	background: #ffffff;
	animation-delay: 0.4s;
}

.hero-widget__format-radio.is-selected {
	border-color: #2f6fed;
	background: #ffffff;
}

.hero-widget__format-name.is-selected {
	color: #12304f;
}

.hero-widget__progress-fill {
	background: #2f6fed;
}

@media (max-width: 920px) {
	.home-hero__visual {
		min-height: 480px;
	}

	.hero-widget {
		width: min(100%, 390px);
	}

	.hero-widget__card {
		height: 580px;
		min-height: 580px;
	}
}

@media (max-width: 640px) {
	.home-hero__visual {
		min-height: 0;
	}

	.hero-widget {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.hero-widget__step-nav {
		padding: 0;
		margin-bottom: 16px;
	}

	.hero-widget__step-nav::before {
		left: 42px;
		right: 42px;
	}

	.hero-widget__step-fill {
		left: 42px;
	}

	.hero-widget__card {
		height: 540px;
		min-height: 540px;
	}

	.hero-widget__panel {
		padding: 16px;
	}

	.hero-widget__templates-grid {
		gap: 10px;
	}

	.hero-widget__badges {
		gap: 6px;
	}

	.hero-widget__badge-item {
		padding: 8px 2px;
	}
}

.hero-burst__hat,
.hero-burst__paper--left,
.hero-burst__paper--right,
.hero-burst__diploma-wrap,
.hero-burst__paper-confetti {
	animation-duration: 1.8s;
	animation-fill-mode: both;
}

.hero-burst__hat {
	animation-name: heroBurstHat;
	animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
	transform-origin: 50% 50%;
}

.hero-burst__paper--left {
	animation-name: heroBurstLeftPaper;
	animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
	transform-origin: 50% 50%;
}

.hero-burst__paper--right {
	animation-name: heroBurstRightPaper;
	animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
	transform-origin: 50% 50%;
}

.hero-burst__diploma-wrap {
	animation-name: heroBurstDiploma;
	animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
	transform-origin: 50% 50%;
}

.hero-burst__paper-confetti {
	animation-timing-function: linear;
}

.hero-burst__paper-confetti--left-a {
	animation-name: heroPaperBurstLeftA;
	transform-origin: 180px 210px;
}

.hero-burst__paper-confetti--left-b {
	animation-name: heroPaperBurstLeftB;
	transform-origin: 190px 218px;
}

.hero-burst__paper-confetti--right-a {
	animation-name: heroPaperBurstRightA;
	transform-origin: 442px 210px;
}

.hero-burst__paper-confetti--right-b {
	animation-name: heroPaperBurstRightB;
	transform-origin: 450px 218px;
}

.hero-burst__paper-confetti--top-b {
	animation-name: heroPaperBurstTopB;
	transform-origin: 320px 124px;
}

.hero-burst__paper-confetti--left-c {
	animation-name: heroPaperBurstLeftC;
	transform-origin: 198px 226px;
}

.hero-burst__paper-confetti--right-c {
	animation-name: heroPaperBurstRightC;
	transform-origin: 458px 226px;
}

.home-hero__delivery-note {
	animation-name: heroBurstNote;
	animation-delay: 0.85s;
}

.hero-burst__hat-top,
.hero-burst__hat-band {
	fill: #12304f;
}

.hero-burst__tassel-line {
	stroke: #12304f;
	stroke-width: 4;
	stroke-linecap: round;
}

.hero-burst__tassel-dot {
	fill: #2f6fed;
}

.hero-burst__paper-sheet {
	fill: #eef3f8;
}

.hero-burst__paper-line {
	fill: #cad5e2;
}

.hero-burst__paper-line--soft {
	fill: #d9e1ea;
}

.hero-burst__diploma-shadow {
	fill: rgba(18, 48, 79, 0.16);
}

.hero-burst__diploma {
	fill: #ffffff;
}

.hero-burst__diploma-edge {
	fill: #f0f4f8;
}

.hero-burst__seal {
	fill: #e8edf4;
}

.hero-burst__line {
	fill: #d2dbe5;
}

.hero-burst__line--soft {
	fill: #e0e6ed;
}

.hero-burst__line--title {
	fill: #12304f;
}

.hero-burst__label {
	fill: #edf2f8;
}

.hero-burst__footer-line {
	fill: #cbd4de;
}

.hero-burst__confetti-chip,
.hero-burst__confetti-bar {
	fill: #2f6fed;
}

.hero-burst__paper-chip--pink {
	fill: #f06aa5;
}

.hero-burst__paper-chip--yellow {
	fill: #f2c94c;
}

.hero-burst__paper-chip--green {
	fill: #54c08a;
}

.hero-burst__paper-chip--orange {
	fill: #f2994a;
}

@keyframes heroBurstDiploma {
	0% { opacity: 0; transform: translateY(30px) scale(0.9); }
	65% { opacity: 1; transform: translateY(-4px) scale(1.03); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes heroBurstLeftPaper {
	0% { opacity: 0; transform: translate(42px, 30px) rotate(0deg); }
	100% { opacity: 1; transform: translate(-42px, 2px) rotate(-12deg); }
}

@keyframes heroBurstRightPaper {
	0% { opacity: 0; transform: translate(-42px, 30px) rotate(0deg); }
	100% { opacity: 1; transform: translate(42px, 2px) rotate(12deg); }
}

@keyframes heroBurstHat {
	0% { opacity: 0; transform: translateY(-40px) scale(0.86); }
	65% { opacity: 1; transform: translateY(6px) scale(1.04); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes heroPaperBurstLeftA {
	0% { opacity: 0; transform: translate(0, 0) scale(0.56) rotate(0deg); }
	14% { opacity: 1; transform: translate(-68px, -58px) scale(1.08) rotate(-18deg); }
	48% { opacity: 1; transform: translate(-92px, -10px) scale(0.98) rotate(-34deg); }
	100% { opacity: 0; transform: translate(-118px, 158px) scale(0.74) rotate(-78deg); }
}

@keyframes heroPaperBurstLeftB {
	0% { opacity: 0; transform: translate(0, 0) scale(0.52) rotate(0deg); }
	12% { opacity: 1; transform: translate(-30px, -102px) scale(1.04) rotate(-28deg); }
	46% { opacity: 1; transform: translate(-48px, -26px) scale(0.94) rotate(-44deg); }
	100% { opacity: 0; transform: translate(-66px, 150px) scale(0.7) rotate(-92deg); }
}

@keyframes heroPaperBurstRightA {
	0% { opacity: 0; transform: translate(0, 0) scale(0.56) rotate(0deg); }
	14% { opacity: 1; transform: translate(68px, -58px) scale(1.08) rotate(18deg); }
	48% { opacity: 1; transform: translate(92px, -10px) scale(0.98) rotate(34deg); }
	100% { opacity: 0; transform: translate(118px, 158px) scale(0.74) rotate(78deg); }
}

@keyframes heroPaperBurstRightB {
	0% { opacity: 0; transform: translate(0, 0) scale(0.52) rotate(0deg); }
	12% { opacity: 1; transform: translate(30px, -102px) scale(1.04) rotate(28deg); }
	46% { opacity: 1; transform: translate(48px, -26px) scale(0.94) rotate(44deg); }
	100% { opacity: 0; transform: translate(66px, 150px) scale(0.7) rotate(92deg); }
}

@keyframes heroPaperBurstTopB {
	0% { opacity: 0; transform: translateY(0) scale(0.54) rotate(0deg); }
	10% { opacity: 1; transform: translateY(-92px) scale(1.04) rotate(-10deg); }
	42% { opacity: 1; transform: translateY(-18px) scale(0.94) rotate(14deg); }
	100% { opacity: 0; transform: translateY(154px) scale(0.68) rotate(54deg); }
}

@keyframes heroPaperBurstLeftC {
	0% { opacity: 0; transform: translate(0, 0) scale(0.5) rotate(0deg); }
	16% { opacity: 1; transform: translate(-94px, -34px) scale(1) rotate(-22deg); }
	52% { opacity: 1; transform: translate(-112px, 8px) scale(0.9) rotate(-40deg); }
	100% { opacity: 0; transform: translate(-136px, 176px) scale(0.66) rotate(-84deg); }
}

@keyframes heroPaperBurstRightC {
	0% { opacity: 0; transform: translate(0, 0) scale(0.5) rotate(0deg); }
	16% { opacity: 1; transform: translate(94px, -34px) scale(1) rotate(22deg); }
	52% { opacity: 1; transform: translate(112px, 8px) scale(0.9) rotate(40deg); }
	100% { opacity: 0; transform: translate(136px, 176px) scale(0.66) rotate(84deg); }
}

@keyframes heroBurstNote {
	0% { opacity: 0; transform: translateY(12px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   Brand Section (Dark)
   ============================================================ */
.home-brand__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.home-brand__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 32px;
}

.home-brand__primary-btn-icon { font-size: 18px; }
.home-brand__secondary-btn-icon { font-size: 18px; }

.home-brand__metrics {
	display: block;
}

.metric-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.metric-grid__item {
	padding: 22px 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.28), 0 10px 22px rgba(7, 29, 51, 0.12);
}

.metric-grid__item strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 6px;
}

.metric-grid__item span {
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.68);
}

.info-card__goldbar,
.testimonial-card__accent {
	display: none !important;
}

.trust-panel {
	margin-bottom: 48px;
	padding: 36px;
	border-radius: 16px;
	background: #f7f9fc;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.12), 0 12px 24px rgba(18, 48, 79, 0.06);
}

.trust-panel__mockup {
	max-width: 560px;
	margin: 0 auto;
}

.trust-panel__header {
	display: none;
}

.trust-panel__certificate {
	padding: 28px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.16), 0 10px 22px rgba(18, 48, 79, 0.08);
	position: relative;
}

.trust-panel__seal {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eef2f8;
	border: none;
	opacity: 1;
}

.trust-panel__row {
	height: 8px;
	border-radius: 999px;
	background: #e5ebf2;
	margin-bottom: 10px;
}

.trust-panel__row--short { width: 45%; }

.trust-panel__note {
	margin: 20px 0 16px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-soft);
	font-style: italic;
}

.trust-panel__signatures {
	display: flex;
	gap: 32px;
}

.trust-panel__signatures span {
	flex: 1;
	height: 3px;
	background: #d5dde7;
	border-radius: 999px;
}

.partner-marquee {
	overflow: hidden;
	margin-bottom: 48px;
	padding: 6px 0 2px;
}

.partner-marquee__track {
	display: flex;
	gap: 16px;
	animation: partner-marquee-scroll 28s linear infinite;
	width: max-content;
	align-items: stretch;
	will-change: transform;
}

@keyframes partner-marquee-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.partner-marquee__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	min-width: 214px;
	border-radius: 12px;
	background: #ffffff;
	white-space: nowrap;
	flex-shrink: 0;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.16), 0 10px 20px rgba(18, 48, 79, 0.08);
}

.partner-marquee__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #eef3f8;
	flex-shrink: 0;
}

.partner-marquee__badge-icon {
	font-size: 16px;
	color: var(--primary);
}

.partner-marquee__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.partner-marquee__text strong {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--text);
	white-space: normal;
}

.partner-marquee__text em {
	display: block;
	font-size: 11px;
	line-height: 1.4;
	font-style: normal;
	color: var(--text-soft);
	white-space: normal;
}

.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.testimonial-card {
	position: relative;
	padding: 24px;
	border-radius: 14px;
	background: #ffffff;
	border: none;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.18), 0 12px 24px rgba(18, 48, 79, 0.08);
	overflow: hidden;
}

.testimonial-card__tag {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	background: #eef2f8;
}

.testimonial-card__tag--personal,
.testimonial-card__tag--institution {
	color: var(--text);
	background: #eef2f8;
}

.testimonial-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.testimonial-card__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #12304f;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.26), 0 8px 16px rgba(18, 48, 79, 0.12);
}

.testimonial-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.testimonial-card__meta strong {
	font-size: 14px;
	font-weight: 700;
	color: var(--text);
}

.testimonial-card__meta span {
	font-size: 12px;
	color: var(--text-soft);
}

.testimonial-card__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
	color: var(--text-soft);
}

.shop-hero {
	display: block;
	margin-bottom: 24px;
}

.shop-hero__copy {
	max-width: 720px;
}

.shop-hero__title {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	color: var(--text);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.shop-hero__text {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--text-soft);
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.check-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
}

.check-list li::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(47, 111, 237, 0.1);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232f6fed'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 18px;
}

.shop-category-card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.12), 0 8px 16px rgba(18, 48, 79, 0.05);
	text-decoration: none;
	min-height: 0;
}

.shop-category-card > * {
	min-width: 0;
}

.shop-category-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.14), 0 10px 18px rgba(18, 48, 79, 0.06);
}

.shop-category-card__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: var(--text);
	background: #eef2f8;
}

.shop-category-card__title {
	margin: 0;
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--text);
}

.shop-category-card__meta {
	margin: 0;
	font-size: 12px;
	color: var(--text-soft);
	white-space: nowrap;
}

.shop-category-card::after {
	content: "→";
	font-size: 14px;
	font-weight: 700;
	color: rgba(18, 48, 79, 0.45);
}

.shop-live-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.shop-live-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 0 0 14px 14px;
	background: #ffffff;
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.14), 0 8px 18px rgba(18, 48, 79, 0.06);
	overflow: hidden;
	text-decoration: none;
}

.shop-live-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.16), 0 12px 22px rgba(18, 48, 79, 0.08);
}

.shop-live-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #f4f7fb;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0;
}

.shop-live-card__media.has-image-frame::before {
	content: "";
	position: absolute;
	inset: 12px;
	border-radius: 1px 1px 10px 10px;
	pointer-events: none;
	background:
		linear-gradient(132deg, rgba(255,255,255,0.40) 0%, rgba(255,255,255,0.18) 12%, rgba(255,255,255,0.07) 24%, rgba(255,255,255,0.01) 38%, rgba(255,255,255,0) 58%),
		linear-gradient(312deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 18%, rgba(255,255,255,0.01) 34%, rgba(255,255,255,0) 48%),
		radial-gradient(circle at 22% 18%, rgba(255,255,255,0.18) 0 10%, rgba(255,255,255,0.04) 20%, rgba(255,255,255,0) 42%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 0 12px rgba(255,255,255,0.03);
	mix-blend-mode: screen;
	opacity: .98;
}

.shop-live-card__media.has-image-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0;
	pointer-events: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(58, 35, 18, 0.10), inset 1px 0 0 rgba(112, 73, 42, 0.06), inset -1px 0 0 rgba(112, 73, 42, 0.06), inset 0 0 0 10px rgba(232, 214, 184, 0.08), 0 8px 16px rgba(18, 48, 79, 0.10);
	background:
		linear-gradient(45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) top left / 18px 18px no-repeat,
		linear-gradient(-45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) top right / 18px 18px no-repeat,
		linear-gradient(-45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) bottom left / 18px 18px no-repeat,
		linear-gradient(45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) bottom right / 18px 18px no-repeat,
		radial-gradient(circle at 16% 18%, rgba(255,255,255,0.14) 0, rgba(255,255,255,0.05) 16%, rgba(255,255,255,0) 38%),
		radial-gradient(circle at 78% 80%, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.02) 20%, rgba(0,0,0,0) 42%),
		linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 18%, rgba(0,0,0,0.05) 100%),
		repeating-linear-gradient(102deg, rgba(255,255,255,0.016) 0 3px, rgba(255,255,255,0) 3px 13px, rgba(0,0,0,0.016) 13px 15px, rgba(255,255,255,0) 15px 25px),
		linear-gradient(135deg, var(--frame-wood-start, #8e6541) 0%, var(--frame-wood-mid, #6f4b2d) 52%, var(--frame-wood-end, #56371f) 100%);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 12px;
}

.shop-live-card__media.frame-style--luxury,
.shop-live-card__media.frame-style--premium {
	--frame-wood-start: #8a5a39;
	--frame-wood-mid: #6a4128;
	--frame-wood-end: #472717;
}

.shop-live-card__media.frame-style--classic,
.shop-live-card__media.frame-style--formal {
	--frame-wood-start: #9b724b;
	--frame-wood-mid: #7b5635;
	--frame-wood-end: #5f4027;
}

.shop-live-card__media.frame-style--minimal,
.shop-live-card__media.frame-style--modern {
	--frame-wood-start: #c9ab83;
	--frame-wood-mid: #ab855d;
	--frame-wood-end: #8a6540;
}

.shop-live-card__media.frame-region--jp.has-image-frame::after,
.shop-live-card__media.frame-region--uk.has-image-frame::after {
	box-shadow: inset 0 0 0 2px rgba(78, 48, 24, 0.38), inset 0 0 0 9px rgba(243, 233, 214, 0.20), 0 8px 16px rgba(18, 48, 79, 0.10);
}

.shop-live-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.shop-live-card__placeholder {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(18, 48, 79, 0.42);
}

.shop-live-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px;
	min-height: 132px;
}

.shop-live-card__category {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	color: var(--primary);
}

.shop-live-card__title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shop-live-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}

.shop-live-card__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--text);
}

.shop-live-card__price .amount {
	color: var(--text);
}

.shop-live-card__link {
	font-size: 11px;
	color: var(--text-soft);
	white-space: nowrap;
}

@media (max-width: 1200px) {
	.shop-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-live-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.shop-hero {
		margin-bottom: 20px;
	}

	.shop-live-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.shop-category-grid,
	.shop-live-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shop-category-card {
		grid-template-columns: auto 1fr;
		align-items: start;
		padding: 16px;
	}

	.shop-category-card::after,
	.shop-live-card__link {
		display: none;
	}

	.shop-category-card__title,
	.shop-category-card__meta {
		min-width: 0;
	}

	.shop-category-card__title {
		font-size: 15px;
		line-height: 1.45;
		word-break: break-word;
	}

	.shop-category-card__meta {
		white-space: normal;
		line-height: 1.5;
	}

	.shop-live-card__body {
		min-height: auto;
		padding: 12px;
	}
}

/* ============================================================
   Cookie Bar + Contact Modal
   ============================================================ */
.site-cookie-bar {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 10020;
	opacity: 0;
	transform: translateY(16px);
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-cookie-bar.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.site-cookie-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(18, 48, 79, 0.08);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(15, 32, 59, 0.12);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.site-cookie-bar__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: var(--text-soft);
}

.site-cookie-bar__actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.site-cookie-bar__link {
	font-size: 13px;
	font-weight: 700;
	color: var(--text);
}

.site-cookie-bar__button,
.site-footer__contact-shortcut {
	border: 1px solid rgba(26, 79, 196, 0.22);
	background: var(--primary);
	color: #ffffff;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 3px 0 rgba(26, 79, 196, 0.22), 0 10px 18px rgba(47, 111, 237, 0.2);
	transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.site-cookie-bar__button:hover,
.site-footer__contact-shortcut:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 0 rgba(26, 79, 196, 0.24), 0 12px 22px rgba(47, 111, 237, 0.24);
	background: var(--primary-dark);
	color: #ffffff;
}

.site-footer__contact-shortcut {
	font-family: inherit;
}

.site-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 10030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 20px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.site-contact-modal.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.site-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 24, 43, 0.56);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.site-contact-modal__dialog {
	position: relative;
	width: min(560px, 100%);
	max-height: calc(100vh - 64px);
	overflow: auto;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
	border: 1px solid rgba(18, 48, 79, 0.12);
	border-radius: 24px;
	box-shadow: 0 8px 0 rgba(18, 48, 79, 0.08), 0 32px 72px rgba(15, 32, 59, 0.22);
	padding: 24px 24px 22px;
}

.site-contact-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(18, 48, 79, 0.18);
	border-radius: 999px;
	background: #2f6fed;
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.32), 0 8px 18px rgba(18, 48, 79, 0.14);
	transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease, border-color 0.14s ease;
}

.site-contact-modal__close:hover,
.site-contact-modal__close:focus,
.site-contact-modal__close:focus-visible {
	color: #ffffff;
	background: #2f6fed;
	border-color: rgba(18, 48, 79, 0.18);
	transform: translateY(-1px);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.34), 0 10px 20px rgba(18, 48, 79, 0.16);
}

.site-contact-modal__close:active {
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.26), 0 5px 12px rgba(18, 48, 79, 0.10);
}

.site-contact-modal__eyebrow {
	margin: 0 0 10px;
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary);
	background: rgba(47, 111, 237, 0.08);
}

.site-contact-modal__title {
	margin: 0 0 8px;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: var(--text);
}

.site-contact-modal__subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--text-soft);
}

.site-contact-modal__body {
	position: relative;
}

.contact-form-theme-bridge .dsf-form-wrap::before {
	display: none !important;
}

.contact-form-theme-bridge .dsf-security-row {
	display: block !important;
}

.contact-form-theme-bridge .dsf-security-row > div {
	width: 100%;
}

.contact-form-theme-bridge .dsf-captcha-box {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	max-width: none !important;
	width: auto !important;
}

.contact-form-theme-bridge .dsf-captcha-question {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex: 0 0 auto !important;
	margin-bottom: 0 !important;
}

.contact-form-theme-bridge .dsf-captcha-text {
	white-space: nowrap !important;
}

.contact-form-theme-bridge .dsf-captcha-input {
	display: inline-block !important;
	flex: 0 0 72px !important;
	max-width: 72px !important;
	min-width: 72px !important;
	margin-left: 0 !important;
}

.contact-form-theme-bridge--modal .dsf-form-title {
	font-size: 20px;
}

.contact-form-theme-bridge--modal .dsf-form-subtitle {
	font-size: 12px;
}

.contact-form-theme-bridge--modal .dsf-form-grid {
	gap: 14px;
}

.contact-form-theme-bridge--modal .dsf-field label {
	margin-bottom: 6px;
}

.contact-form-theme-bridge--modal .dsf-field input,
.contact-form-theme-bridge--modal .dsf-field select,
.contact-form-theme-bridge--modal .dsf-field textarea {
	min-height: 44px;
	padding: 11px 13px;
}

.contact-form-theme-bridge--modal .dsf-field textarea {
	min-height: 110px;
}

.contact-form-theme-bridge--modal .dsf-security-row {
	display: block;
}

.contact-form-theme-bridge--modal .dsf-security-row > div {
	width: 100%;
}

.contact-form-theme-bridge--modal .dsf-captcha-box {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 10px;
	max-width: none;
	width: auto;
	min-height: 42px;
	padding: 8px 10px;
}

.contact-form-theme-bridge--modal .dsf-captcha-question {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	margin-bottom: 0;
}

.contact-form-theme-bridge--modal .dsf-captcha-text {
	white-space: nowrap;
}

.contact-form-theme-bridge--modal .dsf-captcha-input {
	flex: 0 0 72px;
	max-width: 72px !important;
	min-width: 72px;
	min-height: 34px !important;
	margin-left: 0;
}

.contact-form-theme-bridge--modal .dsf-captcha-tip {
	margin-top: 4px;
}

body.contact-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.site-cookie-bar {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.site-cookie-bar__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 14px;
		border-radius: 16px;
	}

	.site-cookie-bar__actions {
		width: 100%;
		justify-content: space-between;
	}

	.site-contact-modal {
		padding: 16px;
	}

	.site-contact-modal__dialog {
		padding: 20px 18px 18px;
		border-radius: 20px;
		max-height: calc(100vh - 32px);
	}

	.site-contact-modal__header {
		padding-right: 36px;
	}

	.contact-form-theme-bridge .dsf-captcha-box {
		width: 100% !important;
		flex-wrap: wrap !important;
	}

	.contact-form-theme-bridge .dsf-captcha-text {
		white-space: normal !important;
	}

	.contact-form-theme-bridge--modal .dsf-form-wrap {
		padding: 14px;
		border-radius: 16px;
	}

	.contact-form-theme-bridge--modal .dsf-security-row {
		display: block !important;
	}
}

/* ============================================================
   Process Timeline
   ============================================================ */
.process-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 40px;
}

.process-timeline__rail {
	position: absolute;
	top: 28px;
	left: 10%;
	right: 10%;
	height: 6px;
	background: #e4eaf1;
	border-radius: 999px;
	z-index: 0;
}

.process-timeline__progress {
	position: absolute;
	top: 28px;
	left: 10%;
	width: 0;
	height: 6px;
	background: #12304f;
	border-radius: 999px;
	z-index: 1;
	transition: width 1.2s ease;
}

.process-timeline__step {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.process-timeline__node {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.24), 0 12px 24px rgba(18, 48, 79, 0.10);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.process-timeline__step.is-active .process-timeline__node {
	background: #12304f;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.34), 0 14px 28px rgba(18, 48, 79, 0.14);
}

.process-timeline__step-no {
	font-size: 14px;
	font-weight: 800;
	color: var(--text);
}

.process-timeline__step.is-active .process-timeline__step-no {
	color: #ffffff;
}

.process-timeline__card {
	padding: 22px 20px;
	border-radius: 14px;
	background: #ffffff;
	border: none;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.18), 0 12px 24px rgba(18, 48, 79, 0.08);
	text-align: center;
	width: 100%;
}

.process-timeline__label {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	color: var(--text);
	background: #edf2f8;
	margin-bottom: 10px;
}

.process-timeline__title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--text);
	line-height: 1.35;
}

.process-timeline__desc {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
	color: var(--text-soft);
}

/* ---- Process Flow Preview ---- */
.process-flow-preview {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 28px;
	border-radius: 16px;
	background: #0e1e33;
	overflow: hidden;
}

.process-flow-preview__stage {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 20px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: none;
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.28), 0 10px 20px rgba(7, 29, 51, 0.12);
}

.process-flow-preview__icon {
	font-size: 28px;
	color: #d7e2ef;
}

.process-flow-preview__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 4px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 999px;
}

.process-flow-preview__arrow--1 { left: calc(25% - 10px); }
.process-flow-preview__arrow--2 { left: calc(50% - 10px); }
.process-flow-preview__arrow--3 { left: calc(75% - 10px); }

.stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.stat-card {
	padding: 26px 22px;
	border-radius: 14px;
	background: #ffffff;
	border: none;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.16), 0 10px 22px rgba(18, 48, 79, 0.08);
	text-align: center;
}

.stat-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #eef3f8;
	margin: 0 auto 14px;
}

.stat-card__icon {
	font-size: 20px;
	color: #12304f;
}

.stat-card__value {
	font-size: 34px;
	font-weight: 800;
	color: var(--text);
	letter-spacing: -0.03em;
	line-height: 1;
	margin-bottom: 8px;
}

.stat-card__label {
	font-size: 13px;
	line-height: 1.6;
	color: var(--text-soft);
}

.scenario-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.scenario-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px 22px;
	border-radius: 14px;
	background: #ffffff;
	border: none;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.16), 0 10px 22px rgba(18, 48, 79, 0.08);
}

.scenario-card__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #eef3f8;
}

.scenario-card__icon {
	font-size: 20px;
	color: #12304f;
}

.scenario-card__title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: var(--text);
}

.scenario-card__description {
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	color: var(--text-soft);
}

.home-brand__content .section-header__title,
.home-brand__content .section-header__title--light,
.home-cta .section-header__title,
.home-cta .section-header__title--light {
	color: #ffffff !important;
}

.home-brand__content .section-header__subtitle,
.home-cta .section-header__subtitle,
.home-cta__text {
	color: rgba(255, 255, 255, 0.92) !important;
}

.home-brand__primary-btn,
.home-cta__primary-btn,
.home-brand__primary-btn:visited,
.home-cta__primary-btn:visited {
	background: #2f6fed !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
}

.home-brand__primary-btn:hover,
.home-cta__primary-btn:hover,
.home-brand__primary-btn:active,
.home-cta__primary-btn:active,
.home-brand__primary-btn:focus-visible,
.home-cta__primary-btn:focus-visible {
	background: #2f6fed !important;
	color: #ffffff !important;
}

.home-brand__secondary-btn,
.home-cta__secondary-btn,
.home-brand__secondary-btn:visited,
.home-cta__secondary-btn:visited {
	background: #ffffff !important;
	color: #12304f !important;
	border-color: rgba(18, 48, 79, 0.18) !important;
}

.home-brand__secondary-btn:hover,
.home-cta__secondary-btn:hover,
.home-brand__secondary-btn:focus-visible,
.home-cta__secondary-btn:focus-visible,
.home-brand__secondary-btn:active,
.home-cta__secondary-btn:active {
	background: #ffffff !important;
	color: #12304f !important;
}

.home-blog-preview {
	background: #f7f9fc;
}

.home-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.home-blog-card {
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.10), 0 10px 22px rgba(18, 48, 79, 0.06);
	overflow: hidden;
	transition: box-shadow 0.16s ease, background-color 0.16s ease;
}

.home-blog-card:hover {
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.12), 0 12px 24px rgba(18, 48, 79, 0.07);
}

.home-blog-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef3f8;
	overflow: hidden;
}

.home-blog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(18, 48, 79, 0.42);
}

.home-blog-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	min-height: 220px;
}

.home-blog-card__cat {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	color: var(--primary);
}

.home-blog-card__title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--text);
}

.home-blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.home-blog-card__excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	color: var(--text-soft);
}

.home-blog-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	font-size: 12px;
	color: var(--text-soft);
}

.home-blog-card__meta a {
	color: var(--text);
	font-weight: 700;
	text-decoration: none;
}

.home-blog-actions {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* ============================================================
   CTA Section
   ============================================================ */
.home-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: center;
}

.home-cta__text {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: 56ch;
}

.home-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	flex-shrink: 0;
}

.home-cta__primary-btn-icon { font-size: 20px; }
.home-cta__secondary-btn-icon { font-size: 18px; }

/* ============================================================
   Inner Pages — Material + 2.5D Unification
   ============================================================ */
body.astra-child-material-page .inner-page {
	position: relative;
	z-index: 0;
}

body.astra-child-material-page .inner-page .inner-hero {
	background: #eef3f9;
	border-bottom: 1px solid rgba(18, 48, 79, 0.08);
}

body.astra-child-material-page .inner-page .inner-hero__inner,
body.astra-child-material-page .inner-page .inner-split,
body.astra-child-material-page .inner-page .contact-layout {
	gap: 32px;
	align-items: stretch;
}

body.astra-child-material-page .inner-page .stats-bar {
	background: #eef3f9;
	border-top: 1px solid rgba(18, 48, 79, 0.06);
	border-bottom: 1px solid rgba(18, 48, 79, 0.06);
}

body.astra-child-material-page .inner-page .stats-bar__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	background: #ffffff;
	border: 1px solid rgba(18, 48, 79, 0.12);
	border-radius: 18px;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.2), 0 10px 18px rgba(18, 48, 79, 0.06);
	overflow: hidden;
}

body.astra-child-material-page .inner-page .process-steps,
body.astra-child-material-page .inner-page .print-types-grid,
body.astra-child-material-page .inner-page .design-types-grid,
body.astra-child-material-page .inner-page .faq-grid,
body.astra-child-material-page .inner-page .testimonials-grid {
	gap: 24px;
}

body.astra-child-material-page .inner-page .print-type-card,
body.astra-child-material-page .inner-page .design-type-card,
body.astra-child-material-page .inner-page .process-step,
body.astra-child-material-page .inner-page .pricing-card,
body.astra-child-material-page .inner-page .faq-item,
body.astra-child-material-page .inner-page .inner-spec-card,
body.astra-child-material-page .inner-page .contact-form-wrap,
body.astra-child-material-page .inner-page .contact-feature,
body.astra-child-material-page .inner-page .info-card {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(18, 48, 79, 0.12);
	border-radius: 16px;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.22), 0 10px 18px rgba(18, 48, 79, 0.06);
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

body.astra-child-material-page .inner-page .stats-bar__item {
	border: 0;
	border-right: 1px solid rgba(18, 48, 79, 0.1);
	border-radius: 0;
	box-shadow: none;
}

body.astra-child-material-page .inner-page .stats-bar__item:hover,
body.astra-child-material-page .inner-page .print-type-card:hover,
body.astra-child-material-page .inner-page .design-type-card:hover,
body.astra-child-material-page .inner-page .process-step:hover,
body.astra-child-material-page .inner-page .pricing-card:hover,
body.astra-child-material-page .inner-page .faq-item:hover,
body.astra-child-material-page .inner-page .inner-spec-card:hover,
body.astra-child-material-page .inner-page .contact-form-wrap:hover,
body.astra-child-material-page .inner-page .contact-feature:hover,
body.astra-child-material-page .inner-page .info-card:hover {
	transform: translateY(-2px);
	border-color: rgba(18, 48, 79, 0.16);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.22), 0 16px 30px rgba(18, 48, 79, 0.1);
}

body.astra-child-material-page .inner-page .stats-bar__item:last-child {
	border-right: 0;
}

body.astra-child-material-page .inner-page .stats-bar__item:hover {
	transform: none;
	border-color: transparent;
	box-shadow: none;
	background: #f9fbfe;
}

body.astra-child-material-page .inner-page .stats-bar__item strong {
	display: block;
	margin: 0 0 8px;
	color: var(--text);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

body.astra-child-material-page .inner-page .stats-bar__item span {
	display: block;
	color: var(--text-soft);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

body.astra-child-material-page .inner-page .print-type-card,
body.astra-child-material-page .inner-page .design-type-card,
body.astra-child-material-page .inner-page .process-step,
body.astra-child-material-page .inner-page .faq-item,
body.astra-child-material-page .inner-page .contact-feature {
	overflow: hidden;
}

body.astra-child-material-page .inner-page .print-type-card::before,
body.astra-child-material-page .inner-page .design-type-card::before,
body.astra-child-material-page .inner-page .process-step::before,
body.astra-child-material-page .inner-page .pricing-card::before,
body.astra-child-material-page .inner-page .faq-item::before,
body.astra-child-material-page .inner-page .inner-spec-card::before,
body.astra-child-material-page .inner-page .contact-form-wrap::before,
body.astra-child-material-page .inner-page .info-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--primary);
	opacity: 1;
}

body.astra-child-material-page .inner-page .print-type-card,
body.astra-child-material-page .inner-page .design-type-card,
body.astra-child-material-page .inner-page .process-step {
	padding: 30px 26px;
}

body.astra-child-material-page .inner-page .print-type-card__icon,
body.astra-child-material-page .inner-page .design-type-card__icon-wrap,
body.astra-child-material-page .inner-page .process-step__icon-wrap,
body.astra-child-material-page .inner-page .feature-list__icon,
body.astra-child-material-page .inner-page .contact-feature .site-icon,
body.astra-child-material-page .inner-page .inner-spec-card__row > .site-icon,
body.astra-child-material-page .inner-page .info-card__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 12px;
	background: rgba(47, 111, 237, 0.1);
	border: 1px solid rgba(47, 111, 237, 0.14);
	color: var(--primary);
	box-shadow: 0 2px 0 rgba(7, 29, 51, 0.22), 0 6px 12px rgba(7, 29, 51, 0.06);
}

body.astra-child-material-page .inner-page .print-type-card__icon {
	font-size: 24px;
	margin-bottom: 18px;
}

body.astra-child-material-page .inner-page .design-type-card__icon-wrap,
body.astra-child-material-page .inner-page .process-step__icon-wrap {
	margin-bottom: 18px;
}

body.astra-child-material-page .inner-page .print-type-card h3,
body.astra-child-material-page .inner-page .design-type-card h3,
body.astra-child-material-page .inner-page .process-step h3,
body.astra-child-material-page .inner-page .faq-item__q,
body.astra-child-material-page .inner-page .contact-form-wrap .section-header__title,
body.astra-child-material-page .inner-page .contact-info .section-header__title {
	margin: 0 0 12px;
	font-size: clamp(20px, 2.2vw, 24px);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: var(--text);
}

body.astra-child-material-page .inner-page .print-type-card p,
body.astra-child-material-page .inner-page .design-type-card p,
body.astra-child-material-page .inner-page .process-step p,
body.astra-child-material-page .inner-page .faq-item__a,
body.astra-child-material-page .inner-page .contact-feature span:last-child,
body.astra-child-material-page .inner-page .inner-spec-card__row span,
body.astra-child-material-page .inner-page .pricing-card__row span,
body.astra-child-material-page .inner-page .pricing-card__row strong,
body.astra-child-material-page .inner-page .feature-list__item span,
body.astra-child-material-page .inner-page .contact-form__field label {
	color: var(--text-soft);
	line-height: 1.75;
}

body.astra-child-material-page .inner-page .process-step {
	padding-top: 36px;
}

body.astra-child-material-page .inner-page .process-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: rgba(47, 111, 237, 0.09);
	color: var(--primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	box-shadow: inset 0 0 0 1px rgba(47, 111, 237, 0.1);
}

body.astra-child-material-page .inner-page .pricing-card,
body.astra-child-material-page .inner-page .inner-spec-card,
body.astra-child-material-page .inner-page .contact-form-wrap {
	overflow: hidden;
}

body.astra-child-material-page .inner-page .pricing-card__header,
body.astra-child-material-page .inner-page .inner-cta {
	background: #f1f5fb;
}

body.astra-child-material-page .inner-page .pricing-card__header {
	padding: 22px 24px 18px;
	border-bottom: 1px solid rgba(18, 48, 79, 0.08);
}

body.astra-child-material-page .inner-page .pricing-card__label {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary);
}

body.astra-child-material-page .inner-page .pricing-card__rows {
	padding: 12px 24px 24px;
}

body.astra-child-material-page .inner-page .pricing-card__row,
body.astra-child-material-page .inner-page .inner-spec-card__row,
body.astra-child-material-page .inner-page .feature-list__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(18, 48, 79, 0.08);
}

body.astra-child-material-page .inner-page .pricing-card__row:last-child,
body.astra-child-material-page .inner-page .inner-spec-card__row:last-child,
body.astra-child-material-page .inner-page .feature-list__item:last-child {
	border-bottom: 0;
}

body.astra-child-material-page .inner-page .pricing-card__row strong,
body.astra-child-material-page .inner-page .inner-spec-card__row strong,
body.astra-child-material-page .inner-page .feature-list__item strong {
	color: var(--text);
	font-weight: 700;
}

body.astra-child-material-page .inner-page .feature-list {
	padding: 22px 24px;
	border-radius: 16px;
	background: #f6f9fd;
	border: 1px solid rgba(18, 48, 79, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.astra-child-material-page .inner-page .grid--4 > .info-card {
	height: 100%;
	padding: 32px 28px 26px !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body.astra-child-material-page .inner-page .info-card__eyebrow {
	margin: 0 0 18px;
}

body.astra-child-material-page .inner-page .info-card__title {
	margin: 0 0 12px;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--text);
}

body.astra-child-material-page .inner-page .info-card__subtitle {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-soft);
}

body.astra-child-material-page .inner-page .grid--4 {
	align-items: stretch;
}

body.astra-child-material-page .inner-page .grid--4 > * {
	height: 100%;
}

body.astra-child-material-page .inner-page .inner-cta {
	justify-content: space-between;
}


body.astra-child-material-page .inner-page .faq-item__q {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

body.astra-child-material-page .inner-page .faq-item__q .site-icon {
	color: var(--primary);
	width: 22px;
	height: 22px;
	margin-top: 2px;
}

body.astra-child-material-page .inner-page .inner-spec-card,
body.astra-child-material-page .inner-page .contact-form-wrap {
	padding: 24px;
}

body.astra-child-material-page .inner-page .inner-spec-card__row > div,
body.astra-child-material-page .inner-page .feature-list__item > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.astra-child-material-page .inner-page .contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

body.astra-child-material-page .inner-page .contact-info,
body.astra-child-material-page .inner-page .contact-form-wrap {
	height: 100%;
}

body.astra-child-material-page .inner-page .contact-features {
	display: grid;
	gap: 16px;
}

body.astra-child-material-page .inner-page .contact-feature {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
}

body.astra-child-material-page .inner-page .contact-feature .site-icon {
	width: 42px;
	height: 42px;
	margin: 0;
}

body.astra-child-material-page .inner-page .contact-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body.astra-child-material-page .inner-page .contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.astra-child-material-page .inner-page .contact-form__field {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.astra-child-material-page .inner-page .contact-form__field label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--text);
}

body.astra-child-material-page .inner-page .contact-form input,
body.astra-child-material-page .inner-page .contact-form select,
body.astra-child-material-page .inner-page .contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(18, 48, 79, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--text);
	font: inherit;
	box-shadow: inset 0 1px 2px rgba(18, 48, 79, 0.04);
	transition: border-color 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease;
}

body.astra-child-material-page .inner-page .contact-form textarea {
	resize: vertical;
	min-height: 140px;
}

body.astra-child-material-page .inner-page .contact-form input::placeholder,
body.astra-child-material-page .inner-page .contact-form textarea::placeholder {
	color: rgba(95, 113, 136, 0.78);
}

body.astra-child-material-page .inner-page .contact-form input:focus,
body.astra-child-material-page .inner-page .contact-form select:focus,
body.astra-child-material-page .inner-page .contact-form textarea:focus {
	outline: none;
	border-color: rgba(47, 111, 237, 0.42);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.12), inset 0 1px 2px rgba(18, 48, 79, 0.04);
}

body.astra-child-material-page .inner-page .contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid rgba(18, 48, 79, 0.18);
	border-radius: 10px;
	background: linear-gradient(180deg, #3d7cff 0%, #2f6fed 100%);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.32), 0 8px 18px rgba(18, 48, 79, 0.14);
	transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease, border-color 0.14s ease;
	cursor: pointer;
}

body.astra-child-material-page .inner-page .contact-form__submit:hover {
	transform: translateY(-1px);
	border-color: rgba(18, 48, 79, 0.24);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.34), 0 10px 20px rgba(18, 48, 79, 0.16);
}

body.astra-child-material-page .inner-page .contact-form__submit:active {
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.3), 0 4px 10px rgba(18, 48, 79, 0.12);
}

body.astra-child-material-page .inner-page .contact-form__submit:focus-visible {
	outline: none;
}

body.astra-child-material-page .inner-page .inner-cta {
	padding: 32px;
	border: 1px solid rgba(18, 48, 79, 0.1);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(15, 32, 59, 0.08);
	background: #eef3f9;
}

body.astra-child-material-page .inner-page .inner-cta .section-header__title {
	color: var(--text) !important;
}

body.astra-child-material-page .inner-page .inner-cta__text {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: var(--text-soft);
	max-width: 56ch;
}

body.astra-child-material-page .inner-page .inner-cta .home-hero__secondary-btn,
body.astra-child-material-page .inner-page .inner-cta .home-cta__secondary-btn,
body.astra-child-material-page .inner-page .inner-cta .home-hero__secondary-btn:visited,
body.astra-child-material-page .inner-page .inner-cta .home-cta__secondary-btn:visited {
	color: var(--text) !important;
	background: #ffffff !important;
	border-color: rgba(18, 48, 79, 0.14) !important;
}

body.astra-child-material-page .inner-page .inner-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

body.astra-child-material-page .inner-page .home-hero__primary-btn,
body.astra-child-material-page .inner-page .home-cta__primary-btn,
body.astra-child-material-page .inner-page .home-hero__secondary-btn,
body.astra-child-material-page .inner-page .home-cta__secondary-btn {
	min-width: 0;
}

body.astra-child-material-page .inner-page .home-hero__primary-btn:focus-visible,
body.astra-child-material-page .inner-page .home-cta__primary-btn:focus-visible,
body.astra-child-material-page .inner-page .home-hero__secondary-btn:focus-visible,
body.astra-child-material-page .inner-page .home-cta__secondary-btn:focus-visible,
body.astra-child-material-page .inner-page .contact-form__submit:focus-visible,
body.astra-child-material-page .inner-page .contact-form input:focus-visible,
body.astra-child-material-page .inner-page .contact-form select:focus-visible,
body.astra-child-material-page .inner-page .contact-form textarea:focus-visible {
	outline: none;
}

@media (max-width: 1024px) {
	body.astra-child-material-page .inner-page .stats-bar__inner {
		grid-template-columns: 1fr 1fr;
	}

	body.astra-child-material-page .inner-page .contact-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body.astra-child-material-page .inner-page .stats-bar__inner {
		grid-template-columns: 1fr;
	}

	body.astra-child-material-page .inner-page .stats-bar__item,
	body.astra-child-material-page .inner-page .print-type-card,
	body.astra-child-material-page .inner-page .design-type-card,
	body.astra-child-material-page .inner-page .process-step,
	body.astra-child-material-page .inner-page .pricing-card,
	body.astra-child-material-page .inner-page .faq-item,
	body.astra-child-material-page .inner-page .inner-spec-card,
	body.astra-child-material-page .inner-page .contact-form-wrap,
	body.astra-child-material-page .inner-page .contact-feature,
	body.astra-child-material-page .inner-page .inner-cta {
		border-radius: 14px;
	}

	body.astra-child-material-page .inner-page .print-type-card,
	body.astra-child-material-page .inner-page .design-type-card,
	body.astra-child-material-page .inner-page .process-step,
	body.astra-child-material-page .inner-page .faq-item,
	body.astra-child-material-page .inner-page .inner-spec-card,
	body.astra-child-material-page .inner-page .contact-form-wrap,
	body.astra-child-material-page .inner-page .inner-cta,
	body.astra-child-material-page .inner-page .grid--4 > .info-card {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.astra-child-material-page .inner-page .contact-form__row {
		grid-template-columns: 1fr;
	}

	body.astra-child-material-page .inner-page .inner-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	body.astra-child-material-page .inner-page .home-hero__primary-btn,
	body.astra-child-material-page .inner-page .home-cta__primary-btn,
	body.astra-child-material-page .inner-page .home-hero__secondary-btn,
	body.astra-child-material-page .inner-page .home-cta__secondary-btn,
	body.astra-child-material-page .inner-page .contact-form__submit {
		width: 100%;
		justify-content: center;
	}
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
	.grid--4,
	.testimonial-grid,
	.stat-grid,
	.scenario-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-hero__inner,
	.home-brand__inner,
	.shop-hero {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.home-hero__visual {
		display: flex;
		min-height: 420px;
	}

	.hero-flow {
		width: min(100%, 500px);
		min-height: 372px;
	}

	.process-timeline,
	.process-flow-preview {
		grid-template-columns: repeat(2, 1fr);
	}

	.home-cta__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.home-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.home-blog-card {
		min-width: 0;
	}

	.home-blog-card__body {
		padding: 14px;
		min-height: auto;
		gap: 8px;
	}

	.home-blog-card__title {
		font-size: 16px;
		line-height: 1.4;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.home-blog-card__excerpt {
		font-size: 12px;
		line-height: 1.65;
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.home-blog-card__meta {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: start;
		align-items: start;
		gap: 6px;
	}

	.home-blog-card__meta a {
		display: inline-block;
		word-break: break-word;
		overflow-wrap: anywhere;
	}
}
