@charset "utf-8";

:root {
	--bt-navy: #183b6b;
	--bt-blue: #0b5cab;
	--bt-orange: #ff7a00;
	--bt-text: #333;
	--bt-text-main: #1f3550;
	--bt-text-sub: #4d5d72;
	--bt-text-muted: #68788c;
	--bt-bg-light: #f7fbff;
	--bt-bg-blue: #eef6ff;
	--bt-bg-answer: #fbfdff;
	--bt-bg-chip: #eef5fd;
	--bt-white: #fff;
	--bt-border: #d7e1ee;
	--bt-border-light: #e3eaf2;
	--bt-border-card: #dbe6f2;
	--bt-border-hero: #d9e6f5;
	--bt-border-chip: #cfe0f4;
	--bt-navy-dark: #112d52;
	--bt-orange-dark: #d96200;
	--bt-orange-light: #fff0e0;
	--bt-success: #1a7f4b;
	--bt-shadow-sm: rgba(24, 59, 107, .08);
	--bt-shadow-md: rgba(24, 59, 107, .14);
	--bt-orange-glow: rgba(255, 122, 0, .18);
	--bt-radius-sm: 8px;
	--bt-radius-md: 14px;
	--bt-radius-lg: 18px;
	--bt-radius-xl: 22px;
	--bt-radius-pill: 999px;
	--bt-ease: cubic-bezier(.25, .8, .25, 1);
}

#online-give {
	padding: 0 12px 36px;
	color: var(--bt-text);
	font-size: 14px;
	line-height: 1.85;
}

#online-give * {
	box-sizing: border-box;
}

#online-give a {
	color: inherit;
	text-decoration: none;
}

#online-give .breadcrumb {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.6;
}

.og-hero {
	margin: 0 0 26px;
	padding: 26px 18px;
	border: 1px solid var(--bt-border-hero);
	border-radius: var(--bt-radius-xl);
	background:
		radial-gradient(circle at right top, rgba(255, 122, 0, .15), transparent 38%),
		linear-gradient(135deg, var(--bt-bg-light) 0%, var(--bt-white) 54%, var(--bt-bg-blue) 100%);
	box-shadow: 0 10px 24px var(--bt-shadow-sm);
}

.og-label {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 11px;
	border-radius: var(--bt-radius-pill);
	background: var(--bt-orange-light);
	color: var(--bt-orange-dark);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
}

.og-hero h2 {
	margin: 0 0 14px;
	color: var(--bt-navy);
	font-size: 25px;
	line-height: 1.38;
	font-weight: bold;
}

.og-lead {
	margin: 0;
	color: var(--bt-text-sub);
	font-size: 14px;
	line-height: 1.9;
}

.og-summary,
.og-section,
.og-flow,
.og-cta {
	margin: 0 0 28px;
}

.og-summary>h2,
.og-section-head h2 {
	margin: 0;
	color: var(--bt-navy);
	font-size: 21px;
	line-height: 1.45;
	font-weight: bold;
}

.og-summary>h2 {
	position: relative;
	padding: 0 0 12px;
	margin-bottom: 16px;
}

.og-summary>h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 58px;
	height: 4px;
	border-radius: var(--bt-radius-pill);
	background: var(--bt-orange);
}

.og-summary-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.og-summary-card {
	padding: 20px 18px;
	border: 1px solid var(--bt-border-card);
	border-radius: var(--bt-radius-lg);
	background: var(--bt-white);
	box-shadow: 0 8px 18px var(--bt-shadow-sm);
}

.og-summary-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 26px;
	margin-bottom: 10px;
	border-radius: var(--bt-radius-pill);
	background: var(--bt-navy);
	color: var(--bt-white);
	font-size: 11px;
	font-weight: bold;
}

.og-summary-card h3 {
	margin: 0 0 7px;
	color: var(--bt-text-main);
	font-size: 17px;
	line-height: 1.45;
	font-weight: bold;
}

