:root {
	--tx-dark: #14213d;
	--tx-primary: #2b59ff;
	--tx-primary-dark: #1e40af;
	--tx-accent: #e9efff;
	--tx-text: #334155;
	--tx-muted: #64748b;
	--tx-border: #dbe4f0;
	--tx-bg: #f8fafc;
	--tx-white: #ffffff;
	--tx-success: #166534;
	--tx-success-bg: #dcfce7;
	--tx-danger: #b91c1c;
	--tx-danger-bg: #fee2e2;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--tx-white);
	color: var(--tx-text);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

a {
	text-decoration: none;
}

.site-navbar {
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.navbar-brand {
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: var(--tx-dark);
}

.brand-dot {
	color: var(--tx-primary);
}

.btn-brand {
	background: var(--tx-primary);
	border-color: var(--tx-primary);
	color: var(--tx-white);
	font-weight: 600;
	padding: 0.8rem 1.25rem;
}

.btn-brand:hover,
.btn-brand:focus {
	background: var(--tx-primary-dark);
	border-color: var(--tx-primary-dark);
	color: var(--tx-white);
}

.btn-outline-brand {
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--tx-white);
	font-weight: 600;
	padding: 0.8rem 1.25rem;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
	background: rgba(255, 255, 255, 0.1);
	color: var(--tx-white);
}

.page-hero {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 35%),
		linear-gradient(135deg, #10203c 0%, #1a3c7f 100%);
	color: var(--tx-white);
	padding: 8rem 0 5rem;
}

.page-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 1rem;
}

.page-hero p.lead {
	color: rgba(255, 255, 255, 0.88);
	max-width: 640px;
}

.hero-card,
.info-card,
.service-card,
.step-card,
.comparison-card,
.form-card,
.sidebar-card {
	background: var(--tx-white);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.hero-card {
	color: var(--tx-dark);
	padding: 1.6rem;
}

.hero-card .icon-badge,
.info-card .icon-badge,
.service-card .icon-badge,
.step-card .icon-badge,
.comparison-card .icon-badge {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: var(--tx-accent);
	color: var(--tx-primary);
	font-size: 1.3rem;
	margin-bottom: 1rem;
}

.section-space {
	padding: 4.75rem 0;
}

.section-title {
	max-width: 780px;
	margin-bottom: 2rem;
}

.section-title h2 {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--tx-dark);
	margin-bottom: 0.75rem;
}

.section-title p {
	color: var(--tx-muted);
	margin-bottom: 0;
}

.info-card,
.service-card,
.step-card,
.comparison-card,
.sidebar-card {
	height: 100%;
	padding: 1.5rem;
	border: 1px solid var(--tx-border);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.info-card h3,
.service-card h3,
.step-card h3,
.comparison-card h3,
.sidebar-card h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--tx-dark);
	margin-bottom: 0.75rem;
}

.mini-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mini-list li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.75rem;
	color: var(--tx-text);
}

.mini-list li:last-child {
	margin-bottom: 0;
}

.mini-list li::before {
	content: "\F26E";
	font-family: bootstrap-icons !important;
	position: absolute;
	left: 0;
	top: 0.05rem;
	color: var(--tx-primary);
	font-size: 1rem;
}

.comparison-card.muted-card {
	background: var(--tx-bg);
}

.cta-band {
	background: linear-gradient(135deg, #10203c 0%, #1a3c7f 100%);
	color: var(--tx-white);
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}

.cta-band h3 {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.cta-band p {
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.88);
}

.site-footer {
	background: #0f172a;
	color: rgba(255, 255, 255, 0.82);
	padding: 2rem 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.92);
}

.form-shell {
	padding-top: 7rem;
	padding-bottom: 4rem;
	background:
		radial-gradient(circle at top right, rgba(43, 89, 255, 0.09), transparent 30%),
		var(--tx-bg);
	min-height: 100vh;
}

.form-card {
	padding: 2rem;
	border: 1px solid var(--tx-border);
	box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
}

.form-card h1 {
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--tx-dark);
	margin-bottom: 0.75rem;
}

.form-label {
	font-weight: 600;
	color: var(--tx-dark);
}

.form-control,
.form-select {
	border: 1px solid #cbd5e1;
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
	border-color: rgba(43, 89, 255, 0.45);
	box-shadow: 0 0 0 0.2rem rgba(43, 89, 255, 0.12);
}

.helper-text {
	font-size: 0.92rem;
	color: var(--tx-muted);
}

.alert-soft-success {
	background: var(--tx-success-bg);
	border: 1px solid #86efac;
	color: var(--tx-success);
	border-radius: 14px;
}

.alert-soft-danger {
	background: var(--tx-danger-bg);
	border: 1px solid #fca5a5;
	color: var(--tx-danger);
	border-radius: 14px;
}

.required-star {
	color: #dc2626;
}

@media (max-width: 991.98px) {
	.page-hero {
		padding-top: 7rem;
		padding-bottom: 4rem;
	}

	.hero-card {
		margin-top: 1rem;
	}
}

.hero-photo,
.section-photo,
.form-photo {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
	border: 1px solid var(--tx-border);
	background: #fff;
}

.hero-photo img,
.section-photo img,
.form-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-photo {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 1.5rem;
	max-height: 260px;
}

.form-photo img {
	display: block;
	width: 100%;
	height: auto;
		object-fit: cover;
	object-position: center 65%;
}

.hero-photo {
	min-height: 100%;
}

.hero-photo img {
	min-height: 420px;
}

.section-photo img {
	min-height: 380px;
}

.form-photo img {
	max-height: 280px;
}

.photo-caption {
	font-size: 0.92rem;
	color: var(--tx-muted);
	margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
	.hero-photo img,
	.section-photo img {
		min-height: 280px;
	}
}