/* Manufacturing & Equipment Rental Ready Demo — scoped */
.pf-cs-rental-ready {
  --pf-rental-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  color: var(--ink, #17181c);
  background: #fff;
  font-family: var(--pf-rental-font) !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pf-cs-rental-ready,
.pf-cs-rental-ready *,
.pf-cs-rental-ready *::before,
.pf-cs-rental-ready *::after {
  box-sizing: border-box;
  font-family: var(--pf-rental-font) !important;
  font-style: normal !important;
}

.pf-cs-rental-ready {
      --primary:#7a3f6e;
      --primary-dark:#56304e;
      --primary-soft:#f5eef4;
      --accent:#059b91;
      --accent-dark:#04776f;
      --accent-soft:#eaf9f7;
      --ink:#17181c;
      --muted:#68707d;
      --line:#e4e7ec;
      --surface:#ffffff;
      --surface-alt:#f7f8fa;
      --shadow:0 18px 50px rgba(37,42,51,.11);
      --shadow-sm:0 8px 26px rgba(37,42,51,.07);
      --radius-xl:26px;
      --radius-lg:18px;
      --radius-md:14px;
      --max:1240px;
    }
.pf-cs-rental-ready, .pf-cs-rental-ready * {box-sizing:border-box}
.pf-cs-rental-ready {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:var(--pf-rental-font) !important;
  font-style:normal !important;
  line-height:1.55;
}
.pf-cs-rental-ready h1,
.pf-cs-rental-ready h2,
.pf-cs-rental-ready h3,
.pf-cs-rental-ready h4,
.pf-cs-rental-ready p,
.pf-cs-rental-ready span,
.pf-cs-rental-ready a,
.pf-cs-rental-ready li,
.pf-cs-rental-ready button,
.pf-cs-rental-ready strong,
.pf-cs-rental-ready b {
  font-family: var(--pf-rental-font) !important;
  font-style: normal !important;
}
.pf-cs-rental-ready a {color:inherit;text-decoration:none}
.pf-cs-rental-ready img {display:block;max-width:100%}
.pf-cs-rental-ready button {font:inherit}
.pf-cs-rental-ready .container {width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.pf-cs-rental-ready .topbar {position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,231,236,.95)}
.pf-cs-rental-ready .topbar-inner {min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.pf-cs-rental-ready .brand-group {display:flex;align-items:center;gap:20px;min-width:max-content}
.pf-cs-rental-ready .brand {display:flex;align-items:center;gap:10px}
.pf-cs-rental-ready .brand-mark {width:34px;height:42px;position:relative}
.pf-cs-rental-ready .brand-mark:before, .pf-cs-rental-ready .brand-mark:after {content:"";position:absolute;border-radius:6px 14px 6px 14px;transform:skewY(-12deg)}
.pf-cs-rental-ready .brand-mark:before {inset:0 10px 12px 0;background:linear-gradient(145deg,var(--primary),#955f88)}
.pf-cs-rental-ready .brand-mark:after {inset:12px 0 0 11px;background:linear-gradient(145deg,var(--accent),#37b6ad)}
.pf-cs-rental-ready .brand-copy strong {display:block;font-size:17px;line-height:1.1}
.pf-cs-rental-ready .brand-copy span {display:block;color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.02em;margin-top:3px}
.pf-cs-rental-ready .divider {width:1px;height:38px;background:#b6bbc4}
.pf-cs-rental-ready .odoo-lockup {display:flex;flex-direction:column;line-height:1}
.pf-cs-rental-ready .odoo-lockup strong {font-size:24px;letter-spacing:-.05em;color:#7c6376;font-weight:700}
.pf-cs-rental-ready .odoo-lockup span {width:max-content;margin-top:4px;padding:3px 7px;border-radius:4px;background:#d59b2d;color:#fff;font-size:8px;font-weight:800}
.pf-cs-rental-ready .nav {display:flex;align-items:center;gap:28px;font-size:14px}
.pf-cs-rental-ready .nav a {color:#2e3138}
.pf-cs-rental-ready .nav a:hover {color:var(--primary)}
.pf-cs-rental-ready .nav .nav-cta {padding:12px 20px;border-radius:999px;background:var(--primary);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(122,63,110,.2)}
.pf-cs-rental-ready .menu-btn {display:none;border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 11px}
.pf-cs-rental-ready .hero {position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 38%,#f1f7f7 100%);border-bottom:1px solid var(--line)}
.pf-cs-rental-ready .hero-grid {display:grid;grid-template-columns:1.05fr .95fr;min-height:580px;align-items:stretch}
.pf-cs-rental-ready .hero-copy-wrap {padding:68px 38px 56px 0;align-self:center;position:relative;z-index:3}
.pf-cs-rental-ready .eyebrow {display:inline-flex;align-items:center;gap:10px;padding:8px 13px;border:1px solid #62c8bf;border-radius:999px;color:var(--accent-dark);background:rgba(255,255,255,.9);font-size:12px;font-weight:850;letter-spacing:.06em}
.pf-cs-rental-ready .eyebrow svg {width:17px;height:17px}
.pf-cs-rental-ready h1, .pf-cs-rental-ready h2, .pf-cs-rental-ready h3, .pf-cs-rental-ready p {margin-top:0}
.pf-cs-rental-ready h1 {font-size:clamp(48px,5vw,76px);line-height:1.03;letter-spacing:-.055em;margin:20px 0 16px;max-width:700px}
.pf-cs-rental-ready h1 .accent {color:var(--primary)}
.pf-cs-rental-ready .hero-sub {font-size:clamp(19px,2vw,25px);color:#73767d;font-weight:600;max-width:610px;margin-bottom:24px}
.pf-cs-rental-ready .quick-benefits {display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:var(--shadow-sm);max-width:680px;overflow:hidden}
.pf-cs-rental-ready .quick-item {display:flex;align-items:center;gap:9px;padding:13px 12px;font-size:12px;font-weight:700;border-right:1px solid var(--line)}
.pf-cs-rental-ready .quick-item:last-child {border-right:0}
.pf-cs-rental-ready .quick-icon {width:25px;height:25px;display:grid;place-items:center;border-radius:50%;border:2px solid var(--accent);color:var(--accent);font-size:13px;flex:0 0 auto}
.pf-cs-rental-ready .hero-actions {display:flex;flex-wrap:wrap;gap:13px;margin-top:22px}
.pf-cs-rental-ready .btn {display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 19px;border-radius:6px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease}
.pf-cs-rental-ready .btn:hover {transform:translateY(-2px)}
.pf-cs-rental-ready .btn-primary {background:var(--primary);color:#fff;box-shadow:0 10px 22px rgba(122,63,110,.2)}
.pf-cs-rental-ready .btn-secondary {background:#fff;color:var(--primary);border-color:#aa7e9f}
.pf-cs-rental-ready .hero-visual {position:relative;min-height:580px}
.pf-cs-rental-ready .hero-visual img {width:100%;height:100%;object-fit:cover;object-position:center}
.pf-cs-rental-ready .hero-visual .hero-inline-svg {width:100%;height:100%;display:block}
.pf-cs-rental-ready .hero-visual:after {content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.18) 18%,transparent 43%)}
.pf-cs-rental-ready .floating-book {position:fixed;right:0;top:36%;z-index:40;background:var(--accent);color:#fff;padding:15px 10px;border-radius:10px 0 0 10px;font-size:13px;font-weight:850;writing-mode:vertical-rl;box-shadow:var(--shadow-sm)}
.pf-cs-rental-ready section {padding:58px 0}
.pf-cs-rental-ready .section-title {text-align:center;margin-bottom:28px}
.pf-cs-rental-ready .section-title h2 {font-size:clamp(30px,3.5vw,46px);letter-spacing:-.04em;margin-bottom:8px}
.pf-cs-rental-ready .section-title p {color:var(--muted);font-size:17px;margin-bottom:0}
.pf-cs-rental-ready .module-grid {display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.pf-cs-rental-ready .module-card {border:1px solid var(--line);border-radius:10px;background:#fff;padding:16px 10px 14px;text-align:center;box-shadow:0 3px 12px rgba(32,37,46,.03);transition:.2s ease;min-width:0}
.pf-cs-rental-ready .module-card:hover {transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.pf-cs-rental-ready .module-icon {width:42px;height:42px;margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:var(--primary);color:#fff;font-weight:900}
.pf-cs-rental-ready .module-card:nth-child(even) .module-icon {background:var(--accent)}
.pf-cs-rental-ready .module-card h3 {font-size:15px;line-height:1.15;min-height:36px;margin-bottom:10px}
.pf-cs-rental-ready .module-card img {width:100%;height:96px;object-fit:cover;border:1px solid #e5e5e8;border-radius:5px;margin-bottom:10px;background:#f5f6f8}
.pf-cs-rental-ready .module-card p {font-size:12px;color:#3f4650;margin:0;line-height:1.45}
.pf-cs-rental-ready .workflow-section {padding-top:12px}
.pf-cs-rental-ready .workflow-title {text-align:center;font-size:23px;margin-bottom:24px}
.pf-cs-rental-ready .workflow {display:grid;grid-template-columns:repeat(7,1fr);gap:28px;align-items:start}
.pf-cs-rental-ready .flow-step {position:relative;text-align:center}
.pf-cs-rental-ready .flow-step:not(:last-child):after {content:"→";position:absolute;top:25px;right:-22px;color:#9197a1;font-size:24px}
.pf-cs-rental-ready .flow-icon {width:58px;height:58px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:900;font-size:20px}
.pf-cs-rental-ready .flow-step:nth-child(even) .flow-icon {background:var(--accent);color:#fff}
.pf-cs-rental-ready .flow-step span {display:block;font-size:13px;font-weight:700;line-height:1.3}
.pf-cs-rental-ready .screens-section {background:#fbfbfc}
.pf-cs-rental-ready .screens-wrap {border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px 10px}
.pf-cs-rental-ready .screens-title {text-align:center;font-size:24px;margin-bottom:14px}
.pf-cs-rental-ready .screens-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pf-cs-rental-ready .screen-card {text-align:center}
.pf-cs-rental-ready .screen-image {position:relative;overflow:hidden;border-radius:6px;border:1px solid #e4e4e8;background:#f3f4f6}
.pf-cs-rental-ready .screen-image img {width:100%;height:156px;object-fit:cover}
.pf-cs-rental-ready .screen-image:after {content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4);pointer-events:none}
.pf-cs-rental-ready .screen-card h3 {font-size:15px;margin:9px 0 3px}
.pf-cs-rental-ready .screen-card p {font-size:12px;color:#434a54;margin:0 8px}
.pf-cs-rental-ready .scenario-section {padding-top:48px}
.pf-cs-rental-ready .scenario-shell {display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:16px;align-items:stretch}
.pf-cs-rental-ready .scenario-main, .pf-cs-rental-ready .industry-card {border:1px solid var(--line);border-radius:12px;background:#fff}
.pf-cs-rental-ready .scenario-main {overflow:hidden}
.pf-cs-rental-ready .tabs {display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid var(--line);background:#fafafa}
.pf-cs-rental-ready .tab-btn {border:0;border-right:1px solid var(--line);background:transparent;padding:13px 9px;color:#6b3d64;font-size:12px;font-weight:800;cursor:pointer}
.pf-cs-rental-ready .tab-btn:last-child {border-right:0}
.pf-cs-rental-ready .tab-btn.active {background:var(--primary);color:#fff}
.pf-cs-rental-ready .tab-panel {display:none;padding:18px}
.pf-cs-rental-ready .tab-panel.active {display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center}
.pf-cs-rental-ready .scenario-art {width:100%;border-radius:8px}
.pf-cs-rental-ready .tab-panel h3 {font-size:22px;margin-bottom:7px}
.pf-cs-rental-ready .tab-panel>div>p {color:#4e5560;font-size:14px;margin-bottom:13px}
.pf-cs-rental-ready .steps-grid {display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}
.pf-cs-rental-ready .step-row {display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;font-size:12px}
.pf-cs-rental-ready .step-no {width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:850}
.pf-cs-rental-ready .industry-card {padding:21px}
.pf-cs-rental-ready .industry-head {display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}
.pf-cs-rental-ready .industry-icon {width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:22px}
.pf-cs-rental-ready .industry-card h3 {font-size:17px;margin:0;color:var(--primary)}
.pf-cs-rental-ready .industry-list {list-style:none;margin:0;padding:0;display:grid;gap:12px;font-size:13px}
.pf-cs-rental-ready .industry-list li {position:relative;padding-left:22px}
.pf-cs-rental-ready .industry-list li:before {content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.pf-cs-rental-ready .trust-row {display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:28px 10px 0;border-top:1px solid var(--line);margin-top:28px}
.pf-cs-rental-ready .trust-item {display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:center}
.pf-cs-rental-ready .trust-icon {width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f6f4f8;color:var(--primary);font-size:22px;border:1px solid #e3dbe1}
.pf-cs-rental-ready .trust-item h3 {font-size:16px;margin-bottom:4px}
.pf-cs-rental-ready .trust-item p {font-size:12px;color:#4c535d;margin:0}
.pf-cs-rental-ready .final-cta {position:relative;overflow:hidden;background:linear-gradient(100deg,#743863,#9b5c89);color:#fff;padding:30px 0}
.pf-cs-rental-ready .final-inner {display:grid;grid-template-columns:1fr auto 250px;gap:30px;align-items:center}
.pf-cs-rental-ready .final-copy {display:flex;gap:14px;align-items:flex-start}
.pf-cs-rental-ready .final-copy .cal {width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:8px;display:grid;place-items:center;font-size:23px;flex:0 0 auto}
.pf-cs-rental-ready .final-copy h2 {font-size:28px;margin-bottom:4px}
.pf-cs-rental-ready .final-copy p {margin:0;color:rgba(255,255,255,.84);font-size:14px;max-width:580px}
.pf-cs-rental-ready .final-actions {display:flex;gap:12px}
.pf-cs-rental-ready .btn-light {background:#fff;color:var(--primary);border-radius:6px}
.pf-cs-rental-ready .btn-outline-light {border-color:rgba(255,255,255,.65);color:#fff;background:transparent;border-radius:6px}
.pf-cs-rental-ready .final-art {position:absolute;right:12px;bottom:0;width:245px;max-height:180px;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 12px 16px rgba(31,14,28,.28))}
.pf-cs-rental-ready footer {padding:22px 0;color:#6f7580;font-size:13px;border-top:1px solid var(--line)}
.pf-cs-rental-ready .footer-inner {display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.pf-cs-rental-ready .mobile-nav {display:none;padding:10px 20px 18px;border-top:1px solid var(--line);background:#fff}
.pf-cs-rental-ready .mobile-nav.open {display:grid;gap:10px}
.pf-cs-rental-ready .mobile-nav a {padding:8px 0;border-bottom:1px solid #f0f1f3}
.pf-cs-rental-ready .contact-note {padding:12px 15px;background:var(--accent-soft);color:var(--accent-dark);border-radius:8px;font-size:13px;font-weight:700;margin-top:18px}
.pf-cs-rental-ready .reveal {opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.pf-cs-rental-ready .reveal.visible {opacity:1;transform:none}
@media (max-width:1100px) {
.pf-cs-rental-ready .nav {gap:16px}
.pf-cs-rental-ready .module-grid {grid-template-columns:repeat(3,1fr)}
.pf-cs-rental-ready .quick-benefits {grid-template-columns:repeat(2,1fr)}
.pf-cs-rental-ready .quick-item:nth-child(2) {border-right:0}
.pf-cs-rental-ready .quick-item:nth-child(-n+2) {border-bottom:1px solid var(--line)}
.pf-cs-rental-ready .workflow {grid-template-columns:repeat(4,1fr);row-gap:28px}
.pf-cs-rental-ready .flow-step:after {display:none}
.pf-cs-rental-ready .screens-grid {grid-template-columns:repeat(2,1fr);gap:22px}
.pf-cs-rental-ready .scenario-shell {grid-template-columns:1fr}
.pf-cs-rental-ready .industry-card {display:grid;grid-template-columns:260px 1fr;align-items:center}
.pf-cs-rental-ready .pf-re-final-inner {grid-template-columns:1fr auto 170px}
}

@media (max-width:860px) {
.pf-cs-rental-ready .nav {display:none}
.pf-cs-rental-ready .menu-btn {display:block}
.pf-cs-rental-ready .pf-re-hero-grid {grid-template-columns:1fr}
.pf-cs-rental-ready .hero-copy-wrap {padding:54px 0 36px}
.pf-cs-rental-ready .hero-visual {min-height:390px;margin-inline:-20px}
.pf-cs-rental-ready .hero-visual:after {background:linear-gradient(180deg,#fff 0%,transparent 30%)}
.pf-cs-rental-ready .floating-book {display:none}
.pf-cs-rental-ready .workflow {grid-template-columns:repeat(3,1fr)}
.pf-cs-rental-ready .tabs {grid-template-columns:repeat(3,1fr)}
.pf-cs-rental-ready .tab-panel.active {grid-template-columns:180px 1fr}
.pf-cs-rental-ready .trust-row {grid-template-columns:1fr}
.pf-cs-rental-ready .pf-re-final-inner {grid-template-columns:1fr}
.pf-cs-rental-ready .final-actions {padding-right:210px}
.pf-cs-rental-ready .final-art {width:200px}
}

@media (max-width:620px) {
.pf-cs-rental-ready .container {width:min(calc(100% - 24px),var(--max))}
.pf-cs-rental-ready .brand-copy strong {font-size:14px}
.pf-cs-rental-ready .divider, .pf-cs-rental-ready .odoo-lockup {display:none}
.pf-cs-rental-ready h1 {font-size:45px}
.pf-cs-rental-ready .hero-sub {font-size:19px}
.pf-cs-rental-ready .quick-benefits {grid-template-columns:1fr}
.pf-cs-rental-ready .quick-item {border-right:0;border-bottom:1px solid var(--line)}
.pf-cs-rental-ready .quick-item:last-child {border-bottom:0}
.pf-cs-rental-ready .module-grid {grid-template-columns:repeat(2,1fr)}
.pf-cs-rental-ready .workflow {grid-template-columns:repeat(2,1fr)}
.pf-cs-rental-ready .screens-grid {grid-template-columns:1fr}
.pf-cs-rental-ready .screen-image img {height:auto}
.pf-cs-rental-ready .tabs {grid-template-columns:repeat(2,1fr)}
.pf-cs-rental-ready .tab-panel.active {grid-template-columns:1fr}
.pf-cs-rental-ready .scenario-art {max-width:260px;margin-inline:auto}
.pf-cs-rental-ready .steps-grid {grid-template-columns:1fr}
.pf-cs-rental-ready .industry-card {display:block}
.pf-cs-rental-ready .final-actions {padding-right:0;flex-direction:column;align-items:stretch}
.pf-cs-rental-ready .final-art {opacity:.22;width:180px}
.pf-cs-rental-ready .footer-inner {display:block}
.pf-cs-rental-ready section {padding:46px 0}
}
.pf-cs-rental-ready .hero-visual img {object-position:center center}
.pf-cs-rental-ready .module-card img {object-fit:contain;padding:4px;background:#fbfbfc}
.pf-cs-rental-ready .screen-image img {object-fit:contain;padding:5px;background:#fff}
.pf-cs-rental-ready .scenario-art {max-height:210px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:5px}
.pf-cs-rental-ready .aero-kicker {color:var(--accent-dark);font-weight:850}
@media (max-width:620px) {
.pf-cs-rental-ready .scenario-art {max-height:none}
}
.pf-cs-rental-ready .hero-grid {grid-template-columns:1fr 1fr}
.pf-cs-rental-ready .hero-sub {max-width:650px}
.pf-cs-rental-ready .workflow-stack {display:grid;gap:28px}
.pf-cs-rental-ready .workflow-band {border:1px solid var(--line);border-radius:14px;background:#fff;padding:20px 18px;box-shadow:0 4px 18px rgba(37,42,51,.04)}
.pf-cs-rental-ready .workflow-band-head {display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:18px;color:var(--primary);font-size:18px;font-weight:850}
.pf-cs-rental-ready .workflow-band:nth-child(2) .workflow-band-head {color:var(--accent-dark)}
.pf-cs-rental-ready .workflow-band .workflow {grid-template-columns:repeat(7,1fr)}
.pf-cs-rental-ready .workflow-band:nth-child(2) .flow-icon {background:var(--accent-soft);color:var(--accent-dark)}
.pf-cs-rental-ready .workflow-band:nth-child(2) .flow-step:nth-child(even) .flow-icon {background:var(--primary);color:#fff}
.pf-cs-rental-ready .solution-split {display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.pf-cs-rental-ready .solution-note {border:1px solid var(--line);border-radius:10px;padding:13px 14px;background:#fff;font-size:12px;color:#4b525c}
.pf-cs-rental-ready .solution-note strong {display:block;color:var(--primary);font-size:13px;margin-bottom:3px}
.pf-cs-rental-ready .solution-note:nth-child(2) strong {color:var(--accent-dark)}
.pf-cs-rental-ready .module-card img {object-fit:contain;padding:3px}
.pf-cs-rental-ready .screen-image img {object-fit:contain;background:#f7f8fa}
.pf-cs-rental-ready .scenario-art {border:1px solid var(--line);background:#f7f8fa}
.pf-cs-rental-ready .industry-card .small-copy {font-size:12px;color:#5b626d;margin:0 0 14px}
@media (max-width:860px) {
.pf-cs-rental-ready .workflow-band .workflow {grid-template-columns:repeat(3,1fr)}
.pf-cs-rental-ready .solution-split {grid-template-columns:1fr}
}

@media (max-width:620px) {
.pf-cs-rental-ready .workflow-band .workflow {grid-template-columns:repeat(2,1fr)}
.pf-cs-rental-ready .workflow-band {padding:18px 12px}
}


/* ---- Hardened hero / CTA / mobile (Odoo+Bootstrap safe) ---- */
.pf-cs-rental-ready a { color: inherit; text-decoration: none; }
.pf-cs-rental-ready img { display: block; max-width: 100%; }
.pf-cs-rental-ready button { font: inherit; }
.pf-cs-rental-ready h1, .pf-cs-rental-ready h2, .pf-cs-rental-ready h3, .pf-cs-rental-ready p { margin-top: 0; }
.pf-cs-rental-ready svg { max-width: 100%; height: auto; }

.pf-cs-rental-ready .container {
  width: min(calc(100% - 40px), var(--max)) !important;
  max-width: var(--max) !important;
  margin-inline: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pf-cs-rental-ready .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg,#fff 0%,#fff 38%,#f1f7f7 100%);
  border-bottom: 1px solid var(--line);
  padding: 0 !important;
}
.pf-cs-rental-ready .pf-re-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  grid-template-rows: 1fr !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: 580px;
  width: min(calc(100% - 40px), var(--max)) !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
}
.pf-cs-rental-ready .hero-copy-wrap {
  padding: 68px 38px 56px 0 !important;
  align-self: center !important;
  position: relative;
  z-index: 3;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
}
.pf-cs-rental-ready .hero h1 {
  font-size: clamp(36px, 4.2vw, 62px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.055em;
  margin: 20px 0 16px !important;
  max-width: 700px;
  text-align: left !important;
  color: var(--ink) !important;
}
.pf-cs-rental-ready .hero-sub { text-align: left !important; }
.pf-cs-rental-ready .quick-benefits {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-sm);
  max-width: 680px;
  width: 100%;
  overflow: hidden;
}
.pf-cs-rental-ready .quick-item {
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 13px 12px;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid var(--line);
  min-width: 0;
  line-height: 1.35;
}
.pf-cs-rental-ready .quick-item > span:last-child { min-width: 0; flex: 1 1 auto; }
.pf-cs-rental-ready .quick-item:last-child { border-right: 0; }
.pf-cs-rental-ready .hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 22px;
  justify-content: flex-start !important;
}
.pf-cs-rental-ready .hero-visual {
  position: relative !important;
  min-height: 580px;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pf-cs-rental-ready .hero-visual img,
.pf-cs-rental-ready .hero-visual .hero-inline-svg {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  float: none !important;
}
.pf-cs-rental-ready .hero-visual img[src$=".webp"],
.pf-cs-rental-ready .hero-visual img[src$=".jpg"],
.pf-cs-rental-ready .hero-visual img[src$=".png"] {
  position: absolute !important;
  inset: 0;
  height: 100% !important;
  object-fit: cover !important;
}
.pf-cs-rental-ready .hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.18) 18%,transparent 43%);
  pointer-events: none;
  z-index: 1;
}
.pf-cs-rental-ready .hero-visual .hero-inline-svg { position: relative; z-index: 2; }

.pf-cs-rental-ready section { padding: 58px 0; }
.pf-cs-rental-ready section.hero { padding: 0 !important; }
.pf-cs-rental-ready section:not(.hero):not(.final-cta) { padding: 58px 0; }

.pf-cs-rental-ready .final-cta {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(100deg,#743863,#9b5c89) !important;
  color: #fff !important;
  padding: 30px 0 !important;
}
.pf-cs-rental-ready .pf-re-final-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto 250px !important;
  gap: 30px !important;
  align-items: center !important;
  width: min(calc(100% - 40px), var(--max)) !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  position: relative;
  z-index: 2;
}
.pf-cs-rental-ready .final-copy {
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
  margin: 0 !important;
  text-align: left !important;
}
.pf-cs-rental-ready .final-copy h2 {
  font-size: 28px !important;
  margin: 0 0 4px !important;
  color: #fff !important;
  text-align: left !important;
}
.pf-cs-rental-ready .final-copy p {
  margin: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 14px;
  max-width: 580px;
  text-align: left !important;
}
.pf-cs-rental-ready .final-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start !important;
  margin: 0 !important;
}
.pf-cs-rental-ready .final-spacer { min-width: 0; }
.pf-cs-rental-ready .final-art {
  position: absolute !important;
  right: 12px !important;
  bottom: 0 !important;
  width: 245px !important;
  max-width: 245px !important;
  max-height: 180px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: bottom right;
  filter: drop-shadow(0 12px 16px rgba(31,14,28,.28));
  z-index: 1;
  pointer-events: none;
}

.pf-cs-rental-ready .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 19px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: .2s ease;
}
.pf-cs-rental-ready .btn:hover { transform: translateY(-2px); }
.pf-cs-rental-ready .btn-primary {
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(122,63,110,.2) !important;
}
.pf-cs-rental-ready .btn-secondary {
  background: #fff !important;
  color: var(--primary) !important;
  border-color: #aa7e9f !important;
}
.pf-cs-rental-ready .btn-light {
  background: #fff !important;
  color: var(--primary) !important;
  border-radius: 6px !important;
}
.pf-cs-rental-ready .btn-outline-light {
  border-color: rgba(255,255,255,.65) !important;
  color: #fff !important;
  background: transparent !important;
  border-radius: 6px !important;
}

.pf-cs-rental-ready .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.pf-cs-rental-ready .reveal.visible { opacity: 1; transform: none; }
.pf-cs-rental-ready .floating-book {
  position: fixed; right: 0; top: 36%; z-index: 40;
  background: var(--accent); color: #fff; padding: 15px 10px;
  border-radius: 10px 0 0 10px; font-size: 13px; font-weight: 850;
  writing-mode: vertical-rl; box-shadow: var(--shadow-sm);
}

@media (max-width: 1100px) {
  .pf-cs-rental-ready .quick-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .pf-cs-rental-ready .quick-item { border-right: 1px solid var(--line); border-bottom: 0; }
  .pf-cs-rental-ready .quick-item:nth-child(2n) { border-right: 0 !important; }
  .pf-cs-rental-ready .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pf-cs-rental-ready .quick-item:last-child { border-right: 0 !important; }
  .pf-cs-rental-ready .pf-re-final-inner { grid-template-columns: minmax(0,1fr) auto 170px !important; }
}
@media (max-width: 860px) {
  .pf-cs-rental-ready .pf-re-hero-grid { grid-template-columns: 1fr !important; min-height: 0; }
  .pf-cs-rental-ready .hero-copy-wrap { padding: 54px 0 36px !important; }
  .pf-cs-rental-ready .hero-visual { min-height: 320px; height: auto; margin-inline: -20px !important; padding: 12px 20px 28px; }
  .pf-cs-rental-ready .hero-visual:after { background: linear-gradient(180deg,#fff 0%,transparent 30%); }
  .pf-cs-rental-ready .floating-book { display: none; }
  .pf-cs-rental-ready .quick-benefits { grid-template-columns: 1fr !important; }
  .pf-cs-rental-ready .quick-item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    padding: 14px 16px;
  }
  .pf-cs-rental-ready .quick-item:last-child { border-bottom: 0 !important; }
  .pf-cs-rental-ready .pf-re-final-inner { grid-template-columns: 1fr !important; }
  .pf-cs-rental-ready .final-actions { padding-right: 210px; }
  .pf-cs-rental-ready .final-art { width: 200px !important; }
}
@media (max-width: 620px) {
  .pf-cs-rental-ready .container { width: min(calc(100% - 24px), var(--max)) !important; }
  .pf-cs-rental-ready .hero h1 { font-size: 34px !important; }
  .pf-cs-rental-ready .quick-benefits { grid-template-columns: 1fr !important; }
  .pf-cs-rental-ready .quick-item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
  .pf-cs-rental-ready .quick-item:last-child { border-bottom: 0 !important; }
  .pf-cs-rental-ready .final-actions { padding-right: 0; flex-direction: column; align-items: stretch; }
  .pf-cs-rental-ready .final-art { opacity: .22; width: 180px !important; }
  .pf-cs-rental-ready section:not(.hero):not(.final-cta) { padding: 46px 0; }
}

/* Click-to-zoom images */
.pf-cs-rental-ready img.pf-rental-zoomable {
  cursor: zoom-in;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pf-cs-rental-ready .module-card img.pf-rental-zoomable:hover,
.pf-cs-rental-ready .screen-image img.pf-rental-zoomable:hover,
.pf-cs-rental-ready .scenario-art.pf-rental-zoomable:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 22px rgba(37, 42, 51, 0.12);
}
.pf-cs-rental-ready .hero-visual img.pf-rental-zoomable {
  cursor: zoom-in;
}
.pf-cs-rental-ready .final-art.pf-rental-zoomable {
  pointer-events: auto;
  cursor: zoom-in;
}

body.pf-rental-lightbox-open {
  overflow: hidden;
}
.pf-rental-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(15, 18, 24, 0.86);
  backdrop-filter: blur(4px);
  cursor: zoom-out;
}
.pf-rental-lightbox.is-open,
.pf-rental-lightbox:not([hidden]) {
  display: flex;
}
.pf-rental-lightbox[hidden] {
  display: none !important;
}
.pf-rental-lightbox-img {
  display: block;
  max-width: min(96vw, 1200px);
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  cursor: default;
  background: #fff;
}
.pf-rental-lightbox-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #17181c;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.pf-rental-lightbox-close:hover {
  background: #fff;
  transform: scale(1.05);
}
@media (max-width: 620px) {
  .pf-rental-lightbox {
    padding: 16px;
  }
  .pf-rental-lightbox-close {
    top: 10px;
    right: 10px;
  }
}
