.ff-home-body {
	background: #f4f6f8;
	font-family: var(--ff-font-sans);
}

.ff-home-body .ff-site-header__inner,
.ff-home-body .ff-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.ff-home .ff-kicker,
.ff-home .ff-section-head .ff-kicker {
	display: none;
}

.ff-home .ff-section-head {
	display: block;
	margin: 0 0 28px;
}

.ff-home .ff-section-title {
	margin: 0 0 8px;
	color: #111827;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.35;
}

.ff-home .ff-section-lead {
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

.ff-beginner-section .ff-section-lead {
	margin-bottom: 32px;
}

.ff-home-lead--mobile {
	display: none;
}

.ff-home-hero {
	position: relative;
	overflow: hidden;
	padding: 64px 0 88px;
	background: linear-gradient(135deg, #07111f 0%, #16213e 55%, #07111f 100%);
	color: #fff;
}

.ff-home-hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .28;
	pointer-events: none;
}

.ff-home-hero__orb {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	pointer-events: none;
}

.ff-home-hero__orb--left {
	top: 60px;
	left: 60px;
	width: 220px;
	height: 220px;
}

.ff-home-hero__line {
	position: absolute;
	top: 170px;
	left: 60px;
	width: 220px;
	height: 1px;
	background: rgba(255, 255, 255, .08);
}

.ff-home-hero__orb--right {
	right: -40px;
	bottom: -60px;
	width: 300px;
	height: 300px;
	border-color: rgba(255, 255, 255, .06);
}

.ff-home-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 48px;
}

.ff-home-hero__body {
	width: 55%;
}

.ff-home-hero .ff-section-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 44px;
	font-weight: 900;
	line-height: 1.3;
	text-wrap: pretty;
}

.ff-home-hero .ff-section-lead {
	max-width: 520px;
	margin: 0 0 28px;
	color: #b9c2d6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
}

.ff-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 24px;
}

