﻿.seo-hero {
	padding: 140px clamp(16px, 5vw, 100px) 96px;
	background:
		radial-gradient(
			circle at top right,
			rgba(197, 141, 220, 0.18),
			transparent 38%
		),
		linear-gradient(180deg, #fbfbfe 0%, #f4f6fb 100%);
}
.seo-hero-grid,
.seo-section-grid,
.seo-links-grid {
	display: grid;
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}
.seo-hero-grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
}
.seo-eyebrow {
	color: #6e6e73;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.seo-hero h1 {
	max-width: 850px;
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin-bottom: 22px;
}
.seo-hero-copy p,
.seo-section-card p,
.seo-links-card p,
.seo-cta-copy p {
	color: #58627c;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.62;
}
.seo-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 32px 0;
}
.seo-hero-actions .btn-secondary {
	background: #2463c7;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 15px 24px;
}
.seo-inline-link {
	color: #2463c7;
	font-weight: 700;
}
.seo-proof-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 620px;
}
.seo-proof-grid .seo-proof-card:last-child {
	grid-column: 1 / -1;
}
.seo-proof-card {
	padding: 18px 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e5e7ed;
}
.seo-proof-card strong {
	display: block;
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: 28px;
	margin-bottom: 6px;
}
.seo-proof-card span {
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.35;
}
.seo-hero-visual {
	min-height: 540px;
	padding: 28px;
	border-radius: 32px;
	background: linear-gradient(45deg, #ff00cc 0%, #333399 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.seo-hero-visual img {
	display: block;
	width: min(100%, 420px);
	margin: 18px auto 0;
}
.seo-visual-chip {
	position: absolute;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	max-width: 220px;
}
.seo-visual-chip strong {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.seo-visual-chip span {
	font-size: 13px;
	line-height: 1.45;
}
.seo-visual-chip.top {
	top: 22px;
	left: 22px;
}
.seo-visual-chip.bottom {
	right: 22px;
	bottom: 22px;
}
.seo-section {
	background: #fff;
}
.seo-section-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.seo-section-card,
.seo-media-card,
.seo-links-card,
.seo-cta-card {
	border-radius: 28px;
	overflow: hidden;
}
.seo-section-card {
	padding: clamp(28px, 4vw, 44px);
	background: #f7f8fc;
}
.seo-section-card h2,
.seo-links h2,
.seo-cta-copy h2 {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.06;
	margin-bottom: 22px;
}
.seo-section-card p + p {
	margin-top: 18px;
}
.seo-media-card {
	background: #fff;
	border: 1px solid #e5e7ed;
	min-height: 100%;
}
.seo-media-card img,
.seo-media-card video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}
.seo-links {
	background: #f5f5f7;
}
.seo-links-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.seo-links-header {
	max-width: 980px;
	margin: 0 auto 34px;
}
.seo-links-card {
	padding: 28px;
	background: #fff;
	border: 1px solid #e5e7ed;
}
.seo-links-card a {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
}
.seo-links-card p {
	margin-top: 14px;
	font-size: 17px;
}
.seo-cta {
	background: #fff;
	/* padding-top: 0; */
}
.seo-cta-card {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 52px);
	background: linear-gradient(45deg, #ff00cc 0%, #333399 100%);
	color: #fff;
}
.seo-cta-copy h2,
.seo-cta-copy p {
	color: #fff;
}
.seo-cta-button {
	display: inline-flex;
	margin-top: 26px;
	padding: 18px 26px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
}
.seo-faq {
	background: #fff;
	/* padding-top: 0; */
}
.seo-faq .faq-module-header {
	margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
	.seo-hero-grid,
	.seo-section-grid,
	.seo-links-grid {
		grid-template-columns: 1fr;
	}
	/* .seo-hero {
		padding-top: 120px;
	} */
	.seo-hero-visual {
		min-height: auto;
	}
	.seo-media-card img,
	.seo-media-card video {
		min-height: 300px;
	}
}
@media screen and (max-width: 640px) {
	.seo-hero {
		padding: 112px 16px 64px;
	}
	.seo-proof-grid {
		grid-template-columns: 1fr;
	}
	.seo-hero-visual {
		padding: 20px;
		border-radius: 24px;
	}
	.seo-visual-chip {
		position: static;
		margin-bottom: 12px;
		max-width: none;
	}
	.seo-section-card,
	.seo-links-card,
	.seo-cta-card {
		border-radius: 22px;
	}
	.seo-cta-button {
		width: 100%;
		justify-content: center;
	}
}

.landing-page .seo-hero {
	padding: 140px clamp(16px, 5vw, 100px) 96px;
	background:
		radial-gradient(
			circle at top right,
			rgba(197, 141, 220, 0.18),
			transparent 38%
		),
		linear-gradient(180deg, #fbfbfe 0%, #f4f6fb 100%);
}
.landing-page .seo-hero-grid,
.landing-page .seo-section-grid,
.landing-page .seo-links-grid,
.landing-page .seo-plan-grid {
	display: grid;
	gap: 24px;
	max-width: 1180px;
	margin: 0 auto;
}
.landing-page .seo-hero-grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
}
.landing-page .seo-eyebrow {
	color: #6e6e73;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.landing-page .seo-hero h1 {
	max-width: 860px;
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin-bottom: 22px;
}
.landing-page .seo-hero-copy p,
.landing-page .seo-section-card p,
.landing-page .seo-links-card p,
.landing-page .seo-cta-copy p,
.landing-page .seo-plan-card p {
	color: #58627c;
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.62;
}
.landing-page .seo-hero-copy p + p,
.landing-page .seo-section-card p + p {
	margin-top: 18px;
}
.landing-page .seo-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin: 32px 0;
}
.landing-page .seo-hero-actions .btn-secondary {
	background: #2463c7;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 15px 24px;
}
.landing-page .seo-inline-link {
	color: #2463c7;
	font-weight: 700;
}
.landing-page .seo-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 660px;
}
.landing-page .seo-proof-card {
	padding: 18px 20px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e5e7ed;
}
.landing-page .seo-proof-card strong {
	display: block;
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	margin-bottom: 6px;
}
.landing-page .seo-proof-card span {
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.35;
}
.landing-page .seo-hero-visual {
	min-height: 540px;
	padding: 28px;
	border-radius: 32px;
	background: linear-gradient(45deg, #ff00cc 0%, #333399 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.landing-page .seo-hero-visual img {
	display: block;
	width: min(100%, 420px);
	margin: 40px auto 0;
}
.landing-page .seo-visual-chip {
	position: absolute;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	max-width: 240px;
}
.landing-page .seo-visual-chip strong {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.landing-page .seo-visual-chip span {
	font-size: 13px;
	line-height: 1.45;
}
.landing-page .seo-visual-chip.top {
	top: 22px;
	left: 22px;
}
.landing-page .seo-visual-chip.bottom {
	right: 22px;
	bottom: 22px;
}
.landing-page .seo-section {
	background: #fff;
}
.landing-page .seo-section-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.landing-page .seo-plan-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.landing-page .seo-section-card,
.landing-page .seo-media-card,
.landing-page .seo-links-card,
.landing-page .seo-cta-card,
.landing-page .seo-plan-card {
	border-radius: 28px;
	overflow: hidden;
}
.landing-page .seo-section-card {
	padding: clamp(28px, 4vw, 44px);
	background: #f7f8fc;
}
.landing-page .seo-section-card h2,
.landing-page .seo-links h2,
.landing-page .seo-cta-copy h2 {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.06;
	margin-bottom: 22px;
}
.landing-page .seo-media-card {
	background: #fff;
	border: 1px solid #e5e7ed;
	min-height: 100%;
}
.landing-page .seo-media-card img,
.landing-page .seo-media-card video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}
.landing-page .seo-links {
	background: #f5f5f7;
}
.landing-page .seo-links-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.landing-page .seo-links-header {
	max-width: 980px;
	margin: 0 auto 34px;
}
.landing-page .seo-links-card {
	padding: 28px;
	background: #fff;
	border: 1px solid #e5e7ed;
}
.landing-page .seo-links-card a {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
}
.landing-page .seo-links-card p {
	margin-top: 14px;
	font-size: 17px;
}
.landing-page .seo-cta {
	background: #fff;
	/* padding-top: 0; */
}
.landing-page .seo-cta-card {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(28px, 4vw, 52px);
	background: linear-gradient(45deg, #ff00cc 0%, #333399 100%);
	color: #fff;
}
.landing-page .seo-cta-copy h2,
.landing-page .seo-cta-copy p {
	color: #fff;
}
.landing-page .seo-cta-button {
	display: inline-flex;
	margin-top: 26px;
	padding: 18px 26px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #1d1d1f;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	text-align: left;
}
.landing-page .seo-faq {
	background: #fff;
	/* padding-top: 0; */
}
.landing-page .seo-faq .faq-module-header {
	margin-bottom: 28px;
}
.page-restaurants .seo-hero h1,
.page-revenue .seo-hero h1,
.page-sommelier .seo-hero h1 {
	max-width: 850px;
}
.page-restaurants .seo-proof-grid,
.page-revenue .seo-proof-grid {
	max-width: 620px;
}
.page-restaurants .seo-proof-card strong,
.page-revenue .seo-proof-card strong,
.page-sommelier .seo-proof-card strong {
	font-size: 28px;
}
.page-restaurants .seo-hero-visual img,
.page-revenue .seo-hero-visual img,
.page-sommelier .seo-hero-visual img {
	margin: 18px auto 0;
}
.page-restaurants .seo-visual-chip,
.page-revenue .seo-visual-chip,
.page-sommelier .seo-visual-chip {
	max-width: 220px;
}
.page-sommelier .seo-proof-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 620px;
}
.page-sommelier .seo-proof-grid .seo-proof-card:last-child {
	grid-column: 1 / -1;
}
.page-case-studies .seo-proof-grid,
.page-management-app .seo-proof-grid {
	max-width: 640px;
}
.page-case-studies .seo-hero-visual img {
	margin: 48px auto 0;
}
.page-management-app .seo-hero-visual img {
	margin: 46px auto 0;
}
.page-case-studies .seo-template-list,
.page-case-studies .seo-metric-list,
.page-management-app .seo-workflow-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}
.page-case-studies .seo-template-item,
.page-case-studies .seo-metric-item,
.page-management-app .seo-workflow-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 16px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e5e7ed;
	color: #58627c;
	font-size: 17px;
	line-height: 1.45;
}
.page-case-studies .seo-template-item i,
.page-case-studies .seo-metric-item i,
.page-management-app .seo-workflow-item i {
	color: #2463c7;
	margin-top: 4px;
}
.page-case-studies .seo-template-item strong,
.page-case-studies .seo-metric-item strong,
.page-management-app .seo-workflow-item strong {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
}
.page-pricing .seo-plan-card {
	padding: 30px 28px;
	background: #f7f8fc;
	border: 1px solid #e5e7ed;
}
.page-pricing .seo-plan-card.featured {
	background: linear-gradient(45deg, #ff00cc 0%, #333399 100%);
	color: #fff;
	border-color: transparent;
}
.page-pricing .seo-plan-card.featured p,
.page-pricing .seo-plan-card.featured li,
.page-pricing .seo-plan-card.featured .seo-plan-note {
	color: rgba(255, 255, 255, 0.92);
}
.page-pricing .seo-plan-card.featured .seo-plan-name,
.page-pricing .seo-plan-card.featured .seo-plan-badge {
	color: #fff;
}
.page-pricing .seo-plan-badge {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(36, 99, 199, 0.08);
	color: #2463c7;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.page-pricing .seo-plan-name {
	color: #1d1d1f;
	font-family: "Rubik", sans-serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin-bottom: 16px;
}
.page-pricing .seo-plan-list {
	display: grid;
	gap: 12px;
	margin: 22px 0;
	/* padding: 0; */
	list-style: none;
}
.page-pricing .seo-plan-list li {
	color: #58627c;
	font-size: 17px;
	line-height: 1.45;
}
.page-pricing .seo-plan-list li i {
	margin-right: 10px;
	color: #2463c7;
}
.page-pricing .seo-plan-card.featured .seo-plan-list li i {
	color: #fff;
}
.page-pricing .seo-plan-note {
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.5;
}
.page-section:not(:first-of-type){
        padding-top: 60px;
        padding-bottom: 60px;
    }
@media screen and (max-width: 991px) {
	.landing-page .seo-hero-grid,
	.landing-page .seo-section-grid,
	.landing-page .seo-links-grid,
	.landing-page .seo-plan-grid {
		grid-template-columns: 1fr;
	}
	/* .landing-page .seo-hero {
		padding-top: 120px;
	} */
	.landing-page .seo-hero-visual {
		min-height: auto;
	}
	.landing-page .seo-media-card img,
	.landing-page .seo-media-card video {
		min-height: 300px;
	}
}
@media screen and (max-width: 640px) {
	.landing-page .seo-hero {
		padding: 112px 16px 64px;
	}
	.landing-page .seo-proof-grid {
		grid-template-columns: 1fr;
	}
	.landing-page .seo-hero-visual {
		padding: 20px;
		border-radius: 24px;
	}
	.landing-page .seo-visual-chip {
		position: static;
		margin-bottom: 12px;
		max-width: none;
	}
	.landing-page .seo-section-card,
	.landing-page .seo-links-card,
	.landing-page .seo-cta-card,
	.landing-page .seo-plan-card {
		border-radius: 22px;
	}
	.landing-page .seo-cta-button {
		width: 100%;
		justify-content: center;
	}
}
