:root {
  --set-ink: #123436;
  --set-ink-soft: #496466;
  --set-green: #0f8f69;
  --set-green-dark: #08634d;
  --set-blue: #183b8f;
  --set-blue-bright: #2368c4;
  --set-blue-soft: #eaf1fb;
  --set-mint: #eaf7f2;
  --set-surface: #f5f8f7;
  --set-line: #dbe7e3;
  --set-white: #fff;
  --set-shadow: 0 18px 50px rgba(12, 54, 53, .10);
}

.set-page { color: var(--set-ink); font-size: 17px; line-height: 1.65; }
.set-page *, .set-guides-header * { box-sizing: border-box; }
.set-page a, .set-guides-header a { text-underline-offset: 3px; }
.set-page h1, .set-page h2, .set-page h3, .set-guides-header h1 { color: var(--set-ink); letter-spacing: -.025em; line-height: 1.12; margin-top: 0; }
.set-page h1, .set-guides-header h1 { font-size: clamp(2.35rem, 5vw, 4.75rem); margin-bottom: 22px; max-width: 14ch; }
.set-page h2 { font-size: clamp(1.85rem, 3.4vw, 3.15rem); margin-bottom: 18px; }
.set-page h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); margin-bottom: 10px; }
.set-page p { color: var(--set-ink-soft); margin: 0 0 1rem; }
.set-eyebrow { color: var(--set-green); display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 14px; text-transform: uppercase; }
.set-hero { align-items: center; background: linear-gradient(135deg, #eef9f5 0%, #f9fbfa 58%, #e7f5f1 100%); border: 1px solid var(--set-line); border-radius: 28px; display: grid; gap: clamp(28px, 5vw, 70px); grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); margin: 30px auto 70px; max-width: 1280px; overflow: hidden; padding: clamp(34px, 6vw, 78px); position: relative; }
.set-hero-home { min-height: 630px; }
.set-hero-compact { min-height: 455px; }
.set-hero-copy { position: relative; z-index: 2; }
.set-hero-copy > p { font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 660px; }
.set-hero-media { align-items: center; background: rgba(255,255,255,.82); border-radius: 28px; box-shadow: var(--set-shadow); display: flex; justify-content: center; min-height: 440px; padding: 28px; position: relative; }
.set-hero-media img { height: 390px; max-width: 100%; object-fit: contain; width: 100%; }
.set-media-note { background: var(--set-ink); border-radius: 16px; bottom: 22px; color: #fff; display: flex; flex-direction: column; left: 22px; padding: 14px 18px; position: absolute; }
.set-media-note span { color: #cfe5df; font-size: .88rem; }
.set-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 24px; }
.set-button { align-items: center; border: 2px solid transparent; border-radius: 999px; display: inline-flex; font-size: .94rem; font-weight: 800; justify-content: center; min-height: 48px; padding: 12px 22px; text-decoration: none !important; transition: transform .2s ease, background .2s ease, color .2s ease; }
.set-button:hover { transform: translateY(-2px); }
.set-button-primary { background: var(--set-green); color: #fff !important; }
.set-button-primary:hover { background: var(--set-green-dark); }
.set-button-secondary { background: #fff; border-color: var(--set-line); color: var(--set-ink) !important; }
.set-button-light { background: #fff; color: var(--set-ink) !important; }
.set-inline-proof { display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; margin: 0; padding: 0; }
.set-inline-proof li { color: var(--set-ink-soft); font-size: .9rem; font-weight: 700; }
.set-inline-proof li::before { color: var(--set-green); content: '✓'; font-weight: 900; margin-right: 7px; }
.set-breadcrumb { display: flex; flex-wrap: wrap; font-size: .85rem; gap: 8px; margin-bottom: 32px; }
.set-breadcrumb a { color: var(--set-green-dark); }
.set-breadcrumb span::before { color: #849b9a; content: '›'; margin-right: 8px; }

.set-trust-strip { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: -34px auto 74px; max-width: 1160px; overflow: hidden; position: relative; z-index: 3; }
.set-trust-strip > div { background: #fff; border: 1px solid var(--set-line); padding: 21px; text-align: center; }
.set-trust-strip > div:first-child { border-radius: 18px 0 0 18px; }
.set-trust-strip > div:last-child { border-radius: 0 18px 18px 0; }
.set-trust-strip strong, .set-trust-strip span { display: block; }
.set-trust-strip strong { font-size: .95rem; }
.set-trust-strip span { color: var(--set-ink-soft); font-size: .78rem; margin-top: 4px; }
.set-section { margin: 0 auto; max-width: 1200px; padding: clamp(54px, 7vw, 90px) 28px; }
.set-section-soft { background: var(--set-surface); border-radius: 28px; max-width: 1260px; }
.set-section-dark { background: var(--set-ink); border-radius: 28px; max-width: 1260px; }
.set-section-dark h2, .set-section-dark h3 { color: #fff; }
.set-section-dark .set-eyebrow { color: #71d7b4; }
.set-section-heading { margin-bottom: 34px; max-width: 750px; }
.set-heading-row { align-items: flex-end; display: flex; justify-content: space-between; max-width: none; }
.set-heading-row > div { max-width: 750px; }
.set-text-link { color: var(--set-green-dark) !important; font-weight: 800; text-decoration: none !important; }
.set-text-link:hover { text-decoration: underline !important; }
.set-text-link-light { color: #9de5cb !important; }
.set-goal-grid, .set-value-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.set-goal-card, .set-value-grid article { background: #fff; border: 1px solid var(--set-line); border-radius: 20px; padding: 26px; }
.set-goal-card > span { color: var(--set-green); display: block; font-size: .75rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 22px; text-transform: uppercase; }
.set-product-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.set-product-card { background: #fff; border: 1px solid var(--set-line); border-radius: 20px; overflow: hidden; }
.set-product-card > div { padding: 21px; }
.set-product-image { align-items: center; background: #fff; display: flex; height: 250px; justify-content: center; padding: 18px; }
.set-product-image img { height: 100%; object-fit: contain; width: 100%; }
.set-product-label { color: var(--set-green); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.set-product-card h3 { font-size: 1.03rem; line-height: 1.35; margin: 9px 0 14px; }
.set-product-card h3 a { color: var(--set-ink); display: -webkit-box; overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.set-price { margin-bottom: 14px; }
.set-steps { display: grid; gap: 18px; list-style: none; margin: 0; padding: 0; }
.set-steps li { align-items: flex-start; border-bottom: 1px solid var(--set-line); display: grid; gap: 18px; grid-template-columns: 54px 1fr; padding: 20px 0; }
.set-steps li > span { align-items: center; background: var(--set-mint); border-radius: 50%; color: var(--set-green-dark); display: flex; font-weight: 900; height: 48px; justify-content: center; width: 48px; }
.set-steps-horizontal { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.set-steps-horizontal li { border: 0; }
.set-guide-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.set-guide-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.set-guide-card > div { padding: 22px; }
.set-guide-card > div > span { color: #9de5cb; font-size: .78rem; }
.set-guide-card h3 { font-size: 1.05rem; line-height: 1.35; margin: 8px 0 18px; }
.set-guide-card h3 a { color: #fff; text-decoration: none; }
.set-guide-image { display: block; height: 200px; overflow: hidden; }
.set-guide-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.set-guide-card:hover img { transform: scale(1.035); }

.set-newsletter { align-items: center; background: var(--set-mint); border-radius: 28px; display: grid; gap: 54px; grid-template-columns: 1fr 1fr; margin: 76px auto; max-width: 1200px; padding: clamp(36px, 6vw, 70px); }
.set-newsletter-form label span { color: var(--set-ink); display: block; font-size: .85rem; font-weight: 800; margin-bottom: 6px; }
.set-form-row { display: grid; gap: 12px; grid-template-columns: .7fr 1.3fr; }
.set-newsletter-form input[type=text], .set-newsletter-form input[type=email], .set-form-card input, .set-form-card textarea, .set-form-card select { background: #fff; border: 1px solid #b9cec7; border-radius: 10px; min-height: 48px; padding: 10px 12px; width: 100%; }
.set-consent { align-items: flex-start; display: flex; gap: 10px; margin: 16px 0; }
.set-consent input { flex: 0 0 auto; height: 20px; margin-top: 3px; width: 20px; }
.set-consent span { font-size: .82rem !important; font-weight: 500 !important; }
.set-honeypot { left: -9999px !important; position: absolute !important; }
.set-form-success, .set-form-error { border-radius: 10px; font-weight: 700; padding: 12px 15px; }
.set-form-success { background: #dff5e9; color: #125a3f !important; }
.set-form-error { background: #fde8e8; color: #8e2424 !important; }

.set-story-grid, .set-contact-layout { display: grid; gap: clamp(35px, 7vw, 90px); grid-template-columns: .9fr 1.1fr; }
.set-stat-panel, .set-help-note, .set-contact-quicklinks { background: #fff; border: 1px solid var(--set-line); border-radius: 22px; box-shadow: var(--set-shadow); padding: 28px; }
.set-stat-panel > div { border-bottom: 1px solid var(--set-line); padding: 17px 0; }
.set-stat-panel > div:last-child { border: 0; }
.set-stat-panel strong, .set-stat-panel span { display: block; }
.set-stat-panel span { color: var(--set-ink-soft); font-size: .9rem; margin-top: 4px; }
.set-chip-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.set-chip-grid a { background: var(--set-surface); border: 1px solid var(--set-line); border-radius: 999px; color: var(--set-ink); font-weight: 800; min-height: 52px; padding: 13px 20px; text-align: center; text-decoration: none; }
.set-cta-band { align-items: center; background: var(--set-green-dark); border-radius: 28px; color: #fff; display: flex; gap: 32px; justify-content: space-between; margin: 35px auto 75px; max-width: 1200px; padding: clamp(34px, 6vw, 64px); }
.set-cta-band h2, .set-cta-band p { color: #fff; }
.set-cta-band p { margin-bottom: 0; }
.set-cta-band .set-eyebrow { color: #9de5cb; }
.set-help-note strong { display: block; font-size: 1.25rem; margin-bottom: 8px; }
.set-help-note a { color: var(--set-green-dark); font-weight: 800; text-decoration: none; }
.set-original-support .elementor-element-ebc7561,
.set-original-support .elementor-element-f7af12e,
.set-original-support .elementor-element-70688c2,
.set-original-support .elementor-element-9e54de0 { display: none !important; }
.set-original-support .elementor-element-3261d68,
.set-original-support .elementor-element-3174e01 { margin-bottom: 35px; }
.set-booking-section { scroll-margin-top: 100px; }
.set-contact-quicklinks { display: grid; gap: 8px; }
.set-contact-quicklinks a { border-bottom: 1px solid var(--set-line); color: var(--set-ink); display: flex; flex-direction: column; padding: 14px 0; text-decoration: none; }
.set-contact-quicklinks a:last-child { border: 0; }
.set-contact-quicklinks span { color: var(--set-ink-soft); font-size: .82rem; }
.set-contact-quicklinks strong { word-break: break-word; }
.set-form-card { background: var(--set-surface); border-radius: 20px; padding: 26px; }
.set-contact-details { display: grid; gap: 16px; }
.set-contact-details > div { border: 1px solid var(--set-line); border-radius: 18px; padding: 24px; }

body.blog .rey-pageCover { display: none; }
body.blog .rey-siteMain,
body.blog main { max-width: none; padding: 0; width: 100%; }
body.blog .rey-siteMain-inner { max-width: none; padding: 0; width: 100%; }
.set-guides-page { background: #fff; overflow: hidden; padding: 28px 0 0; }
.set-guides-hero { background: linear-gradient(135deg, #eef9f5 0%, #fff 52%, var(--set-blue-soft) 100%); border: 1px solid var(--set-line); border-radius: 30px; display: grid; gap: clamp(34px, 6vw, 78px); grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); margin: 0 auto 22px; max-width: 1280px; min-height: 540px; overflow: hidden; padding: clamp(40px, 6vw, 78px); position: relative; }
.set-guides-hero::before { background: var(--set-green); border-radius: 50%; content: ''; height: 270px; opacity: .08; position: absolute; right: 31%; top: -145px; width: 270px; }
.set-guides-hero-copy { align-self: center; position: relative; z-index: 1; }
.set-guides-hero-copy h1 { font-size: clamp(2.45rem, 4.8vw, 4.45rem); max-width: 13ch; }
.set-guides-hero-copy > p { font-size: clamp(1.05rem, 1.45vw, 1.22rem); max-width: 650px; }
.set-guides-hero-panel { align-self: center; background: var(--set-blue); border-radius: 26px; box-shadow: 0 24px 60px rgba(24, 59, 143, .23); color: #fff; padding: clamp(28px, 4vw, 44px); position: relative; }
.set-guides-panel-label { color: #aee7d3; display: block; font-size: .74rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }
.set-guides-hero-panel h2 { color: #fff !important; font-size: clamp(1.55rem, 2.6vw, 2.25rem); margin-bottom: 28px; }
.set-guides-hero-panel ul { list-style: none; margin: 0; padding: 0; }
.set-guides-hero-panel li { align-items: start; border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 15px; grid-template-columns: 38px 1fr; padding: 18px 0; }
.set-guides-hero-panel li:last-child { padding-bottom: 0; }
.set-guides-hero-panel li > span { color: #79d8b7; font-size: .75rem; font-weight: 900; padding-top: 3px; }
.set-guides-hero-panel strong, .set-guides-hero-panel small { display: block; }
.set-guides-hero-panel strong { color: #fff; font-size: .98rem; }
.set-guides-hero-panel small { color: #dbe6fb; font-size: .82rem; line-height: 1.5; margin-top: 4px; }
.set-guides-featured-section { padding-top: 68px; }
.set-featured-guide { background: var(--set-surface); border: 1px solid var(--set-line); border-radius: 26px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); overflow: hidden; }
.set-featured-guide-image { background: var(--set-blue-soft); display: block; min-height: 430px; overflow: hidden; }
.set-featured-guide-image img { display: block; height: 100%; object-fit: cover; transition: transform .4s ease; width: 100%; }
.set-featured-guide:hover .set-featured-guide-image img { transform: scale(1.025); }
.set-featured-guide-copy { align-self: center; padding: clamp(30px, 5vw, 58px); }
.set-featured-guide-copy h3 { font-size: clamp(1.55rem, 2.7vw, 2.45rem); line-height: 1.15; margin: 18px 0; }
.set-featured-guide-copy h3 a, .set-archive-guide-card h3 a { color: var(--set-ink); text-decoration: none; }
.set-guide-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; }
.set-guide-meta span { background: var(--set-mint); border-radius: 999px; color: var(--set-green-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; padding: 7px 11px; text-transform: uppercase; }
.set-guide-meta time { color: var(--set-ink-soft); font-size: .78rem; font-weight: 700; }
.set-guides-library { max-width: 1260px; }
.set-guides-library .set-heading-row { align-items: center; }
.set-guides-library .set-heading-row p { margin-bottom: 0; max-width: 680px; }
.set-archive-guide-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.set-archive-guide-card { background: #fff; border: 1px solid var(--set-line); border-radius: 22px; box-shadow: 0 14px 38px rgba(12,54,53,.07); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.set-archive-guide-card:hover { box-shadow: var(--set-shadow); transform: translateY(-4px); }
.set-archive-guide-image { aspect-ratio: 16 / 10; background: var(--set-blue-soft); display: block; overflow: hidden; }
.set-archive-guide-image img { display: block; height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.set-archive-guide-card:hover .set-archive-guide-image img { transform: scale(1.035); }
.set-guide-image-fallback { align-items: center; background: linear-gradient(135deg, var(--set-blue), var(--set-green)); color: #fff; display: flex; font-size: 2rem; font-weight: 900; height: 100%; justify-content: center; letter-spacing: .18em; width: 100%; }
.set-archive-guide-copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.set-archive-guide-card h3 { font-size: clamp(1.2rem, 1.7vw, 1.48rem); line-height: 1.25; margin: 16px 0 12px; }
.set-archive-guide-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.set-archive-guide-card p { display: -webkit-box; margin-bottom: 22px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.set-archive-guide-copy > .set-text-link { margin-top: auto; }
.set-guides-empty { background: var(--set-surface); border: 1px solid var(--set-line); border-radius: 22px; padding: 34px; text-align: center; }
.set-guide-pagination { margin-top: 42px; }
.set-guide-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.set-guide-pagination a, .set-guide-pagination span { align-items: center; border: 1px solid var(--set-line); border-radius: 10px; color: var(--set-ink); display: flex; font-weight: 800; justify-content: center; min-height: 44px; min-width: 44px; padding: 8px 12px; text-decoration: none; }
.set-guide-pagination .current { background: var(--set-blue); border-color: var(--set-blue); color: #fff; }
.set-guides-cta { align-items: center; background: linear-gradient(120deg, var(--set-blue) 0%, #174f83 54%, var(--set-green-dark) 100%); border-radius: 28px; color: #fff; display: flex; gap: 40px; justify-content: space-between; margin: 18px auto 78px; max-width: 1200px; padding: clamp(38px, 6vw, 68px); }
.set-guides-cta > div:first-child { max-width: 720px; }
.set-guides-cta h2, .set-guides-cta p { color: #fff !important; }
.set-guides-cta p { margin-bottom: 0; }
.set-guides-cta .set-eyebrow { color: #9de5cb; }
.set-guides-cta .set-actions { flex: 0 0 auto; margin: 0; }
.set-button-outline-light { border-color: rgba(255,255,255,.65); color: #fff !important; }
.set-button-outline-light:hover { background: rgba(255,255,255,.1); }

.set-pemsmart-hero { background: linear-gradient(135deg, #edf7f4 0%, #fff 55%, #eef2f5 100%); }
.set-brand-mark { align-items: center; background: var(--set-ink); border-radius: 28px; box-shadow: var(--set-shadow); color: #fff; display: flex; flex-direction: column; justify-content: center; min-height: 300px; padding: 35px; text-align: center; }
.set-brand-mark span, .set-brand-mark strong { font-size: clamp(2.8rem, 7vw, 5.5rem); letter-spacing: .08em; line-height: .9; }
.set-brand-mark span { color: #86e0c0; font-weight: 300; }
.set-brand-mark small { color: #c9dfd9; letter-spacing: .12em; margin-top: 24px; text-transform: uppercase; }
.set-brand-category-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.set-brand-category-card { background: #fff; border: 1px solid var(--set-line); border-radius: 22px; overflow: hidden; }
.set-brand-category-card > div { padding: 24px; }
.set-category-images { background: #eef5f2; display: grid; gap: 2px; grid-template-columns: repeat(3, 1fr); height: 235px; overflow: hidden; }
.set-category-images span { align-items: center; background: #fff; display: flex; justify-content: center; overflow: hidden; padding: 8px; }
.set-category-images img { height: 100%; object-fit: contain; transition: transform .3s ease; width: 100%; }
.set-brand-category-card:hover img { transform: scale(1.04); }
.set-category-count { color: var(--set-green); display: block; font-size: .75rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.set-pemsmart-page + .rey-siteMain .products .woocommerce-loop-product__title,
body.tax-pa_product-brand .products .woocommerce-loop-product__title,
body.tax-product_brand .products .woocommerce-loop-product__title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/* Pemsmart international brand hub. */
body.page main:has(.set-pemsmart-hub) { max-width: none; padding: 0; width: 100%; }
.set-pemsmart-hub { background: #fff; overflow: hidden; padding: 28px 0 0; }
.set-pemsmart-hub h1 { font-size: clamp(2.7rem, 5.5vw, 5.4rem); line-height: 1.01; max-width: 10.5ch; }
.set-pemsmart-hub h4 { color: var(--set-ink); letter-spacing: -.02em; line-height: 1.25; margin: 0; }
.set-pemsmart-hub-hero { background: linear-gradient(135deg, #f2faf7 0%, #fff 48%, #e9f0fb 100%); border: 1px solid var(--set-line); border-radius: 32px; display: grid; gap: clamp(34px, 5vw, 72px); grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); margin: 0 auto; max-width: 1320px; min-height: 720px; overflow: hidden; padding: clamp(42px, 6vw, 82px); position: relative; }
.set-pemsmart-hub-hero::before, .set-pemsmart-hub-hero::after { border-radius: 50%; content: ''; pointer-events: none; position: absolute; }
.set-pemsmart-hub-hero::before { background: var(--set-green); height: 330px; left: -190px; opacity: .075; top: -180px; width: 330px; }
.set-pemsmart-hub-hero::after { border: 72px solid rgba(35,104,196,.07); bottom: -220px; height: 520px; right: -210px; width: 520px; }
.set-pemsmart-hub-copy { align-self: center; position: relative; z-index: 3; }
.set-pemsmart-hub-copy > p { font-size: clamp(1.08rem, 1.45vw, 1.24rem); max-width: 650px; }
.set-pemsmart-logo-lockup { align-items: baseline; display: flex; flex-wrap: wrap; margin: 0 0 32px; max-width: 480px; }
.set-pemsmart-logo-lockup img { display: block; height: auto; max-height: 96px; max-width: 330px; object-fit: contain; object-position: left center; width: auto; }
.set-pemsmart-logo-lockup-image { background: linear-gradient(120deg, var(--set-blue), #11567b 58%, var(--set-green-dark)); border-radius: 16px; box-shadow: 0 16px 38px rgba(24,59,143,.16); max-width: 370px; padding: 16px 20px 13px; }
.set-pemsmart-logo-lockup-image img { max-height: 58px; max-width: 100%; }
.set-pemsmart-logo-lockup-image small { color: #dbe8fb; }
.set-pemsmart-logo-lockup > span, .set-pemsmart-logo-lockup > strong { font-size: clamp(2rem, 4vw, 3.45rem); letter-spacing: .08em; line-height: .9; }
.set-pemsmart-logo-lockup > span { color: var(--set-green); font-weight: 300; }
.set-pemsmart-logo-lockup > strong { color: var(--set-blue); }
.set-pemsmart-logo-lockup small { color: var(--set-ink-soft); flex-basis: 100%; font-size: .68rem; font-weight: 900; letter-spacing: .17em; margin-top: 10px; text-transform: uppercase; }
.set-pemsmart-hero-proof { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 25px 0 0; padding: 0; }
.set-pemsmart-hero-proof li { background: rgba(255,255,255,.86); border: 1px solid var(--set-line); border-radius: 999px; color: var(--set-ink); font-size: .72rem; font-weight: 800; padding: 8px 13px; }
.set-pemsmart-product-stage { align-self: center; min-height: 590px; position: relative; z-index: 2; }
.set-pemsmart-stage-item { background: #fff; border: 1px solid var(--set-line); border-radius: 24px; box-shadow: 0 24px 60px rgba(22,58,83,.15); display: flex; flex-direction: column; overflow: hidden; position: absolute; text-decoration: none; transition: transform .28s ease, box-shadow .28s ease; }
.set-pemsmart-stage-item:hover { box-shadow: 0 28px 70px rgba(22,58,83,.22); transform: translateY(-6px) rotate(0); }
.set-pemsmart-stage-item img { background: #fff; display: block; height: 100%; object-fit: contain; padding: 12px; width: 100%; }
.set-pemsmart-stage-item > span { background: var(--set-blue); color: #fff; font-size: .68rem; font-weight: 800; line-height: 1.35; padding: 10px 13px; }
.set-pemsmart-stage-item-1 { height: 370px; left: 0; top: 84px; transform: rotate(-4deg); width: 60%; z-index: 3; }
.set-pemsmart-stage-item-1 img { height: calc(100% - 56px); }
.set-pemsmart-stage-item-2 { height: 280px; right: 0; top: 0; transform: rotate(4deg); width: 48%; z-index: 2; }
.set-pemsmart-stage-item-2 img { height: calc(100% - 56px); }
.set-pemsmart-stage-item-3 { bottom: 2px; height: 270px; right: 4%; transform: rotate(2deg); width: 50%; z-index: 4; }
.set-pemsmart-stage-item-3 img { height: calc(100% - 56px); }
.set-pemsmart-orbit { border: 1px dashed rgba(24,59,143,.28); border-radius: 50%; bottom: 70px; height: 390px; position: absolute; right: -90px; width: 390px; z-index: 1; }
.set-pemsmart-orbit span { background: var(--set-mint); border: 1px solid #cfe6de; border-radius: 999px; color: var(--set-green-dark); font-size: .58rem; font-weight: 900; letter-spacing: .1em; padding: 7px 10px; position: absolute; }
.set-pemsmart-orbit span:nth-child(1) { left: -16px; top: 48%; }
.set-pemsmart-orbit span:nth-child(2) { right: 20px; top: 6%; }
.set-pemsmart-orbit span:nth-child(3) { bottom: 4%; right: 34px; }
.set-pemsmart-brand-strip { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: -18px auto 44px; max-width: 1160px; overflow: hidden; position: relative; z-index: 5; }
.set-pemsmart-brand-strip > div { background: #fff; border: 1px solid var(--set-line); min-width: 0; padding: 22px 24px; }
.set-pemsmart-brand-strip > div:first-child { border-radius: 18px 0 0 18px; }
.set-pemsmart-brand-strip > div:last-child { border-radius: 0 18px 18px 0; }
.set-pemsmart-brand-strip span, .set-pemsmart-brand-strip strong, .set-pemsmart-brand-strip small { display: block; }
.set-pemsmart-brand-strip span { color: var(--set-green); font-size: .65rem; font-weight: 900; }
.set-pemsmart-brand-strip strong { color: var(--set-blue); font-size: 1rem; margin: 2px 0; }
.set-pemsmart-brand-strip small { color: var(--set-ink-soft); font-size: .72rem; line-height: 1.4; }
.set-pemsmart-intro { display: grid; gap: clamp(35px, 7vw, 100px); grid-template-columns: .9fr 1.1fr; }
.set-pemsmart-intro > div:last-child { border-left: 3px solid var(--set-green); padding-left: clamp(24px, 4vw, 48px); }
.set-pemsmart-intro > div:last-child p:first-child { color: var(--set-ink); font-size: 1.14rem; font-weight: 700; }
.set-pemsmart-world-section { align-items: center; background: var(--set-blue); border-radius: 32px; display: grid; gap: clamp(45px, 7vw, 100px); grid-template-columns: 1fr 1fr; margin: 28px auto 60px; max-width: 1280px; overflow: hidden; padding: clamp(46px, 7vw, 88px); }
.set-pemsmart-world-copy h2, .set-pemsmart-world-copy p { color: #fff !important; }
.set-pemsmart-world-copy .set-eyebrow { color: #8ee0c2; }
.set-pemsmart-world-copy > p { color: #dfe9fb !important; }
.set-pemsmart-world-visual { aspect-ratio: 1; position: relative; }
.set-pemsmart-globe { align-items: center; background: radial-gradient(circle at 35% 28%, #3c79d6, #173b8f 52%, #0a245d); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.035), 0 0 0 72px rgba(255,255,255,.02); display: flex; flex-direction: column; inset: 12%; justify-content: center; position: absolute; }
.set-pemsmart-globe::before, .set-pemsmart-globe::after { border: 1px solid rgba(255,255,255,.17); border-radius: 50%; content: ''; inset: 15%; position: absolute; }
.set-pemsmart-globe::after { inset: 34% 9%; }
.set-pemsmart-globe span, .set-pemsmart-globe strong { color: #fff; font-size: clamp(2rem, 5vw, 4.2rem); letter-spacing: .08em; line-height: .82; position: relative; z-index: 2; }
.set-pemsmart-globe span { color: #82e1be; font-weight: 300; }
.set-world-point { background: #fff; border-radius: 999px; box-shadow: var(--set-shadow); color: var(--set-blue); font-size: .67rem; font-weight: 900; letter-spacing: .06em; padding: 9px 13px; position: absolute; text-transform: uppercase; z-index: 3; }
.set-world-point-1 { left: 0; top: 18%; }
.set-world-point-2 { right: 0; top: 36%; }
.set-world-point-3 { bottom: 14%; left: 7%; }
.set-pemsmart-standard-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.set-pemsmart-standard-grid span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #cddcf7; display: flex; flex-direction: column; font-size: .72rem; padding: 14px 16px; }
.set-pemsmart-standard-grid strong { color: #fff; font-size: .88rem; }
.set-pemsmart-collection { max-width: 1280px; }
.set-pemsmart-product-family { border-top: 1px solid var(--set-line); padding: 54px 0 28px; }
.set-pemsmart-family-heading { display: grid; gap: 35px; grid-template-columns: .34fr 1fr; margin-bottom: 32px; }
.set-pemsmart-family-heading > div:first-child { align-items: baseline; display: flex; gap: 14px; }
.set-pemsmart-family-heading > div:first-child span { color: var(--set-green); font-size: .7rem; font-weight: 900; }
.set-pemsmart-family-heading > div:first-child p { color: var(--set-blue); font-size: .72rem; font-weight: 900; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.set-pemsmart-family-heading h3 { font-size: clamp(1.65rem, 3vw, 2.65rem); margin-bottom: 10px; }
.set-pemsmart-family-heading > div:last-child p { margin: 0; max-width: 760px; }
.set-pemsmart-product-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.set-pemsmart-product-card { background: #fff; border: 1px solid var(--set-line); border-radius: 20px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.set-pemsmart-product-card:hover { box-shadow: var(--set-shadow); transform: translateY(-5px); }
.set-pemsmart-product-image { align-items: center; aspect-ratio: 1 / .92; background: linear-gradient(150deg,#f5f8f7,#fff); display: flex; justify-content: center; overflow: hidden; padding: 18px; position: relative; }
.set-pemsmart-product-image img { display: block; height: 100%; object-fit: contain; transition: transform .35s ease; width: 100%; }
.set-pemsmart-product-card:hover img { transform: scale(1.04); }
.set-pemsmart-product-image > span { background: var(--set-green-dark); border-radius: 999px; color: #fff; font-size: .6rem; font-weight: 900; left: 13px; letter-spacing: .05em; padding: 6px 9px; position: absolute; top: 13px; text-transform: uppercase; }
.set-pemsmart-product-copy { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.set-pemsmart-product-copy > span { color: var(--set-green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.set-pemsmart-product-copy h4 { font-size: 1.02rem; margin: 8px 0 10px; }
.set-pemsmart-product-copy h4 a { color: var(--set-ink); display: -webkit-box; overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.set-pemsmart-product-copy > p { display: -webkit-box; font-size: .8rem; line-height: 1.55; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.set-pemsmart-product-copy > div { align-items: flex-end; border-top: 1px solid var(--set-line); display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding-top: 15px; }
.set-pemsmart-product-copy > div > strong { color: var(--set-blue); font-size: .9rem; }
.set-pemsmart-product-copy > div > a { color: var(--set-green-dark); font-size: .72rem; font-weight: 900; text-decoration: none; text-align: right; }
.set-pemsmart-collection-action { align-items: center; background: var(--set-mint); border-radius: 20px; display: flex; gap: 30px; justify-content: space-between; margin-top: 42px; padding: 28px 32px; }
.set-pemsmart-collection-action p { color: var(--set-ink); font-weight: 800; margin: 0; }
.set-pemsmart-ecosystem { background: linear-gradient(135deg, #eef8f4 0%, #edf3fb 100%); border-radius: 32px; margin: 48px auto 70px; max-width: 1280px; padding: clamp(50px, 7vw, 90px); }
.set-pemsmart-ecosystem-heading { margin-bottom: 38px; max-width: 800px; }
.set-pemsmart-ecosystem ol { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }
.set-pemsmart-ecosystem li { border-top: 2px solid var(--set-blue); padding: 22px 24px 0 0; position: relative; }
.set-pemsmart-ecosystem li::before { background: var(--set-green); border: 4px solid #eef8f4; border-radius: 50%; content: ''; height: 15px; left: 0; position: absolute; top: -9px; width: 15px; }
.set-pemsmart-ecosystem li > span { color: var(--set-green); font-size: .67rem; font-weight: 900; }
.set-pemsmart-ecosystem li strong { color: var(--set-blue); display: block; font-size: .95rem; margin: 7px 0 4px; }
.set-pemsmart-ecosystem li p { font-size: .76rem; line-height: 1.5; margin: 0; }
.set-pemsmart-value-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.set-pemsmart-value-grid article { border: 1px solid var(--set-line); border-radius: 20px; padding: 28px; }
.set-pemsmart-value-grid article > span { color: var(--set-green); font-size: .67rem; font-weight: 900; }
.set-pemsmart-value-grid article h3 { color: var(--set-blue); font-size: 1.12rem; margin: 18px 0 10px; }
.set-pemsmart-value-grid article p { font-size: .82rem; margin: 0; }
.set-pemsmart-faq { display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: .75fr 1.25fr; }
.set-pemsmart-faq-heading { position: sticky; top: 120px; }
.set-pemsmart-faq-list details { border-top: 1px solid var(--set-line); }
.set-pemsmart-faq-list details:last-child { border-bottom: 1px solid var(--set-line); }
.set-pemsmart-faq-list summary { color: var(--set-ink); cursor: pointer; font-size: 1.02rem; font-weight: 800; list-style: none; padding: 22px 38px 22px 0; position: relative; }
.set-pemsmart-faq-list summary::-webkit-details-marker { display: none; }
.set-pemsmart-faq-list summary::after { color: var(--set-green); content: '+'; font-size: 1.45rem; position: absolute; right: 4px; top: 17px; }
.set-pemsmart-faq-list details[open] summary::after { content: '−'; }
.set-pemsmart-faq-list details p { font-size: .88rem; padding: 0 34px 22px 0; }
.set-pemsmart-final-cta { align-items: center; background: linear-gradient(120deg, var(--set-blue) 0%, #174f83 55%, var(--set-green-dark) 100%); border-radius: 30px; color: #fff; display: flex; gap: 45px; justify-content: space-between; margin: 36px auto 80px; max-width: 1200px; padding: clamp(42px, 6vw, 70px); }
.set-pemsmart-final-cta > div:first-child { max-width: 720px; }
.set-pemsmart-final-cta h2, .set-pemsmart-final-cta p { color: #fff !important; }
.set-pemsmart-final-cta p { margin: 0; }
.set-pemsmart-final-cta .set-eyebrow { color: #91e1c4; }
.set-pemsmart-final-cta .set-actions { flex: 0 0 auto; margin: 0; }

/* Keep one clear primary purchase action. */
.single-product .wpcbn-btn,
.single-product .single_buy_now_button,
.single-product button[name="buy-now"],
.tax-pa_product-brand .wpcbn-btn { display: none !important; }
.single-product .single_add_to_cart_button { min-height: 48px; }

@media (max-width: 1024px) {
  .set-hero { grid-template-columns: 1fr 1fr; }
  .set-goal-grid, .set-value-grid, .set-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .set-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .set-trust-strip > div:first-child, .set-trust-strip > div:last-child { border-radius: 0; }
  .set-guides-hero { grid-template-columns: 1fr 1fr; }
  .set-featured-guide { grid-template-columns: 1fr 1fr; }
  .set-archive-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .set-pemsmart-hub-hero { grid-template-columns: 1fr 1fr; }
  .set-pemsmart-product-stage { min-height: 520px; }
  .set-pemsmart-stage-item-1 { height: 330px; width: 65%; }
  .set-pemsmart-stage-item-2, .set-pemsmart-stage-item-3 { width: 53%; }
  .set-pemsmart-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .set-pemsmart-value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .set-page { font-size: 16px; }
  .set-hero { border-radius: 0; grid-template-columns: 1fr; margin-top: 0; padding: 38px 22px; }
  .set-hero-home, .set-hero-compact { min-height: 0; }
  .set-hero-media { min-height: 320px; }
  .set-hero-media img { height: 285px; }
  .set-actions, .set-cta-band { align-items: stretch; flex-direction: column; }
  .set-button { min-height: 48px; width: 100%; }
  .set-trust-strip { grid-template-columns: 1fr 1fr; margin: -35px 16px 45px; }
  .set-trust-strip > div { padding: 16px 10px; }
  .set-section { padding: 48px 20px; }
  .set-section-soft, .set-section-dark { border-radius: 0; }
  .set-heading-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .set-goal-grid, .set-value-grid, .set-product-grid, .set-guide-grid, .set-story-grid, .set-contact-layout, .set-brand-category-grid, .set-newsletter { grid-template-columns: 1fr; }
  .set-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .set-product-image { height: 190px; }
  .set-product-card > div { padding: 16px; }
  .set-steps-horizontal { grid-template-columns: 1fr; }
  .set-newsletter { border-radius: 0; margin: 40px 0 0; padding: 46px 20px; }
  .set-form-row, .set-chip-grid { grid-template-columns: 1fr; }
  .set-cta-band { border-radius: 0; margin-bottom: 0; }
  .set-category-images { height: 205px; }
  .set-brand-mark { min-height: 230px; }
  .set-guides-page { padding-top: 0; }
  .set-guides-hero { border-radius: 0; grid-template-columns: 1fr; margin-bottom: 0; min-height: 0; padding: 42px 20px; }
  .set-guides-hero-copy h1 { max-width: 14ch; }
  .set-guides-hero-panel { border-radius: 22px; padding: 27px 22px; }
  .set-guides-featured-section { padding-top: 52px; }
  .set-featured-guide { border-radius: 20px; grid-template-columns: 1fr; }
  .set-featured-guide-image { aspect-ratio: 16 / 10; min-height: 0; }
  .set-featured-guide-copy { padding: 26px 22px 30px; }
  .set-archive-guide-grid { grid-template-columns: 1fr; }
  .set-archive-guide-copy { padding: 22px; }
  .set-guides-cta { align-items: stretch; border-radius: 0; flex-direction: column; margin-bottom: 0; padding: 48px 20px; }
  .set-guides-cta .set-actions { width: 100%; }
  .set-pemsmart-hub { padding-top: 0; }
  .set-pemsmart-hub h1 { font-size: clamp(2.55rem, 12vw, 3.85rem); max-width: 12ch; }
  .set-pemsmart-hub-hero { border-radius: 0; grid-template-columns: 1fr; min-height: 0; padding: 42px 20px 58px; }
  .set-pemsmart-logo-lockup { margin-bottom: 26px; }
  .set-pemsmart-product-stage { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); min-height: 0; }
  .set-pemsmart-stage-item { height: auto; position: static; transform: none; width: auto; }
  .set-pemsmart-stage-item-1 { grid-column: 1 / -1; }
  .set-pemsmart-stage-item img, .set-pemsmart-stage-item-1 img, .set-pemsmart-stage-item-2 img, .set-pemsmart-stage-item-3 img { aspect-ratio: 1.25; height: auto; }
  .set-pemsmart-orbit { display: none; }
  .set-pemsmart-brand-strip { grid-template-columns: repeat(2, 1fr); margin: 0; }
  .set-pemsmart-brand-strip > div:first-child, .set-pemsmart-brand-strip > div:last-child { border-radius: 0; }
  .set-pemsmart-intro { grid-template-columns: 1fr; }
  .set-pemsmart-intro > div:last-child { border-left: 0; border-top: 3px solid var(--set-green); padding: 26px 0 0; }
  .set-pemsmart-world-section { border-radius: 0; grid-template-columns: 1fr; margin: 0; padding: 55px 20px; }
  .set-pemsmart-world-visual { margin: 0 auto; max-width: 430px; width: 100%; }
  .set-pemsmart-family-heading { gap: 15px; grid-template-columns: 1fr; }
  .set-pemsmart-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .set-pemsmart-product-copy { padding: 17px; }
  .set-pemsmart-collection-action { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .set-pemsmart-ecosystem { border-radius: 0; margin: 35px 0 45px; padding: 52px 20px; }
  .set-pemsmart-ecosystem ol { grid-template-columns: 1fr; }
  .set-pemsmart-ecosystem li { border-left: 2px solid var(--set-blue); border-top: 0; padding: 0 0 28px 24px; }
  .set-pemsmart-ecosystem li::before { left: -9px; top: 2px; }
  .set-pemsmart-value-grid { grid-template-columns: 1fr; }
  .set-pemsmart-faq { grid-template-columns: 1fr; }
  .set-pemsmart-faq-heading { position: static; }
  .set-pemsmart-final-cta { align-items: stretch; border-radius: 0; flex-direction: column; margin-bottom: 0; padding: 52px 20px; }
  .set-pemsmart-final-cta .set-actions { width: 100%; }
}

@media (max-width: 430px) {
  .set-product-grid, .set-trust-strip { grid-template-columns: 1fr; }
  .set-product-image { height: 245px; }
  .set-pemsmart-product-grid { grid-template-columns: 1fr; }
  .set-pemsmart-brand-strip { grid-template-columns: 1fr; }
}
