.segment-pro {
	background: #f8f8f8;
	color: #596273;
}

.segment-pro-title-gradient {
	color: #2f72d8;
}

.segment-pro-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

.segment-pro-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 8px 0;
	background: rgba(248, 248, 248, 0.95);
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(31, 35, 43, 0.06);
	border-bottom: 1px solid rgba(31, 35, 43, 0.06);
}

.segment-pro-nav__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scrollbar-width: none;
}

.segment-pro-nav__inner::-webkit-scrollbar {
	display: none;
}

.segment-pro-nav__link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border: 1px solid #e6e9ef;
	border-radius: 999px;
	background: #fff;
	color: #596273;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.segment-pro-nav__link:hover,
.segment-pro-nav__link:focus,
.segment-pro-nav__link.is-active {
	background: #2f72d8;
	border-color: #2f72d8;
	color: #fff;
	box-shadow: 0 16px 30px rgba(47, 114, 216, 0.18);
}

.segment-pro-nav__icon,
.segment-pro-job__badge,
.segment-pro-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #edf4ff;
	color: #2f72d8;
	flex-shrink: 0;
}

.segment-pro-nav__icon svg,
.segment-pro-job__badge svg,
.segment-pro-card__icon svg {
	width: 18px;
	height: 18px;
}

.segment-pro-nav__dot,
.segment-pro-job__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: currentColor;
}

.segment-pro-intro {
	padding: 88px 0 96px;
}

.segment-pro-intro__header {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.segment-pro-intro__title,
.segment-pro-cta__title,
.segment-pro-more__title {
	margin: 0;
	font-size: clamp(42px, 4.8vw, 64px);
	line-height: 0.98;
	letter-spacing: -0.05em;
	font-weight: 900;
	color: #171c24;
}

.segment-pro-intro__text,
.segment-pro-cta__text,
.segment-pro-more__text,
.segment-pro-job__text,
.segment-pro-job__note-text {
	font-size: 18px;
	line-height: 1.7;
	color: #7c8698;
}

.segment-pro-intro__text {
	max-width: 700px;
	margin: 22px auto 0;
}

.segment-pro-intro__text p,
.segment-pro-cta__text p,
.segment-pro-more__text p,
.segment-pro-job__text p,
.segment-pro-job__note-text p {
	margin: 0;
}

.segment-pro-intro__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 44px;
}

.segment-pro-card,
.segment-pro-job__note {
	padding: 28px 30px;
	border: 1px solid #e8ebf1;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(16, 24, 40, 0.04);
}

.segment-pro-card__title,
.segment-pro-job__subtitle,
.segment-pro-job__note-title {
	margin: 0;
	font-size: 28px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #171c24;
}

.segment-pro-card__title {
	margin-top: 18px;
	font-size: 26px;
}

.segment-pro-card__list,
.segment-pro-job__list {
	margin: 20px 0 0;
	padding-left: 20px;
	display: grid;
	font-size: 18px;
	line-height: 1.65;
	color: #7c8698;
}

.segment-pro-card__list li::marker,
.segment-pro-job__list li::marker {
	color: #2f72d8;
}

.segment-pro-jobs {
	border-top: 1px solid #ebeef4;
}

.segment-pro-job {
	padding: 82px 0 88px;
	border-bottom: 1px solid #ebeef4;
}

.segment-pro-job__content {
	max-width: 760px;
	margin: 0 auto;
}

.segment-pro-job__header {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 26px;
}

.segment-pro-job__title {
	margin: 0;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1;
	letter-spacing: -0.045em;
	font-weight: 900;
	color: #171c24;
}

.segment-pro-job__subtitle {
	margin-top: 30px;
	font-size: 34px;
}

.segment-pro-job__list {
	margin-top: 18px;
}

.segment-pro-job__note {
	margin-top: 28px;
}

.segment-pro-job__note-title {
	font-size: 24px;
}

.segment-pro-job__note-text {
	margin-top: 10px;
}

.segment-pro-cta {
	padding: 88px 0;
	background: #2f72d8;
	color: #fff;
}

.segment-pro-cta__inner,
.segment-pro-more__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.segment-pro-cta__title {
	color: #fff;
}

.segment-pro-cta__text {
	max-width: 620px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.82);
}