.ff-home-hero .ff-button {
	min-height: auto;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.ff-home-hero .ff-button--hero-primary {
	padding: 14px 22px;
	border: 0;
	background: #fff;
	color: #0b1220;
}

.ff-home-hero .ff-button--hero-primary:hover {
	color: #0b1220;
	background: #e5e7eb;
}

.ff-home-hero .ff-button--hero-secondary {
	padding: 14px 22px;
	border: 1px solid rgba(255, 255, 255, .35);
	background: transparent;
	color: #fff;
}

.ff-home-hero .ff-button--hero-secondary:hover {
	color: #fff;
	background: rgba(255, 255, 255, .08);
}

.ff-hero-panel {
	box-sizing: border-box;
	width: 45%;
	padding: 28px;
	border: 0;
	border-radius: 20px;
	background: #fff;
	color: #111827;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.ff-hero-panel--mobile,
.ff-hero-panel-section {
	display: none;
}

.ff-hero-panel__title {
	margin: 0 0 16px;
	color: #111827;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-hero-option-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 18px;
}

.ff-hero-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

.ff-hero-option__icon {
	width: 16px;
	height: 16px;
	flex: none;
	object-fit: contain;
}

.ff-hero-option:hover {
	border-color: #2563eb;
	color: #111827;
}

body.ff-renewal-page .ff-hero-option,
body.ff-renewal-page .ff-hero-option:hover {
	color: #111827;
	text-decoration: none;
}

.ff-hero-option__label {
	color: #111827;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
}

.ff-popular-strip-section {
	position: relative;
	z-index: 2;
	margin-top: -40px;
	padding: 0 0 8px;
}

.ff-popular-strip {
	padding: 24px 32px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

.ff-popular-strip__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.ff-popular-strip__title {
	margin: 0;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-popular-strip__link {
	color: #2563eb;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.ff-popular-strip__link::after {
	content: " →";
}

.ff-popular-strip__link-mobile,
.ff-latest-section__all-link-mobile {
	display: none;
}

.ff-popular-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ff-popular-links a {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border: 0;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.ff-popular-links a:hover {
	background: #e5e7eb;
	color: #374151;
}

body.ff-renewal-page .ff-popular-links a,
body.ff-renewal-page .ff-popular-links a:hover {
	color: #374151;
	text-decoration: none;
}

.ff-feature-band {
	background: transparent;
}

.ff-beginner-section {
	padding: 72px 0 0;
}

.ff-beginner-section .ff-section-head {
	margin-bottom: 32px;
}

.ff-beginner-layout {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.ff-beginner-feature-card {
	width: 38%;
	padding: 36px;
	border-radius: 20px;
	background: linear-gradient(160deg, #07111f, #111f38);
	color: #fff;
	box-shadow: 0 16px 40px rgba(7, 17, 31, .25);
}

.ff-beginner-feature-card .ff-kicker {
	display: none;
}

.ff-beginner-feature-card h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-beginner-feature-card p {
	margin: 0 0 20px;
	color: #b9c2d6;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
}

.ff-beginner-feature-card .ff-check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ff-beginner-feature-card .ff-check-list li {
	padding-left: 26px;
	color: #d1d5db;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.ff-beginner-feature-card .ff-check-list li::before {
	top: 2px;
	width: 16px;
	height: 16px;
	border: 1.5px solid #16a34a;
	border-radius: 4px;
	background: transparent;
	color: transparent;
	content: "";
}

.ff-beginner-feature-card .ff-button--secondary {
	width: auto;
	min-height: auto;
	margin-top: 14px;
	padding: 12px 18px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #0b1220;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.ff-beginner-step-grid {
	display: flex;
	width: 62%;
	flex-direction: column;
	gap: 14px;
}

.ff-step-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 18px 22px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
}

.ff-step-card__icon {
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	flex: none;
	border-radius: 50%;
	background: #eff6ff;
}

.ff-step-card__icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.ff-step-card__number {
	width: 64px;
	margin: 0;
	color: #9ca3af;
	font-family: var(--ff-font-mono);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.ff-step-card .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
}

.ff-home-clubs-section,
.ff-home-courses-section {
	margin-top: 72px;
	padding: 64px 0;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	background: #fff;
}

.ff-home-clubs-section .ff-section-lead {
	margin-bottom: 24px;
}

.ff-ticket-club-grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 300px;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 20px;
	height: 600px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.ff-home-carousel::-webkit-scrollbar {
	display: none;
}

.ff-home-carousel > .ff-card {
	scroll-snap-align: start;
}

.ff-home-carousel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
}

.ff-league-tabs,
.ff-carousel-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ff-league-tabs {
	flex-wrap: wrap;
}

.ff-league-tab,
.ff-carousel-control {
	border: 1px solid #d1d5db;
	background: #fff;
	color: #374151;
	font-family: inherit;
	font-weight: 700;
	cursor: pointer;
}

body.ff-renewal-page .ff-league-tab {
	font: 700 13px/normal var(--ff-font-sans);
	padding: 9px 18px;
	border-radius: 999px;
}

.ff-league-tab.is-active {
	border-color: #0b1220;
	background: #0b1220;
	color: #fff;
}

.ff-league-tab:disabled {
	opacity: 1;
	cursor: default;
}

body.ff-renewal-page .ff-carousel-control {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border-radius: 50%;
	font: 700 15px/normal var(--ff-font-sans);
}

.ff-carousel-control:hover,
.ff-carousel-control:focus-visible {
	border-color: #0b1220;
	outline: none;
}

.ff-ticket-club-grid .ff-card,
.ff-home-courses-section .ff-card,
.ff-home-players-section .ff-card,
.ff-home .ff-article-card,
.ff-home .ff-grid > .ff-card {
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-ticket-club-grid .ff-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
}

.ff-club-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ff-ticket-club-grid .ff-logo-mark {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0b1220;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.ff-club-card__name p {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.ff-ticket-club-grid .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-ticket-club-grid .ff-card__desc {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.4;
}

.ff-club-card__routes {
	min-height: 36px;
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
}

.ff-club-card__official {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	color: #16a34a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.ff-club-card__official span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #16a34a;
}

.ff-ticket-club-grid .ff-badge {
	align-self: flex-start;
	min-height: auto;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.ff-card__footer {
	display: grid;
	gap: 12px;
	margin-top: 0;
}

.ff-home a.ff-card,
body.ff-renewal-page .ff-home a.ff-card {
	color: inherit;
	text-decoration: none;
}

.ff-feature-band--safe {
	background: #eef8f1;
}

.ff-safety-section {
	padding: 56px 0;
}

.ff-safety-band {
	display: flex;
	align-items: center;
	gap: 40px;
}

.ff-safety-intro {
	display: flex;
	width: 38%;
	align-items: flex-start;
	gap: 16px;
}

.ff-safety-icon {
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex: none;
	border-radius: 12px;
	background: #dcfce7;
}

.ff-safety-icon img {
	width: 24px;
	height: 24px;
}

.ff-safety-section .ff-section-title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 800;
}

.ff-safety-section .ff-section-lead {
	color: #374151;
	font-size: 13px;
	line-height: 1.8;
}

.ff-safety-checks {
	display: flex;
	width: 42%;
	flex-direction: column;
	gap: 10px;
}

.ff-safety-check {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #111827;
	font-size: 13px;
	font-weight: 500;
}

.ff-safety-check span {
	width: 14px;
	height: 14px;
	flex: none;
	border: 1.5px solid #16a34a;
	border-radius: 4px;
}

.ff-safety-cta {
	flex: none;
}

.ff-safety-cta .ff-button--safe {
	min-height: auto;
	padding: 13px 20px;
	border: 0;
	border-radius: 10px;
	background: #16a34a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.ff-stadium-section {
	padding: 64px 0 0;
	background: linear-gradient(180deg, #f0f7f2 0%, #f4f6f8 100%);
}

.ff-stadium-carousel-wrap {
	position: relative;
}

body.ff-renewal-page .ff-stadium-carousel-control {
	position: absolute;
	right: -20px;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border-color: #d1d5db;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(17, 24, 39, .15);
}

.ff-stadium-section .ff-section-lead,
.ff-home-courses-section .ff-section-lead,
.ff-home-players-section .ff-section-lead {
	margin-bottom: 28px;
}

.ff-stadium-card-grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 300px;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 20px;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.ff-stadium-card-grid .ff-stadium-card {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-stadium-card__icon {
	display: block;
	width: 100%;
	height: 185px;
	background: #07111f;
}

body.ff-renewal-page .ff-stadium-card__icon img {
	display: block;
	width: 100%;
	height: 185px;
	object-fit: cover;
}

.ff-stadium-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
}

.ff-stadium-card-grid .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-stadium-card-grid .ff-card__desc {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.4;
}

.ff-home-courses-section .ff-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ff-home-courses-section .ff-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f8fafc;
	box-shadow: none;
}

.ff-course-card__icon {
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #eef2ff;
}

.ff-course-card__icon img {
	width: 18px;
	height: 18px;
}

.ff-home-courses-section .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-home-courses-section .ff-card__desc {
	min-height: 70px;
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

.ff-course-card__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
}

.ff-course-card__meta div {
	display: flex;
	justify-content: space-between;
	color: #111827;
	font-size: 12px;
	font-weight: 500;
}

.ff-course-card__meta span,
.ff-course-card__meta p {
	color: #9ca3af;
}

.ff-course-card__meta strong {
	color: #111827;
	font-weight: 700;
}

.ff-course-card__meta em {
	color: #111827;
	font-style: normal;
}

.ff-course-card__meta p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
}

.ff-course-card__meta p span {
	color: #374151;
}

.ff-course-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ff-course-card__tags span {
	padding: 4px 10px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #374151;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

.ff-home-players-section {
	padding: 64px 0;
	background: #001e55;
}

.ff-home-players-section .ff-section-title {
	color: #fff;
}

.ff-flag-emoji {
	font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.ff-home-players-section .ff-section-lead {
	color: #b9c2d6;
}

.ff-home-players-section .ff-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ff-home-players-section .ff-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-player-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ff-player-card__icon {
	display: flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	flex: none;
	border-radius: 50%;
	background: #f3f4f6;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
}

.ff-home-players-section .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
}

.ff-home-players-section .ff-card__desc {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
}

.ff-home-players-section .ff-badge {
	align-self: flex-start;
	min-height: auto;
	padding: 4px 10px;
	border: 1px solid #16a34a;
	border-radius: 999px;
	background: transparent;
	color: #15803d;
	font-size: 11px;
	font-weight: 600;
}

.ff-player-card__next {
	margin: 0;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f8fafc;
	color: #374151;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.ff-home-matches-section {
	padding: 72px 0 0;
}

.ff-home-matches-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.ff-home-matches-head .ff-section-lead {
	margin-bottom: 0;
}

.ff-home-matches-head > a,
.ff-home-matches-mobile-link {
	color: #2563eb;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ff-home-matches-mobile-link {
	display: none;
}

.ff-home-match-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.ff-home-match-card {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 20px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-home-match-card__badge {
	display: inline-flex;
	flex: none;
	padding: 5px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.ff-home-match-card__badge--featured {
	background: #dcfce7;
	color: #15803d;
}

.ff-home-match-card__date {
	display: flex;
	width: 140px;
	flex: none;
	flex-direction: column;
	gap: 4px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.3;
}

.ff-home-match-card__date strong {
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.ff-home-match-card__main {
	flex: 1;
	min-width: 0;
}

.ff-home-match-card__main h3 {
	margin: 0 0 4px;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.ff-home-match-card__main p {
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.ff-home-match-card__links {
	display: flex;
	flex: 1;
	max-width: none;
	flex-wrap: wrap;
	gap: 8px;
}

.ff-home-match-card__links span {
	padding: 5px 11px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
}

.ff-home-match-card__cta {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #fff;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.ff-feature-band--cost {
	margin-top: 72px;
	padding: 64px 0;
	background: #fff7e6;
}

.ff-feature-band--cost .ff-section-lead {
	margin-bottom: 28px;
}

.ff-feature-band--cost .ff-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ff-feature-band--cost .ff-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
	border: 1px solid #f1e4c2;
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
}

.ff-cost-card__icon {
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #fef3c7;
}

.ff-cost-card__icon img {
	width: 19px;
	height: 19px;
}

.ff-feature-band--cost .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
}

.ff-feature-band--cost .ff-card__desc {
	min-height: 56px;
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.7;
}

.ff-feature-band--cost .ff-card__cta {
	display: block;
	padding: 10px;
	border-radius: 10px;
	background: #fef3c7;
	color: #b45309;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.ff-watch-strip-section {
	padding: 56px 0 0;
}

.ff-watch-strip {
	display: flex;
	gap: 28px;
	align-items: center;
	padding: 24px 28px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
}

.ff-watch-strip__body {
	flex: none;
	max-width: 240px;
}

.ff-watch-strip__body h2 {
	margin: 0;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
}

.ff-watch-strip__body h3 {
	margin: 0;
	color: #111827;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
}

.ff-watch-strip__body p {
	margin: 8px 0 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.7;
}

.ff-watch-action-grid {
	display: flex;
	flex: 1;
	gap: 12px;
}

.ff-watch-action {
	display: flex;
	flex: 1;
	align-items: center;
	gap: 10px;
	min-height: auto;
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.ff-home-faq-section {
	margin-top: 72px;
	padding: 64px 0;
	border-top: 1px solid #e5e7eb;
	background: #fff;
}

.ff-latest-section .ff-grid--3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ff-latest-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.ff-latest-section__head--mobile {
	display: none;
}

.ff-latest-section__head .ff-section-title {
	margin-bottom: 8px;
}

.ff-latest-section__head .ff-section-lead {
	margin-bottom: 0;
}

.ff-latest-section__all-link {
	flex: none;
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ff-latest-section__all-link:hover,
.ff-latest-section__all-link:focus-visible {
	color: #1e40af;
	text-decoration: underline;
}

.ff-latest-section .ff-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
}

.ff-article-card__head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ff-latest-card .ff-article-card__head {
	justify-content: flex-start;
}

.ff-article-card__icon {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #eff6ff;
}

.ff-article-card__icon img {
	width: 20px;
	height: 20px;
}

.ff-latest-section .ff-card__title {
	margin: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.ff-latest-section .ff-card__desc {
	margin: 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.7;
}

.ff-article-card__date {
	margin-top: 4px;
	color: #9ca3af;
	font-size: 12px;
	font-weight: 400;
}

.ff-latest-mobile-link {
	display: none;
}

.ff-home-faq-section .ff-section-title {
	margin-bottom: 24px;
}

.ff-home-faq-section .ff-section-lead {
	display: none;
}

.ff-home-faq-section .ff-faq {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.ff-home-faq-section .ff-faq details {
	border-radius: 12px;
	background: #f8fafc;
	box-shadow: none;
}

.ff-home-faq-section .ff-faq summary {
	padding: 18px 20px;
	font-size: 13px;
	font-weight: 700;
}

.ff-home-faq-section .ff-faq__answer {
	margin: 12px 20px 0;
	padding: 0 0 18px;
	font-size: 13px;
	line-height: 1.8;
}

.ff-home .ff-section:not(.ff-home-hero):not(.ff-popular-strip-section):not(.ff-hero-panel-section):not(.ff-beginner-section):not(.ff-home-clubs-section):not(.ff-safety-section):not(.ff-stadium-section):not(.ff-home-courses-section):not(.ff-home-players-section):not(.ff-feature-band--cost):not(.ff-watch-strip-section):not(.ff-home-faq-section) {
	padding: 72px 0 0;
}

.ff-editorial-policy-card {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 36px 40px;
	border: 1px solid #bbf7d0;
	border-radius: 20px;
	background: #eef8f1;
}

.ff-editorial-policy-card__body {
	display: flex;
	flex: 1;
	align-items: flex-start;
	gap: 16px;
}

.ff-editorial-policy-card__icon {
	display: flex;
	width: 44px;
	height: 44px;
	flex: none;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #dcfce7;
}

.ff-editorial-policy-card__icon img {
	width: 24px;
	height: 24px;
}

.ff-editorial-policy-card h2 {
	margin: 0 0 12px;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.ff-editorial-policy-card__checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 24px;
	color: #374151;
	font-size: 13px;
	line-height: 1.5;
}

.ff-editorial-policy-card__checks div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ff-editorial-policy-card__checks span {
	display: inline-flex;
	width: 13px;
	height: 13px;
	flex: none;
	border: 1.5px solid #16a34a;
	border-radius: 4px;
}

.ff-editorial-policy-card__checks span::before {
	content: none;
}

.ff-editorial-policy-card__cta {
	flex: none;
	min-height: auto;
	padding: 12px 18px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #15803d;
	font-size: 13px;
	font-weight: 700;
}

.ff-about-panel {
	padding: 48px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #fff;
	box-shadow: none;
}

.ff-about-panel .ff-section-title {
	margin: 0 0 16px;
	font-size: 28px;
}

.ff-about-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 28px;
}

.ff-about-grid article {
	padding-top: 14px;
	border-top: 3px solid #0b1220;
}

.ff-about-grid article:nth-child(2) {
	border-top-color: #16a34a;
}

.ff-about-grid article:nth-child(3) {
	border-top-color: #2563eb;
}

.ff-about-grid h3 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
}

.ff-about-grid p {
	margin: 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.7;
}

.ff-about-actions {
	display: flex;
	gap: 10px;
	margin-top: 28px;
}

.ff-about-actions .ff-button {
	min-height: auto;
	padding: 11px 18px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 980px) {
	.ff-home-faq-section .ff-faq,
	.ff-about-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ff-home-body {
		background: #eef0f3;
	}

	.ff-home-body .ff-container {
		max-width: 480px;
		padding: 0 16px;
	}

	.ff-home-body .ff-site-header__inner {
		max-width: none;
		padding: 0 20px;
	}

	.ff-home .ff-section-title {
		margin: 0 0 6px;
		font-size: 24px;
		line-height: 1.35;
	}

	.ff-home .ff-section-lead {
		font-size: 13px;
		line-height: 1.7;
	}

	.ff-beginner-section .ff-section-lead {
		margin-bottom: 18px;
	}

	.ff-home-lead--desktop {
		display: none;
	}

	.ff-home-lead--mobile {
		display: inline;
	}

	.ff-home-hero {
		padding: 32px 0 28px;
		background: linear-gradient(160deg, #07111f, #16213e);
	}

	.ff-home-hero__orb--left,
	.ff-home-hero__line {
		display: none;
	}

	.ff-home-hero__orb--right {
		top: -30px;
		right: -40px;
		bottom: auto;
		width: 140px;
		height: 140px;
		border-color: rgba(255, 255, 255, .08);
	}

	.ff-home-hero__inner {
		display: block;
		padding-right: 16px;
		padding-left: 16px;
	}

	.ff-home-hero__body {
		width: 100%;
	}

	.ff-home-hero__badge {
		margin-bottom: 16px;
		padding: 5px 12px;
		font-size: 11px;
	}

	.ff-home-hero .ff-section-title {
		margin: 0 0 14px;
		font-size: 28px;
		line-height: 1.45;
	}

	.ff-home-hero .ff-section-lead {
		margin: 0 0 22px;
		font-size: 14px;
		line-height: 1.8;
	}

	.ff-hero-actions {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 0;
	}

	.ff-home-hero .ff-button {
		width: 100%;
		padding: 14px;
	}

	.ff-hero-panel--desktop {
		display: none;
	}

	.ff-hero-panel-section {
		position: relative;
		z-index: 2;
		display: block;
		margin-top: -16px;
		padding: 0;
	}

	.ff-hero-panel-section .ff-container {
		padding-right: 16px;
		padding-left: 16px;
	}

	.ff-hero-panel--mobile {
		display: block;
		width: 100%;
		padding: 20px;
		border-radius: 14px;
		box-shadow: 0 12px 28px rgba(17, 24, 39, .14);
	}

	.ff-hero-panel__title {
		margin-bottom: 12px;
		font-size: 15px;
	}

	.ff-hero-option-grid {
		gap: 8px;
		margin-bottom: 14px;
	}

	.ff-hero-option {
		padding: 12px 10px;
	}

	.ff-hero-option__label {
		font-size: 12px;
	}

	.ff-popular-strip-section {
		margin-top: 0;
		padding: 32px 0 0;
	}

	.ff-popular-strip {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.ff-popular-strip__head {
		margin-bottom: 12px;
	}

	.ff-popular-strip__title {
		font-size: 16px;
		font-weight: 800;
	}

	.ff-popular-strip__link {
		font-size: 12px;
	}

	.ff-popular-strip__link::after {
		content: " →";
	}

	.ff-popular-strip__link-desktop,
	.ff-latest-section__all-link-desktop {
		display: none;
	}

	.ff-popular-strip__link-mobile,
	.ff-latest-section__all-link-mobile {
		display: inline;
	}

	.ff-popular-links {
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.ff-popular-links::-webkit-scrollbar {
		display: none;
	}

	.ff-popular-links li {
		flex: none;
	}

	.ff-popular-links a {
		padding: 7px 14px;
		border: 1px solid #e5e7eb;
		background: #fff;
		font-size: 12px;
	}

	.ff-beginner-section,
	.ff-home .ff-section:not(.ff-home-hero):not(.ff-popular-strip-section):not(.ff-hero-panel-section):not(.ff-beginner-section):not(.ff-home-clubs-section):not(.ff-safety-section):not(.ff-stadium-section):not(.ff-home-courses-section):not(.ff-home-players-section):not(.ff-feature-band--cost):not(.ff-watch-strip-section):not(.ff-home-faq-section) {
		padding: 40px 0 0;
	}

	.ff-beginner-section .ff-section-head {
		margin-bottom: 18px;
	}

	.ff-beginner-layout {
		display: block;
	}

	.ff-beginner-feature-card {
		width: 100%;
		margin-bottom: 14px;
		padding: 22px;
		border-radius: 14px;
	}

	.ff-beginner-feature-card h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.ff-beginner-feature-card p {
		margin-bottom: 14px;
		font-size: 13px;
		line-height: 1.8;
	}

	.ff-beginner-feature-card .ff-check-list {
		display: none;
	}

	.ff-beginner-feature-card .ff-button--secondary {
		width: 100%;
		margin-top: 0;
		padding: 12px;
		font-size: 13px;
	}

	.ff-beginner-step-grid {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 10px;
	}

	.ff-step-card {
		flex-direction: row;
		align-items: center;
		gap: 12px;
		padding: 14px 16px;
		border-radius: 12px;
	}

	.ff-step-card__icon {
		width: 34px;
		height: 34px;
	}

	.ff-step-card__icon img {
		width: 16px;
		height: 16px;
	}

	.ff-step-card__number {
		width: auto;
		font-size: 10px;
	}

	.ff-step-card .ff-card__title {
		font-size: 13px;
		line-height: 1.4;
	}

	.ff-home-clubs-section,
	.ff-home-courses-section {
		margin-top: 40px;
		padding: 36px 0;
	}

	.ff-home-clubs-section .ff-section-lead {
		margin-bottom: 14px;
	}

	.ff-stadium-section .ff-section-lead,
	.ff-home-courses-section .ff-section-lead,
	.ff-home-players-section .ff-section-lead {
		margin-bottom: 16px;
	}

	.ff-home-carousel-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ff-league-tabs {
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.ff-league-tabs::-webkit-scrollbar {
		display: none;
	}

	body.ff-renewal-page .ff-league-tab {
		flex: none;
		font-size: 12px;
		padding: 8px 14px;
	}

	.ff-carousel-controls {
		align-self: flex-end;
	}

	.ff-ticket-club-grid,
	.ff-stadium-card-grid {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: 12px;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.ff-ticket-club-grid {
		grid-auto-columns: 238px;
		height: 420px;
	}

	.ff-stadium-card-grid {
		grid-auto-columns: 210px;
	}

	.ff-home-courses-section .ff-grid,
	.ff-home-players-section .ff-grid,
	.ff-feature-band--cost .ff-grid,
	.ff-latest-section .ff-grid--3 {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.ff-ticket-club-grid .ff-card {
		gap: 10px;
		padding: 16px;
		background: #f8fafc;
	}

	.ff-ticket-club-grid .ff-logo-mark {
		width: 38px;
		height: 38px;
	}

	.ff-ticket-club-grid .ff-card__desc {
		font-size: 11px;
	}

	.ff-ticket-club-grid .ff-card__cta,
	.ff-stadium-card-grid .ff-card__cta {
		font-size: 12px;
	}

	.ff-home-courses-section .ff-card,
	.ff-home-players-section .ff-card,
	.ff-feature-band--cost .ff-card,
	.ff-latest-section .ff-card {
		padding: 18px;
	}

	.ff-home-courses-section .ff-card {
		gap: 10px;
	}

	.ff-home-players-section .ff-card {
		gap: 8px;
		padding: 16px;
	}

	.ff-safety-section {
		padding: 36px 0;
	}

	.ff-safety-band {
		display: block;
	}

	.ff-safety-intro,
	.ff-safety-checks {
		width: 100%;
	}

	.ff-safety-intro {
		gap: 12px;
		margin-bottom: 14px;
	}

	.ff-safety-icon {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.ff-safety-icon img {
		width: 20px;
		height: 20px;
	}

	.ff-safety-section .ff-section-title {
		font-size: 16px;
	}

	.ff-safety-section .ff-section-lead {
		font-size: 12px;
		line-height: 1.7;
	}

	.ff-safety-checks {
		gap: 8px;
		margin-bottom: 14px;
	}

	.ff-safety-check {
		font-size: 12px;
	}

	.ff-safety-check span {
		width: 13px;
		height: 13px;
	}

	.ff-safety-cta .ff-button--safe {
		width: 100%;
		padding: 12px;
		font-size: 13px;
	}

	.ff-stadium-section {
		padding: 36px 0 0;
	}

	.ff-stadium-carousel-control {
		right: -16px;
	}

	body.ff-renewal-page .ff-carousel-controls,
	body.ff-renewal-page .ff-stadium-carousel-control {
		display: none;
	}

	.ff-stadium-card-grid .ff-stadium-card {
		border-radius: 12px;
	}

	.ff-stadium-card__icon,
	body.ff-renewal-page .ff-stadium-card__icon img {
		height: 130px;
	}

	.ff-stadium-card-grid .ff-card__title {
		font-size: 13px;
	}

	.ff-stadium-card-grid .ff-card__desc {
		margin: 3px 0 0;
		font-size: 11px;
		line-height: 1.4;
	}

	.ff-home-players-section {
		padding: 36px 0;
	}

	.ff-home-matches-section {
		padding: 40px 0 0;
	}

	.ff-home-matches-head {
		display: block;
		margin-bottom: 16px;
	}

	.ff-home-matches-head > a {
		display: none;
	}

	.ff-home-match-list {
		gap: 12px;
	}

	.ff-home-match-card {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 8px 12px;
		padding: 16px;
	}

	.ff-home-match-card__badge {
		width: fit-content;
		padding: 5px 9px;
		font-size: 10px;
	}

	.ff-home-match-card__date {
		width: auto;
		justify-self: end;
		color: #6b7280;
		font-size: 11px;
		text-align: right;
	}

	.ff-home-match-card__date span {
		display: none;
	}

	.ff-home-match-card__date strong {
		font-size: 13px;
	}

	.ff-home-match-card__main,
	.ff-home-match-card__links,
	.ff-home-match-card__cta {
		grid-column: 1 / -1;
	}

	.ff-home-match-card__main h3 {
		font-size: 15px;
	}

	.ff-home-match-card__links {
		max-width: none;
	}

	.ff-home-match-card__links span {
		font-size: 10px;
	}

	.ff-home-match-card__cta {
		display: block;
		padding: 10px;
		text-align: center;
	}

	.ff-home-matches-mobile-link {
		display: block;
		margin-top: 12px;
		color: #2563eb;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}

	.ff-feature-band--cost {
		margin-top: 40px;
		padding: 36px 0;
	}

	.ff-feature-band--cost .ff-section-lead {
		margin-bottom: 16px;
	}

	.ff-feature-band--cost .ff-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.ff-feature-band--cost .ff-card {
		gap: 8px;
		min-height: 170px;
		padding: 16px;
	}

	.ff-cost-card__icon {
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}

	.ff-cost-card__icon img {
		width: 15px;
		height: 15px;
	}

	.ff-feature-band--cost .ff-card__title {
		font-size: 13px;
		line-height: 1.35;
	}

	.ff-feature-band--cost .ff-card__desc {
		display: none;
	}

	.ff-feature-band--cost .ff-card__cta {
		margin-top: auto;
		font-size: 12px;
	}

	.ff-watch-strip-section {
		padding: 36px 0 0;
	}

	.ff-watch-strip,
	.ff-watch-action-grid {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.ff-watch-strip {
		padding: 18px;
	}

	.ff-watch-strip__body h2,
	.ff-watch-strip__body h3 {
		margin-bottom: 4px;
		font-size: 15px;
	}

	.ff-watch-strip__body p {
		margin: 0 0 12px;
		font-size: 12px;
		line-height: 1.6;
	}

	.ff-watch-action-grid {
		gap: 8px;
	}

	.ff-watch-action {
		width: 100%;
		font-size: 12px;
	}

	.ff-latest-section .ff-latest-card--mobile-extra {
		display: none;
	}

	.ff-latest-section .ff-grid--3 {
		gap: 12px;
	}

	.ff-latest-section__head--desktop {
		display: none;
	}

	.ff-latest-section__head--mobile {
		display: block;
		margin-bottom: 16px;
	}

	.ff-latest-section__mobile-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 6px;
	}

	.ff-latest-section__head--mobile .ff-section-title,
	.ff-latest-section__head--mobile .ff-section-lead {
		margin: 0;
	}

	.ff-latest-section__all-link {
		font-size: 12px;
	}

	.ff-latest-section .ff-card {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 5px 12px;
		align-items: start;
		padding: 14px;
		border-radius: 12px;
	}

	.ff-latest-section .ff-article-card__head {
		display: contents;
	}

	.ff-latest-section .ff-article-card__icon {
		grid-row: 1 / 4;
		grid-column: 1;
		border-radius: 10px;
	}

	.ff-latest-section .ff-badge {
		grid-column: 2;
		width: fit-content;
		min-height: auto;
		padding: 3px 9px;
		font-size: 10px;
	}

	.ff-latest-section .ff-card__title {
		grid-column: 2;
		font-size: 13px;
		line-height: 1.4;
	}

	.ff-latest-section .ff-card__desc {
		display: none;
	}

	.ff-latest-section .ff-article-card__date {
		grid-column: 2;
		margin-top: 0;
		font-size: 11px;
	}

	.ff-latest-section .ff-latest-card--mobile-extra {
		display: none;
	}

	.ff-latest-mobile-link {
		display: block;
		margin-top: 12px;
		color: #2563eb;
		font-size: 12px;
		font-weight: 700;
		text-decoration: none;
	}

	.ff-home-faq-section {
		margin-top: 40px;
		padding: 36px 0;
		border-bottom: 1px solid #e5e7eb;
	}

	.ff-home-faq-section .ff-section-title {
		margin-bottom: 16px;
	}

	.ff-home-faq-section .ff-faq {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ff-home-faq-section .ff-faq details {
		padding: 16px;
	}

	.ff-home-faq-section .ff-faq summary {
		padding: 0;
	}

	.ff-home-faq-section .ff-faq__answer {
		margin: 10px 0 0;
		padding: 0;
		line-height: 1.7;
	}

	.ff-editorial-policy-card {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 20px;
		border-radius: 14px;
	}

	.ff-editorial-policy-card__body {
		gap: 12px;
	}

	.ff-editorial-policy-card__icon {
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}

	.ff-editorial-policy-card__icon img {
		width: 20px;
		height: 20px;
	}

	.ff-editorial-policy-card h2 {
		font-size: 15px;
	}

	.ff-editorial-policy-card__checks {
		display: flex;
		flex-direction: column;
		gap: 7px;
		font-size: 12px;
	}

	.ff-editorial-policy-card__cta {
		width: 100%;
	}

	.ff-about-panel {
		padding: 22px;
		border-radius: 14px;
	}

	.ff-about-panel .ff-section-title {
		margin-bottom: 12px;
		font-size: 18px;
	}

	.ff-about-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ff-about-actions {
		flex-direction: column;
	}

	.ff-about-actions .ff-button {
		width: 100%;
		padding: 11px;
		font-size: 12px;
	}
}
