/* WNWL B2B RFQ Landing Page Enhancement 1.0.1 */

/* Phase A — progressive RFQ (optional details collapsed) */
.wlq .wlq-advanced {
	margin-top: 22px;
	border: 1px solid var(--wlq-line);
	border-radius: 12px;
	background: #f8fafb;
}
.wlq .wlq-advanced > summary {
	min-height: 48px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 12px;
	color: var(--wlq-ink);
	font-size: 15px;
	font-weight: 780;
	cursor: pointer;
	list-style: none;
}
.wlq .wlq-advanced > summary::-webkit-details-marker { display: none; }
.wlq .wlq-advanced > summary::before { content: "＋"; color: var(--wlq-coral); font-weight: 850; }
.wlq .wlq-advanced[open] > summary::before { content: "－"; }
.wlq .wlq-advanced[open] > summary { border-bottom: 1px solid var(--wlq-line); border-radius: 12px 12px 0 0; }
.wlq .wlq-advanced__grid { padding: 18px 16px 0; }
.wlq .wlq-advanced .wlq-fieldset,
.wlq .wlq-advanced .wlq-form__block { margin-inline: 16px; }
.wlq .wlq-advanced .wlq-fieldset { margin-top: 18px; }

/* Phase A — mobile-friendly touch targets */
@media (max-width: 768px) {
	.wlq .wlq-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
	.wlq .wlq-form select,
	.wlq .wlq-form textarea { min-height: 46px; font-size: 16px; }
	.wlq .wlq-advanced > summary { font-size: 15px; }
}

