Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ========================================= PRO Leader — fully scoped to .pro-leader-scope ========================================= */
- .pro-leader-scope {
- }
- .pro-leader-scope * {
- box-sizing: border-box;
- }
- /* Section wrapper */
- .pro-leader-scope .elv-section {
- max-width: 1200px;
- margin: 0 auto;
- padding: 24px 16px;
- font: 16px/1.62 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
- color: var(--ink);
- }
- /* ---------- HERO ---------- */
- .pro-leader-scope .elv-hero {
- border-radius: 28px;
- padding: 56px 22px;
- color: #fff;
- background: radial-gradient(900px 600px at -10% -20%, #18c9f6 0%, var(--brand) 46%, #015e92 100%);
- box-shadow: var(--shadow-strong);
- overflow: hidden;
- }
- .pro-leader-scope .elv-eyebrow {
- display: inline-block;
- padding: 6px 12px;
- border-radius: 999px;
- background: rgba(255,255,255,.14);
- font-weight: 800;
- letter-spacing: .14em;
- text-transform: uppercase;
- }
- .pro-leader-scope .elv-title {
- font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
- font-weight: 900;
- font-size: clamp(2rem,4.2vw,3.2rem);
- line-height: 1.12;
- margin: .5rem 0 .75rem;
- color: #fff;
- text-shadow: 0 2px 8px rgba(0,0,0,.25);
- }
- .pro-leader-scope .elv-lead {
- max-width: 880px;
- color: #E9FAFF;
- }
- .pro-leader-scope .elv-buttons {
- display: flex;
- gap: 12px;
- flex-wrap: wrap;
- margin-top: 14px;
- }
- .pro-leader-scope .elv-btn {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- min-height: 50px;
- padding: 0 22px;
- border-radius: 14px;
- font-weight: 800;
- text-decoration: none;
- border: 2px solid transparent;
- transition: transform .15s, box-shadow .15s, filter .15s;
- }
- .pro-leader-scope .elv-btn:hover {
- transform: translateY(-1px);
- box-shadow: 0 10px 24px rgba(0,0,0,.2);
- }
- .pro-leader-scope .elv-btn-cta {
- background: var(--cta);
- color: #fff;
- }
- .pro-leader-scope .elv-btn-ghost {
- background: transparent;
- color: #fff;
- border-color: #fff;
- }
- /* ---------- TWO COLUMN (video + snapshot) ---------- */
- .pro-leader-scope .elv-grid-2 {
- display: grid;
- gap: 22px;
- }
- @media (min-width:820px) {
- .pro-leader-scope .elv-grid-2 {
- grid-template-columns: 1.1fr .9fr;
- align-items: start;
- }
- }
- /* VIDEO: responsive, works with iframe or WP shortcode */
- .pro-leader-scope .elv-video {
- position: relative;
- border-radius: 18px;
- overflow: hidden;
- background: #000;
- box-shadow: var(--shadow);
- }
- .pro-leader-scope .elv-video .ratio {
- position: relative;
- width: 100%;
- height: 0;
- padding-top: 56.25%;
- }
- .pro-leader-scope .elv-video iframe, .pro-leader-scope .elv-video .wp-block-embed__wrapper, .pro-leader-scope .elv-video .wp-block-embed__wrapper iframe {
- position: absolute !important;
- width: 100% !important;
- height: 100% !important;
- border: 0;
- display: block;
- }
- /* Snapshot card (FORCE white card bg) */
- .pro-leader-scope .elv-card {
- background: #fff !important;
- border-radius: 18px;
- padding: 20px;
- border: 1px solid rgba(2,32,60,.06);
- box-shadow: var(--shadow);
- position: relative;
- }
- .pro-leader-scope .elv-cap {
- display: inline-block;
- padding: 8px 12px;
- border-radius: 999px;
- background: #FFF5C4;
- color: #222;
- letter-spacing: .12em;
- text-transform: uppercase;
- font-weight: 900;
- }
- .pro-leader-scope .elv-h2 {
- font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
- font-weight: 900;
- color: var(--brand);
- font-size: clamp(1.4rem,2.6vw,1.9rem);
- margin: 0 0 .5rem;
- }
- .pro-leader-scope .elv-h3 {
- font-weight: 800;
- margin: .25rem 0;
- }
- .pro-leader-scope .elv-muted {
- color: var(--muted);
- }
- /* ---------- FEATURE CARDS (4-up) ---------- */
- .pro-leader-scope .elv-grid-4 {
- display: grid;
- grid-template-columns: repeat(4,1fr);
- gap: 16px;
- }
- @media (max-width:980px) {
- .pro-leader-scope .elv-grid-4 {
- grid-template-columns: repeat(2,1fr);
- }
- }
- @media (max-width:620px) {
- .pro-leader-scope .elv-grid-4 {
- grid-template-columns: 1fr;
- }
- }
- .pro-leader-scope .elv-card.elv-feature {
- padding: 18px;
- text-align: center;
- background: #fff !important;
- }
- .pro-leader-scope .elv-icon {
- width: 56px;
- height: 56px;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- background: linear-gradient(150deg,#fff,#EAF7FF);
- box-shadow: 0 6px 18px rgba(0,0,0,.06);
- margin: 0 auto 10px;
- color: var(--brand);
- }
- .pro-leader-scope .elv-icon svg {
- width: 28px;
- height: 28px;
- fill: currentColor;
- }
- /* ---------- TIMELINE ---------- */
- .pro-leader-scope .elv-tl {
- position: relative;
- padding-left: 22px;
- }
- .pro-leader-scope .elv-tl::before {
- content: "";
- position: absolute;
- left: 8px;
- top: 6px;
- bottom: 6px;
- width: 2px;
- background: var(--gold);
- }
- .pro-leader-scope .elv-step {
- position: relative;
- margin: 12px 0;
- padding: 12px 14px 14px;
- border-radius: 12px;
- background: #fff;
- box-shadow: 0 6px 16px rgba(15,23,42,.06);
- }
- .pro-leader-scope .elv-step::before {
- content: "";
- position: absolute;
- left: -16px;
- top: 18px;
- width: 12px;
- height: 12px;
- border: 3px solid #fff;
- background: var(--cta);
- border-radius: 50%;
- box-shadow: 0 0 0 2px var(--gold);
- }
- /* ---------- FINAL CTA ---------- */
- .pro-leader-scope .elv-cta {
- background: var(--brand);
- color: #fff;
- border-radius: 22px;
- padding: 24px;
- text-align: center;
- box-shadow: var(--shadow-strong);
- }
- .pro-leader-scope .elv-cta .elv-title {
- color: #fff;
- font-size: clamp(1.6rem,3.2vw,2.4rem);
- margin: 8px 0 6px;
- font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
- font-weight: 900;
- }
- .pro-leader-scope .elv-cta .elv-buttons {
- justify-content: center;
- }
- /* Utilities */
- .pro-leader-scope .ring {
- outline: 3px solid var(--ring);
- outline-offset: 0;
- border-radius: 18px;
- }
- .pro-leader-scope .elv-section + .elv-section {
- margin-top: 8px;
- }
Advertisement
Add Comment
Please, Sign In to add comment