/* ==========================================================================
   AYA OSGB · Ana sayfa
   Bölümler: hero · logolar · hizmetler · süreç · sağlık merkezi · neden
             · hizmet ağı · blog · SSS · teklif
   ========================================================================== */

/* Hero: görselli slaytlar ve sabit hesaplayıcı ----------------------------- */

.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--ink-900);
	color: var(--white);
	--slide-duration: 7s;
}

.hero__backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--brand-gradient);
	pointer-events: none;
}

.hero__media {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.2s var(--ease-out);
}

.hero__media.is-active {
	opacity: 1;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	transition: transform 9s linear;
}

.hero__media.is-active img {
	transform: scale(1);
}

/* Kurumsal mavi degrade: metin tarafında koyu, görsel tarafında açık */
.hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(12, 42, 71, 0.95) 0%, rgba(16, 58, 95, 0.88) 36%, rgba(37, 106, 170, 0.6) 70%, rgba(55, 133, 191, 0.42) 100%),
		linear-gradient(0deg, rgba(12, 42, 71, 0.5) 0%, rgba(12, 42, 71, 0) 40%);
}

/* Dikey boşluklar ve başlık ekran yüksekliğine göre küçülür: 13-14 inç dizüstünde form tek ekranda kalır. */
.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	gap: clamp(40px, 5vw, 88px);
	align-items: center;
	padding-block: clamp(28px, 5vh, 72px) clamp(40px, 7vh, 88px);
}

.hero__slides {
	display: grid;
}

.hero__slide {
	grid-area: 1 / 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out), visibility 0s linear 0.6s;
}

.hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: none;
	transition-delay: 0.12s, 0.12s, 0s;
}

.hero__title {
	font-size: clamp(2rem, min(3.4vw, 5.8vh), 3.4rem);
	font-weight: 780;
	font-stretch: 112%;
	line-height: 1;
	letter-spacing: -0.028em;
}

.hero__title em {
	background: none;
	color: var(--blue-300);
}

.hero__lead {
	max-width: 54ch;
	margin-top: clamp(14px, 2.2vh, 22px);
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1rem, 1.15vw, 1.125rem);
	line-height: 1.62;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(20px, 3vh, 30px);
}

.hero__controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: clamp(20px, 3.4vh, 34px);
}

.hero__arrow,
.hero__pause {
	display: grid;
	flex: none;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1.5px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	transition: background-color 0.2s, border-color 0.2s;
}

.hero__arrow:hover,
.hero__pause:hover {
	border-color: var(--white);
	background: rgba(255, 255, 255, 0.16);
}

.hero__arrow .icon,
.hero__pause .icon {
	width: 20px;
	height: 20px;
}

.hero__pause {
	width: 36px;
	height: 36px;
	margin-left: 4px;
}

.hero__pause .icon {
	width: 16px;
	height: 16px;
}

.hero__pause .icon--player-play,
.hero__pause[aria-pressed="true"] .icon--player-pause {
	display: none;
}

.hero__pause[aria-pressed="true"] .icon--player-play {
	display: block;
}

.hero__dots {
	display: flex;
	gap: 6px;
}

.hero__dot {
	position: relative;
	width: 40px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
}

.hero__dot::before,
.hero__dot-bar {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 4px;
	border-radius: 2px;
	transform: translateY(-50%);
}

.hero__dot::before {
	right: 0;
	background: rgba(255, 255, 255, 0.3);
}

.hero__dot-bar {
	width: 0;
	background: var(--white);
}

.hero__dot.is-active .hero__dot-bar {
	width: 100%;
}

.hero.is-running .hero__dot.is-active .hero__dot-bar {
	width: 0;
	animation: dot-progress var(--slide-duration) linear forwards;
}

@keyframes dot-progress {
	to {
		width: 100%;
	}
}

