/**
 * Pricing v1 — scoped enterprise pricing page.
 */

.dr-pricing-v1 {
	--pv1-teal: #00b3a4;
	--pv1-teal-dark: #0a8f84;
	--pv1-navy: #0f172a;
	--pv1-bg: #f8fcfc;
	--pv1-card: #ffffff;
	--pv1-line: rgba(15, 23, 42, 0.08);
	--pv1-radius: 20px;
	--pv1-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
	background: var(--pv1-bg);
	color: var(--pv1-navy);
}

.dr-pricing-v1 h1,
.dr-pricing-v1 h2,
.dr-pricing-v1 h3 {
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.03em;
	color: var(--pv1-navy);
}

.dr-pricing-v1 h1 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4.4vw, 3.15rem);
	font-weight: 750;
	line-height: 1.15;
}

.dr-pricing-v1 #pv1-hero-title {
	color: var(--pv1-navy);
}

.pv1-hero__title-plain {
	color: var(--pv1-navy);
	-webkit-text-fill-color: var(--pv1-navy);
}

.pv1-hero__title-accent {
	display: inline;
	background: var(--dr-brand-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.dr-pricing-v1 h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 750;
}

.dr-pricing-v1 h3 {
	margin: 0 0 0.5rem;
	font-size: 1.15rem;
	font-weight: 700;
}

.pv1-hero__quote {
	scroll-margin-top: var(--dr-scroll-margin-top, 72px);
}

.pv1-section--tint {
	background: color-mix(in srgb, var(--pv1-teal) 6%, #fff);
}

.pv1-section__head {
	max-width: 42rem;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.pv1-section__head p {
	margin: 0;
	color: #475569;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.pv1-hero {
	padding: 2.25rem 0 3.5rem;
	background:
		radial-gradient(ellipse at 80% 10%, color-mix(in srgb, var(--pv1-teal) 16%, transparent), transparent 50%),
		linear-gradient(180deg, #fff 0%, var(--pv1-bg) 100%);
}

.pv1-hero__row {
	align-items: stretch;
}

.pv1-hero__copy {
	display: flex;
	flex-direction: column;
}

.pv1-hero-points {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 1rem;
	margin: 0.25rem 0 0;
	padding: 0;
	list-style: none;
}

.pv1-hero-points li {
	position: relative;
	padding-left: 1.25rem;
}

.pv1-hero-points li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pv1-teal);
}

.pv1-hero-points strong {
	display: block;
	margin: 0 0 0.2rem;
	color: var(--pv1-navy);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.35;
}

.pv1-hero-points span {
	display: block;
	color: #475569;
	font-size: 0.9375rem;
	line-height: 1.55;
}

.pv1-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pv1-hero .pv1-quote-wrap {
	max-width: none;
}

.pv1-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.25rem;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pv1-btn--primary {
	background: var(--pv1-teal);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 179, 164, 0.22);
}

.pv1-btn--primary:hover,
.pv1-btn--primary:focus {
	background: var(--pv1-teal-dark);
	color: #fff;
	transform: translateY(-1px);
}

.pv1-btn--ghost,
.pv1-btn--outline {
	background: #fff;
	color: var(--pv1-teal-dark);
	border: 1px solid color-mix(in srgb, var(--pv1-teal) 45%, #fff);
}

.pv1-btn--ghost:hover,
.pv1-btn--outline:hover,
.pv1-btn--ghost:focus,
.pv1-btn--outline:focus {
	border-color: var(--pv1-teal);
	color: var(--pv1-teal-dark);
}

.pv1-btn--on-dark {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.pv1-btn--on-dark:hover,
.pv1-btn--on-dark:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.pv1-logo {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.pv1-factor p {
	color: #475569;
	line-height: 1.6;
}

.pv1-factors.row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 1.5rem;
	margin-left: 0;
	margin-right: 0;
}

.pv1-factors > [class*="col-"] {
	display: flex;
	float: none;
	width: auto;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.pv1-factor {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 1.1rem 1.15rem 1rem;
	background: #fff;
	border: 1px solid var(--pv1-line);
	border-radius: 18px;
	box-shadow: var(--pv1-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pv1-factor p {
	margin-bottom: 0;
}

.pv1-factor:hover {
	transform: translateY(-3px);
}

.pv1-factor__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 0.65rem;
	border-radius: 12px;
	background: color-mix(in srgb, var(--dr-primary) 12%, #fff);
}

.pv1-factor__icon i {
	background: var(--dr-brand-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.pv1-quote-wrap {
	max-width: 720px;
	margin: 0 auto;
}

.pv1-quote-wrap #Businessreghtlist.request-quote-form {
	width: 100%;
	max-width: none;
	float: none;
}

.pv1-quote-wrap #Businessreghtlist.request-quote-form .request-quote-form-inner {
	padding: 16px 16px 14px !important;
}

.pv1-quote-wrap .request-quote-form-inner .equal_set {
	gap: 10px 14px !important;
}

.pv1-quote-wrap .request-quote-form-inner .equal_set .left_sele,
.pv1-quote-wrap .request-quote-form-inner .equal_set .right_sele,
.pv1-quote-wrap .request-quote-form-inner .equal_set .full_side,
.pv1-quote-wrap .request-quote-form-inner .equal_set .full_text {
	float: none !important;
	display: flex !important;
	flex-direction: column;
	width: auto;
}

.pv1-quote-wrap .request-quote-form-inner #rq-channels-wrap[hidden] {
	display: none !important;
}

.pv1-quote-wrap .request-quote-form-inner .equal_set label:not(.dr-form-consent__item) {
	display: block;
	margin: 0 0 6px !important;
	line-height: 1.3;
	white-space: normal;
}

/* Consent checkboxes: keep box left of copy (not stacked above). */
.pv1-quote-wrap .dr-form-consent {
	width: 100%;
	margin: 0.35rem 0 0.75rem;
}
.pv1-quote-wrap .request-quote-form-inner .equal_set .dr-form-consent__item,
.pv1-quote-wrap .dr-form-consent__item {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 0.55rem !important;
	margin: 0 !important;
	white-space: normal !important;
	float: none !important;
	width: 100% !important;
}
.pv1-quote-wrap .request-quote-form-inner .equal_set .dr-form-consent__item input[type="checkbox"],
.pv1-quote-wrap .dr-form-consent__item input[type="checkbox"] {
	display: inline-block !important;
	width: 1.05rem !important;
	height: 1.05rem !important;
	min-width: 1.05rem !important;
	min-height: 0 !important;
	margin: 0.2rem 0 0 !important;
	padding: 0 !important;
	flex: 0 0 auto !important;
	float: none !important;
}
.pv1-quote-wrap .dr-form-consent__item > span {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.pv1-quote-wrap .request-quote-counter {
	display: flex !important;
	align-items: stretch;
	float: none !important;
	width: 100%;
}

.pv1-quote-wrap .request-quote-form-inner .equal_set input:not([type="tel"]):not([type="checkbox"]),
.pv1-quote-wrap .request-quote-form-inner .equal_set .input_name_box:not(.cloud-select-trigger):not([type="tel"]),
.pv1-quote-wrap .request-quote-form-inner .equal_set textarea.input_name_box {
	float: none !important;
	display: block !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	min-height: 38px !important;
	padding: 7px 12px !important;
}

.pv1-quote-wrap .request-quote-form-inner textarea.input_name_box {
	min-height: 72px !important;
	height: 72px;
	resize: vertical;
}

.pv1-quote-wrap .request-quote-platform-gate {
	padding: 10px 12px 12px !important;
}

.pv1-quote-wrap .request-quote-platform-grid {
	gap: 10px 14px !important;
}

.pv1-quote-wrap .request-quote-platform-gate-msg {
	margin: 0 0 8px;
}

.pv1-quote-wrap .migration-type-chips {
	gap: 6px !important;
}

.pv1-quote-wrap .migration-type-chips .migration-type-option {
	padding: 6px 12px !important;
	min-height: 36px;
}

.pv1-quote-wrap .request-quote-trust {
	margin-top: 6px;
}

.pv1-quote-wrap .dr-phone-iti,
.pv1-quote-wrap .dr-phone-iti .iti {
	min-height: 38px;
	height: 38px;
}

.pv1-quote-wrap .dr-phone-iti .input_name_box,
.pv1-quote-wrap .dr-phone-iti input[type="tel"],
.pv1-quote-wrap .request-quote-form-inner .dr-phone-iti .input_name_box {
	min-height: 38px !important;
	height: 38px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 12px !important;
	padding-left: 0 !important;
	line-height: 38px;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

.pv1-quote-wrap .dr-phone-iti input:-webkit-autofill,
.pv1-quote-wrap .dr-phone-iti input:-webkit-autofill:hover,
.pv1-quote-wrap .dr-phone-iti input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--dr-text-primary, #0f172a);
	caret-color: var(--dr-text-primary, #0f172a);
	box-shadow: 0 0 0 1000px var(--dr-bg-light-paper, #fff) inset !important;
	-webkit-box-shadow: 0 0 0 1000px var(--dr-bg-light-paper, #fff) inset !important;
	transition: background-color 99999s ease-out;
}

.pv1-quote-wrap .request-quote-form-inner .equal_set .cloud-select-trigger,
.pv1-quote-wrap .request-quote-form-inner .equal_set .cloud-select-trigger.input_name_box {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	float: none !important;
	height: 38px !important;
	min-height: 38px !important;
	max-height: 38px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	line-height: 1.25 !important;
	box-sizing: border-box !important;
	color: #0f172a !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-trigger-content {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-placeholder {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.25 !important;
	color: #64748b !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-label {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.25 !important;
	color: #0f172a !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-chevron {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	flex-shrink: 0;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-multi-chip {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px;
	margin: 0 !important;
	line-height: 1 !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-multi-chip-icon {
	display: block !important;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	flex-shrink: 0;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-multi-chip-label {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
	font-size: 14px;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-option {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-option .cloud-select-icon {
	display: block !important;
	width: 24px;
	height: 24px;
	margin: 0 !important;
	align-self: center !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-select-option-label {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.2 !important;
}

.pv1-quote-wrap .request-quote-form-inner .cloud-multi-check {
	margin: 0 !important;
}

.pv1-quote-wrap .request-quote-submit {
	width: auto !important;
	min-width: 11.5rem;
	min-height: 40px;
	padding: 0.5rem 1.1rem !important;
	border-radius: 12px !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

@media (max-width: 575px) {
	.pv1-quote-wrap .request-quote-submit {
		width: 100% !important;
	}
}

.pv1-form label,
.pv1-form__legend {
	display: block;
	margin: 0 0 0.4rem;
	font-weight: 650;
	font-size: 0.9rem;
}

.pv1-form input,
.pv1-form select,
.pv1-form textarea {
	width: 100%;
	margin-bottom: 1rem;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d7e3e1;
	border-radius: 12px;
	min-height: 48px;
	background: #fff;
}

.pv1-form textarea {
	min-height: 120px;
}

.pv1-form__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin-bottom: 1rem;
}

.pv1-form__checks label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	font-weight: 500;
}

.pv1-form__checks input {
	width: auto;
	min-height: 0;
	margin: 0;
}

.pv1-form__submit {
	margin-top: 0.25rem;
}

.pv1-form__status {
	margin: 0.75rem 0 0;
}

.pv1-form__status.is-ok {
	color: var(--pv1-teal-dark);
}

.pv1-form__status.is-err {
	color: #b42318;
}

.pv1-faq {
	max-width: 48rem;
	margin: 0 auto;
}

.pv1-faq__item {
	margin-bottom: 0.75rem;
	padding: 0.2rem 1.1rem;
	background: #fff;
	border: 1px solid var(--pv1-line);
	border-radius: 16px;
}

.pv1-faq__item summary {
	cursor: pointer;
	min-height: 48px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.pv1-faq__item p {
	margin: 0 0 1rem;
	color: #475569;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.pv1-factors.row {
		grid-template-columns: repeat(2, 1fr);
	}

	.pv1-hero__row > [class*="col-"] + [class*="col-"] {
		margin-top: 2rem;
	}

	.pv1-hero-points {
		flex: none;
		justify-content: flex-start;
	}

	.pv1-btn,
	.pv1-hero__cta .pv1-btn {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.pv1-factors.row {
		grid-template-columns: 1fr;
	}

	.pv1-hero {
		padding-top: 1.25rem;
	}

	.pv1-quote-wrap .request-quote-counter .input_name_box {
		min-height: 48px !important;
		padding: 0 10px !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}
}

@media (max-width: 575px) {
	.pv1-form {
		padding: 1.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pv1-btn,
	.pv1-factor {
		transition: none;
	}
}
