/*!
Theme Name: Growhub
Theme URI:https://growhub.themepul.com/
Author: ThemePul
Author URI: https://themeforest.net/user/themepul/portfolio
Description: Growhub-Business Consulting WordPress Theme.
Version: 1.0.6
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: growhub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Growhub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*------------------- 2.5. Mobile Menu -------------------*/


.rph *,
.rph :before,
.rph :after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.rph {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	background: #07070a;
	font-family: Inter, Arial, Helvetica, sans-serif;
	overflow-x: hidden
}

.rph a {
	color: inherit;
	text-decoration: none
}

.rph ul {
	list-style: none
}

.rph__section {
	position: relative;
	overflow: clip;
}

.rph__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 48px
}

.rph__gridbg:before {
	content: "";
	pointer-events: none;
	z-index: 0;
	background-image: linear-gradient(#ffffff04 1px, #0000 1px), linear-gradient(90deg, #ffffff04 1px, #0000 1px);
	background-size: 42px 42px;
	position: absolute;
	inset: 0
}

.rph__sec-label {
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #fc0;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex
}

.rph__sec-label:before {
	content: "";
	background: #fc0;
	width: 28px;
	height: 1px
}

.rph__btn {
	letter-spacing: .06em;
	cursor: pointer;
	border: none;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s, background .2s;
	display: inline-flex
}

.rph__btn--yellow {
	color: #07070a;
	background: #fc0
}

.rph__btn--yellow:hover {
	background: #ffd633;
	transform: translateY(-2px);
	box-shadow: 0 16px 32px #fc03
}

.rph__btn--green {
	color: #22c55e;
	background: 0 0;
	border: 1px solid #22c55e66
}

.rph__btn--green:hover {
	background: #22c55e14;
	transform: translateY(-2px)
}

.rph__btn--outline {
	color: #e6e6ea;
	background: 0 0;
	border: 1px solid #ffffff1f
}

.rph__btn--outline:hover {
	color: #fff;
	border-color: #adadb9
}

.rph__ticker {
	z-index: 5;
	background: #07070a;
	border-bottom: 1px solid #ffffff0d;
	padding: 12px 0;
	position: relative;
	overflow: hidden
}

.rph__ticker-track {
	gap: 48px;
	width: max-content;
	animation: 30s linear infinite rphscroll;
	display: flex
}

@keyframes rphscroll {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-50%)
	}
}

.rph__ticker-item {
	white-space: nowrap;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #fff;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	font-weight: 700;
	display: flex
}

.rph__ticker-dot {
	background: #fc0;
	border-radius: 50%;
	flex-shrink: 0;
	width: 4px;
	height: 4px
}

.rph__hero {
	background: #07070a;
	padding: 90px 0 84px;
	position: relative
}

.rph__hero-glow {
	pointer-events: none;
	background: radial-gradient(60% 50% at 50% -10%, #ffcc0012, #0000), radial-gradient(circle at 10% 80%, #22c55e0d, #0000 35%), radial-gradient(circle at 90% 20%, #ff3b300a, #0000 28%);
	position: absolute;
	inset: 0
}

.rph__hero-inner {
	z-index: 2;
	text-align: center;
	position: relative
}

.rph__hero-badge {
	color: #22c55e;
	letter-spacing: .14em;
	text-transform: uppercase;
	background: #22c55e14;
	border: 1px solid #22c55e33;
	border-radius: 999px;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
	padding: 8px 18px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex
}

.rph__hero-dot {
	background: #22c55e;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	animation: 2s ease-in-out infinite rphdot
}

@keyframes rphdot {

	0%,
	to {
		opacity: 1;
		transform: scale(1)
	}

	50% {
		opacity: .35;
		transform: scale(.6)
	}
}

.rph__hero-h1 {
	letter-spacing: -3px;
	color: #fff;
	max-width: 880px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(32px, 8vw, 72px);
	font-weight: 900;
	line-height: 1
}

.rph__hero-h1 span {
	color: #fc0
}

.rph__hero-sub {
	color: #c9c9d3;
	max-width: 620px;
	margin: 0 auto 44px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8
}

/* Hero lead-capture form */
.rph__hero-form {
	background: #ffffff05;
	border: 1px solid #ffffff14;
	max-width: 920px;
	margin: 0 auto;
	padding: 10px;
	align-items: stretch;
	gap: 10px;
	display: flex;
	position: relative;
	z-index: 2
}

.rph__hero-form input,
.rph__hero-form select {
	color: #fff;
	background: #07070a;
	border: 1px solid #ffffff14;
	width: 100%;
	min-width: 0;
	flex: 1;
	padding: 14px 16px;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px
}

.rph__hero-form input::placeholder {
	color: #a8a8b2
}

.rph__hero-form input:focus,
.rph__hero-form select:focus {
	border-color: #fc0;
	outline: none
}

.rph__hero-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	flex: .8;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffcc00' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	padding-right: 34px
}