.hero__stats {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: start;
	gap: 0;
	margin: clamp(22px, 3.6vh, 38px) 0 0;
	padding-top: clamp(16px, 2.6vh, 24px);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__stat {
	display: flex;
	flex-direction: column-reverse;
	gap: 6px;
	padding-right: clamp(20px, 3vw, 44px);
}

.hero__stat + .hero__stat {
	padding-left: clamp(20px, 3vw, 44px);
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__stat dd {
	margin: 0;
	font-size: clamp(1.75rem, 2.6vw, 2.25rem);
	font-weight: 760;
	font-stretch: 116%;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	letter-spacing: -0.02em;
}

.hero__stat dt {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8125rem;
	font-weight: 500;
}

.hero__form {
	position: relative;
	align-self: start;
	color: var(--text);
}

/* Masaüstünde hero ekranın kalan yüksekliğini doldurur ve ekranın alt kenarında biter. */
@media (min-width: 1100px) {
	.hero {
		display: flex;
		flex-direction: column;
		min-height: calc(100vh - var(--hero-offset));
	}

	.hero__inner {
		flex: 1 0 auto;
		align-content: center;
	}

	.hero__form {
		align-self: center;
	}
}

@media (max-width: 1099.98px) {
	.hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero__title {
		max-width: 18ch;
	}

	.hero__form {
		width: 100%;
		max-width: 560px;
	}
}

@media (max-width: 599.98px) {
	.hero__actions .btn {
		width: 100%;
	}

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

	.hero__stat,
	.hero__stat + .hero__stat {
		padding-inline: 0 12px;
	}

	.hero__stat + .hero__stat {
		padding-left: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero__media img {
		transform: none;
		transition: none;
	}
}

/* Referans logoları ------------------------------------------------------ */

.logos {
	padding-block: 34px 40px;
	border-bottom: 1px solid var(--line-soft);
	background: var(--white);
}

.logos__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 24px;
	margin-bottom: 24px;
}

.logos__title {
	color: var(--muted);
	font-size: 1rem;
}

.logos__title strong {
	color: var(--text);
	font-weight: 720;
	font-stretch: 110%;
}

.marquee {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.marquee__track {
	display: flex;
	align-items: center;
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	animation: marquee 70s linear infinite;
}

.marquee:hover .marquee__track {
	animation-play-state: paused;
}

.marquee__item {
	flex: none;
	padding-right: clamp(36px, 4vw, 64px);
}

.marquee__item img {
	width: auto;
	max-width: 140px;
	height: 46px;
	object-fit: contain;
	filter: grayscale(1) contrast(1.05);
	opacity: 0.6;
	transition: filter 0.3s, opacity 0.3s;
}

.marquee__item:hover img {
	filter: none;
	opacity: 1;
}

@keyframes marquee {
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.marquee {
		-webkit-mask-image: none;
		mask-image: none;
	}

	.marquee__track {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		row-gap: 24px;
		padding-inline: var(--gutter);
	}

	.marquee__item[aria-hidden="true"] {
		display: none;
	}
}

/* Hizmetler -------------------------------------------------------------- */

.services {
	background: var(--paper);
}

/* Süreç ------------------------------------------------------------------ */

.process {
	background: var(--white);
}

.process-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	margin: clamp(48px, 6vw, 72px) 0 0;
	padding: 0;
	list-style: none;
}

.process-steps::before {
	content: "";
	position: absolute;
	top: 31px;
	right: 12%;
	left: 32px;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
}

.process-step {
	position: relative;
}

.process-step__marker {
	display: flex;
	align-items: center;
	gap: 12px;
}

.process-step__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--navy-700);
	color: var(--white);
	box-shadow: 0 0 0 8px var(--white);
	transition: background-color 0.3s, transform 0.4s var(--ease-out);
}

.process-step__icon .icon {
	width: 26px;
	height: 26px;
}

.process-step:first-child .process-step__icon {
	background: var(--blue-400);
	color: var(--white);
}

.process-step:hover .process-step__icon {
	transform: translateY(-3px);
}

.process-step__title {
	margin-top: 24px;
	font-size: 1.3rem;
	font-weight: 720;
	font-stretch: 110%;
}

.process-step__text {
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.975rem;
	line-height: 1.6;
}

.katip-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-top: clamp(48px, 6vw, 72px);
	padding: 20px 24px;
	border: 1px dashed var(--line);
	border-radius: var(--radius);
	background: var(--paper);
}

.katip-note__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: var(--radius-sm);
	background: var(--sign-blue);
	color: var(--white);
}

.katip-note p {
	color: var(--text-2);
	font-size: 0.975rem;
	line-height: 1.55;
}

.katip-note strong {
	margin-right: 6px;
	color: var(--text);
}

@media (max-width: 1099.98px) {
	.process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 48px;
	}

	.process-steps::before {
		display: none;
	}
}

@media (max-width: 639.98px) {
	.process-steps {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 36px;
	}

	.katip-note {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.katip-note .link-arrow {
		grid-column: 1 / -1;
	}
}

/* Sağlık merkezi --------------------------------------------------------- */

.health {
	overflow: hidden;
	background: var(--paper);
}

.health__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(48px, 7vw, 112px);
	align-items: center;
}

.health__visual {
	position: relative;
	padding: 36px 28px 44px 0;
}

/* İlk yardım işareti: yeşil kare ve beyaz haç */
.health__visual::before {
	content: "";
	position: absolute;
	inset: 0 -12% 0 14%;
	z-index: 0;
	border-radius: 28px;
	background-color: var(--safe-600);
	background-image:
		linear-gradient(90deg, transparent calc(50% - 26px), rgba(255, 255, 255, 0.16) calc(50% - 26px), rgba(255, 255, 255, 0.16) calc(50% + 26px), transparent calc(50% + 26px)),
		linear-gradient(transparent calc(50% - 26px), rgba(255, 255, 255, 0.16) calc(50% - 26px), rgba(255, 255, 255, 0.16) calc(50% + 26px), transparent calc(50% + 26px));
	background-position: 70% 50%;
	background-repeat: no-repeat;
	background-size: 260px 260px;
	transform: rotate(3deg);
}

