/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:root {
	--wp--style--root--padding-top: 0px;
}

html,
body {
	margin: 0;
	padding: 0;
}

.wp-site-blocks {
	padding-top: 0;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

/*
 * Come APK Cricket landing page adjustments.
 */
#top section {
	scroll-margin-top: 90px;
}

#top summary {
	cursor: pointer;
}

.come-top-social-bar p {
	margin: 0;
}

.come-top-social-bar .wp-block-buttons {
	margin: 0;
}

.come-top-social-bar .alignwide {
	gap: 16px;
}

.come-top-cta .wp-element-button {
	padding: 10px 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(7, 35, 63, 0.18);
	text-decoration: none !important;
}

.come-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.come-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(7, 35, 63, 0.16);
	color: #07233f;
	text-decoration: none !important;
	transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.come-social-links a:hover {
	transform: translateY(-1px);
	background: #07233f;
	color: #ffffff;
}

.come-social-links svg {
	width: 18px;
	height: 18px;
	display: block;
}

.come-home-shell {
	max-width: 1180px;
	margin: 0 auto;
}

.come-home-section,
.come-home-closing,
.come-home-hero {
	padding: 7px 24px;
}

.come-home-hero {
	padding: 28px 24px 56px;
	background: transparent;
	color: #fff7f2;
}

.come-home-hero .come-home-shell {
	padding: 52px 40px;
	border-radius: 36px;
	background:
		linear-gradient(90deg, rgba(90, 8, 10, 0.96) 0%, rgba(109, 9, 16, 0.92) 42%, rgba(97, 20, 36, 0.72) 68%, rgba(10, 27, 52, 0.72) 100%),
		linear-gradient(180deg, #4b060d 0%, #8d0f1f 100%);
	box-shadow: 0 24px 44px rgba(63, 17, 25, 0.14);
}

.come-home-soft-section {
	background: #fff4f2;
}

.come-home-kicker {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 205, 170, 0.35);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #ffcf84;
	background: rgba(255, 255, 255, 0.06);
}

.come-home-hero-grid,
.come-home-showcase-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 36px;
	align-items: center;
}

.come-home-hero-copy {
	order: 2;
}

.come-home-hero-visual {
	order: 1;
}

.come-home-hero-visual {
	min-width: 0;
}

.come-home-hero-image-frame {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
	box-shadow: 0 24px 42px rgba(19, 9, 18, 0.24);
}

.come-home-hero-copy h1,
.come-home-section-head h2,
.come-home-showcase-grid h2 {
	margin: 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 800;
	line-height: 1.02;
	color: #21130f;
}

.come-home-hero-copy h1 {
	color: #fff7f2;
	font-size: clamp(40px, 6vw, 76px);
	max-width: 22ch;
}

.come-home-section-head h2,
.come-home-showcase-grid h2 {
	font-size: clamp(30px, 4vw, 48px);
}

.come-home-section-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 34px;
}

.come-home-section-head p:last-child,
.come-home-body-copy,
.come-home-hero-copy .come-home-lead {
	font-size: 17px;
	line-height: 1.85;
	color: #5d4a44;
}

.come-home-hero-copy .come-home-lead {
	margin: 18px 0 28px;
	max-width: 38rem;
	color: #f7dfd4;
}

.come-home-cta-row,
.come-home-closing-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.come-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
}

.come-home-btn-primary {
	background: #1fd267;
	color: #07233f;
	box-shadow: 0 14px 28px rgba(31, 210, 103, 0.22);
}

.come-home-btn-secondary {
	border: 2px solid rgba(255, 245, 240, 0.7);
	color: #fff7f2;
}

.come-home-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}

.come-home-metrics div {
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
}

.come-home-metrics strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	color: #ffcf61;
}

.come-home-metrics span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #f9ddd2;
}

.come-home-image-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 24px;
	border: 2px dashed rgba(117, 35, 26, 0.24);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 246, 240, 0.92)),
		repeating-linear-gradient(0deg, rgba(155, 45, 33, 0.06) 0 1px, transparent 1px 28px),
		repeating-linear-gradient(90deg, rgba(155, 45, 33, 0.06) 0 1px, transparent 1px 28px);
	text-align: center;
}

.come-home-image-frame {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(21, 10, 19, 0.28);
}

.come-home-image-tall {
	min-height: 520px;
	background:
		linear-gradient(180deg, rgba(18, 10, 18, 0.12), rgba(83, 14, 24, 0.28)),
		linear-gradient(160deg, #2d0a15 0%, #6b1020 58%, #1b2339 100%);
}

.come-home-hero-image {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: contain;
	object-position: center;
	padding: 8px 8px;
	margin-top:40px;
}

.come-home-hero-image-copy {
	position: absolute;
	top: 8px;
	left: 2px;
	right: 2px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(16, 8, 15, 0.72), rgba(16, 8, 15, 0.08));
}

.come-home-hero-image-copy p,
.come-home-hero-image-copy strong {
	margin: 0;
	color: #fff7f2;
}

.come-home-hero-image-copy p {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ffcf84;
}

.come-home-hero-image-copy strong {
	font-size: 24px;
	line-height: 1.3;
}

.come-home-image-placeholder span {
	font-size: 22px;
	font-weight: 800;
	color: #83241a;
}

.come-home-image-placeholder small {
	display: block;
	max-width: 280px;
	margin-top: 10px;
	line-height: 1.7;
	color: #825a50;
}

.come-home-card-grid {
	display: grid;
	gap: 18px;
}

.come-home-card-grid-five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.come-home-card-grid-six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-home-feature-card,
.come-home-step-card,
.come-home-points-card,
.come-home-feature-card {
	padding: 24px 20px;
	border: 1px solid #f0ddd7;
	box-shadow: 0 16px 32px rgba(125, 47, 39, 0.05);
}

.come-home-feature-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 12px;
}

.come-home-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	border-radius: 14px;
	background: #fff8f3;
	box-shadow: inset 0 0 0 1px #f3ddd4;
}

.come-home-feature-icon svg {
	display: block;
	width: 30px;
	height: 30px;
}

.come-home-feature-card-highlight {
	border-color: #ee8e69;
	box-shadow: 0 18px 36px rgba(220, 101, 65, 0.12);
}

.come-home-feature-card h3,
.come-home-step-card h3 {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	color: #21130f;
}

.come-home-feature-card h3 {
	margin: 2px 0 0;
	line-height: 1.15;
}

.come-home-feature-card p,
.come-home-step-card p {
	margin: 0;
	line-height: 1.8;
	color: #5d4a44;
}

.come-home-feature-card p {
	font-size: 16px;
	line-height: 1.7;
}

.come-home-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.come-home-steps-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 36px;
	align-items: center;
	margin-bottom: 38px;
}

.come-home-steps-intro-main {
	display: flex;
	gap: 22px;
	align-items: flex-start;
}

.come-home-steps-intro-main .come-home-kicker {
	margin-bottom: 12px;
}

.come-home-steps-title-block {
	padding-top: 10px;
}

.come-home-steps-intro-main h2 {
	margin: 0;
	font-family: "Fira Sans", "Segoe UI", sans-serif;
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -1.4px;
	color: #1f2538;
	max-width: 11ch;
	text-wrap: balance;
}

.come-home-steps-big-number {
	display: block;
	font-family: "Fira Sans", "Segoe UI", sans-serif;
	font-size: clamp(88px, 11vw, 152px);
	font-weight: 900;
	line-height: 0.82;
	color: #ff3157;
	flex: 0 0 auto;
}

.come-home-steps-intro-copy {
	display: flex;
	justify-content: flex-end;
}

.come-home-steps-intro-copy p {
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	color: #637082;
	max-width: 17ch;
}

.come-home-step-card {
	position: relative;
	padding: 22px 20px 20px;
	border: 1px solid #e0e4ea;
	border-radius: 30px;
	background: #fff;
	text-align: left;
	box-shadow: 0 18px 36px rgba(30, 37, 56, 0.05);
}

.come-home-step-card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.come-home-step-card span {
	display: inline-flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(180deg, #252c59 0%, #181d3d 100%);
	color: #fff7f2;
	font-size: 22px;
	font-weight: 800;
	flex: 0 0 auto;
}

.come-home-checklist {
	margin: 18px 0 0;
	padding-left: 20px;
	line-height: 2;
	color: #5d4a44;
}

.come-home-step-card h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}

.come-home-step-media {
	margin-bottom: 18px;
}

.come-home-step-image-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 182px;
	padding: 14px;
	border: 2px dashed #d9dee6;
	border-radius: 26px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fafbfd 100%),
		repeating-linear-gradient(0deg, rgba(55, 66, 96, 0.03) 0 1px, transparent 1px 26px),
		repeating-linear-gradient(90deg, rgba(55, 66, 96, 0.03) 0 1px, transparent 1px 26px);
}

.come-home-step-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 140px;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 10px 18px rgba(17, 25, 40, 0.1));
}

.come-home-dual-visual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.point-system {
	background: #fff;
}

.ps-header {
	max-width: 1100px;
	margin: 0 auto 34px;
	text-align: center;
}

.section-tag {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 14px;
	border: 1px solid #f1d5ca;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #c78c67;
	background: #fffaf7;
}

.section-title {
	margin: 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(44px, 6vw, 88px);
	font-weight: 800;
	line-height: 1.02;
	color: #21130f;
}

.section-sub {
	max-width: 980px;
	margin: 22px auto 0;
	font-size: 17px;
	line-height: 1.8;
	color: #5d4a44;
}

.sport-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
	margin-bottom: 18px;
}

.sport-tab {
	padding: 16px 28px;
	border: 1px solid #efc7bc;
	border-radius: 999px;
	background: #fff;
	color: #8a4438;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.18s ease;
}

.sport-tab.active {
	background: #b7352c;
	border-color: #b7352c;
	color: #fff7f2;
	box-shadow: 0 14px 28px rgba(183, 53, 44, 0.18);
}

.sport-tab:hover {
	transform: translateY(-1px);
	border-color: #b46a54;
}

.sport-tab:focus-visible {
	outline: 2px solid #b7352c;
	outline-offset: 2px;
}

.format-tabs,
.cat-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.format-tabs {
	gap: 10px;
	margin-bottom: 16px;
}