.og-summary-card p {
	margin: 0;
	color: var(--bt-text-sub);
	line-height: 1.8;
}

.og-section-head {
	margin: 0 0 14px;
}

.og-section-head span {
	display: inline-block;
	margin: 0 0 6px;
	color: var(--bt-orange);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
}

.og-card {
	padding: 22px 18px;
	border: 1px solid var(--bt-border-card);
	border-radius: var(--bt-radius-lg);
	background: var(--bt-white);
	box-shadow: 0 8px 20px var(--bt-shadow-sm);
}

.og-card-accent {
	border-left: 5px solid var(--bt-orange);
	background: linear-gradient(90deg, var(--bt-orange-light) 0%, var(--bt-white) 44%);
}

.og-card p,
.og-flow-lead {
	margin: 0 0 16px;
	color: var(--bt-text-sub);
	line-height: 1.9;
}

.og-card p:last-child {
	margin-bottom: 0;
}

.og-check-list {
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.og-check-list li {
	position: relative;
	margin: 0 0 10px;
	padding: 12px 13px 12px 40px;
	border: 1px solid var(--bt-border-light);
	border-radius: var(--bt-radius-md);
	background: var(--bt-bg-answer);
	color: var(--bt-text-main);
	font-weight: bold;
	line-height: 1.65;
}

.og-check-list li::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 12px;
	color: var(--bt-success);
	font-weight: bold;
}

.og-method-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 18px 0;
}

.og-method {
	padding: 18px 16px;
	border: 1px solid var(--bt-border-chip);
	border-radius: var(--bt-radius-md);
	background: var(--bt-bg-blue);
}

.og-method h3 {
	margin: 0 0 7px;
	color: var(--bt-navy);
	font-size: 17px;
	line-height: 1.45;
}

.og-method p {
	margin: 0;
	color: var(--bt-text-sub);
	line-height: 1.8;
}

.og-flow {
	padding: 22px 16px;
	border-radius: var(--bt-radius-xl);
	background: var(--bt-bg-light);
	border: 1px solid var(--bt-border-card);
}

.og-flow-lead {
	margin-bottom: 18px;
}

.og-flow-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.og-flow-item {
	position: relative;
	padding: 19px 16px;
	border: 1px solid var(--bt-border-card);
	border-radius: var(--bt-radius-lg);
	background: var(--bt-white);
	box-shadow: 0 7px 16px var(--bt-shadow-sm);
}

.og-flow-item span {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--bt-orange);
	font-size: 11px;
	font-weight: bold;
}

.og-flow-item h3 {
	margin: 0 0 7px;
	color: var(--bt-navy);
	font-size: 17px;
	line-height: 1.45;
}

.og-flow-item p {
	margin: 0;
	color: var(--bt-text-sub);
	font-size: 13px;
	line-height: 1.75;
}

.og-cta {
	display: block;
	padding: 26px 18px;
	border-radius: var(--bt-radius-xl);
	background: linear-gradient(135deg, var(--bt-navy) 0%, var(--bt-blue) 100%);
	color: var(--bt-white);
	box-shadow: 0 12px 26px var(--bt-shadow-md);
}

.og-cta .og-label {
	background: rgba(255, 255, 255, .16);
	color: var(--bt-white);
}

.og-cta h2 {
	margin: 0 0 12px;
	color: var(--bt-white);
	font-size: 21px;
	line-height: 1.48;
}

.og-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	line-height: 1.85;
}

.og-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 18px;
}

.og-cta-buttons a {
	display: block;
	width: 100%;
	padding: 14px 16px;
	border-radius: var(--bt-radius-pill);
	background: var(--bt-orange);
	color: var(--bt-white);
	text-align: center;
	font-weight: bold;
	box-shadow: 0 8px 18px var(--bt-orange-glow);
}

.og-cta-buttons a:hover {
	background: var(--bt-orange-dark);
}
