:root {
	--rppc-blue: #87a7f0;
	--rppc-blue-deep: #17386f;
	--rppc-gold: #ecce68;
	--rppc-ink: #0f0f0f;
	--rppc-muted: #666b68;
	--rppc-paper: #fff;
	--rppc-soft: #f4f7fd;
}

.rppc-growth,
.rppc-growth * { box-sizing: border-box; }
.rppc-growth { color: var(--rppc-ink); font-family: inherit; }
.rppc-growth svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.rppc-growth__kicker { margin: 0 0 8px; color: var(--rppc-blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rppc-growth-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border: 2px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.rppc-growth-button:hover { transform: translateY(-2px); }
.rppc-growth-button--gold { background: var(--rppc-gold); color: var(--rppc-ink) !important; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.rppc-growth-button--blue { border: 0; background: var(--rppc-blue); color: var(--rppc-ink); cursor: pointer; }
.rppc-growth-button--ghost { border-color: rgba(255,255,255,.75); color: #fff !important; background: transparent; }

.rppc-plan-visit { width: min(1180px, calc(100% - 32px)); margin: 30px auto 70px; }
.rppc-plan-hero { position: relative; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 0 0 48px 48px; background: linear-gradient(125deg, rgba(7,24,55,.96), rgba(23,56,111,.72)), url("https://royalpriesthood.co.uk/wp-content/uploads/2026/01/rppclogoshadow-1.png") center/contain no-repeat, #102a55; color: #fff; }
.rppc-plan-hero:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(236,206,104,.38), transparent 30%); pointer-events: none; }
.rppc-plan-hero__content { position: relative; z-index: 1; max-width: 760px; padding: clamp(38px, 7vw, 86px); }
.rppc-plan-hero .rppc-growth__kicker { color: var(--rppc-gold); }
.rppc-plan-hero h2 { margin: 0 0 16px; color: #fff; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.035em; }
.rppc-plan-hero p:not(.rppc-growth__kicker) { max-width: 680px; margin: 0; color: rgba(255,255,255,.9); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.rppc-plan-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.rppc-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 24px 0 42px; }
.rppc-plan-card { display: flex; gap: 16px; min-height: 160px; padding: 26px; border: 1px solid rgba(23,56,111,.1); border-radius: 22px; background: #fff; box-shadow: 0 16px 50px rgba(28,45,75,.07); }
.rppc-plan-card__icon { flex: 0 0 44px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(135,167,240,.18); color: var(--rppc-blue-deep); }
.rppc-plan-card h3 { margin: 2px 0 8px; color: var(--rppc-ink); font-size: 19px; line-height: 1.2; }
.rppc-plan-card p { margin: 0; color: var(--rppc-muted); font-size: 15px; line-height: 1.55; }

.rppc-visit-form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border-radius: 34px; background: var(--rppc-ink); color: #fff; }
.rppc-visit-form-copy { padding: clamp(30px, 5vw, 62px); background: linear-gradient(145deg, #0f0f0f, #17386f); }
.rppc-visit-form-copy .rppc-growth__kicker { color: var(--rppc-gold); }
.rppc-visit-form-copy h3 { margin: 0 0 16px; color: #fff; font-size: clamp(30px, 4vw, 50px); line-height: 1.05; }
.rppc-visit-form-copy p:not(.rppc-growth__kicker) { color: rgba(255,255,255,.78); line-height: 1.7; }
.rppc-visit-form-panel { padding: clamp(28px, 5vw, 56px); background: #fff; color: var(--rppc-ink); }
.rppc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rppc-visit-form p { margin: 0 0 16px; }
.rppc-visit-form label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.rppc-visit-form input:not([type="checkbox"]), .rppc-visit-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfd5df; border-radius: 10px; background: #fff; color: #111518; font: inherit; }
.rppc-visit-form input:focus, .rppc-visit-form textarea:focus { outline: 3px solid rgba(135,167,240,.32); border-color: var(--rppc-blue-deep); }
.rppc-visit-form .rppc-consent label { display: flex; align-items: flex-start; gap: 9px; font-weight: 500; line-height: 1.45; }
.rppc-consent input { margin-top: 3px; }
.rppc-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rppc-form-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-weight: 700; }
.rppc-form-notice--success { background: #e7f7ed; color: #166534; }
.rppc-form-notice--error { background: #fff0f0; color: #991b1b; }

.rppc-growth-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(26px, 5vw, 50px); border-radius: 26px; background: linear-gradient(120deg, #102a55, #17386f); color: #fff; }
.rppc-growth-cta .rppc-growth__kicker { color: var(--rppc-gold); }
.rppc-growth-cta h3 { margin: 0; color: #fff; font-size: clamp(27px, 4vw, 44px); }

.rppc-programme-tools { margin: 40px 0; padding: clamp(24px, 4vw, 40px); border-radius: 26px; background: linear-gradient(135deg, #f3f6fc, #fff); box-shadow: 0 20px 60px rgba(28,45,75,.08); }
.rppc-programme-tools__heading h3 { margin: 0 0 24px; font-size: clamp(27px, 4vw, 38px); color: var(--rppc-ink); }
.rppc-programme-tools__groups { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rppc-programme-tools__group { display: flex; flex-wrap: wrap; gap: 10px; }
.rppc-programme-tools__group a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 15px; border: 1px solid rgba(23,56,111,.16); border-radius: 999px; background: #fff; color: var(--rppc-blue-deep); font-size: 14px; font-weight: 750; text-decoration: none !important; transition: border-color .2s ease, transform .2s ease; }
.rppc-programme-tools__group a:hover { border-color: var(--rppc-blue); transform: translateY(-1px); }

.rppc-mobile-visit-bar { display: none; }

@media (max-width: 900px) {
	.rppc-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rppc-visit-form-wrap { grid-template-columns: 1fr; }
	.rppc-programme-tools__groups { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	body { padding-bottom: 72px; }
	.rppc-plan-visit { width: min(100% - 22px, 680px); margin-top: 14px; }
	.rppc-plan-hero { min-height: 500px; border-radius: 0 0 30px 30px; }
	.rppc-plan-hero__content { padding: 34px 24px; }
	.rppc-plan-actions, .rppc-plan-actions a { width: 100%; }
	.rppc-plan-grid { grid-template-columns: 1fr; }
	.rppc-plan-card { min-height: auto; padding: 22px; }
	.rppc-form-row { grid-template-columns: 1fr; gap: 0; }
	.rppc-growth-cta { align-items: flex-start; flex-direction: column; }
	.rppc-growth-cta a { width: 100%; }
	.rppc-mobile-visit-bar { position: fixed; z-index: 99990; right: 12px; bottom: 10px; left: 12px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; min-height: 58px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(15,15,15,.96); box-shadow: 0 14px 45px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
	.rppc-mobile-visit-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 8px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
	.rppc-mobile-visit-bar a:first-child { background: var(--rppc-gold); color: var(--rppc-ink); }
}

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