.requisition {
	position: relative;
	z-index: 1;
	max-width: 480px;
	padding: 24px 26px 20px;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: 0 40px 70px -40px rgba(7, 19, 31, 0.55);
	transform: rotate(-2deg);
}

.requisition__head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--ink-900);
	font-size: 0.875rem;
	font-weight: 700;
}

.requisition__list {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.requisition__list li {
	display: grid;
	grid-template-columns: 22px 20px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 46px;
	border-bottom: 1px dashed var(--line);
	font-size: 0.9375rem;
	font-weight: 540;
}

.requisition__check {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 1.5px solid var(--ink-900);
	border-radius: 4px;
	color: var(--white);
	transition: background-color 0.3s, border-color 0.3s;
	transition-delay: calc(var(--i) * 110ms + 300ms);
}

.requisition__check .icon {
	width: 14px;
	height: 14px;
	stroke-width: 3;
	transform: scale(0);
	transition: transform 0.35s var(--ease-out);
	transition-delay: calc(var(--i) * 110ms + 300ms);
}

.is-inview .requisition__check,
.no-observer .requisition__check {
	border-color: var(--safe-600);
	background: var(--safe-600);
}

.is-inview .requisition__check .icon,
.no-observer .requisition__check .icon {
	transform: none;
}

.requisition__icon {
	width: 20px;
	height: 20px;
	color: var(--blue-600);
}

.requisition__foot {
	padding-top: 14px;
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 500;
}

.requisition__stamp {
	position: absolute;
	right: -18px;
	bottom: 70px;
	display: grid;
	justify-items: center;
	padding: 10px 18px 8px;
	border: 3px solid var(--safe-600);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--safe-600);
	line-height: 1;
	text-transform: uppercase;
	transform: rotate(-11deg) scale(1.35);
	opacity: 0;
	transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s, opacity 0.2s 1.5s;
}

.requisition__stamp span {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.requisition__stamp strong {
	margin-top: 4px;
	font-size: 1.6rem;
	font-weight: 820;
	font-stretch: 125%;
	letter-spacing: 0.04em;
}

.is-inview .requisition__stamp,
.no-observer .requisition__stamp {
	opacity: 1;
	transform: rotate(-11deg);
}

.health__lead {
	margin-top: 24px;
	color: var(--text-2);
	font-size: 1.125rem;
	line-height: 1.62;
}

.health__points {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.health__points li {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 16px 0;
	border-top: 1px solid var(--line);
}

.health__point-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-sm);
	background: var(--safe-100);
	color: var(--safe-700);
}

.health__point-icon .icon {
	width: 22px;
	height: 22px;
}

.health__points p {
	color: var(--muted);
	font-size: 0.975rem;
	line-height: 1.55;
}

.health__points strong {
	display: block;
	margin-bottom: 2px;
	color: var(--text);
	font-weight: 680;
	font-stretch: 104%;
}

.health__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 28px;
}

@media (max-width: 999.98px) {
	.health__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.health__visual {
		max-width: 520px;
		padding-right: 36px;
	}
}

@media (max-width: 479.98px) {
	.requisition {
		padding-inline: 18px;
	}

	.requisition__stamp {
		right: -8px;
	}
}

/* Neden AYA OSGB --------------------------------------------------------- */

.why {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--brand-gradient);
	color: var(--white);
}

.why__grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(141, 188, 224, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(141, 188, 224, 0.07) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: radial-gradient(90% 80% at 20% 10%, #000 20%, transparent 70%);
	mask-image: radial-gradient(90% 80% at 20% 10%, #000 20%, transparent 70%);
}

.why .section-head__title em {
	background: none;
	color: var(--blue-300);
}

.why .section-head__lead {
	color: rgba(255, 255, 255, 0.66);
}

.why__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(40px, 5vw, 72px);
	align-items: start;
	margin-top: clamp(48px, 6vw, 72px);
}

.why__pillars {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.04);
	list-style: none;
}

.why-pillar {
	position: relative;
	padding: 30px 28px 32px;
	background: transparent;
	transition: background-color 0.3s;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-pillar:nth-child(2n) {
	border-right: 0;
}

.why-pillar:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.why-pillar:hover {
	background: rgba(255, 255, 255, 0.06);
}

.why-pillar__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(143, 205, 241, 0.4);
	border-radius: 50%;
	color: var(--blue-300);
}