.segment-pro-cta__actions,
.segment-pro-more__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.segment-pro-cta__button,
.segment-pro-more__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 208px;
	min-height: 56px;
	padding: 14px 26px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.segment-pro-cta__button:hover,
.segment-pro-cta__button:focus,
.segment-pro-more__button:hover,
.segment-pro-more__button:focus {
	transform: translateY(-1px);
}

.segment-pro-cta__button--light {
	background: #fff;
	border: 1px solid #fff;
	color: #2f72d8;
}

.segment-pro-cta__button--ghost {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.segment-pro-more {
	padding: 88px 0 104px;
	background: #fff;
}

.segment-pro-more__text {
	max-width: 720px;
	margin: 18px auto 0;
}

.segment-pro-more__button {
	background: linear-gradient(135deg, #ff8a1d, #ff6a13);
	border: 1px solid #ff7b17;
	color: #fff;
	box-shadow: 0 18px 40px rgba(255, 122, 23, 0.22);
}

.segment-pro-section {
	padding: 72px 0;
	scroll-margin-top: 120px;
	border-bottom: 1px solid rgb(235 235 235 / 60%);
}

.segment-pro-section__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.segment-pro-section__icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(47, 116, 220, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.segment-pro-section__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #2f74dc;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.segment-pro-section__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	color: var(--color-primary);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.segment-pro-section__content {
	color: #6b7280;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300;
}

.segment-pro-section__content p {
	margin: 0 0 20px;
}

.segment-pro-section__content strong {
	color: #111827;
	font-weight: 700;
}

.segment-pro-section__content h3 {
	margin: 32px 0 14px;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.segment-pro-section__content ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	padding-top: 1em;
}

.segment-pro-section__content li {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	line-height: 1.15;
	margin-bottom: 8px;
}

.segment-pro-section__content ul:not(.segment-pro-section__content--without-disc) li {
	padding-left: 18px;
}

.segment-pro-section__content ul:not(.segment-pro-section__content--without-disc) li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--color-highlight);
}

.segment-pro-section__note {
	margin-top: 28px;
	padding: 24px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(229, 231, 235, 0.9);
}

.segment-pro-section__note p {
	margin-bottom: 10px;
}

.segment-pro-section__note p:last-child {
	margin-bottom: 0;
	font-size: 14px;
}

.segment-pro-section__list--legal .segment-pro-section__list-icon {
	color: var(--color-highlight);
}

.segment-pro-section__cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}

.segment-pro-section__card {
	background: #fff;
	border: 1px solid rgba(229, 231, 235, 0.8);
	border-radius: 16px;
	padding: 20px;
}

.segment-pro-section__card-title {
	font-size: 14px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 6px;
}

.segment-pro-section__card-text {
	font-size: 14px;
	font-style: italic;
	color: #6b7280;
	line-height: 1.6;
	margin: 0;
}

.segment-pro-section__cards-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-top: 16px;
}

@media (max-width: 768px) {
	.segment-pro-section__cards-grid {
		grid-template-columns: 1fr;
	}
}

.segment-pro-section__note-text {
	font-size: 14px;
	color: #6b7280;
	margin-top: 12px;
}