.format-tab {
	padding: 9px 18px;
	border: 1px solid #efc7bc;
	border-radius: 999px;
	background: #fff;
	color: #8a4438;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.format-tab.active {
	background: #b7352c;
	border-color: #b7352c;
	color: #fff7f2;
}

.cat-tabs {
	gap: 8px;
	margin-bottom: 24px;
}

.cat-tab {
	padding: 8px 15px;
	border: 1px solid #efddd8;
	border-radius: 12px;
	background: #fff;
	color: #8a4438;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cat-tab.active {
	background: #fff4f2;
	border-color: #b7352c;
	color: #b7352c;
	font-weight: 700;
}

.ps-card {
	transition: box-shadow 0.22s ease, transform 0.22s ease;
	overflow: hidden;
	border: 1px solid #efddd8;
	border-radius: 36px;
	background: #fff;
	box-shadow: 0 24px 56px rgba(126, 46, 37, 0.08);
}

.ps-card-header {
	padding: 18px 28px;
	background: linear-gradient(135deg, #b7352c, #93221f);
}

.ps-card-header h3,
.ps-card-header small {
	margin: 0;
	color: #fff7f2;
}

.ps-card-header h3 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.ps-card-header small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.5;
	color: #fde4dd;
}

.ps-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 38px;
	border-bottom: 1px solid #f2dfd7;
}

.ps-row:last-child {
	border-bottom: 0;
}

.ps-label {
	font-size: clamp(24px, 3vw, 42px);
	line-height: 1.2;
	color: #21130f;
}

.ps-label small {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.5;
	color: #8d746d;
}

.ps-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 84px;
	height: 74px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: clamp(24px, 3vw, 46px);
	font-weight: 800;
	line-height: 1;
}

.ps-badge.pos {
	background: #edf8ea;
	color: #3d7e3c;
}

.ps-badge.neg {
	background: #fff0f0;
	color: #b63d48;
}

.ps-badge.mul {
	background: #fff4df;
	color: #8b5b0d;
}

.come-home-faq-list {
	display: grid;
	gap: 14px;
	max-width: 900px;
	margin: 0 auto;
}

.come-home-faq-list details {
	padding: 18px 22px;
	border: 1px solid #ecd8d2;
	border-radius: 18px;
	background: #fff;
}

.come-home-faq-list p {
	margin: 12px 0 0;
	line-height: 1.85;
	color: #5d4a44;
}

.come-home-closing {
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 42%),
		linear-gradient(180deg, #b81820 0%, #94131c 100%);
	color: #fff7f2;
}

.come-home-closing-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 440px);
	gap: 40px;
	align-items: center;
}

.come-home-closing-copy {
	text-align: left;
	max-width: 640px;
}

.come-home-closing-copy .come-home-kicker {
	margin-bottom: 18px;
}

.come-home-closing-copy h2 {
	margin: 0;
	max-width: 10.5ch;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.04;
	color: #fff7f2;
}

.come-home-closing-copy > p:not(.come-home-kicker) {
	max-width: 560px;
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.75;
	color: #f9dfd6;
}

.come-home-closing-actions {
	margin-top: 28px;
	align-items: stretch;
	justify-content: flex-start;
}

.come-home-closing-visual {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.come-home-closing-image-frame {
	width: 100%;
	max-width: 380px;
	min-height: 420px;
	padding: 16px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	box-shadow: 0 22px 50px rgba(38, 7, 8, 0.28);
	display: flex;
	align-items: center;
	justify-content: center;
}

.come-home-closing-image {
	display: block;
	width: 100%;
	max-width: 320px;
	max-height: 520px;
	height: auto;
	object-fit: contain;
	border-radius: 22px;
	margin: 0 auto;
}

.come-home-closing-image-slot {
	min-height: 320px;
	width: 100%;
	max-width: 420px;
	border-color: rgba(255, 219, 206, 0.22);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 26px),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 26px);
}

.come-home-closing-image-slot span,
.come-home-closing-image-slot small {
	color: #fff3ec;
}

.come-home-code-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 18px;
	min-width: 210px;
	border: 1px solid rgba(255, 216, 204, 0.3);
	border-radius: 20px;
	background: rgba(44, 10, 10, 0.2);
	color: #fff7f2;
	backdrop-filter: blur(4px);
}

.come-home-code-box span,
.come-home-code-box strong {
	display: block;
}

.come-home-code-box span {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffd4bd;
}

.come-home-code-box strong {
	margin-top: 8px;
	font-size: 22px;
}

.come-page-shell {
	max-width: 1080px;
	margin: 0 auto;
}

.come-page-hero,
.come-page-section,
.come-page-cta {
	padding: 24px 0 0;
}

.come-page-hero-card,
.come-page-panel,
.come-page-cta-card {
	border-radius: 28px;
	overflow: hidden;
}

.come-page-hero-card {
	padding: 56px 28px;
	background: linear-gradient(135deg, #6b1020 0%, #241426 58%, #0e2746 100%);
	color: #fff7f2;
}

.come-page-hero-card h1,
.come-page-section-head h2,
.come-page-panel h3,
.come-page-cta-card h2 {
	margin: 0;
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: 800;
	line-height: 1.08;
}

.come-page-hero-card h1 {
	font-size: clamp(32px, 5vw, 56px);
	max-width: 12ch;
}

.come-page-hero-copy p,
.come-page-section-head p,
.come-page-panel p,
.come-page-faq details p,
.come-page-list,
.come-page-number-list {
	line-height: 1.9;
	color: #5b4943;
}

.come-page-hero-copy p {
	color: #f5ddd4;
	margin: 14px 0 0;
	max-width: 44rem;
}

.come-page-kicker {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffcf84;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.come-page-grid-2,
.come-page-grid-3 {
	display: grid;
	gap: 18px;
}

.come-page-grid-2 {
	grid-template-columns: 1.1fr 0.9fr;
	align-items: start;
}

.come-page-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-page-section-head {
	margin-bottom: 20px;
}

.come-page-section-head h2 {
	font-size: clamp(28px, 4vw, 42px);
	color: #21130f;
}

.come-page-panel {
	padding: 24px 22px;
	border: 1px solid #efddd8;
	background: #fff;
	box-shadow: 0 16px 30px rgba(126, 46, 37, 0.05);
}

.come-page-panel-soft {
	background: #fff4f2;
	border-color: #f4ddd6;
	box-shadow: none;
}

.come-page-panel-accent {
	background: linear-gradient(180deg, #fff8ef 0%, #fff 100%);
	border-color: #f4d7bb;
}

.come-page-panel h3 {
	font-size: 24px;
	color: #21130f;
	margin-bottom: 10px;
}

.come-page-image-slot {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border: 2px dashed rgba(130, 62, 47, 0.2);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 245, 241, 0.96)),
		repeating-linear-gradient(0deg, rgba(155, 45, 33, 0.05) 0 1px, transparent 1px 26px),
		repeating-linear-gradient(90deg, rgba(155, 45, 33, 0.05) 0 1px, transparent 1px 26px);
	text-align: center;
}

.come-page-image-slot span {
	font-size: 21px;
	font-weight: 800;
	color: #872d22;
}

.come-page-image-slot small {
	display: block;
	margin-top: 10px;
	max-width: 280px;
	line-height: 1.7;
	color: #876056;
}

.come-page-list,
.come-page-number-list {
	margin: 0;
	padding-left: 20px;
}

.come-page-faq {
	display: grid;
	gap: 14px;
}

.come-page-faq details {
	padding: 18px 20px;
	border: 1px solid #ecd8d2;
	border-radius: 18px;
	background: #fff;
}

.come-page-cta-card {
	padding: 34px 24px;
	background: linear-gradient(180deg, #b81820 0%, #94131c 100%);
	text-align: center;
	color: #fff7f2;
}

.come-page-cta-card h2 {
	font-size: clamp(28px, 4vw, 44px);
}

.come-page-cta-card p {
	max-width: 700px;
	margin: 14px auto 0;
	line-height: 1.85;
	color: #f8dfd7;
}

@media (max-width: 900px) {
	#top div[style*="grid-template-columns"] {
		grid-template-columns: 1fr !important;
	}

	.wp-block-post-content div[style*="grid-template-columns"] {
		grid-template-columns: 1fr !important;
	}

	.come-home-hero-grid,
	.come-home-showcase-grid,
	.come-home-card-grid-five,
	.come-home-card-grid-six,
	.come-home-step-grid,
	.come-home-steps-intro,
	.come-home-dual-visual,
	.come-home-metrics,
	.come-home-closing-grid,
	.come-page-grid-2,
	.come-page-grid-3 {
		grid-template-columns: 1fr !important;
	}

	.come-home-hero {
		padding: 20px 18px 42px;
	}

	.come-home-hero .come-home-shell {
		padding: 6px 4px;
		border-radius: 28px;
	}

	.come-home-hero-copy {
		order: 2;
	}

	.come-home-hero-visual {
		order: 1;
	}

	.come-home-hero-image {
		height: 440px;
		margin-top:20px;
	}

	.come-home-image-tall {
		min-height: 440px;
	}

	.come-home-closing-visual {
		justify-content: flex-start;
	}

	.come-home-closing-image-frame {
		max-width: 320px;
		min-height: 0;
	}

	.come-home-closing-image {
		max-width: 260px;
		max-height: 420px;
	}

	.come-home-steps-intro-main h2,
	.come-home-steps-intro-copy p {
		max-width: none;
	}

	.come-home-steps-title-block {
		padding-top: 0;
	}

	.come-home-steps-intro-copy {
		justify-content: flex-start;
	}

	.come-home-step-image {
		height: 170px;
	}

	.ps-row {
		padding: 24px 24px;
	}
}

@media (max-width: 640px) {
	#top h1,
	#top h2 {
		word-break: break-word;
	}

	.come-social-links {
		gap: 10px;
	}

	.come-social-links a {
		width: 34px;
		height: 34px;
	}

	.come-top-cta .wp-element-button {
		padding: 9px 14px;
		font-size: 13px;
	}

	.come-home-section,
	.come-home-closing,
	.come-home-hero,
	.come-page-hero-card {
		padding: 6px 8px;
	}

	.come-home-hero-copy h1,
	.come-home-closing h2 {
		max-width: none;
	}

	.come-home-closing-copy {
		max-width: none;
	}

	.come-home-closing-copy > p:not(.come-home-kicker) {
		max-width: none;
	}

	.sport-tabs {
		gap: 12px;
		justify-content: flex-start;
	}

	.sport-tab {
		padding: 13px 20px;
		font-size: 14px;
	}

	.format-tabs,
	.cat-tabs {
		justify-content: flex-start;
	}

	.ps-row {
		padding: 18px 18px;
	}

	.ps-label {
		font-size: 19px;
	}

	.ps-badge {
		min-width: 64px;
		height: 56px;
		padding: 0 14px;
		font-size: 22px;
	}
}