.why-pillar__icon .icon {
	width: 24px;
	height: 24px;
}

.why-pillar__title {
	margin-top: 26px;
	font-size: 1.25rem;
	font-weight: 700;
	font-stretch: 110%;
}

.why-pillar__text {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.video-lite {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius-lg);
	background: var(--ink-950);
	box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.7);
}

.video-lite img,
.video-lite iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.video-lite img {
	opacity: 0.72;
	transition: opacity 0.4s, transform 0.8s var(--ease-out);
}

.video-lite:hover img {
	opacity: 0.85;
	transform: scale(1.03);
}

.video-lite__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	width: 84px;
	height: 84px;
	margin: auto;
	border: 0;
	border-radius: 50%;
	background: var(--blue-400);
	color: var(--white);
	box-shadow: 0 0 0 14px rgba(69, 153, 206, 0.22);
	transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}

.video-lite__play .icon {
	width: 30px;
	height: 30px;
	margin-left: 4px;
	fill: currentColor;
}

.video-lite:hover .video-lite__play {
	box-shadow: 0 0 0 22px rgba(69, 153, 206, 0.16);
	transform: scale(1.06);
}

.video-lite.is-playing .video-lite__play,
.video-lite.is-playing .video-lite__caption {
	display: none;
}

.why__badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.why-badge {
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 18px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 2px solid var(--blue-300);
	border-radius: 0 0 var(--radius) var(--radius);
	background: rgba(255, 255, 255, 0.03);
}

.why-badge__icon {
	color: var(--blue-300);
}

.why-badge__icon .icon {
	width: 24px;
	height: 24px;
}

.why-badge p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.why-badge strong {
	display: block;
	margin-bottom: 2px;
	color: var(--white);
	font-size: 0.9375rem;
	font-weight: 680;
	font-stretch: 106%;
}

@media (max-width: 999.98px) {
	.why__layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 599.98px) {
	.why__pillars,
	.why__badges {
		grid-template-columns: minmax(0, 1fr);
	}

	.why-pillar,
	.why-pillar:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.why-pillar:last-child {
		border-bottom: 0;
	}
}

/* Hizmet ağı ------------------------------------------------------------- */

.locations {
	background: var(--white);
}

/* Blog ------------------------------------------------------------------- */

.blog {
	background: var(--paper);
}

/* SSS -------------------------------------------------------------------- */

.faq {
	background: var(--white);
}

.faq__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: start;
}

.faq__intro {
	position: sticky;
	top: calc(var(--header-h) + 32px);
}

.faq__help {
	display: grid;
	gap: 14px;
	justify-items: start;
	margin-top: 36px;
	padding: 24px;
	border-radius: var(--radius-lg);
	background: var(--paper);
}

.faq__help-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--blue-400);
	color: var(--white);
}

.faq__help p {
	color: var(--text-2);
	line-height: 1.55;
}

@media (max-width: 899.98px) {
	.faq__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.faq__intro {
		position: static;
	}
}

/* Teklif ----------------------------------------------------------------- */

.quote {
	position: relative;
	background: var(--paper);
}

.quote__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(40px, 6vw, 96px);
	align-items: start;
}

.quote__lead {
	margin-top: 24px;
	color: var(--text-2);
	font-size: 1.0625rem;
	line-height: 1.62;
}

.quote__channels {
	display: grid;
	gap: 10px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.quote__channels a {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 18px;
	gap: 14px;
	align-items: center;
	padding: 12px 16px 12px 12px;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
	background: var(--white);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.25s, transform 0.3s var(--ease-out);
}

.quote__channels a:hover {
	border-color: var(--navy-700);
	transform: translateX(4px);
}

.quote__channel-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-sm);
	background: var(--navy-700);
	color: var(--white);
}

.quote__channel-icon .icon {
	width: 20px;
	height: 20px;
}

.quote__channel-text {
	display: grid;
	line-height: 1.25;
}

.quote__channel-text small {
	color: var(--muted);
	font-size: 0.8125rem;
	font-weight: 500;
}

.quote__channel-text strong {
	margin-top: 3px;
	font-weight: 680;
	font-stretch: 106%;
	overflow-wrap: anywhere;
}

.quote__channel-arrow {
	width: 18px;
	height: 18px;
	color: var(--muted);
}

.quote__card {
	position: relative;
	padding: clamp(24px, 3.4vw, 44px);
	overflow: hidden;
	border-radius: 22px;
	background: var(--white);
	box-shadow: 0 50px 90px -60px rgba(7, 19, 31, 0.55);
}

.quote__card-title {
	margin: 6px 0 22px;
	font-size: 1.35rem;
	font-weight: 720;
	font-stretch: 110%;
}

@media (max-width: 999.98px) {
	.quote__inner {
		grid-template-columns: minmax(0, 1fr);
	}
}