.rph__hero-form select option {
	color: #fff;
	background: #07070a
}

.rph__hero-form-btn {
	flex-shrink: 0;
	white-space: nowrap
}

.rph__hero-form-btn:disabled {
	opacity: .6;
	cursor: not-allowed;
	transform: none !important
}

.rph__hero-form-note {
	letter-spacing: .03em;
	color: #8c8c99;
	margin-top: 18px;
	font-size: 12px;
	font-weight: 500
}

.rph__hero-form-status {
	max-width: 920px;
	text-align: left;
	border: 1px solid;
	margin: 16px auto 0;
	padding: 13px 18px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	display: none
}

.rph__hero-form-status--success {
	color: #22c55e;
	background: #22c55e0f;
	border-color: #22c55e33;
	display: block
}

.rph__hero-form-status--error {
	color: #ff6b5e;
	background: #ff3b300f;
	border-color: #ff3b3033;
	display: block
}

.rph__hero-trust {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px 30px;
	margin-top: 44px;
	display: flex
}

.rph__hero-trust-item {
	color: #b3b3bf;
	letter-spacing: .02em;
	align-items: baseline;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	display: flex
}

.rph__hero-trust-item strong {
	color: #fc0;
	font-size: 16px;
	font-weight: 900
}

.rph__hero-trust-item strong.rph__green {
	color: #22c55e
}

.rph__hero-trust-sep {
	color: #ffffff20;
	font-size: 12px
}

.rph__proof {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	border-bottom: 1px solid #ffffff0a;
	padding: 90px 0
}

.rph__proof-head {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 52px;
	display: flex
}

.rph__proof-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	max-width: 520px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900;
	line-height: 1.05
}

.rph__proof-h2 span {
	color: #fc0
}

.rph__proof-note {
	color: #adadb9;
	text-align: right;
	max-width: 260px;
	font-size: 14px;
	line-height: 1.7
}

.rph__cases {
	background: #ffffff0d;
	border: 1px solid #ffffff0d;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 1px;
	margin-bottom: 24px;
	display: grid
}

.rph__case {
	background: #07070a;
	flex-direction: column;
	gap: 0;
	padding: 40px 36px;
	transition: background .25s;
	display: flex;
	position: relative
}

.rph__case:hover {
	background: #0f0f0f
}

.rph__case:before {
	content: "";
	background: 0 0;
	height: 2px;
	transition: background .25s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.rph__case:hover:before {
	background: #fc0
}

.rph__case--green:hover:before {
	background: #22c55e
}

.rph__case-tag {
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #a8a8b2;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	font-size: 10px;
	font-weight: 700;
	display: flex
}

.rph__case-tag-dot {
	background: #fc0;
	border-radius: 50%;
	flex-shrink: 0;
	width: 5px;
	height: 5px
}

.rph__case-tag-dot--green {
	background: #22c55e
}

.rph__case-client {
	color: #fff;
	letter-spacing: -.3px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 800
}

.rph__case-type {
	color: #a3a3af;
	letter-spacing: .04em;
	margin-bottom: 32px;
	font-size: 12px;
	font-weight: 500
}

.rph__case-results {
	flex-direction: column;
	flex: 1;
	gap: 20px;
	margin-bottom: 32px;
	display: flex
}

.rph__case-metric {
	align-items: baseline;
	gap: 10px;
	display: flex
}

.rph__case-num {
	color: #fc0;
	letter-spacing: -1.5px;
	font-size: clamp(32px, 6vw, 42px);
	font-weight: 900;
	line-height: 1
}

.rph__case-num--green {
	color: #22c55e
}

.rph__case-meta {
	flex-direction: column;
	gap: 2px;
	display: flex
}

.rph__case-meta strong {
	color: #fff;
	font-size: 13px;
	font-weight: 700
}

.rph__case-meta span {
	color: #a3a3af;
	font-size: 11px
}

.rph__case-divider {
	background: #ffffff0d;
	height: 1px;
	margin-bottom: 20px
}

.rph__case-quote {
	color: #bcbcc7;
	margin-bottom: 12px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.7
}

.rph__case-author {
	letter-spacing: .04em;
	color: #8c8c99;
	font-size: 11px;
	font-weight: 700
}

.rph__how {
	background: #07070a;
	padding: 100px 0
}

.rph__how-inner {
	grid-template-columns: 380px 1fr;
	align-items: start;
	gap: 80px;
	display: grid
}

.rph__how-left {
	position: sticky;
	top: 80px
}

.rph__how-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 20px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900;
	line-height: 1.05
}