/* Fantasy Cricket column refinement */
.come-page-hero-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: 28px;
	align-items: center;
}

.come-page-hero-visual,
.come-page-visual-card {
	display: flex;
	justify-content: center;
	align-items: center;
}

.come-page-visual-frame {
	width: 100%;
	max-width: 420px;
	padding: 16px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
	box-shadow: 0 24px 44px rgba(12, 8, 23, 0.18);
}

.come-page-visual-frame-soft {
	background: linear-gradient(180deg, #fff8f2 0%, #fff 100%);
	border: 1px solid #f1ddd5;
	box-shadow: 0 18px 34px rgba(123, 49, 39, 0.08);
}

.come-page-visual-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	border-radius: 20px;
	margin: 0 auto;
}

.come-page-stat-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}

.come-page-stat-strip div {
	padding: 14px 14px 12px;
	border: 1px solid rgba(255, 223, 214, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
}

.come-page-stat-strip strong,
.come-page-stat-strip span {
	display: block;
}

.come-page-stat-strip strong {
	font-size: 15px;
	font-weight: 800;
	color: #fff7f2;
}

.come-page-stat-strip span {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.6;
	color: #f0d7cd;
}

.come-page-grid-2-align-center {
	align-items: center;
}

.come-page-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.come-page-link-card {
	position: relative;
	padding-top: 54px;
}

.come-page-link-card a {
	text-decoration: none !important;
}

.come-page-link-tag {
	position: absolute;
	top: 22px;
	left: 22px;
	margin: 0;
	padding: 6px 10px;
	border-radius: 999px;
	background: #fff3ec;
	color: #a93c29;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (max-width: 781px) {
	.come-page-hero-split,
	.come-page-link-grid,
	.come-page-stat-strip {
		grid-template-columns: 1fr;
	}

	.come-page-visual-frame {
		max-width: 340px;
	}
}

/* Fantasy Cricket page cleanup */
.come-brand-lockup {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.come-brand-wordmark,
.come-footer-brand-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	text-decoration: none;
}

.come-brand-wordmark {
	color: #111827;
}

.come-brand-subline,
.come-footer-brand-subline {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.come-brand-subline {
	color: #8a4b2c;
}

.come-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
}

.come-footer-brand-title {
	color: #ffffff;
}

.come-footer-brand-subline {
	margin: 0;
	color: #7dd3fc;
}

.come-site-footer {
	padding-left: 32px;
	padding-right: 32px;
}

.come-site-footer-shell,
.come-site-footer-meta {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.come-site-footer-columns {
	display: grid !important;
	grid-template-columns: minmax(360px, 1.45fr) minmax(180px, 0.72fr) minmax(220px, 0.83fr);
	column-gap: 48px;
	row-gap: 24px;
	align-items: start !important;
	width: 100% !important;
}

.come-site-footer-columns > .wp-block-column {
	min-width: 0;
	flex-basis: auto !important;
}

.come-site-footer-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}

.come-site-footer .wp-block-heading {
	margin: 0 0 18px;
	font-family: "Sora", "Arial", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.come-site-footer .wp-block-column p,
.come-site-footer .wp-block-column li,
.come-site-footer .wp-block-column a {
	font-size: 16px;
	line-height: 1.75;
}

.come-site-footer .wp-block-navigation {
	gap: 12px;
}

.come-site-footer .wp-block-navigation .wp-block-navigation-item {
	margin: 0;
}

.come-site-footer .wp-block-navigation .wp-block-navigation-item__content {
	font-size: 16px;
	line-height: 1.5;
}

.come-site-footer ul {
	margin: 0;
	padding-left: 22px;
}

.come-site-footer li + li {
	margin-top: 10px;
}

.come-site-footer .wp-block-separator {
	margin: 28px 0 20px;
}

@media (max-width: 900px) {
	.come-site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.come-site-footer-columns {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.come-site-footer-meta {
		flex-direction: column;
		align-items: flex-start;
	}
}

.come-fc-shell {
	padding-top: 10px;
}

.come-fc-hero-card {
	padding: 56px 34px;
}

.come-fc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 32px;
	align-items: center;
}

.come-fc-hero-copy h1 {
	max-width: 11ch;
}

.come-fc-hero-actions {
	justify-content: flex-start;
}

.come-fc-hero-visual {
	display: flex;
	justify-content: center;
}

.come-fc-hero-frame,
.come-fc-team-frame {
	width: 100%;
	max-width: 430px;
	padding: 16px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
	box-shadow: 0 26px 50px rgba(10, 9, 23, 0.22);
}

.come-fc-team-frame {
	background: linear-gradient(180deg, #fef4e8 0%, #fff 100%);
	border: 1px solid #f3d6c5;
	box-shadow: 0 18px 34px rgba(116, 42, 33, 0.08);
}

.come-fc-hero-image,
.come-fc-team-image,
.come-fc-step-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.come-fc-hero-image,
.come-fc-team-image {
	max-height: 420px;
	border-radius: 22px;
}

.come-fc-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 26px;
}

.come-fc-stat-card {
	padding: 15px 15px 14px;
	border: 1px solid rgba(255, 226, 218, 0.2);
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
}

.come-fc-stat-card strong,
.come-fc-stat-card span {
	display: block;
}

.come-fc-stat-card strong {
	font-size: 15px;
	font-weight: 800;
	color: #fff8f1;
}

.come-fc-stat-card span {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.65;
	color: #f1d8cf;
}

.come-fc-overview-grid,
.come-fc-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: center;
}

.come-fc-panel {
	height: 100%;
}

.come-fc-panel h3 {
	max-width: 15ch;
}

.come-fc-panel-label,
.come-fc-guide-tag {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 6px 11px;
	border-radius: 999px;
	background: #fff4ec;
	color: #ab3d28;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.come-fc-panel-soft h3 {
	max-width: 16ch;
}

.come-fc-mini-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.come-fc-mini-points div {
	padding: 14px 12px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid #f0dcd3;
	text-align: center;
}

.come-fc-mini-points strong,
.come-fc-mini-points span {
	display: block;
}

.come-fc-mini-points strong {
	font-size: 20px;
	font-weight: 800;
	color: #961b1f;
}

.come-fc-mini-points span {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.45;
	color: #6b564f;
}

.come-fc-section-head {
	max-width: 760px;
}

.come-fc-step-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.come-fc-step-card {
	padding: 22px;
	border: 1px solid #efddd6;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 16px 30px rgba(126, 46, 37, 0.05);
}

.come-fc-step-top {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.come-fc-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #1d275b;
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
}

.come-fc-step-top h3 {
	margin: 2px 0 8px;
	font-size: 28px;
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 700;
	line-height: 1.05;
	color: #1b130f;
}

.come-fc-step-top p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #5b4943;
}