@media (max-width: 921px) {
	.segment-pro-intro__cards {
		grid-template-columns: 1fr;
	}

	.segment-pro-intro,
	.segment-pro-job,
	.segment-pro-cta,
	.segment-pro-more {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

@media (max-width: 767px) {
	.segment-pro-shell,
	.segment-pro-nav__inner {
		padding: 0 20px;
	}

	.segment-pro-intro__title,
	.segment-pro-cta__title,
	.segment-pro-more__title,
	.segment-pro-job__title {
		letter-spacing: -0.04em;
	}

	.segment-pro-card,
	.segment-pro-job__note {
		padding: 24px 22px;
		border-radius: 20px;
	}

	.segment-pro-card__title,
	.segment-pro-job__subtitle {
		font-size: 24px;
	}

	.segment-pro-intro__text,
	.segment-pro-cta__text,
	.segment-pro-more__text,
	.segment-pro-job__text,
	.segment-pro-job__list,
	.segment-pro-card__list,
	.segment-pro-job__note-text {
		font-size: 16px;
	}

	.segment-pro-cta__button,
	.segment-pro-more__button {
		width: 100%;
	}
}


/* Container */
.segment-pro-anchors {
	display: flex;
	align-items: stretch;
	gap: 6px;
	padding: 10px 0;
	overflow-x: auto;
	scrollbar-width: none;
	border-bottom: 1px solid rgb(235 235 235 / 60%);
}

.segment-pro-anchors::-webkit-scrollbar {
	display: none;
}

/* Item */
.segment-pro-anchor {
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;

	border: 1px solid #e5e7eb;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.6);

	transition: all 0.25s ease;
	white-space: normal;
	word-break: break-word;
}

/* Hover */
.segment-pro-anchor:hover {
	color: #111;
	border-color: rgba(0, 0, 0, 0.3);
}

/* Active */
.segment-pro-anchor.is-active {
	background: #1a73e8;
	color: #fff;
	border-color: #1a73e8;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Icon */
.segment-pro-anchor__icon {
	font-size: 18px;
	line-height: 1;
	flex-shrink: 0;
}

/* Labels */
.segment-pro-anchor__label {
	display: inline;
}

.segment-pro-anchor__label--mobile {
	display: none;
}


.segment-pro-intro {
	padding: 80px 0 40px;
	text-align: center;
}

.segment-pro-intro__title {
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 12px;
}

.segment-pro-intro__subtitle {
	font-size: 16px;
	color: #6b7280;
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.6;
}

.segment-pro-title-gradient {
	background: linear-gradient(90deg, #3b82f6, #60a5fa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.segment-pro-intro__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.segment-pro-card {
	background: #fff;
	border-radius: 20px;
	padding: 32px;
	text-align: left;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.segment-pro-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #eef2ff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.segment-pro-card__icon svg {
	width: 22px;
	height: 22px;
	stroke: #3b82f6;
	fill: none;
	stroke-width: 1.75;
}

.segment-pro-card__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}

.segment-pro-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.segment-pro-card__list li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #374151;
	font-size: 14px;
}

.segment-pro-card__list li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3b82f6;
	position: absolute;
	left: 0;
	top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
	.segment-pro-intro__grid {
		grid-template-columns: 1fr;
	}
}

/* Responsive */
@media (max-width: 640px) {
	.segment-pro-anchor {
		padding: 6px 10px;
		font-size: 12px;
		gap: 6px;
	}

	.segment-pro-anchor__label--desktop {
		display: none;
	}

	.segment-pro-anchor__label--mobile {
		display: inline;
	}
}

.cta-section {
	font-family: var(--font-family-fallback), sans-serif !important;
	background: #2874dd;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
	font-family: Arial, sans-serif;
}

.cta-content h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.08;
	font-weight: 900;
	margin: 0 0 18px;
}

.cta-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 19px;
	line-height: 1.45;
	margin: 0 0 36px;
	font-weight: 400;
}

.cta-actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 2em;
}

.cta-actions a {
	height: 48px;
	padding: 0 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

.phone-btn {
	background: #fff;
	color: #2874dd;
}

.contact-btn {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-btn span {
	font-size: 20px;
}

@media (max-width: 600px) {
	.cta-content h2 {
		font-size: 30px;
	}

	.cta-content p {
		font-size: 17px;
	}
}

.info-section {
	font-family: var(--font-family-fallback), sans-serif !important;
	background: #f3f3f3;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: Arial, sans-serif;
}

.info-content {
	max-width: 900px;
}

.info-content h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 900;
	color: #111827;
	margin: 0 0 24px;
}

.info-content p {
	font-size: 20px;
	line-height: 1.6;
	color: #7a7a7a;
	margin: 0 0 42px;
	font-weight: 300;
}

.info-actions {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 2em;
}

.info-actions a {
	height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.2s ease;
}

.secondary-btn {
	background: #fff;
	color: #111827;
	border: 1px solid #e5e5e5;
}

.secondary-btn:hover {
	background: #f8f8f8;
}

.primary-btn {
	background: #f97316;
	color: #fff;
	box-shadow: 0 10px 24px rgba(249, 115, 22, 0.25);
}

.primary-btn:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(249, 115, 22, 0.3);
}

@media (max-width: 768px) {
	.info-content h2 {
		font-size: 42px;
	}

	.info-content p {
		font-size: 18px;
	}

	.info-actions {
		flex-direction: column;
		align-items: center;
	}

	.info-actions a {
		width: 100%;
		max-width: 340px;
	}
}