.rph__how-h2 span {
	color: #fc0
}

.rph__how-desc {
	color: #bcbcc7;
	margin-bottom: 36px;
	font-size: 15px;
	line-height: 1.8
}

.rph__how-steps {
	flex-direction: column;
	gap: 0;
	display: flex
}

.rph__step {
	border-bottom: 1px solid #ffffff0d;
	grid-template-columns: 80px 1fr;
	align-items: start;
	gap: 24px;
	padding: 36px 0;
	display: grid
}

.rph__step:first-child {
	padding-top: 0
}

.rph__step:last-child {
	border-bottom: none
}

.rph__step-num {
	letter-spacing: .12em;
	color: #fc0;
	white-space: nowrap;
	padding-top: 4px;
	font-size: 11px;
	font-weight: 700
}

.rph__step-title {
	color: #fff;
	letter-spacing: -.3px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 800
}

.rph__step-desc {
	color: #b3b3bf;
	font-size: 14px;
	line-height: 1.75
}

.rph__step-tags {
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	display: flex
}

.rph__step-tag {
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #adadb9;
	border: 1px solid #ffffff14;
	padding: 5px 12px;
	font-size: 10px;
	font-weight: 700
}

.rph__services {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	padding: 100px 0
}

.rph__services-head {
	text-align: center;
	margin-bottom: 60px
}

.rph__services-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 16px;
	font-size: clamp(28px, 5vw, 46px)
	font-weight: 900
}

.rph__services-h2 span {
	color: #fc0
}

.rph__services-sub {
	color: #adadb9;
	max-width: 480px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7
}

.rph__svc-grid {
	background: #ffffff0a;
	border: 1px solid #ffffff0a;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	display: grid
}

.rph__svc {
	background: #07070a;
	padding: 40px 36px;
	transition: background .25s;
	position: relative;
	overflow: hidden
}

.rph__svc:hover {
	background: #101010
}

.rph__svc-icon {
	background: #ffcc0014;
	border: 1px solid #ffcc0026;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 24px;
	display: flex
}

.rph__svc-icon svg {
	width: 20px;
	height: 20px
}

.rph__svc-title {
	color: #fff;
	letter-spacing: -.3px;
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 800
}

.rph__svc-desc {
	color: #adadb9;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.8
}

.rph__svc-list {
	flex-direction: column;
	gap: 8px;
	display: flex
}

.rph__svc-item {
	color: #bcbcc7;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
	display: flex
}

.rph__svc-item:before {
	content: "";
	background: #22c55e1a url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4l1.5 1.5 3.5-3' stroke='%2322c55e' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
	border: 1px solid #22c55e33;
	border-radius: 50%;
	flex-shrink: 0;
	width: 14px;
	height: 14px
}

.rph__compare {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	padding: 100px 0
}

.rph__compare-head {
	text-align: center;
	margin-bottom: 56px
}

.rph__compare-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 16px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900
}

.rph__compare-h2 span {
	color: #fc0
}

.rph__compare-sub {
	color: #adadb9;
	max-width: 520px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7
}

.rph__compare-table {
	background: #ffffff04;
	border: 1px solid #ffffff0f
}

.rph__compare-row {
	grid-template-columns: 1.3fr 1fr 1fr;
	display: grid
}

.rph__compare-row:not(:last-child) {
	border-bottom: 1px solid #ffffff0d
}

.rph__compare-row--head {
	background: #ffffff05
}

.rph__compare-cell {
	align-items: center;
	gap: 10px;
	padding: 24px 28px;
	font-size: 14px;
	line-height: 1.6;
	display: flex
}

.rph__compare-cell--label {
	color: #d6d6dd;
	font-size: 13px;
	font-weight: 700
}

.rph__compare-cell--head {
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #9999a6;
	font-size: 11px;
	font-weight: 800
}

.rph__compare-cell--head.rph__compare-cell--good {
	color: #22c55e;
	background: #22c55e0d
}

.rph__compare-cell--bad {
	color: #b3b3bf
}