.come-fc-step-image-frame {
	margin-top: 18px;
	padding: 18px;
	border-radius: 24px;
	border: 1px solid #ece2de;
	background: linear-gradient(180deg, #fffdfc 0%, #fff5f1 100%);
}

.come-fc-step-image {
	max-height: 210px;
	border-radius: 18px;
}

.come-fc-team-visual {
	display: flex;
	justify-content: center;
}

.come-fc-guide-grid,
.come-fc-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.come-fc-guide-card,
.come-fc-value-card {
	height: 100%;
}

.come-fc-guide-card h3,
.come-fc-value-card h3 {
	max-width: none;
}

.come-fc-guide-card a {
	text-decoration: none !important;
}

.come-fc-faq details {
	background: #fff;
}

.come-fc-cta-card h2 {
	max-width: none;
}

@media (max-width: 900px) {
	.come-fc-hero-grid,
	.come-fc-overview-grid,
	.come-fc-team-grid,
	.come-fc-step-grid,
	.come-fc-guide-grid,
	.come-fc-value-grid,
	.come-fc-stat-grid,
	.come-fc-mini-points {
		grid-template-columns: 1fr;
	}

	.come-fc-hero-copy h1 {
		max-width: none;
	}
}

@media (max-width: 640px) {
	.come-brand-wordmark,
	.come-footer-brand-title {
		font-size: 23px;
	}

	.come-fc-hero-card,
	.come-fc-step-card {
		padding-left: 18px;
		padding-right: 18px;
	}

	.come-fc-step-top {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 14px;
	}

	.come-fc-step-number {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.come-fc-step-top h3 {
		font-size: 24px;
	}
}

/* Fantasy Cricket conflict cleanup */
.come-fc-shell {
	max-width: 1160px;
}

.come-fc-shell .come-page-section,
.come-fc-shell .come-page-cta {
	padding-top: 32px;
}

.come-fc-shell .come-page-hero {
	padding-top: 18px;
}

.come-fc-hero-copy h1 {
	max-width: 9ch;
	font-size: clamp(40px, 6vw, 66px);
	line-height: 0.96;
	letter-spacing: -0.03em;
}

.come-fc-hero-copy p {
	max-width: 52rem;
	font-size: 17px;
	line-height: 1.82;
}

.come-fc-panel h3,
.come-fc-guide-card h3,
.come-fc-value-card h3 {
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.come-fc-panel h3 {
	max-width: none;
	font-size: 30px;
}

.come-fc-team-copy h3 {
	max-width: 15ch;
}

.come-fc-guide-card h3,
.come-fc-value-card h3 {
	font-size: 26px;
}

.come-fc-guide-card p,
.come-fc-value-card p,
.come-fc-panel p,
.come-fc-panel li,
.come-fc-step-top p {
	font-size: 16px;
}

.come-fc-overview-grid,
.come-fc-team-grid {
	gap: 24px;
}

.come-fc-step-grid {
	gap: 22px;
}

.come-fc-step-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

.come-fc-step-image-frame {
	min-height: 248px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.come-fc-step-image {
	max-width: 100%;
	max-height: 190px;
}

.come-fc-guide-card,
.come-fc-value-card {
	padding-top: 24px;
}

.come-fc-guide-card a {
	color: #21130f;
}

.come-fc-guide-card a:hover {
	color: #9d3124;
}

.come-fc-faq details summary {
	font-family: "Sora", "Arial", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: #21130f;
}

.come-fc-cta-card {
	padding: 42px 28px;
}

.come-fc-cta-card h2 {
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1;
}

.come-fc-cta-card p {
	max-width: 760px;
	font-size: 17px;
}

@media (max-width: 900px) {
	.come-fc-shell {
		max-width: 100%;
	}

	.come-fc-hero-copy h1,
	.come-fc-team-copy h3 {
		max-width: none;
	}

	.come-fc-step-image-frame {
		min-height: 220px;
	}
}

@media (max-width: 640px) {
	.come-fc-shell .come-page-section,
	.come-fc-shell .come-page-cta {
		padding-top: 24px;
	}

	.come-fc-hero-copy p,
	.come-fc-guide-card p,
	.come-fc-value-card p,
	.come-fc-panel p,
	.come-fc-panel li,
	.come-fc-step-top p,
	.come-fc-cta-card p {
		font-size: 15px;
	}

	.come-fc-panel h3 {
		font-size: 26px;
	}

	.come-fc-guide-card h3,
	.come-fc-value-card h3 {
		font-size: 23px;
	}

	.come-fc-faq details summary {
		font-size: 17px;
	}
}


/* Fantasy Cricket hero redesign */
.come-fc-hero-card {
	padding: 42px 34px;
	background:
		radial-gradient(circle at top right, rgba(181, 43, 49, 0.10), transparent 34%),
		linear-gradient(180deg, #fff8f3 0%, #fff2ea 100%);
	color: #21130f;
	border: 1px solid #f1ddd3;
	box-shadow: 0 24px 50px rgba(113, 42, 32, 0.08);
}

.come-fc-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 34px;
	align-items: stretch;
}

.come-fc-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.come-fc-hero-label-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.come-fc-hero-label-row .come-page-kicker {
	margin: 0;
	background: #fff0e2;
	color: #9f3d28;
}

.come-fc-hero-inline-tag {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #efd9cf;
	color: #6d5a53;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.come-fc-hero-copy h1 {
	max-width: 11ch;
	color: #1c120e;
}

.come-fc-hero-copy p {
	color: #5f4c45;
}

.come-fc-hero-bullets {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.come-fc-hero-bullets span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #edd7cc;
	color: #5f4339;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.come-fc-hero-actions .come-home-btn-secondary {
	border-color: #e4c8ba;
	color: #7f2e22;
	background: transparent;
}

.come-fc-stat-grid {
	margin-top: 24px;
}

.come-fc-stat-card {
	background: #ffffff;
	border-color: #f0ddd5;
}

.come-fc-stat-card strong {
	color: #1f130f;
}

.come-fc-stat-card span {
	color: #69554e;
}

.come-fc-hero-stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 28px 0;
}

.come-fc-hero-frame {
	max-width: 360px;
	padding: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fff7f1 100%);
	border: 1px solid #f1dbd0;
	box-shadow: 0 24px 44px rgba(98, 44, 35, 0.12);
}

.come-fc-hero-image {
	max-height: 360px;
}

.come-fc-hero-note {
	position: absolute;
	z-index: 2;
	max-width: 190px;
	padding: 14px 16px;
	border-radius: 22px;
	background: rgba(255,255,255,0.96);
	border: 1px solid #eed9d0;
	box-shadow: 0 18px 30px rgba(110, 44, 35, 0.1);
}

.come-fc-hero-note strong,
.come-fc-hero-note span {
	display: block;
}

.come-fc-hero-note strong {
	font-size: 15px;
	font-weight: 800;
	color: #1f140f;
}

.come-fc-hero-note span {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.55;
	color: #6a5750;
}

.come-fc-hero-note-top {
	top: 0;
	left: 0;
}

.come-fc-hero-note-bottom {
	right: 0;
	bottom: 6px;
}

@media (max-width: 900px) {
	.come-fc-hero-grid {
		grid-template-columns: 1fr;
	}

	.come-fc-hero-copy h1 {
		max-width: none;
	}

	.come-fc-hero-stage {
		padding: 12px 0 0;
	}

	.come-fc-hero-note {
		position: static;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.come-fc-hero-card {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.come-fc-hero-bullets span {
		font-size: 13px;
	}
}

/* Fantasy Cricket hero sizing tune */
.come-fc-hero-grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 380px);
	gap: 38px;
}

.come-fc-hero-copy,
.come-fc-hero-visual {
	min-width: 0;
}

.come-fc-hero-actions {
	flex-wrap: wrap;
	gap: 14px;
}

.come-fc-hero-actions .come-home-btn {
	min-width: 170px;
	justify-content: center;
}

.come-fc-stat-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.come-fc-stat-card {
	min-height: 126px;
}

.come-fc-hero-stage {
	padding: 26px 18px 42px;
	min-height: 470px;
}

.come-fc-hero-frame {
	width: 100%;
	max-width: 338px;
}

.come-fc-hero-note {
	max-width: 168px;
	padding: 12px 14px;
}

.come-fc-hero-note-top {
	top: 4px;
	left: 6px;
}

.come-fc-hero-note-bottom {
	right: 6px;
	bottom: 10px;
}

@media (max-width: 1180px) {
	.come-fc-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.come-fc-hero-stage {
		min-height: 0;
		padding: 12px 0 0;
	}

	.come-fc-stat-grid {
		grid-template-columns: 1fr;
	}

	.come-fc-stat-card {
		min-height: 0;
	}

	.come-fc-hero-actions .come-home-btn {
		min-width: 0;
	}
}

/* Fantasy Cricket step grid overlap fix */
.come-fc-step-grid {
	align-items: stretch;
}

.come-fc-step-card {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 18px;
	overflow: hidden;
}

.come-fc-step-top {
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
}

.come-fc-step-top > div {
	min-width: 0;
}

.come-fc-step-number {
	width: 48px;
	height: 48px;
	font-size: 20px;
	flex-shrink: 0;
}

.come-fc-step-top h3 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.1;
	max-width: none;
}

.come-fc-step-top p {
	margin: 0;
	line-height: 1.7;
}

.come-fc-step-image-frame {
	margin-top: 0;
	min-height: 230px;
	overflow: hidden;
}

.come-fc-step-image {
	width: 100%;
	max-width: 100%;
	max-height: 180px;
}

@media (max-width: 640px) {
	.come-fc-step-card {
		gap: 16px;
	}

	.come-fc-step-top h3 {
		font-size: 22px;
	}

	.come-fc-step-image-frame {
		min-height: 200px;
	}
}

/* Fantasy Cricket section spacing cleanup */
.come-fc-team-section,
.come-fc-guides,
.come-fc-value {
	position: relative;
	z-index: 0;
}

.come-fc-team-grid,
.come-fc-guide-grid,
.come-fc-value-grid {
	align-items: stretch;
}

.come-fc-team-section {
	padding-top: 44px !important;
}

.come-fc-guides {
	padding-top: 52px !important;
}

.come-fc-value {
	padding-top: 56px !important;
}

.come-fc-team-grid + .come-fc-section-head,
.come-fc-guide-grid + .come-fc-section-head {
	margin-top: 0;
}

.come-fc-section-head {
	margin-bottom: 28px;
}

.come-fc-team-grid > *,
.come-fc-guide-grid > *,
.come-fc-value-grid > * {
	min-width: 0;
}

.come-fc-team-copy,
.come-fc-guide-card,
.come-fc-value-card {
	overflow: hidden;
}

.come-fc-team-frame {
	max-width: 430px;
}

@media (max-width: 900px) {
	.come-fc-team-section,
	.come-fc-guides,
	.come-fc-value {
		padding-top: 34px !important;
	}
}

/* IPL 2026 column */
.come-ipl-shell {
	max-width: 1160px;
}

.come-ipl-hero-card {
	padding: 44px 34px;
	background:
		radial-gradient(circle at top left, rgba(252, 194, 0, 0.14), transparent 28%),
		radial-gradient(circle at bottom right, rgba(20, 91, 172, 0.14), transparent 34%),
		linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
	color: #0f1b2d;
	border: 1px solid #d7e5f5;
	box-shadow: 0 24px 48px rgba(33, 72, 123, 0.08);
}

.come-ipl-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 400px);
	gap: 34px;
	align-items: center;
}

.come-ipl-hero-copy,
.come-ipl-hero-visual {
	min-width: 0;
}

.come-ipl-hero-label-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.come-ipl-hero-label-row .come-page-kicker {
	margin: 0;
	background: #fff5cf;
	color: #8a5d00;
}

.come-ipl-inline-tag,
.come-ipl-panel-label,
.come-ipl-fixture-date,
.come-ipl-guide-tag {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #d7e5f3;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #31537a;
}

.come-ipl-hero-copy h1 {
	margin: 0;
	max-width: 11ch;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(40px, 6vw, 64px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.03em;
	color: #0f1727;
}

.come-ipl-hero-copy p {
	margin: 16px 0 0;
	max-width: 50rem;
	font-size: 17px;
	line-height: 1.8;
	color: #496178;
}

.come-ipl-mini-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.come-ipl-mini-meta span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,0.92);
	border: 1px solid #d8e4f1;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #264462;
}

.come-ipl-hero-actions {
	flex-wrap: wrap;
	gap: 14px;
}

.come-ipl-hero-actions .come-home-btn {
	min-width: 186px;
	justify-content: center;
}

.come-ipl-hero-actions .come-home-btn-secondary {
	background: transparent;
	border-color: #b6cadf;
	color: #23486c;
}