.wlq {
	--wlq-ink: var(--wnwl-ink, #102a43);
	--wlq-navy: var(--wnwl-navy, #0b263d);
	--wlq-slate: var(--wnwl-slate, #41566a);
	--wlq-muted: var(--wnwl-muted, #698094);
	--wlq-line: var(--wnwl-line, #dce7ee);
	--wlq-coral: var(--wnwl-coral, #f45d4c);
	--wlq-teal: var(--wnwl-teal, #168f8a);
	--wlq-mist: var(--wnwl-mist, #eaf7f4);
	--wlq-sand: var(--wnwl-sand, #fff8f0);
	--wlq-white: #fff;
	--wlq-radius: 18px;
	--wlq-shadow: 0 20px 55px rgba(16, 42, 67, .12);
	font-size: 16px;
	line-height: 1.65;
	color: var(--wlq-slate);
}

.wlq *,
.wlq *::before,
.wlq *::after { box-sizing: border-box; }

body.wnwl-rfq-page .wnwl-page-heading { display: none; }

.wlq-shell {
	width: min(1200px, calc(100% - 32px));
	margin-inline: auto;
}

.wlq a { color: var(--wlq-teal); }
.wlq h1, .wlq h2, .wlq h3 { color: var(--wlq-ink); letter-spacing: -.025em; line-height: 1.15; }
.wlq p { margin: 0 0 14px; }
.wlq .wlq-eyebrow { margin: 0 0 12px; color: var(--wlq-coral); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

/* Buttons */
.wlq-btn {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border: 1px solid var(--wlq-coral);
	border-radius: 10px;
	background: var(--wlq-coral);
	color: #fff;
	font-size: 15px;
	font-weight: 780;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.wlq-btn:hover, .wlq-btn:focus-visible {
	transform: translateY(-1px);
	background: var(--wnwl-coral-dark, #d94738);
	color: #fff;
	box-shadow: 0 12px 24px rgba(244, 93, 76, .22);
}
.wlq-btn--ghost { background: transparent; color: var(--wlq-ink); border-color: #9eb1bf; }
.wlq-btn--ghost:hover, .wlq-btn--ghost:focus-visible { background: var(--wlq-ink); border-color: var(--wlq-ink); color: #fff; }

/* Keep CTA text legible when the site theme supplies a more specific link color. */
.wlq .wlq-btn:not(.wlq-btn--ghost),
.wlq .wlq-btn:not(.wlq-btn--ghost):hover,
.wlq .wlq-btn:not(.wlq-btn--ghost):focus-visible { color: #fff; }

/* Hero */
.wlq-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 9vw, 120px) 0 clamp(48px, 7vw, 90px);
	background:
		radial-gradient(circle at 88% 12%, rgba(22, 143, 138, .28), transparent 34%),
		radial-gradient(circle at 8% 88%, rgba(244, 93, 76, .18), transparent 30%),
		linear-gradient(150deg, #0b263d 0%, #123a58 58%, #0e3049 100%);
	color: #dcecf4;
}
.wlq-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, .9), transparent 70%);
}
.wlq-hero .wlq-shell { position: relative; z-index: 1; }
.wlq-hero .wlq-eyebrow { color: #ffd0c9; }
.wlq-hero__title {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 6.5vw, 72px);
	font-weight: 820;
	line-height: 1.02;
}
/* Override the generic `.wlq h1` rule above with equal component specificity. */
.wlq .wlq-hero__title { color: #fff; }
.wlq-hero__subtitle {
	max-width: 660px;
	margin: 22px 0 0;
	color: #c9dbe6;
	font-size: clamp(16px, 2vw, 20px);
}
.wlq-hero__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}
.wlq-hero__advantages li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #e9f3f8;
	font-size: 14px;
	font-weight: 700;
}
.wlq-hero__advantages li span {
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--wlq-teal);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}
.wlq-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.wlq-hero__actions .wlq-btn--ghost { border-color: rgba(255, 255, 255, .4); color: #fff; }
.wlq-hero__actions .wlq-btn--ghost:hover { background: #fff; border-color: #fff; color: var(--wlq-ink); }

/* Form section */
.wlq-form-section { padding: clamp(46px, 7vw, 84px) 0; background: linear-gradient(180deg, #f5faf9 0%, #fff 45%); }
.wlq-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: start; }
.wlq-form-card {
	min-width: 0;
	padding: clamp(22px, 4vw, 40px);
	border: 1px solid var(--wlq-line);
	border-radius: 22px;
	background: var(--wlq-white);
	box-shadow: var(--wlq-shadow);
}
.wlq-card-head { margin-bottom: 26px; }
.wlq-card-head h2 { margin: 0 0 8px; font-size: clamp(26px, 3.5vw, 38px); }
.wlq-card-head p:last-child { margin: 0; }

.wlq-notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 22px; font-size: 14px; }
.wlq-notice--success { background: #e7f7ef; border: 1px solid #b9e6cc; color: #0c5c31; }
.wlq-notice--success strong { display: block; margin-bottom: 2px; }
.wlq-notice--error { background: #fdeceb; border: 1px solid #f6c9c5; color: #8a2424; }

.wlq-basket { margin-bottom: 22px; }
.wlq-basket .wnwl-growth-inquiry-list { border-radius: 14px; }

.wlq-form { display: grid; gap: 18px; }
.wlq-form__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.wlq-field { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.wlq-field label, .wlq-form__block label, .wlq-fieldset legend {
	color: var(--wlq-ink);
	font-size: 13px;
	font-weight: 750;
}
.wlq-field input,
.wlq-field select,
.wlq-form__block textarea,
.wlq-form__block input[type="file"] {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid #c9d8e2;
	border-radius: 10px;
	background: #fff;
	color: var(--wlq-ink);
	font-size: 15px;
	font-family: inherit;
	transition: border-color .16s ease, box-shadow .16s ease;
}
.wlq-field input:focus,
.wlq-field select:focus,
.wlq-form__block textarea:focus,
.wlq-form__block input[type="file"]:focus {
	outline: none;
	border-color: var(--wlq-teal);
	box-shadow: 0 0 0 3px rgba(22, 143, 138, .16);
}
.wlq-form__block { display: flex; flex-direction: column; gap: 6px; }
.wlq-form__block textarea { min-height: 96px; resize: vertical; }
.wlq-form__block input[type="file"] { padding: 10px; }
.wlq-required { color: #c23b2e; }
.wlq-opt { color: var(--wlq-muted); font-size: 12px; font-weight: 500; }

.wlq-fieldset {
	margin: 0;
	padding: 14px 16px 16px;
	border: 1px solid var(--wlq-line);
	border-radius: 12px;
	background: #fbfdfd;
}
.wlq-fieldset legend { padding: 0 6px; }
.wlq-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.wlq-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wlq-slate);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.wlq-check input { width: 17px; height: 17px; accent-color: var(--wlq-teal); }

.wlq-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--wlq-slate);
	font-size: 13px;
	cursor: pointer;
}
.wlq-consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 2px; accent-color: var(--wlq-teal); }

.wlq-form__actions { display: grid; gap: 10px; }
.wlq-submit {
	min-height: 54px;
	padding: 14px 26px;
	border: 1px solid var(--wlq-coral);
	border-radius: 10px;
	background: var(--wlq-coral);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.wlq-submit:hover, .wlq-submit:focus-visible {
	transform: translateY(-1px);
	background: var(--wnwl-coral-dark, #d94738);
	box-shadow: 0 12px 24px rgba(244, 93, 76, .22);
}
.wlq-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.wlq-help { margin: 0; color: var(--wlq-muted); font-size: 12px; text-align: center; }

/* Aside */
.wlq-aside { display: grid; gap: 18px; }
.wlq-aside__card { padding: 24px; border: 1px solid var(--wlq-line); border-radius: 16px; background: #fff; }
.wlq-aside__card h3 { margin: 0 0 10px; font-size: 18px; }
.wlq-aside__card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.wlq-aside__card ul li { padding-left: 22px; position: relative; font-size: 14px; }
.wlq-aside__card ul li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--wlq-teal); font-weight: 900; }
.wlq-aside__card--sand { background: var(--wlq-sand); border-color: #f3e3d3; }
.wlq-aside__card p { font-size: 14px; }
.wlq-aside__card .wlq-btn { margin-top: 6px; }

/* Generic sections */
.wlq-section { padding: clamp(54px, 8vw, 96px) 0; }
.wlq-section--soft { background: #f4faf9; }
.wlq-section--navy { background: var(--wlq-navy); color: #ccdae4; }
.wlq-section-head { margin-bottom: 34px; }
.wlq-section-head h2 { margin: 0; font-size: clamp(30px, 4.4vw, 46px); }
.wlq-section-head--light h2 { color: #fff; }
.wlq-section--navy .wlq-eyebrow { color: #ffc9c2; }

/* Steps */
.wlq-steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: wlq-step; }
.wlq-steps li {
	position: relative;
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--wlq-line);
	border-radius: 16px;
	background: #fff;
}
.wlq-step__num {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding: 0 8px;
	margin-bottom: 14px;
	border-radius: 10px;
	background: var(--wlq-mist);
	color: var(--wlq-teal);
	font-size: 13px;
	font-weight: 850;
}
.wlq-steps h3 { margin: 0 0 5px; font-size: 18px; }
.wlq-steps p { margin: 0; font-size: 14px; }

/* Values */
.wlq-values { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.wlq-values article {
	min-width: 0;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 16px;
	background: rgba(255, 255, 255, .06);
}
.wlq-values article > span { display: block; margin-bottom: 12px; font-size: 26px; }
.wlq-values h3 { margin: 0 0 6px; color: #fff; font-size: 19px; }
.wlq-values p { margin: 0; color: #c4d5e0; font-size: 14px; }

/* FAQ */
.wlq-faq-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; }
.wlq-faq-head p:last-child { max-width: 560px; }
.wlq-faq-list { display: grid; gap: 12px; }
.wlq-faq {
	border: 1px solid var(--wlq-line);
	border-radius: 14px;
	background: #fff;
}
.wlq-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	color: var(--wlq-ink);
	font-size: 15px;
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}
.wlq-faq summary::-webkit-details-marker { display: none; }
.wlq-faq summary::after {
	content: "+";
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--wlq-mist);
	color: var(--wlq-teal);
	font-size: 18px;
	font-weight: 800;
	transition: transform .18s ease;
}
.wlq-faq[open] summary::after { transform: rotate(45deg); }
.wlq-faq p { margin: 0; padding: 0 20px 18px; font-size: 14px; }

/* CTA */
.wlq-cta { padding: clamp(52px, 8vw, 90px) 0; background: linear-gradient(135deg, var(--wlq-mist) 0%, var(--wlq-sand) 100%); text-align: center; }
.wlq-cta h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); }
.wlq-cta p { max-width: 640px; margin: 0 auto 24px; font-size: 16px; }

/* Basket inside the form card */
.wlq-basket .notice { margin: 0 0 16px; }

/* ---------------------------------------------------------------- */
/* Responsive                                                        */
/* ---------------------------------------------------------------- */

@media (min-width: 768px) {
	.wlq-shell { width: min(1200px, calc(100% - 48px)); }
	.wlq-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wlq-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wlq-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wlq-faq-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; }
	.wlq-faq-head { position: sticky; top: 24px; }
	.wlq-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wlq-form__actions { grid-template-columns: auto minmax(0, 1fr); align-items: center; }
	.wlq-help { text-align: left; }
}

@media (min-width: 1024px) {
	.wlq-layout { grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 42px; }
	.wlq-aside { grid-template-columns: minmax(0, 1fr); }
	.wlq-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.wlq-values { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1440px) {
	.wlq-hero__title { font-size: 76px; }
}

@media (prefers-reduced-motion: reduce) {
	.wlq *, .wlq *::before, .wlq *::after { transition: none !important; scroll-behavior: auto !important; }
}