.rph__compare-cell--good {
	color: #ececef;
	background: #22c55e0a;
	border-left: 1px solid #22c55e14;
	font-weight: 500
}

.rph__compare-icon {
	flex-shrink: 0;
	display: flex
}

.rph__compare-icon--bad {
	color: #a8a8b2
}

.rph__compare-icon--good {
	color: #22c55e
}

.rph__compare-tag-mobile {
	display: none
}

.rph__portfolio {
	background: #07070a;
	padding: 100px 0
}

.rph__portfolio-head {
	text-align: center;
	margin-bottom: 60px
}

.rph__portfolio-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 16px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900
}

.rph__portfolio-h2 span {
	color: #fc0
}

.rph__portfolio-sub {
	color: #adadb9;
	max-width: 520px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7
}

.rph__pf-grid {
	background: #ffffff0a;
	border: 1px solid #ffffff0a;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-bottom: 28px;
	display: grid
}

.rph__pf-card {
	background: #0b0b0e;
	flex-direction: column;
	padding: 36px 32px;
	transition: background .25s;
	display: flex;
	position: relative
}

.rph__pf-card:hover {
	background: #111
}

.rph__pf-card:before {
	content: "";
	background: 0 0;
	height: 2px;
	transition: background .25s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.rph__pf-card:hover:before {
	background: #fc0
}

.rph__pf-card--green:hover:before {
	background: #22c55e
}

.rph__pf-tag {
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #9999a6;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex
}

.rph__pf-tag-dot {
	background: #fc0;
	border-radius: 50%;
	flex-shrink: 0;
	width: 5px;
	height: 5px
}

.rph__pf-tag-dot--green {
	background: #22c55e
}

.rph__pf-title {
	color: #fff;
	letter-spacing: -.3px;
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 800
}

.rph__pf-location {
	color: #a3a3af;
	margin-bottom: 28px;
	font-size: 12px;
	font-weight: 500
}

.rph__pf-stats {
	flex: 1;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 28px;
	display: grid
}

.rph__pf-stat-val {
	color: #fc0;
	letter-spacing: -1px;
	margin-bottom: 6px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	display: block
}

.rph__pf-stat-val--green {
	color: #22c55e
}

.rph__pf-stat-lbl {
	color: #a3a3af;
	letter-spacing: .04em;
	font-size: 11px;
	font-weight: 600
}

.rph__pf-footer {
	border-top: 1px solid #ffffff0d;
	justify-content: space-between;
	align-items: center;
	padding-top: 22px;
	display: flex
}

.rph__pf-badge {
	color: #8c8c99;
	letter-spacing: .04em;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 600;
	display: flex
}

.rph__pf-badge svg {
	flex-shrink: 0;
	width: 12px;
	height: 12px
}

.rph__pf-link {
	color: #fc0;
	letter-spacing: .04em;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	transition: gap .2s;
	display: flex
}

.rph__pf-card--green .rph__pf-link {
	color: #22c55e
}

.rph__pf-card:hover .rph__pf-link {
	gap: 10px
}

.rph__portfolio-note {
	text-align: center;
	color: #84848f;
	letter-spacing: .04em;
	font-size: 12px;
	font-weight: 500
}

.rph__results {
	background: #fc0;
	padding: 0;
	overflow: hidden
}

.rph__results-inner {
	divide-color: #0000001a;
	grid-template-columns: repeat(4, 1fr);
	display: grid
}

.rph__res-item {
	text-align: center;
	border-right: 1px solid #0000001a;
	padding: 52px 40px;
	position: relative
}

.rph__res-item:last-child {
	border-right: none
}

.rph__res-num {
	color: #07070a;
	letter-spacing: -2px;
	margin-bottom: 6px;
	font-size: clamp(36px, 7vw, 56px);
	font-weight: 900;
	line-height: 1;
	display: block
}

.rph__res-lbl {
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #07070a80;
	font-size: 11px;
	font-weight: 700
}

.rph__founder {
	background: #07070a;
	padding: 100px 0
}

.rph__founder-inner {
	grid-template-columns: 320px 1fr;
	align-items: start;
	gap: 64px;
	display: grid
}

.rph__founder-photo {
	aspect-ratio: 1;
	background: linear-gradient(150deg, #ffcc0012, #22c55e0a);
	border: 1px solid #ffffff0f;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	overflow: hidden
}

.rph__founder-initials {
	color: #ffffff1a;
	letter-spacing: -4px;
	font-size: 88px;
	font-weight: 900;
	line-height: 1
}

.rph__profile-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0
}

.rph__founder-photo-label {
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #8c8c99;
	text-align: center;
	background: #ffffff05;
	border-top: 1px solid #ffffff0f;
	padding: 16px 0;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.rph__founder-name {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 6px;
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 900
}

.rph__founder-title {
	color: #fc0;
	letter-spacing: .04em;
	margin-bottom: 26px;
	font-size: 14px;
	font-weight: 600
}

.rph__founder-bio {
	color: #c7c7cf;
	max-width: 620px;
	margin-bottom: 32px;
	font-size: 15px;
	line-height: 1.85
}

.rph__founder-skills-label,
.rph__founder-industries-label {
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #a8a8b2;
	margin-bottom: 14px;
	font-size: 10px;
	font-weight: 700
}

.rph__founder-skills {
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
	display: flex
}

.rph__founder-skill {
	color: #fc0;
	letter-spacing: .04em;
	background: #ffcc000a;
	border: 1px solid #ffcc0026;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: 700
}

.rph__founder-industries {
	flex-wrap: wrap;
	gap: 8px;
	display: flex
}

.rph__founder-industry {
	color: #bcbcc7;
	border: 1px solid #ffffff0f;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 500
}

.rph__testi {
	background: #07070a;
	padding: 100px 0
}

.rph__testi-head {
	text-align: center;
	margin-bottom: 60px
}

.rph__testi-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 12px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900
}

.rph__testi-h2 span {
	color: #fc0
}

.rph__testi-sub {
	color: #a3a3af;
	font-size: 15px
}

.rph__testi-grid {
	background: #ffffff0a;
	border: 1px solid #ffffff0a;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	display: grid
}

.rph__tcard {
	background: #07070a;
	flex-direction: column;
	gap: 0;
	padding: 40px 36px;
	transition: background .25s;
	display: flex
}

.rph__tcard:hover {
	background: #0f0f0f
}

.rph__tcard-stars {
	gap: 3px;
	margin-bottom: 20px;
	display: flex
}

.rph__star {
	color: #fc0;
	font-size: 14px
}

.rph__tcard-result {
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #22c55e;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 11px;
	font-weight: 700;
	display: flex
}

.rph__tcard-result:before {
	content: "";
	background: #22c55e;
	width: 20px;
	height: 1px
}

.rph__tcard-quote {
	color: #e6e6ea;
	flex: 1;
	margin-bottom: 32px;
	font-size: 15px;
	font-style: italic;
	line-height: 1.75
}

.rph__tcard-author {
	border-top: 1px solid #ffffff0d;
	align-items: center;
	gap: 14px;
	padding-top: 24px;
	display: flex
}

.rph__tcard-avatar {
	color: #fc0;
	background: #ffcc001f;
	border: 1px solid #fc03;
	border-radius: 50%;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 800;
	display: flex
}

.rph__tcard-name {
	color: #fff;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 700;
	display: block
}

.rph__tcard-role {
	color: #9999a6;
	font-size: 11px;
	font-weight: 500
}

.rph__stack {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	border-bottom: 1px solid #ffffff0a;
	padding: 70px 0
}

.rph__stack-head {
	text-align: center;
	margin-bottom: 40px
}

.rph__stack-h2 {
	letter-spacing: -.8px;
	color: #fff;
	font-size: 28px;
	font-weight: 900
}

.rph__stack-h2 span {
	color: #fc0
}

.rph__stack-grid {
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	display: flex
}

.rph__stack-item {
	color: #c5c5cd;
	letter-spacing: .02em;
	background: #ffffff05;
	border: 1px solid #ffffff0f;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	font-size: 13px;
	font-weight: 700;
	display: flex
}

.rph__stack-dot {
	background: #22c55e;
	border-radius: 50%;
	flex-shrink: 0;
	width: 6px;
	height: 6px
}

.rph__why {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	padding: 100px 0
}

.rph__why-grid {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
	display: grid
}

.rph__why-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 20px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900;
	line-height: 1.05
}