.come-ipl-hero-stage {
	position: relative;
	padding: 26px 18px 42px;
	min-height: 470px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.come-ipl-hero-frame {
	width: 100%;
	max-width: 340px;
	padding: 14px;
	border-radius: 30px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border: 1px solid #d7e5f2;
	box-shadow: 0 24px 42px rgba(26, 65, 112, 0.12);
}

.come-ipl-hero-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: contain;
	border-radius: 22px;
	margin: 0 auto;
}

.come-ipl-hero-note {
	position: absolute;
	z-index: 2;
	max-width: 176px;
	padding: 12px 14px;
	border-radius: 22px;
	background: rgba(255,255,255,0.96);
	border: 1px solid #dbe6f3;
	box-shadow: 0 18px 30px rgba(35, 72, 108, 0.1);
}

.come-ipl-hero-note strong,
.come-ipl-hero-note span {
	display: block;
}

.come-ipl-hero-note strong {
	font-size: 15px;
	font-weight: 800;
	color: #13273f;
}

.come-ipl-hero-note span {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.55;
	color: #597086;
}

.come-ipl-hero-note-top {
	top: 4px;
	left: 6px;
}

.come-ipl-hero-note-bottom {
	right: 6px;
	bottom: 10px;
}

.come-ipl-section-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.come-ipl-section-head h2,
.come-ipl-panel h3,
.come-ipl-step-card h3,
.come-ipl-team-card h3,
.come-ipl-contest-card h3,
.come-ipl-value-card h3,
.come-ipl-fixture-card h3 {
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #132134;
}

.come-ipl-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.come-ipl-panel,
.come-ipl-fixture-card,
.come-ipl-team-card,
.come-ipl-contest-card,
.come-ipl-value-card {
	overflow: hidden;
}

.come-ipl-highlight-list {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.come-ipl-highlight-list div {
	padding: 14px 14px 12px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid #dfe8f0;
}

.come-ipl-highlight-list strong,
.come-ipl-highlight-list span {
	display: block;
}

.come-ipl-highlight-list strong {
	font-size: 15px;
	font-weight: 800;
	color: #153150;
}

.come-ipl-highlight-list span {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.6;
	color: #5d7386;
}

.come-ipl-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.come-ipl-step-card {
	padding: 22px 20px;
	border-radius: 28px;
	border: 1px solid #dce7f2;
	background: #ffffff;
	box-shadow: 0 16px 28px rgba(32, 67, 111, 0.05);
}

.come-ipl-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #0d4f99;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
}

.come-ipl-step-card h3 {
	margin: 16px 0 10px;
	font-size: 23px;
}

.come-ipl-step-card p,
.come-ipl-panel p,
.come-ipl-panel li,
.come-ipl-fixture-card p,
.come-ipl-team-card p,
.come-ipl-contest-card p,
.come-ipl-value-card p {
	font-size: 16px;
	line-height: 1.75;
	color: #566c82;
}

.come-ipl-fixture-grid,
.come-ipl-team-grid,
.come-ipl-contest-grid,
.come-ipl-value-grid {
	display: grid;
	gap: 18px;
	align-items: start;
}

.come-ipl-fixture-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-ipl-team-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-ipl-contest-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.come-ipl-value-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.come-ipl-fixture-card a,
.come-ipl-inline-cta {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: #0d4f99;
	font-weight: 700;
	text-decoration: none !important;
}

.come-ipl-fixture-card,
.come-ipl-team-card,
.come-ipl-contest-card,
.come-ipl-value-card {
	display: flex;
	flex-direction: column;
	align-self: start;
}

.come-ipl-fixture-card h3,
.come-ipl-team-card h3,
.come-ipl-contest-card h3,
.come-ipl-value-card h3 {
	font-size: clamp(22px, 2vw, 28px);
	overflow-wrap: anywhere;
}

.come-ipl-team-card h3,
.come-ipl-contest-card h3 {
	min-height: 2.35em;
}

.come-ipl-cta-card {
	background: linear-gradient(180deg, #0e498d 0%, #0a366b 100%);
}

.come-ipl-cta-card p,
.come-ipl-cta-card h2 {
	color: #f4f8ff;
}

@media (max-width: 1100px) {
	.come-ipl-step-grid,
	.come-ipl-fixture-grid,
	.come-ipl-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.come-ipl-contest-grid,
	.come-ipl-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.come-ipl-hero-grid,
	.come-ipl-info-grid,
	.come-ipl-step-grid,
	.come-ipl-fixture-grid,
	.come-ipl-team-grid,
	.come-ipl-contest-grid,
	.come-ipl-value-grid {
		grid-template-columns: 1fr;
	}

	.come-ipl-hero-copy h1 {
		max-width: none;
	}

	.come-ipl-hero-stage {
		min-height: 0;
		padding: 12px 0 0;
	}

	.come-ipl-hero-note {
		position: static;
		max-width: none;
	}
}

@media (max-width: 640px) {
	.come-ipl-hero-card {
		padding: 34px 18px;
	}

	.come-ipl-mini-meta span,
	.come-ipl-hero-actions .come-home-btn {
		min-width: 0;
	}

	.come-ipl-step-card h3 {
		font-size: 21px;
	}
}

/* Bonus code / rewards page */
.come-bonus-shell {
	max-width: 1180px;
}

.come-bonus-hero-card {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-radius: 34px;
	background: linear-gradient(135deg, #07131f 0%, #0d2740 100%);
	color: #ffffff;
	box-shadow: 0 26px 60px rgba(7, 19, 31, 0.18);
}

.come-bonus-hero-bg {
	position: absolute;
	inset: 0;
	opacity: 0.16;
}

.come-bonus-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.come-bonus-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 48px;
	align-items: center;
	padding: 64px 34px;
}

.come-bonus-hero-copy,
.come-bonus-hero-visual {
	min-width: 0;
}

.come-bonus-eyebrow,
.come-bonus-section-tag,
.come-bonus-offer-label {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.come-bonus-eyebrow {
	background: rgba(255,255,255,0.12);
	color: #ffffff;
}

.come-bonus-section-tag {
	background: rgba(29, 191, 115, 0.12);
	color: #128454;
}

.come-bonus-section-tag-light {
	background: rgba(255,255,255,0.14);
	color: #ffffff;
}

.come-bonus-offer-label {
	background: rgba(255,255,255,0.12);
	color: #ffffff;
}

.come-bonus-hero-copy h1 {
	margin: 16px 0 18px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 800;
	line-height: 1.04;
	max-width: 12ch;
	color: #ffffff;
}

.come-bonus-hero-copy p {
	margin: 0;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.75;
	color: rgba(255,255,255,0.82);
}

.come-bonus-hero-actions,
.come-bonus-offer-actions,
.come-bonus-bottom-actions {
	margin-top: 28px;
	flex-wrap: wrap;
	gap: 14px;
}

.come-bonus-hero-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.come-bonus-meta-card {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	backdrop-filter: blur(8px);
}

.come-bonus-meta-card strong,
.come-bonus-meta-card span {
	display: block;
}

.come-bonus-meta-card strong {
	margin-bottom: 6px;
	font-size: 16px;
	color: #ffffff;
}

.come-bonus-meta-card span {
	font-size: 14px;
	color: rgba(255,255,255,0.75);
}

.come-bonus-hero-visual {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.come-bonus-phone-mockup {
	width: min(400px, 100%);
	padding: 16px;
	border-radius: 42px;
	background: rgba(255,255,255,0.08);
	box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.come-bonus-phone-mockup img {
	width: 100%;
	border-radius: 28px;
}

.come-bonus-floating-badge {
	position: absolute;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	background: rgba(255,255,255,0.94);
	box-shadow: 0 16px 36px rgba(8, 20, 31, 0.24);
	text-align: center;
}

.come-bonus-floating-badge span {
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	color: #15395b;
}

.come-bonus-badge-one {
	top: 28px;
	right: 16px;
}

.come-bonus-badge-two {
	left: 24px;
	bottom: 54px;
}

.come-bonus-section-heading {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.come-bonus-section-heading h2,
.come-bonus-featured-copy h3,
.come-bonus-offer-body h3,
.come-bonus-step-card h3,
.come-bonus-split-copy h2,
.come-bonus-feature-item h3,
.come-bonus-promo-copy h2,
.come-bonus-bottom-copy h2 {
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #132134;
}

.come-bonus-section-heading h2 {
	margin: 12px 0;
	font-size: clamp(30px, 4vw, 44px);
}

.come-bonus-section-heading p,
.come-bonus-offer-body p,
.come-bonus-step-card p,
.come-bonus-split-copy > p,
.come-bonus-feature-item p,
.come-bonus-bottom-copy p,
.come-bonus-promo-copy p {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	color: #667788;
}

.come-bonus-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
	gap: 28px;
	align-items: center;
	padding: 28px;
	border-radius: 28px;
	background: linear-gradient(135deg, #0d2740 0%, #13395f 100%);
	color: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
}

.come-bonus-featured-copy h3 {
	margin: 14px 0 12px;
	font-size: clamp(30px, 4vw, 44px);
	color: #ffffff;
}

.come-bonus-featured-copy p {
	margin: 0;
	color: rgba(255,255,255,0.82);
}

.come-bonus-featured-image,
.come-bonus-split-image,
.come-bonus-promo-image,
.come-bonus-offer-thumb,
.come-bonus-step-icon,
.come-bonus-feature-icon {
	position: relative;
}

.come-bonus-featured-image img,
.come-bonus-split-image img,
.come-bonus-promo-image img,
.come-bonus-offer-thumb img,
.come-bonus-step-icon img,
.come-bonus-feature-icon img {
	width: 100%;
	display: block;
	border-radius: 20px;
}

.come-bonus-featured-image span,
.come-bonus-split-image span,
.come-bonus-promo-image span,
.come-bonus-offer-thumb span,
.come-bonus-step-icon span,
.come-bonus-feature-icon span {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(7, 19, 31, 0.78);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	color: #ffffff;
}

.come-bonus-offers-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.come-bonus-offer-card {
	background: #ffffff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
	border: 1px solid rgba(17, 32, 51, 0.08);
}

.come-bonus-offer-thumb img {
	height: 220px;
	object-fit: cover;
}

.come-bonus-offer-body {
	padding: 22px;
}

.come-bonus-offer-chip {
	display: inline-block;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	background: #ecf8f2;
	color: #138353;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.come-bonus-offer-body h3 {
	margin: 0 0 10px;
	font-size: 24px;
}

.come-bonus-offer-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.come-bonus-text-link {
	font-weight: 700;
	color: #15395b;
	text-decoration: none !important;
}

.come-bonus-steps-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.come-bonus-step-card {
	position: relative;
	padding: 26px 22px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
	text-align: center;
	overflow: hidden;
}

.come-bonus-step-icon {
	width: 96px;
	height: 96px;
	margin: 0 auto 18px;
}

.come-bonus-step-icon img {
	height: 100%;
	object-fit: cover;
	border-radius: 22px;
}

.come-bonus-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #15395b;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.come-bonus-step-card h3 {
	margin: 14px 0 10px;
	font-size: 22px;
}

.come-bonus-split-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 34px;
	align-items: center;
}

.come-bonus-split-copy h2 {
	margin: 12px 0 14px;
	font-size: clamp(30px, 4vw, 42px);
}

.come-bonus-feature-list {
	display: grid;
	gap: 18px;
	margin: 26px 0;
}

.come-bonus-feature-item {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 16px;
	align-items: start;
	padding: 16px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
}

.come-bonus-feature-icon {
	width: 56px;
	height: 56px;
}

.come-bonus-feature-icon img {
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.come-bonus-feature-item h3 {
	margin: 0 0 6px;
	font-size: 19px;
}

.come-bonus-promo-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 28px;
	align-items: center;
	padding: 30px;
	border-radius: 28px;
	background: linear-gradient(135deg, #1dbf73 0%, #118a55 100%);
	color: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
}

.come-bonus-promo-copy h2 {
	margin: 12px 0 10px;
	font-size: clamp(28px, 4vw, 40px);
	color: #ffffff;
}

.come-bonus-promo-copy p {
	color: rgba(255,255,255,0.85);
}

.come-bonus-faq-list {
	max-width: 980px;
	margin: 0 auto;
}

.come-bonus-faq-list details summary {
	font-family: "Sora", "Arial", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: #132134;
}

.come-bonus-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(7, 19, 31, 0.12);
}

.come-bonus-bottom-copy h2 {
	margin: 12px 0 8px;
	font-size: clamp(26px, 4vw, 38px);
}

@media (max-width: 1100px) {
	.come-bonus-hero-inner,
	.come-bonus-featured-card,
	.come-bonus-split-grid,
	.come-bonus-promo-inner {
		grid-template-columns: 1fr;
	}

	.come-bonus-offers-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.come-bonus-steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.come-bonus-hero-meta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.come-bonus-offers-grid,
	.come-bonus-steps-grid {
		grid-template-columns: 1fr;
	}

	.come-bonus-bottom-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.come-bonus-hero-card {
		padding: 0;
	}

	.come-bonus-hero-inner {
		padding: 54px 18px;
	}

	.come-bonus-hero-copy h1 {
		font-size: 38px;
		max-width: none;
	}

	.come-bonus-section-heading h2,
	.come-bonus-split-copy h2,
	.come-bonus-promo-copy h2,
	.come-bonus-bottom-copy h2 {
		font-size: 30px;
	}

	.come-bonus-hero-visual {
		min-height: 0;
	}

	.come-bonus-floating-badge {
		display: none;
	}
}

/* Winners page */
.come-winners-shell {
	max-width: 1180px;
}

.come-winners-hero-card {
	padding: 42px 34px;
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(255, 208, 84, 0.22), transparent 28%),
		linear-gradient(135deg, #11172a 0%, #18233d 60%, #142e54 100%);
	color: #ffffff;
	box-shadow: 0 28px 64px rgba(14, 20, 35, 0.22);
}

.come-winners-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
	gap: 34px;
	align-items: center;
}

.come-winners-eyebrow,
.come-winners-section-tag,
.come-winners-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.come-winners-eyebrow {
	background: rgba(255,255,255,0.12);
	color: #ffffff;
}

.come-winners-section-tag,
.come-winners-chip {
	background: #fff5dc;
	color: #9b6700;
}

.come-winners-hero-copy h1 {
	margin: 16px 0 16px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: clamp(40px, 5vw, 64px);
	font-weight: 800;
	line-height: 1.02;
	max-width: 10ch;
	color: #ffffff;
}

.come-winners-hero-copy p {
	margin: 0;
	max-width: 600px;
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255,255,255,0.82);
}

.come-winners-hero-actions {
	margin-top: 26px;
	gap: 14px;
	flex-wrap: wrap;
}

.come-winners-hero-actions .come-home-btn {
	min-width: 170px;
	justify-content: center;
}

.come-winners-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.come-winners-hero-stats div {
	padding: 16px;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
}

.come-winners-hero-stats strong,
.come-winners-hero-stats span {
	display: block;
}

.come-winners-hero-stats strong {
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
}

.come-winners-hero-stats span {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255,255,255,0.72);
}

