/* louišP Exports – Modern Home template styles (scoped to .lpx) */

/* Remove Avada's default page padding on this template so sections run edge to edge */
body.lpx-page #main { padding: 0 !important; }
/* Hide the old Avada slider/banner collage that sits above the menu on this page */
body.lpx-page #sliders-container,
body.lpx-page .fusion-page-title-bar,
body.lpx-page .avada-page-titlebar-wrapper { display: none !important; }
body.lpx-page #main > .fusion-row,
body.lpx-page #content { max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }

.lpx {
	--navy: #0f2b52;
	--navy-900: #0a1d3a;
	--green: #1d5a34;
	--green-600: #174a2a;
	--gold: #d9a21b;
	--gold-600: #c08c10;
	--ink: #16233a;
	--muted: #5a6577;
	--line: #e2e6ec;
	--tint: #f1f4f7;
	--radius: 8px;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
.lpx *, .lpx *::before, .lpx *::after { box-sizing: border-box; }
.lpx :where(h1, h2, h3) { font-family: "Poppins", "Inter", sans-serif; color: inherit; margin: 0; letter-spacing: -0.01em; line-height: 1.2; text-transform: none; font-weight: 600; }
.lpx :where(p) { margin: 0; }
.lpx :where(ul, ol) { margin: 0; padding: 0; list-style: none; }
.lpx li { list-style: none; margin: 0; }
.lpx a { text-decoration: none; }

.lpx-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.lpx-section { padding: 72px 0; background: #fff; }
.lpx-section--tint { background: var(--tint); }
.lpx-title { text-align: center; font-size: clamp(24px, 2.6vw, 32px); color: var(--navy); margin-bottom: 40px !important; }
.lpx-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }

/* Buttons */
.lpx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.lpx-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 6px; font-weight: 600; font-size: 15px; font-family: inherit; border: 1.5px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.lpx-btn:hover { transform: translateY(-1px); }
.lpx-btn:focus-visible, .lpx a:focus-visible, .lpx-form :focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.lpx-btn--gold { background: var(--gold); color: #fff !important; }
.lpx-btn--gold:hover { background: var(--gold-600); }
.lpx-btn--outline { border-color: rgba(255,255,255,.85); color: #fff !important; }
.lpx-btn--outline:hover { background: rgba(255,255,255,.12); }
.lpx-btn--green { background: var(--green); color: #fff !important; }
.lpx-btn--green:hover { background: var(--green-600); }
.lpx-btn--block { width: 100%; }
.lpx-link { display: inline-block; margin-top: 14px; font-weight: 600; font-size: 15px; color: var(--green) !important; }
.lpx-link:hover { color: var(--navy) !important; }

/* Hero */
.lpx-hero {
	color: #fff; padding: 110px 0 120px;
	background: linear-gradient(90deg, rgba(10,29,58,.96) 0%, rgba(10,29,58,.82) 35%, rgba(10,29,58,.25) 70%, rgba(10,29,58,.05) 100%), var(--hero-img) center right/cover no-repeat, var(--navy-900);
}
.lpx-hero__inner { max-width: 660px; }
.lpx-hero__title { font-size: clamp(32px, 3.8vw, 48px); font-weight: 700; color: #fff; }
.lpx-hero__lead { margin-top: 20px; font-size: clamp(16px, 1.4vw, 19px); color: rgba(255,255,255,.88); max-width: 540px; }

/* Feature strip */
.lpx-strip { background: #fff; border-bottom: 1px solid var(--line); }
.lpx-strip__list { display: grid; grid-template-columns: repeat(4, 1fr); }
.lpx-strip__list li { display: flex; gap: 16px; align-items: flex-start; padding: 32px 24px; }
.lpx-strip__list li + li { border-left: 1px solid var(--line); }
.lpx-strip h3 { font-size: 17px; color: var(--navy); margin-bottom: 4px; }
.lpx-strip p { font-size: 14px; color: var(--muted); line-height: 1.5; }
.lpx-icon { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
.lpx-icon svg, .lpx-card__icon svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Cards */
.lpx-grid { display: grid; gap: 28px; }
.lpx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.lpx-card { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: box-shadow .2s, transform .2s; }
.lpx-card:hover { box-shadow: 0 16px 36px -20px rgba(15,43,82,.35); transform: translateY(-2px); }
.lpx-card__icon { flex: 0 0 auto; }
.lpx-card__icon svg { width: 30px; height: 30px; stroke: var(--green); }
.lpx-card h3 { font-size: 18px; color: var(--navy); margin-bottom: 12px; }
.lpx-card p { color: var(--muted); font-size: 15px; }
.lpx-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px !important; }
.lpx-tags li { font-size: 12.5px; font-weight: 600; color: var(--green); background: #e8f1eb; border-radius: 4px; padding: 3px 9px; }

/* Steps */
.lpx-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.lpx-steps li { position: relative; display: flex; gap: 14px; align-items: flex-start; }
.lpx-steps li:not(:last-child)::after { content: ""; position: absolute; right: -20px; top: 12px; width: 10px; height: 10px; border-top: 2px solid #8a94a3; border-right: 2px solid #8a94a3; transform: rotate(45deg); }
.lpx-steps__n { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 15px; font-family: "Poppins", sans-serif; }
.lpx-n--navy { background: var(--navy); }
.lpx-n--green { background: var(--green); }
.lpx-n--gold { background: var(--gold); }
.lpx-steps h3 { font-size: 16px; color: var(--navy); margin: 6px 0 6px; }
.lpx-steps p { color: var(--muted); font-size: 14px; line-height: 1.55; }

/* Inquiry */
.lpx-inquiry { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.lpx-inquiry__media { min-height: 520px; background-size: cover; background-position: center; }
.lpx-inquiry__body { padding: 56px clamp(24px, 5vw, 72px); max-width: 680px; }
.lpx-inquiry h2 { font-size: clamp(24px, 2.4vw, 30px); color: var(--navy); margin-bottom: 8px; }
.lpx-inquiry__lead { color: var(--muted); font-size: 15px; margin-bottom: 24px !important; }
.lpx-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.lpx-form__full { grid-column: 1 / -1; }
.lpx-form label { display: block; margin: 0; }
.lpx-form label > span { display: block; font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.lpx-form input, .lpx-form select, .lpx-form textarea { width: 100% !important; min-height: 44px; padding: 10px 12px !important; border: 1px solid #cfd5de !important; border-radius: 6px !important; background: #fff !important; font: inherit !important; font-size: 15px !important; color: var(--ink) !important; box-shadow: none !important; margin: 0 !important; }
.lpx-form input, .lpx-form select { height: 44px !important; }
.lpx-form textarea { resize: vertical; min-height: 88px; }
.lpx-form input:focus, .lpx-form select:focus, .lpx-form textarea:focus { border-color: var(--green) !important; outline: none; box-shadow: 0 0 0 3px rgba(29,90,52,.15) !important; }
.lpx-form__alt { margin-top: 14px !important; font-size: 14px; color: var(--muted); text-align: center; }
.lpx-form__alt a { color: var(--green) !important; font-weight: 600; }
.lpx-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.lpx-notice { padding: 12px 16px; border-radius: 6px; font-size: 15px; margin-bottom: 18px !important; }
.lpx-notice--ok { background: #e8f1eb; color: var(--green-600); }
.lpx-notice--err { background: #fbeaea; color: #8a1f1f; }


/* ===== Inner pages ===== */
.lpx-hero--page { padding: 88px 0 96px; }
.lpx-hero--page .lpx-hero__title { font-size: clamp(30px, 3.4vw, 44px); }
.lpx-eyebrow--green { color: var(--green); }
.lpx-h2 { font-size: clamp(24px, 2.6vw, 32px); color: var(--navy); margin-bottom: 16px !important; }
.lpx-subtitle { text-align: center; color: var(--muted); max-width: 720px; margin: -24px auto 40px !important; }
.lpx-center { text-align: center; margin-top: 40px; }
.lpx-btn--navy { background: var(--navy); color: #fff !important; }
.lpx-btn--navy:hover { background: var(--navy-900); }
.lpx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.lpx-card--sm { padding: 24px; }
.lpx-strip__list--3 { grid-template-columns: repeat(3, 1fr); }

/* Split image + text */
.lpx-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lpx-split--rev .lpx-split__media { order: 2; }
.lpx-split--top { align-items: start; }
.lpx-split__media { min-height: 380px; height: 100%; border-radius: var(--radius); background-size: cover; background-position: center; }
.lpx-split__text p + p { margin-top: 14px; }
.lpx-split__text > p:not(.lpx-eyebrow) { color: var(--muted); }

/* Product tiles */
.lpx-prods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.lpx-prod { display: flex; flex-direction: column; gap: 4px; padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--radius); transition: box-shadow .2s, transform .2s; }
.lpx-prod:hover { box-shadow: 0 16px 36px -20px rgba(15,43,82,.35); transform: translateY(-2px); }
.lpx-prod__name { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 18px; color: var(--navy); }
.lpx-prod__spec { font-size: 14px; color: var(--muted); }
.lpx-prod__go { margin-top: 10px; font-size: 14px; font-weight: 600; color: var(--green); }

/* Numbered questions */
.lpx-qs { display: grid; gap: 14px; }
.lpx-qs li { display: flex; gap: 16px; align-items: center; padding: 18px 20px; background: var(--tint); border-radius: var(--radius); font-weight: 500; color: var(--ink); }
.lpx-qs span { flex: 0 0 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #fff; font-weight: 700; font-family: "Poppins", sans-serif; }

/* Procedures */
.lpx-procs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 32px; }
.lpx-procs li { display: flex; gap: 14px; align-items: flex-start; }
.lpx-procs h3 { font-size: 17px; color: var(--navy); margin: 5px 0 6px; }
.lpx-procs p { color: var(--muted); font-size: 15px; }

/* Team (compact, modern) */
.lpx-section:has(.lpx-team) {
	background:
		radial-gradient(circle at 1px 1px, rgba(15,43,82,.07) 1px, transparent 0) 0 0 / 22px 22px,
		linear-gradient(180deg, #f5f7fa 0%, #eaf0f5 100%);
}
.lpx-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lpx-member {
	position: relative; display: grid; grid-template-columns: 92px 1fr; grid-template-rows: auto auto auto 1fr auto; column-gap: 16px; align-items: start;
	padding: 24px; background: #fff; border: 1px solid rgba(15,43,82,.08); border-radius: 14px;
	box-shadow: 0 1px 2px rgba(15,43,82,.04), 0 10px 28px -18px rgba(15,43,82,.28);
	overflow: hidden; transition: transform .2s, box-shadow .2s;
}
.lpx-member::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--green), var(--gold)); opacity: 0; transition: opacity .2s; }
.lpx-member:hover { transform: translateY(-2px); box-shadow: 0 1px 2px rgba(15,43,82,.04), 0 18px 36px -18px rgba(15,43,82,.38); }
.lpx-member:hover::before { opacity: 1; }
.lpx-member__img {
	width: 92px !important; height: 92px !important; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; object-position: center 20%;
	display: block; background: var(--tint); border: 3px solid #fff; box-shadow: 0 0 0 2px var(--green), 0 6px 14px -6px rgba(15,43,82,.4);
}
.lpx-member__body { display: contents; }
.lpx-member__img { grid-column: 1; grid-row: 1 / 4; align-self: center; }
.lpx-member h3, .lpx-member__role, .lpx-member__loc { grid-column: 2; min-width: 0; }
.lpx-member h3 { grid-row: 1; align-self: end; }
.lpx-member__role { grid-row: 2; }
.lpx-member__loc { grid-row: 3; justify-self: start; align-self: start; }
.lpx-member__bio { grid-column: 1 / -1; grid-row: 4; }
.lpx-member__contact { grid-column: 1 / -1; grid-row: 5; }
.lpx-member h3 { font-size: 18px; color: var(--navy); line-height: 1.25; }
.lpx-member__role { color: var(--green); font-weight: 600; font-size: 13.5px; margin-top: 3px !important; line-height: 1.35; }
.lpx-member__loc { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px !important; padding: 3px 10px; font-size: 12px; font-weight: 500; color: var(--navy); background: #eef2f7; border-radius: 999px; }
.lpx-member__loc::before { content: ""; width: 10px; height: 10px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center/contain no-repeat; }
.lpx-member__bio { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 12px !important; }
.lpx-member__contact { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px !important; font-size: 13px; }
.lpx-member__contact li { margin: 0; }
.lpx-member__contact a { display: inline-block; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy) !important; font-weight: 500; background: #fff; word-break: break-word; transition: border-color .2s, color .2s, background .2s; }
.lpx-member__contact a:hover { border-color: var(--green); color: var(--green) !important; background: #f2f8f4; }
@media (max-width: 1100px) {
	.lpx-team { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
	.lpx-team { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}
@media (max-width: 480px) {
	.lpx-member { grid-template-columns: 64px 1fr; gap: 14px; padding: 18px; }
	.lpx-member__img { width: 64px !important; height: 64px !important; }
}

/* Contact */
.lpx-contactgrid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 40px; align-items: start; }
.lpx-contactcards { display: grid; gap: 14px; }
.lpx-ccard { display: flex; gap: 16px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.lpx-ccard h3 { font-size: 15px; color: var(--navy); margin-bottom: 2px; }
.lpx-ccard a { color: var(--green) !important; font-weight: 600; word-break: break-word; }
.lpx-ccard p { color: var(--muted); font-size: 15px; line-height: 1.5; }
.lpx-formcard { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 40px -28px rgba(15,43,82,.35); }
.lpx-formcard h2 { font-size: clamp(22px, 2.2vw, 28px); color: var(--navy); margin-bottom: 8px; }

/* CTA band */
.lpx-band { background: var(--navy); color: #fff; padding: 64px 0; }
.lpx-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.lpx-band h2 { font-size: clamp(22px, 2.4vw, 30px); color: #fff; margin-bottom: 8px; }
.lpx-band p { color: rgba(255,255,255,.8); max-width: 620px; }
.lpx-band .lpx-actions { margin-top: 0; }

@media (max-width: 1024px) {
	.lpx-split, .lpx-contactgrid { grid-template-columns: 1fr; gap: 32px; }
	.lpx-split--rev .lpx-split__media { order: 0; }
	.lpx-split__media { min-height: 260px; }
	.lpx-prods, .lpx-procs { grid-template-columns: repeat(2, 1fr); }
	.lpx-strip__list.lpx-strip__list--3 { grid-template-columns: 1fr; }
	.lpx-strip__list.lpx-strip__list--3 li + li { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 640px) {
	.lpx-hero--page { padding: 60px 0 68px; }
	.lpx-grid--2, .lpx-prods, .lpx-procs { grid-template-columns: 1fr; }
	.lpx-formcard { padding: 24px 20px; }
	.lpx-band { padding: 48px 0; }
}

/* Responsive */
@media (max-width: 1024px) {
	.lpx-strip__list { grid-template-columns: repeat(2, 1fr); }
	.lpx-strip__list li:nth-child(3) { border-left: 0; }
	.lpx-strip__list li:nth-child(n+3) { border-top: 1px solid var(--line); }
	.lpx-grid--3 { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
	.lpx-steps { grid-template-columns: repeat(2, 1fr); }
	.lpx-steps li::after { display: none; }
	.lpx-inquiry { grid-template-columns: 1fr; }
	.lpx-inquiry__media { min-height: 280px; }
	.lpx-inquiry__body { max-width: none; }
}
@media (max-width: 640px) {
	.lpx-hero { padding: 72px 0 80px; background: linear-gradient(180deg, rgba(10,29,58,.9), rgba(10,29,58,.75)), var(--hero-img) center/cover no-repeat, var(--navy-900); }
	.lpx-section { padding: 56px 0; }
	.lpx-strip__list, .lpx-steps, .lpx-form__grid { grid-template-columns: 1fr; }
	.lpx-strip__list li { padding: 20px 4px; }
	.lpx-strip__list li + li { border-left: 0; border-top: 1px solid var(--line); }
	.lpx-card { padding: 22px; }
	.lpx-btn { width: 100%; }
	.lpx-inquiry__body { padding: 40px 24px; }
}
@media (prefers-reduced-motion: reduce) {
	.lpx-btn, .lpx-card, .lpx-member { transition: none; }
	.lpx-btn:hover, .lpx-card:hover, .lpx-member:hover { transform: none; }
}