.rph__why-h2 span {
	color: #fc0
}

.rph__why-desc {
	color: #bcbcc7;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.8
}

.rph__why-list {
	flex-direction: column;
	gap: 0;
	display: flex
}

.rph__why-item {
	border-bottom: 1px solid #ffffff0d;
	align-items: flex-start;
	gap: 18px;
	padding: 22px 0;
	display: flex
}

.rph__why-item:last-child {
	border-bottom: none
}

.rph__why-icon {
	background: #ffcc0014;
	border: 1px solid #ffcc0026;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	display: flex
}

.rph__why-icon svg {
	width: 16px;
	height: 16px
}

.rph__why-title {
	color: #fff;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700
}

.rph__why-body {
	color: #adadb9;
	font-size: 13px;
	line-height: 1.65
}

.rph__why-card {
	background: #07070a;
	border: 1px solid #ffffff0f;
	padding: 48px 40px;
	position: relative
}

.rph__why-card:before {
	content: "";
	background: linear-gradient(90deg, #fc0, #0000);
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.rph__why-card-label {
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #a8a8b2;
	margin-bottom: 32px;
	font-size: 10px;
	font-weight: 700
}

.rph__why-kpi {
	color: #22c55e;
	letter-spacing: -4px;
	margin-bottom: 10px;
	font-size: clamp(52px, 12vw, 96px);
	font-weight: 900;
	line-height: .9
}

.rph__why-kpi-lbl {
	color: #adadb9;
	margin-bottom: 40px;
	font-size: 14px
}

.rph__why-bars {
	flex-direction: column;
	gap: 16px;
	margin-bottom: 36px;
	display: flex
}

.rph__wbar {
	grid-template-columns: 120px 1fr 38px;
	align-items: center;
	gap: 14px;
	display: grid
}

.rph__wbar-lbl {
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9999a6;
	font-size: 10px;
	font-weight: 700
}

.rph__wbar-track {
	background: #ffffff0f;
	height: 2px;
	position: relative
}

.rph__wbar-fill {
	background: #fc0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.rph__wbar-fill--green {
	background: #22c55e
}

.rph__wbar-val {
	color: #a3a3af;
	text-align: right;
	font-size: 11px;
	font-weight: 700
}

.rph__why-guarantee {
	background: #22c55e0f;
	border: 1px solid #22c55e26;
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	display: flex
}

.rph__why-g-icon {
	flex-shrink: 0;
	font-size: 24px
}

.rph__why-g-text strong {
	color: #22c55e;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 800;
	display: block
}

.rph__why-g-text span {
	color: #adadb9;
	font-size: 12px
}

.rph__faq {
	background: #07070a;
	padding: 100px 0
}

.rph__faq-inner {
	grid-template-columns: 1fr 1.4fr;
	align-items: start;
	gap: 80px;
	display: grid
}

.rph__faq-left {
	position: sticky;
	top: 80px
}

.rph__faq-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 20px;
	font-size: clamp(28px, 5vw, 46px);
	font-weight: 900;
	line-height: 1.05
}

.rph__faq-h2 span {
	color: #fc0
}

.rph__faq-desc {
	color: #adadb9;
	margin-bottom: 36px;
	font-size: 15px;
	line-height: 1.8
}

.rph__faqs {
	flex-direction: column;
	gap: 0;
	display: flex
}

.rph__faq-item {
	border-bottom: 1px solid #ffffff0d;
	padding: 28px 0
}

.rph__faq-item:first-child {
	border-top: 1px solid #ffffff0d;
	padding-top: 0
}

.rph__faq-q {
	color: #fff;
	letter-spacing: -.2px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	display: flex
}

.rph__faq-q:after {
	content: "+";
	color: #fc0;
	flex-shrink: 0;
	margin-top: -2px;
	font-size: 20px;
	font-weight: 300
}

.rph__faq-a {
	color: #adadb9;
	font-size: 14px;
	line-height: 1.8
}

.rph__apply {
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	padding: 100px 0
}

.rph__apply-inner {
	max-width: 760px;
	margin: 0 auto
}

.rph__apply-head {
	text-align: center;
	margin-bottom: 48px
}

.rph__apply-h2 {
	letter-spacing: -1.5px;
	color: #fff;
	margin-bottom: 14px;
	font-size: clamp(28px, 6vw, 42px);
	font-weight: 900
}

.rph__apply-h2 span {
	color: #fc0
}

.rph__apply-sub {
	color: #b3b3bf;
	max-width: 520px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.7
}

.rph__apply-card {
	background: #ffffff05;
	border: 1px solid #ffffff0f;
	padding: 48px;
	position: relative
}

.rph__apply-card:before {
	content: "";
	background: linear-gradient(90deg, #fc0, #0000);
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.rph__apply-row {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
	display: grid
}

.rph__apply-field {
	flex-direction: column;
	gap: 8px;
	display: flex
}

.rph__apply-field--full {
	grid-column: 1/-1
}

.rph__apply-label {
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #adadb9;
	font-size: 11px;
	font-weight: 700
}

.rph__apply-input,
.rph__apply-select,
.rph__apply-textarea {
	color: #fff;
	background: #07070a;
	border: 1px solid #ffffff14;
	width: 100%;
	padding: 14px 16px;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px
}

.rph__apply-input::placeholder,
.rph__apply-textarea::placeholder {
	color: #a8a8b2
}

.rph__apply-input:focus,
.rph__apply-select:focus,
.rph__apply-textarea:focus {
	border-color: #fc0;
	outline: none
}

.rph__apply-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffcc00' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 16px center;
	background-repeat: no-repeat;
	padding-right: 40px
}

.rph__apply-select option {
	color: #fff;
	background: #07070a
}

.rph__apply-textarea {
	resize: vertical;
	min-height: 100px;
	font-family: inherit
}

.rph__apply-submit {
	justify-content: center;
	width: 100%;
	margin-top: 8px
}

.rph__apply-note {
	text-align: center;
	color: #a8a8b2;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.7
}

.rph__apply-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
	transform: none !important
}

.rph__apply-status {
	border: 1px solid;
	margin-top: 18px;
	padding: 14px 18px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	display: none
}

.rph__apply-status--success {
	color: #22c55e;
	background: #22c55e0f;
	border-color: #22c55e33;
	display: block
}

.rph__apply-status--error {
	color: #ff6b5e;
	background: #ff3b300f;
	border-color: #ff3b3033;
	display: block
}

.rph__cta {
	text-align: center;
	background: #0b0b0e;
	border-top: 1px solid #ffffff0a;
	padding: 110px 0;
	position: relative;
	overflow: hidden
}

.rph__cta:before {
	content: "";
	pointer-events: none;
	background: radial-gradient(#ffcc0012, #0000 65%);
	width: 600px;
	height: 400px;
	position: absolute;
	top: -200px;
	left: 50%;
	transform: translate(-50%)
}

.rph__cta-label {
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #22c55e;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	font-size: 10px;
	font-weight: 700;
	display: inline-flex
}

.rph__cta-dot {
	background: #22c55e;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	animation: 2s ease-in-out infinite rphdot
}

.rph__cta-h2 {
	letter-spacing: -2.5px;
	color: #fff;
	z-index: 1;
	margin-bottom: 20px;
	font-size: clamp(32px, 7vw, 62px);
	font-weight: 900;
	line-height: 1.02;
	position: relative
}

.rph__cta-h2 span {
	color: #fc0
}

.rph__cta-sub {
	color: #adadb9;
	z-index: 1;
	max-width: 480px;
	margin: 0 auto 48px;
	font-size: 17px;
	line-height: 1.7;
	position: relative
}

.rph__cta-btns {
	z-index: 1;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 40px;
	display: flex;
	position: relative
}

.rph__cta-trust {
	z-index: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
	display: flex;
	position: relative
}

.rph__cta-trust-item {
	color: #9999a6;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	display: flex
}

.rph__cta-trust-item:before {
	content: "✓";
	color: #22c55e;
	font-size: 13px
}

/* ===== Shared mobile carousel behavior (cards become swipeable) ===== */
.rph__cases,
.rph__svc-grid,
.rph__pf-grid,
.rph__testi-grid,
.rph__compare-table {
	scrollbar-width: none
}

.rph__cases::-webkit-scrollbar,
.rph__svc-grid::-webkit-scrollbar,
.rph__pf-grid::-webkit-scrollbar,
.rph__testi-grid::-webkit-scrollbar,
.rph__compare-table::-webkit-scrollbar {
	display: none
}

@media (width<=1024px) {
	.rph__inner {
		padding: 0 32px
	}

	.rph__hero-form {
		flex-wrap: wrap
	}

	.rph__hero-form input,
	.rph__hero-form select {
		flex: 1 1 auto;
		min-width: 180px
	}

	.rph__hero-form-btn {
		flex: 1 1 100%;
		min-height: 52px;
		justify-content: center
	}

	.rph__how-inner {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.rph__how-left {
		position: static
	}

	.rph__results-inner {
		grid-template-columns: repeat(2, 1fr)
	}

	.rph__res-item:nth-child(2) {
		border-right: none
	}

	.rph__why-grid {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.rph__founder-inner {
		grid-template-columns: 1fr;
		gap: 40px
	}

	.rph__founder-photo {
		max-width: 280px
	}

	.rph__faq-inner {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.rph__faq-left {
		position: static
	}
}

@media (width<=768px) {
	.rph__inner {
		padding: 0 20px
	}

	.rph__section {
		padding-top: clamp(56px, 12vw, 90px);
		padding-bottom: clamp(56px, 12vw, 90px)
	}

	.rph__hero {
		padding: 44px 0 52px
	}

	.rph__hero-badge {
		margin-bottom: 24px;
		font-size: 10px
	}

	.rph__hero-sub {
		margin-bottom: 32px;
		font-size: 15px
	}

	.rph__hero-form {
		flex-direction: column;
		padding: 12px
	}

	.rph__hero-form input,
	.rph__hero-form select {
		font-size: 16px;
		padding: 14px
	}

	.rph__hero-form-btn {
		justify-content: center;
		width: 100%
	}

	.rph__hero-trust {
		gap: 10px 18px;
		margin-top: 32px
	}

	.rph__hero-trust-item {
		font-size: 12px
	}

	/* Btn tap targets */
	.rph__btn {
		min-height: 50px;
		padding: 14px 26px
	}

	/* --- Proof / case studies -> swipeable carousel --- */
	.rph__proof-head {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 32px
	}

	.rph__proof-note {
		text-align: left;
		max-width: none
	}

	.rph__cases,
	.rph__svc-grid,
	.rph__pf-grid,
	.rph__testi-grid {
		display: flex;
		grid-template-columns: unset;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		margin: 0 -20px;
		padding: 4px 20px 8px;
		background: none;
		border: none
	}

	.rph__case,
	.rph__svc,
	.rph__pf-card,
	.rph__tcard {
		scroll-snap-align: center;
		flex: 0 0 88%;
		min-width: 88%;
		border: 1px solid #ffffff14;
		padding: 30px 26px
	}

	.rph__proof,
	.rph__services,
	.rph__portfolio,
	.rph__testi {
		overflow-x: visible
	}

	.rph__how-steps {
		gap: 0
	}

	.rph__step {
		grid-template-columns: 56px 1fr;
		gap: 16px;
		padding: 28px 0
	}

	/* --- Comparison table -> swipeable cards --- */
	.rph__compare-table {
		background: none;
		border: none;
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		margin: 0 -20px;
		padding: 4px 20px 8px
	}

	.rph__compare-row--head {
		display: none
	}

	.rph__compare-row {
		scroll-snap-align: center;
		grid-template-columns: 1fr;
		flex: 0 0 84%;
		min-width: 84%;
		background: #0b0b0e;
		border: 1px solid #ffffff14
	}

	.rph__compare-row:not(:last-child) {
		border-bottom: 1px solid #ffffff14
	}

	.rph__compare-cell--label {
		color: #fff;
		background: #ffffff08;
		padding: 16px 20px 12px;
		font-size: 13px
	}

	.rph__compare-cell--bad,
	.rph__compare-cell--good {
		border-left: none;
		flex-wrap: wrap;
		padding: 14px 20px
	}

	.rph__compare-tag-mobile {
		letter-spacing: .12em;
		text-transform: uppercase;
		border-radius: 3px;
		flex-shrink: 0;
		align-items: center;
		margin-right: 4px;
		padding: 3px 9px;
		font-size: 9px;
		font-weight: 800;
		display: inline-flex
	}

	.rph__compare-cell--bad .rph__compare-tag-mobile {
		color: #c7c7cf;
		background: #ffffff14
	}

	.rph__compare-cell--good .rph__compare-tag-mobile {
		color: #22c55e;
		background: #22c55e26
	}

	.rph__why-card {
		padding: 32px 24px
	}

	.rph__why-kpi-lbl {
		margin-bottom: 28px
	}

	.rph__apply-card {
		padding: 24px
	}

	.rph__apply-row {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 16px
	}

	.rph__apply-input,
	.rph__apply-select,
	.rph__apply-textarea {
		font-size: 16px
	}

	.rph__cta-btns {
		flex-direction: column;
		align-items: stretch
	}

	.rph__cta-trust {
		gap: 14px 22px
	}

	.rph__founder-photo {
		max-width: 220px;
		margin: 0 auto
	}
}

@media (width<=540px) {
	.rph__results-inner {
		grid-template-columns: 1fr 1fr
	}

	.rph__case,
	.rph__svc,
	.rph__pf-card,
	.rph__tcard,
	.rph__compare-row {
		flex-basis: 92%;
		min-width: 92%
	}

	.rph__hero-trust {
		flex-direction: column;
		gap: 8px
	}

	.rph__hero-trust-sep {
		display: none
	}
}