.come-winners-hero-visual {
	position: relative;
	min-height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.come-winners-hero-image-frame,
.come-winners-featured-avatar,
.come-winners-featured-graphic,
.come-winners-avatar {
	position: relative;
}

.come-winners-hero-image-frame {
	width: 100%;
	max-width: 360px;
	padding: 14px;
	border-radius: 30px;
	background: rgba(255,255,255,0.08);
	box-shadow: 0 24px 54px rgba(0,0,0,0.24);
}

.come-winners-hero-image-frame img,
.come-winners-featured-avatar img,
.come-winners-featured-graphic img,
.come-winners-avatar img {
	width: 100%;
	display: block;
	border-radius: 22px;
}

.come-winners-floating-card {
	position: absolute;
	max-width: 178px;
	padding: 14px 16px;
	border-radius: 22px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 18px 36px rgba(14, 20, 35, 0.16);
}

.come-winners-floating-card strong,
.come-winners-floating-card span {
	display: block;
}

.come-winners-floating-card strong {
	font-size: 15px;
	font-weight: 800;
	color: #16223a;
}

.come-winners-floating-card span {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.55;
	color: #65738a;
}

.come-winners-floating-top {
	top: 10px;
	left: 0;
}

.come-winners-floating-bottom {
	right: 0;
	bottom: 16px;
}

.come-winners-section-head {
	max-width: 760px;
	margin: 0 auto 30px;
	text-align: center;
}

.come-winners-section-head h2,
.come-winners-featured-copy h3,
.come-winners-card h3,
.come-winners-strategy-card h3 {
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #151617;
}

.come-winners-section-head h2 {
	margin: 12px 0;
	font-size: clamp(30px, 4vw, 44px);
}

.come-winners-section-head p,
.come-winners-featured-copy p,
.come-winners-card p,
.come-winners-strategy-card p,
.come-winners-faq-list details p {
	font-size: 17px;
	line-height: 1.75;
	color: #6a6d77;
}

.come-winners-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 28px;
	align-items: center;
	padding: 30px;
	border-radius: 30px;
	background: linear-gradient(135deg, #fff7e8 0%, #fff 100%);
	border: 1px solid #f1e0bb;
	box-shadow: 0 18px 42px rgba(50, 45, 33, 0.08);
}

.come-winners-featured-copy h3 {
	margin: 14px 0 12px;
	font-size: clamp(30px, 4vw, 42px);
}

.come-winners-featured-prize {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #a16500;
}

.come-winners-featured-meta {
	font-size: 15px;
	font-weight: 700;
	color: #7f6653;
}

.come-winners-featured-copy blockquote,
.come-winners-quote {
	margin: 18px 0 0;
	padding-left: 16px;
	border-left: 3px solid #f0c66a;
	font-style: italic;
	color: #4d4f57;
}

.come-winners-featured-visual {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 460px;
	max-height: 540px;
	border-radius: 28px;
	border: 1px solid #efe0c9;
	background: linear-gradient(180deg, #fff9f0 0%, #fff3df 100%);
	box-shadow: 0 18px 42px rgba(50, 45, 33, 0.08);
}

.come-winners-featured-visual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.come-winners-featured-visual span,
.come-winners-featured-avatar span,
.come-winners-featured-graphic span,
.come-winners-avatar span {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(17, 23, 42, 0.82);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	color: #ffffff;
}

.come-winners-filter-row {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.come-winners-filter-row span {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #e5e0d2;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	color: #6d695d;
}

.come-winners-filter-row .is-active {
	background: #18233d;
	border-color: #18233d;
	color: #ffffff;
}

.come-winners-grid,
.come-winners-highlights-grid,
.come-winners-strategy-grid {
	display: grid;
	gap: 20px;
}

.come-winners-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-winners-highlights-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.come-winners-strategy-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.come-winners-card,
.come-winners-highlight-card,
.come-winners-strategy-card {
	overflow: hidden;
	height: 100%;
}

.come-winners-card {
	padding: 24px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(22, 22, 23, 0.08);
	border: 1px solid #ece6d9;
}

.come-winners-card-head {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 16px;
	align-items: center;
}

.come-winners-avatar {
	width: 82px;
	height: 82px;
}

.come-winners-avatar img {
	height: 100%;
	object-fit: cover;
}

.come-winners-card-meta h3 {
	margin: 10px 0 4px;
	font-size: 24px;
}

.come-winners-location,
.come-winners-date {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #8b816f;
}

.come-winners-prize {
	margin-top: 18px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	color: #0f223f;
}

.come-winners-contest {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #a16500;
}

.come-winners-desc {
	margin: 14px 0 0;
}

.come-winners-highlight-card {
	text-align: center;
	padding: 28px 18px;
	border-radius: 26px;
	background: linear-gradient(180deg, #fff7e8 0%, #fff 100%);
	border: 1px solid #f1e2c7;
}

.come-winners-highlight-card strong,
.come-winners-highlight-card span {
	display: block;
}

.come-winners-highlight-card strong {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 32px;
	font-weight: 800;
	color: #152846;
}

.come-winners-highlight-card span {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #746c60;
}

.come-winners-cta-card {
	background: linear-gradient(180deg, #16233e 0%, #0f1a2e 100%);
}

.come-winners-cta-card h2,
.come-winners-cta-card p {
	color: #ffffff;
}

.come-winners-faq-list {
	max-width: 960px;
	margin: 0 auto;
}

.come-winners-faq-list details summary {
	font-family: "Sora", "Arial", sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: #151617;
}

@media (max-width: 1100px) {
	.come-winners-grid,
	.come-winners-highlights-grid,
	.come-winners-strategy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.come-winners-featured-card,
	.come-winners-hero-grid {
		grid-template-columns: 1fr;
	}

	.come-winners-featured-visual {
		min-height: 380px;
		max-height: 460px;
	}
}

@media (max-width: 768px) {
	.come-winners-grid,
	.come-winners-highlights-grid,
	.come-winners-strategy-grid,
	.come-winners-hero-stats {
		grid-template-columns: 1fr;
	}

	.come-winners-hero-card {
		padding: 34px 18px;
	}

	.come-winners-hero-copy h1 {
		max-width: none;
		font-size: 40px;
	}

	.come-winners-floating-card {
		position: static;
		max-width: none;
		margin-top: 14px;
	}

	.come-winners-hero-visual {
		min-height: 0;
	}

	.come-winners-featured-visual {
		min-height: 280px;
		max-height: 340px;
	}

	.come-winners-card-head {
		grid-template-columns: 72px 1fr;
	}

	.come-winners-avatar {
		width: 72px;
		height: 72px;
	}
}
/* Winners compact intro */
.come-winners-page-intro {
	padding-top: 18px;
}

.come-winners-intro-card {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
	gap: 30px;
	align-items: center;
	padding: 28px 32px;
	border-radius: 28px;
	background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
	border: 1px solid #efe0c9;
	box-shadow: 0 16px 38px rgba(46, 33, 18, 0.06);
}

.come-winners-intro-copy,
.come-winners-intro-visual {
	min-width: 0;
}

.come-winners-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff3df;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #a16500;
}

.come-winners-intro-copy h1 {
	margin: 16px 0 10px;
	font-size: clamp(42px, 6vw, 68px);
	line-height: 0.95;
}

.come-winners-intro-copy p {
	max-width: 760px;
	margin: 0;
	font-size: 18px;
	line-height: 1.75;
	color: #61584c;
}

.come-winners-intro-actions {
	margin-top: 22px;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.come-winners-intro-visual {
	display: flex;
	justify-content: flex-end;
}

.come-winners-intro-image-slot {
	width: 100%;
	max-width: 460px;
	min-height: 280px;
	border-radius: 26px;
}

.come-winners-intro-image-frame {
	overflow: hidden;
	padding: 14px;
	border: 1px solid #e4cdb5;
	background:
		radial-gradient(circle at top right, rgba(255, 221, 164, 0.28), transparent 28%),
		linear-gradient(180deg, #fffaf3 0%, #fff 100%);
	box-shadow: 0 18px 34px rgba(48, 31, 15, 0.08);
}

.come-winners-intro-image-frame img {
	width: 100%;
	height: 100%;
	max-height: 360px;
	display: block;
	object-fit: contain;
	object-position: center;
	border-radius: 18px;
}

@media (max-width: 900px) {
	.come-winners-intro-card {
		grid-template-columns: 1fr;
		padding: 24px 20px;
	}

	.come-winners-intro-copy h1 {
		font-size: clamp(34px, 8vw, 52px);
	}

	.come-winners-intro-visual {
		justify-content: flex-start;
	}

	.come-winners-intro-image-slot {
		max-width: none;
		min-height: 220px;
	}
}


/* Header auth actions */
.come-header-nav-wrap {
	gap: 20px;
	flex: 1 1 auto;
	min-width: 0;
}

.come-header-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.nav-is-open .come-header-auth-actions {
	display: none;
}

.come-header-auth-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
	white-space: nowrap;
}

.come-header-auth-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	padding: 12px 20px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(16, 27, 48, 0.14);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.come-header-auth-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 28px rgba(16, 27, 48, 0.18);
}

.come-header-auth-secondary {
	border-color: #8d2f28;
	background: linear-gradient(180deg, #c84c3f 0%, #8d2f28 100%);
	color: #ffffff;
}

.come-header-auth-secondary:hover {
	border-color: #74261f;
	background: linear-gradient(180deg, #b84438 0%, #74261f 100%);
}

.come-header-auth-primary {
	border-color: #13223d;
	background: linear-gradient(180deg, #24385f 0%, #13223d 100%);
	color: #ffffff;
}

.come-header-auth-primary:hover {
	border-color: #0d172d;
	background: linear-gradient(180deg, #1c2d4e 0%, #0d172d 100%);
}

.come-header-nav .wp-block-navigation__responsive-container-open {
	position: relative;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #d8e3ea;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(16, 27, 48, 0.08);
}

.come-header-nav .wp-block-navigation__responsive-container-open svg {
	display: none;
}

.come-header-nav .wp-block-navigation__responsive-container-open::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 12px;
	transform: translate(-50%, -50%);
	background:
		linear-gradient(#1f2538, #1f2538) top center / 18px 2px no-repeat,
		linear-gradient(#1f2538, #1f2538) center center / 18px 2px no-repeat,
		linear-gradient(#1f2538, #1f2538) bottom center / 18px 2px no-repeat;
}

@media (max-width: 1180px) {
	.come-header-nav-wrap {
		gap: 14px;
	}

	.come-header-auth-btn {
		min-width: 88px;
		padding: 10px 14px;
	}
}

@media (max-width: 900px) {
	.come-header-nav-wrap {
		width: auto;
		margin-left: auto;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
		gap: 12px;
	}

	.come-header-nav {
		flex: 0 0 auto;
		order: 2;
		min-width: auto;
	}

	.come-header-auth-actions {
		order: 1;
		width: auto;
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
}

@media (max-width: 640px) {
	.come-header-auth-actions {
		width: auto;
		justify-content: flex-end;
	}

	.come-header-auth-btn {
		flex: 0 0 auto;
		min-width: 84px;
		padding: 10px 12px;
	}
}

/* Join Contest page */
.come-contest-hero-card,
.come-contest-featured-card,
.come-contest-card,
.come-contest-match-card,
.come-contest-cta-card {
	border-radius: 28px;
	overflow: hidden;
}

.come-contest-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 28px;
	align-items: center;
	padding: 34px 32px;
	background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);
	border: 1px solid #efddcb;
	box-shadow: 0 18px 40px rgba(44, 28, 18, 0.06);
}

.come-contest-hero-copy h1 {
	margin: 10px 0 0;
	font-size: clamp(42px, 6vw, 64px);
	line-height: 0.96;
	max-width: 12ch;
}

.come-contest-hero-copy p {
	margin: 16px 0 0;
	max-width: 58ch;
	font-size: 18px;
	line-height: 1.8;
	color: #65574a;
}

.come-contest-hero-actions {
	justify-content: flex-end;
	width: 100%;
}

.come-contest-hero-image-cta {
	display: block;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(24, 33, 58, 0.14);
}

.come-contest-hero-image-cta img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.come-contest-match-grid,
.come-contest-card-grid {
	display: grid;
	gap: 18px;
}

.come-contest-match-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.come-contest-match-card {
	padding: 22px;
	border: 1px solid #eee0d1;
	background: #fff;
	box-shadow: 0 14px 30px rgba(53, 38, 18, 0.05);
}

.come-contest-match-top,
.come-contest-card-head,
.come-contest-card-stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.come-contest-match-chip,
.come-contest-card-tag,
.come-contest-match-time {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.come-contest-match-chip,
.come-contest-card-tag {
	background: #fff2de;
	color: #9f5d09;
}

.come-contest-match-time {
	background: #12213e;
	color: #fff;
}

.come-contest-match-card h3,
.come-contest-card h3 {
	margin: 18px 0 8px;
	font-size: 28px;
	line-height: 1.05;
}

.come-contest-inline-link {
	display: inline-flex;
	margin-top: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #13203a;
}

.come-contest-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
	gap: 24px;
	align-items: center;
	padding: 28px;
	border: 1px solid #efd8be;
	background: linear-gradient(180deg, #fffdf8 0%, #fff7ef 100%);
	box-shadow: 0 18px 36px rgba(50, 34, 18, 0.05);
}

.come-contest-featured-visual {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	max-height: 460px;
	border-radius: 24px;
	background: #fff5e9;
	border: 1px solid #ebd4bc;
}

.come-contest-featured-visual img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}

.come-contest-featured-visual span {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(15, 26, 46, 0.82);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.come-contest-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.come-contest-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	border: 1px solid #ecdccf;
	background: #fff;
	box-shadow: 0 16px 32px rgba(44, 28, 18, 0.05);
}

.come-contest-card-head strong,
.come-contest-card-stats strong {
	font-size: 18px;
	font-weight: 800;
	color: #13203a;
}

.come-contest-card-stats {
	margin-top: auto;
	padding-top: 4px;
}

.come-contest-card-stats div {
	display: grid;
	gap: 5px;
}

.come-contest-card-stats span {
	font-size: 13px;
	font-weight: 700;
	color: #85786d;
}

.come-contest-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 30px 32px;
	background: linear-gradient(180deg, #17233c 0%, #111a2b 100%);
}

.come-contest-cta-card h2,
.come-contest-cta-card p,
.come-contest-cta-card .come-page-kicker {
	color: #fff;
}

.come-contest-faq-list {
	max-width: 960px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.come-contest-match-grid,
	.come-contest-card-grid,
	.come-contest-featured-card,
	.come-contest-hero-card,
	.come-contest-cta-card {
		grid-template-columns: 1fr;
	}

	.come-contest-hero-actions,
	.come-contest-cta-actions {
		justify-content: flex-start;
	}

	.come-contest-hero-image-cta {
		margin-left: 0;
		max-width: 320px;
	}
}

@media (max-width: 768px) {
	.come-contest-match-grid,
	.come-contest-card-grid {
		grid-template-columns: 1fr;
	}

	.come-contest-hero-card,
	.come-contest-featured-card,
	.come-contest-cta-card {
		padding: 24px 18px;
	}

	.come-contest-featured-visual {
		min-height: 280px;
		max-height: 340px;
	}
}

/* Join Contest page refinement */
.come-contest-match-card,
.come-contest-card {
	position: relative;
}

.come-contest-match-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.come-contest-match-teams {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff8ef 0%, #fff 100%);
	border: 1px solid #efe1d5;
}

.come-contest-team-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	padding: 14px 12px;
	border-radius: 16px;
	background: #13203a;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.come-contest-match-teams strong {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9d5c09;
}

.come-contest-match-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 2px;
}

.come-contest-match-footer span {
	font-size: 13px;
	font-weight: 700;
	color: #7d7066;
}

.come-contest-featured-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0 8px;
}

.come-contest-featured-stats article {
	padding: 14px 14px 12px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #efdcc8;
}

.come-contest-featured-stats span,
.come-contest-progress-meta span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #8a7c72;
}

.come-contest-featured-stats strong {
	display: block;
	margin-top: 6px;
	font-size: 22px;
	font-weight: 800;
	color: #13203a;
}

.come-contest-progress-wrap {
	display: grid;
	gap: 8px;
}

.come-contest-progress-bar {
	overflow: hidden;
	height: 10px;
	border-radius: 999px;
	background: #efe6db;
}

.come-contest-progress-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #1d9b5d 0%, #55c888 100%);
}

.come-contest-progress-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.come-contest-card-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.come-contest-card-actions .come-home-btn {
	min-width: 146px;
}

@media (max-width: 1100px) {
	.come-contest-featured-stats {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.come-contest-featured-stats {
		grid-template-columns: 1fr;
	}

	.come-contest-card-actions .come-home-btn {
		flex: 1 1 0;
		min-width: 0;
	}
}











.come-tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

.come-tab-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.come-tab-icon-inline {
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

/* IPL section spacing cleanup */
.come-ipl-shell .come-page-hero {
	padding-top: 18px;
}

.come-ipl-shell .come-page-section,
.come-ipl-shell .come-page-cta {
	position: relative;
	padding-top: 0;
	margin-top: 40px;
}

.come-ipl-shell .come-page-section:first-of-type {
	margin-top: 24px;
}

.come-ipl-shell .come-page-section::before,
.come-ipl-shell .come-page-cta::before {
	content: '';
	display: block;
	height: 1px;
	margin-bottom: 28px;
	background: linear-gradient(90deg, rgba(156, 178, 204, 0), rgba(156, 178, 204, 0.9) 18%, rgba(156, 178, 204, 0.9) 82%, rgba(156, 178, 204, 0));
}

.come-ipl-shell .come-page-section > *,
.come-ipl-shell .come-page-hero > * {
	min-width: 0;
}

.come-ipl-info-grid > *,
.come-ipl-step-grid > *,
.come-ipl-fixture-grid > *,
.come-ipl-team-grid > *,
.come-ipl-contest-grid > *,
.come-ipl-value-grid > * {
	min-width: 0;
}

.come-ipl-step-card,
.come-ipl-fixture-card,
.come-ipl-team-card,
.come-ipl-contest-card,
.come-ipl-value-card,
.come-ipl-panel,
.come-ipl-points-panel {
	overflow: hidden;
}

.come-ipl-section-head {
	margin-bottom: 30px;
}

.come-ipl-section-head h2 {
	margin-bottom: 12px;
}

.come-ipl-team-build-section .come-ipl-info-grid,
.come-ipl-intro-section .come-ipl-info-grid {
	align-items: stretch;
}

.come-ipl-team-build-section .come-page-panel,
.come-ipl-intro-section .come-page-panel {
	height: 100%;
}

@media (max-width: 900px) {
	.come-ipl-shell .come-page-section,
	.come-ipl-shell .come-page-cta {
		margin-top: 26px;
	}

	.come-ipl-shell .come-page-section::before,
	.come-ipl-shell .come-page-cta::before {
		margin-bottom: 22px;
	}

	.come-ipl-section-head {
		margin-bottom: 22px;
	}
}

.come-blog-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 28px 24px 80px;
}

.come-blog-hero {
	padding: 0;
}

.come-blog-hero-card {
	padding: 48px 36px;
	border-radius: 34px;
	background: linear-gradient(135deg, #1b2236 0%, #7d1820 52%, #a62f2d 100%);
	color: #fff7f2;
	box-shadow: 0 24px 50px rgba(53, 20, 25, 0.16);
}

.come-blog-hero-grid,
.come-blog-featured-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 28px;
	align-items: center;
}

.come-blog-hero-copy h1,
.come-blog-featured-copy h2,
.come-blog-section-head h2,
.come-blog-topic-card h3,
.come-blog-editor-card h3 {
	margin: 0;
	font-family: "Sora", "Arial", sans-serif;
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.03em;
}

.come-blog-hero-copy h1 {
	font-size: clamp(40px, 5.6vw, 68px);
	max-width: 11ch;
}

.come-blog-hero-copy p,
.come-blog-featured-copy p,
.come-blog-section-head p,
.come-blog-topic-card p,
.come-blog-editor-card p,
.come-blog-latest .wp-block-latest-posts__post-excerpt,
.come-blog-latest .wp-block-latest-posts__post-date {
	line-height: 1.8;
	color: #6b5a54;
}

.come-blog-hero-copy p {
	margin: 18px 0 0;
	max-width: 44rem;
	color: rgba(255, 247, 242, 0.88);
}

.come-blog-kicker {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 221, 202, 0.3);
	background: rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #ffd69f;
}

.come-blog-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.come-blog-hero-stats div {
	padding: 16px 16px 14px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.come-blog-hero-stats strong,
.come-blog-hero-stats span {
	display: block;
}

.come-blog-hero-stats strong {
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
}

.come-blog-hero-stats span {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.76);
}

.come-blog-hero-visual {
	min-width: 0;
}

.come-blog-hero-visual-frame {
	min-height: 340px;
	padding: 18px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.come-blog-hero-visual-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	min-height: 304px;
	padding: 24px;
	border-radius: 22px;
	background:
		linear-gradient(180deg, rgba(14, 22, 40, 0.1), rgba(14, 22, 40, 0.8)),
		linear-gradient(140deg, #c7493d 0%, #8e1e28 46%, #172239 100%);
}

.come-blog-hero-note {
	padding: 12px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
}

.come-blog-hero-note strong,
.come-blog-hero-note span {
	display: block;
}

.come-blog-hero-note strong {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffd69f;
}

.come-blog-hero-note span {
	margin-top: 6px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	color: #ffffff;
}

.come-blog-section {
	padding-top: 28px;
}

.come-blog-featured-card,
.come-blog-topic-card,
.come-blog-editor-card,
.come-blog-latest-card,
.come-blog-cta-card {
	border-radius: 28px;
	border: 1px solid #efddd8;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(126, 46, 37, 0.06);
	overflow: hidden;
}

.come-blog-featured-card,
.come-blog-latest-card,
.come-blog-cta-card {
	padding: 28px 26px;
}

.come-blog-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.come-blog-topic-card {
	padding: 24px 22px;
}

.come-blog-topic-card h3 {
	font-size: 24px;
	color: #1f1410;
}

.come-blog-topic-card p {
	margin: 12px 0 0;
}

.come-blog-section-head {
	margin-bottom: 18px;
}

.come-blog-section-head h2 {
	font-size: clamp(30px, 4vw, 48px);
	color: #1f1410;
}

.come-blog-section-head p {
	margin: 10px 0 0;
	max-width: 52rem;
}

.come-blog-latest .wp-block-latest-posts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.come-blog-latest .wp-block-latest-posts li {
	margin: 0;
	padding: 22px 20px;
	border-radius: 24px;
	border: 1px solid #f0e2dc;
	background: linear-gradient(180deg, #fff8ef 0%, #ffffff 100%);
}

.come-blog-latest .wp-block-latest-posts__post-title {
	display: inline-block;
	font-family: "Sora", "Arial", sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #1d1511;
	text-decoration: none !important;
}

.come-blog-latest .wp-block-latest-posts__post-date {
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a05d49;
}

.come-blog-latest .wp-block-latest-posts__post-excerpt {
	margin-top: 10px;
	font-size: 16px;
}

.come-blog-editor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.come-blog-editor-card {
	padding: 24px 22px;
}

.come-blog-editor-card h3 {
	font-size: 24px;
	color: #1f1410;
}

.come-blog-editor-card p {
	margin: 12px 0 0;
}

.come-blog-cta-card {
	text-align: center;
	background: linear-gradient(180deg, #b81820 0%, #94131c 100%);
}

.come-blog-cta-card h2,
.come-blog-cta-card p {
	color: #fff7f2;
}

.come-blog-cta-card p {
	max-width: 720px;
	margin: 14px auto 0;
}

@media (max-width: 900px) {
	.come-blog-shell {
		padding: 18px 18px 56px;
	}

	.come-blog-hero-card,
	.come-blog-featured-card,
	.come-blog-latest-card,
	.come-blog-cta-card {
		padding: 24px 20px;
	}

	.come-blog-hero-grid,
	.come-blog-featured-grid,
	.come-blog-topic-grid,
	.come-blog-editor-grid,
	.come-blog-latest .wp-block-latest-posts {
		grid-template-columns: 1fr;
	}

	.come-blog-hero-copy h1,
	.come-blog-section-head h2 {
		max-width: none;
	}

	.come-blog-hero-stats {
		grid-template-columns: 1fr;
	}

	.come-blog-hero-visual-frame,
	.come-blog-hero-visual-inner {
		min-height: 0;
	}
}

cat >> /www/wwwroot/comeapkcricket.com/wp-content/themes/twentytwentyfive/style.css <<'CSS'

/* Header topbar CTA buttons */
#topbar-download-apk{
  background:#ffffff !important;
  color:#111111 !important;
  border:1px solid rgba(0,0,0,0.16) !important;
}

#topbar-download-apk:hover{
  background:#f3f4f6 !important;
  color:#111111 !important;
}

#topbar-join-rs1{
  background:linear-gradient(90deg, rgba(90, 8, 10, 0.96) 0%, rgba(109, 9, 16, 0.92) 42%, rgba(97, 20, 36, 0.72) 68%, rgba(10, 27, 52, 0.72) 100%),
		linear-gradient(180deg, #4b060d 0%, #8d0f1f 100%) !important;
  color:#ffffff !important;
  border:1px solid #111111 !important;
}

#topbar-join-rs1:hover{
  background:#2b2b2b !important;
  color:#ffffff !important;
}

.come-top-social-bar .wp-block-buttons{
  gap:10px;
}
CSS
