/* Agency-only refinements. This file extends the existing NoTox design system. */
.service-form-hero {
	padding: clamp(3rem, 6vw, 5.5rem) 0;
	background:
		radial-gradient(circle at 90% 10%, rgba(46, 105, 237, .32), transparent 34%),
		linear-gradient(130deg, var(--notox-navy-dark), #0a2d62 66%, #153e82);
	color: #fff;
}

.service-form-hero-grid,
.bottom-enquiry-grid,
.founder-profile-grid,
.agency-team-proof {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5.25rem);
}

.service-form-hero-copy h1 {
	max-width: 820px;
	margin: .55rem 0 1rem;
	color: #fff;
}

.service-form-hero-copy > p:not(.eyebrow) {
	max-width: 730px;
	color: #d7e5f8;
	font-size: 1.08rem;
	line-height: 1.72;
}

.service-form-hero-actions,
.founder-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.4rem;
	gap: .75rem;
}

.service-form-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.5rem 0 0;
	padding: 0;
	gap: .65rem;
	list-style: none;
}

.service-form-trust li {
	padding: .72rem .8rem;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	color: #e9f2ff;
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.4;
}

.service-hero-form-card,
.bottom-enquiry-form {
	padding: clamp(1rem, 2vw, 1.45rem);
	border: 1px solid rgba(191, 216, 255, .42);
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 70px rgba(0, 10, 35, .28);
	color: #0b1735;
}

.bottom-enquiry-section {
	padding: clamp(3.5rem, 7vw, 6.5rem) 0;
	background: linear-gradient(145deg, #f5f8fe, #eaf1fc);
}

.bottom-enquiry-copy h2 {
	margin: .5rem 0 .85rem;
}

.bottom-enquiry-copy > p {
	max-width: 630px;
}

.bottom-enquiry-copy ul {
	display: grid;
	margin: 1.4rem 0 0;
	padding: 0;
	gap: .65rem;
	list-style: none;
}

.bottom-enquiry-copy li {
	display: flex;
	align-items: center;
	font-weight: 700;
	gap: .55rem;
}

.bottom-enquiry-copy li::before {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: var(--notox-green);
	content: "";
}

.founder-profile-section {
	background: linear-gradient(135deg, #f7f9fd, #edf3fc);
}

.founder-profile-grid {
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.founder-portrait {
	position: relative;
	max-width: 520px;
	padding: 14px;
	border-radius: 28px;
	background: linear-gradient(145deg, #cde3ff, #e8e4ff);
}

.founder-portrait::after {
	position: absolute;
	right: -12px;
	bottom: -12px;
	z-index: -1;
	width: 58%;
	height: 58%;
	border-radius: 26px;
	background: linear-gradient(135deg, var(--notox-green), var(--notox-yellow));
	content: "";
}

.founder-portrait img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}

.founder-copy h2 {
	margin: .5rem 0 .8rem;
}

.founder-copy .founder-role {
	color: #245da8;
	font-weight: 800;
}

.team-discipline-grid,
.team-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.team-discipline-card,
.team-proof-grid article {
	min-width: 0;
	padding: 1.45rem;
	border: 1px solid #d8e4f4;
	border-radius: 18px;
	background: #fff;
}

.team-discipline-card h3,
.team-proof-grid h3 {
	margin: 0 0 .45rem;
	font-size: clamp(1.05rem, 1.3vw, 1.3rem);
}

.team-discipline-card p,
.team-proof-grid p {
	margin-bottom: 0;
}

.agency-team-proof {
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
}

.agency-team-proof .founder-portrait {
	max-width: 430px;
}

.agency-founder-feedback {
	background: linear-gradient(135deg, #071b3b, #113b78 68%, #154f86);
	color: #fff;
}

.agency-founder-feedback .agency-section-head h2,
.agency-founder-feedback .agency-section-head p {
	color: #fff;
}

.agency-feedback-card {
	display: grid;
	grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
	align-items: center;
	max-width: 1080px;
	margin: 2rem auto 0;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 24px;
	background: rgba(255,255,255,.08);
	gap: clamp(1.5rem, 4vw, 3rem);
}

.agency-feedback-meta strong,
.agency-feedback-meta span {
	display: block;
}

.agency-feedback-meta strong {
	font-size: 1.35rem;
}

.agency-feedback-meta span {
	margin-top: .3rem;
	color: #c8d9f2;
}

.agency-feedback-quote blockquote {
	margin: 0;
	color: #fff;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	font-weight: 750;
	line-height: 1.45;
}

.agency-feedback-quote p {
	margin: .8rem 0 0;
	color: #cbdaf0;
	font-size: .86rem;
}

.legal-shell {
	background: #f4f7fc;
}

.legal-intro {
	max-width: 850px;
	margin: 0 auto 1.5rem;
	text-align: center;
}

.legal-content {
	max-width: 960px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid #d8e4f4;
	border-radius: 22px;
	background: #fff;
}

.legal-content section + section {
	margin-top: 1.65rem;
	padding-top: 1.65rem;
	border-top: 1px solid #e3eaf4;
}

.legal-content h2 {
	font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.legal-contact {
	padding: 1rem 1.1rem;
	border-left: 4px solid #2f69ed;
	background: #eef4ff;
}

@media (max-width: 980px) {
	.service-form-hero-grid,
	.bottom-enquiry-grid,
	.founder-profile-grid,
	.agency-team-proof,
	.agency-feedback-card {
		grid-template-columns: 1fr;
	}

	.founder-portrait {
		max-width: 440px;
	}

	.team-discipline-grid,
	.team-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.service-form-hero {
		padding: 2.8rem 0;
	}

	.service-form-trust,
	.team-discipline-grid,
	.team-proof-grid {
		grid-template-columns: 1fr;
	}

	.service-form-hero-actions,
	.founder-links {
		align-items: stretch;
		flex-direction: column;
	}

	.service-form-hero-actions .button,
	.founder-links .button {
		justify-content: center;
		width: 100%;
	}

	.service-hero-form-card,
	.bottom-enquiry-form {
		padding: .75rem;
		border-radius: 18px;
	}

	.founder-portrait {
		max-width: 360px;
	}

	.agency-feedback-card {
		padding: 1.3rem;
	}
}
