/*
Theme Name: Rhino Trailers WA
Theme URI: https://rhinotrailerswa.com.au/
Author: Rhino Trailers
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: rhino-trailers
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --primary: #1b3a4b;
  --primary-light: #2d5f73;
  --primary-dark: #0f2530;
  --accent: #f59e0b;
  --accent-light: #fbbf24;
  --surface: #fafafa;
  --surface-alt: #f5f5f5;
  --dark: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --white: #fff;
  --shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #1f2937;
  background: var(--surface);
  font-family: "Inter", "Inter Fallback", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

/* ── Global: body copy — Inter ── */
body,
body *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.elementor-heading-title):not(.rtp-section-title .elementor-heading-title):not(.rtp-small-title .elementor-heading-title):not(.rtp-eyebrow .elementor-heading-title):not(.rtp-price .elementor-heading-title) {
  font-family: "Inter", "Inter Fallback", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ── Global: headings — Montserrat ── */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title,
.rtp-section-title .elementor-heading-title,
.rtp-small-title .elementor-heading-title,
.rtp-eyebrow .elementor-heading-title,
.rtp-price .elementor-heading-title,
.site-footer h3,
.card h3,
.about-live-heading h2 {
  font-family: "Montserrat", "Montserrat Fallback", ui-sans-serif, system-ui, sans-serif;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; color: var(--dark); line-height: 1.1; font-weight: 800; font-family: "Montserrat", "Montserrat Fallback", ui-sans-serif, system-ui, sans-serif; }
p { margin: 0; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
.section.alt { background: var(--surface-alt); }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow:before, .eyebrow:after { content: ""; width: 28px; height: 1px; background: var(--accent); }
.lead { color: var(--muted); font-size: 18px; max-width: 760px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 0 22px; border-radius: 999px; font-weight: 800;
  border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-accent { background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: var(--primary-dark); box-shadow: 0 12px 28px rgba(245, 158, 11, .28); }
.btn-primary { background: var(--primary); color: var(--white); }
.btn-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.topbar { display: none; background: #f0f6f8; border-bottom: 1px solid var(--border); color: #4b5563; font-size: 12px; }
.topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-left { display: flex; gap: 28px; flex-wrap: wrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); box-shadow: 0 1px 10px rgba(15,23,42,.06); backdrop-filter: blur(12px); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo img { width: auto; height: 62px; }
.desktop-nav { display: none; align-items: center; gap: 4px; }
.desktop-nav a { padding: 10px 13px; color: #4b5563; font-weight: 700; border-radius: 8px; }
.desktop-nav a:hover { color: var(--primary); background: rgba(27,58,75,.06); }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 10px); left: 0; z-index: 80;
  min-width: 230px; padding: 8px; border: 1px solid var(--border); border-radius: 8px;
  background: rgba(255,255,255,.98); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown-menu a { display: block; padding: 10px 12px; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.call-mini { display: none; align-items: center; gap: 10px; color: var(--primary); font-weight: 800; }
.menu-toggle { display: inline-flex; width: 42px; height: 42px; border: 0; border-radius: 10px; align-items: center; justify-content: center; background: rgba(27,58,75,.07); color: var(--primary); font-size: 24px; }
.mobile-nav { display: none; border-top: 1px solid var(--border); padding: 12px 0 18px; }
.mobile-nav.is-open { display: block; }
.mobile-nav a { display: block; padding: 12px 8px; color: #374151; font-weight: 700; }
.mobile-nav .mobile-subnav { padding-left: 24px; color: var(--primary); font-size: 14px; }
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #eaf2f5, #f0f6f8 52%, #f5f0eb); padding: 56px 0 70px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.live-hero { background: #f0f6f8; padding: 0; }
.hero-gradient { position: absolute; inset: 0; opacity: .9; background: linear-gradient(135deg, #eaf2f5 0%, #f0f6f8 50%, #f5f0eb 100%); }
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-particles span { position: absolute; left: var(--x); top: var(--y); width: 8px; height: 8px; border-radius: 999px; background: rgba(27,58,75,.1); animation: particle-float var(--duration) ease-in-out infinite; animation-delay: var(--delay); }
.live-hero-inner { position: relative; z-index: 1; padding-top: 32px; padding-bottom: 56px; }
.live-hero-grid { display: grid; gap: 32px; align-items: center; }
.live-hero-copy { position: relative; z-index: 2; }
.live-hero-logo { width: min(250px, 78vw); margin: 0 auto; filter: drop-shadow(0 18px 20px rgba(15,23,42,.18)); animation: slide-in-left .6s ease-out both .2s; }
.live-hero-lead { margin-top: 4px; color: #374151; font-size: 18px; line-height: 1.7; animation: slide-in-left .6s ease-out both .4s; }
.live-hero-lead a { color: var(--primary); font-weight: 800; }
.live-hero-lead a:hover { text-decoration: underline; }
.live-hero-actions { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; animation: fade-in-up .6s ease-out both .5s; }
.btn-outline-primary { border-color: var(--primary); color: var(--primary); background: transparent; }
.btn-outline-primary:hover { background: var(--primary); color: #fff; }
.live-hero-badges { display: none; align-items: center; gap: 24px; margin-top: 16px; color: #4b5563; font-size: 14px; animation: fade-in .5s ease-out both .7s; }
.live-hero-badges span { display: inline-flex; align-items: center; gap: 8px; }
.live-hero-badges i { width: 8px; height: 8px; border-radius: 999px; background: #4ade80; }
.live-hero-media { position: relative; animation: slide-in-right 1s ease-out both .3s; }
.live-hero-photo { position: relative; overflow: hidden; border-radius: 16px; box-shadow: 0 25px 50px rgba(0,0,0,.1); background: #fff; }
.live-hero-photo img { width: 100%; height: auto; object-fit: contain; background: #fff; }
.live-exp-badge { display: none; position: absolute; left: -16px; bottom: -16px; padding: 12px 20px; border-radius: 12px; background: var(--accent); color: #111827; font-weight: 800; box-shadow: 0 20px 35px rgba(15,23,42,.18); animation: scale-bounce-in .6s ease-out both .7s; }
.live-exp-badge strong { display: block; font-size: 24px; line-height: 1; font-weight: 900; }
.live-exp-badge span { display: block; color: rgba(17,24,39,.7); font-size: 12px; }
.live-galv-badge { display: none; position: absolute; right: -12px; top: -12px; padding: 6px 12px; border-radius: 8px; background: rgba(255,255,255,.95); color: var(--primary); font-weight: 900; box-shadow: 0 12px 22px rgba(15,23,42,.14); backdrop-filter: blur(10px); animation: scale-bounce-in .6s ease-out both .6s; }
.live-galv-badge span { display: block; color: #d97706; font-size: 12px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.live-galv-badge strong { display: block; font-size: 14px; line-height: 1.3; }
.hero-grid { display: grid; gap: 38px; align-items: center; }
.hero h1 { font-size: clamp(38px, 7vw, 76px); max-width: 780px; }
.hero h1 span { color: var(--accent); display: block; }
.hero .lead { margin: 20px 0 28px; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.badge { padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.8); border: 1px solid rgba(27,58,75,.12); color: var(--primary); font-weight: 800; font-size: 13px; }
.hero-card { position: relative; }
.hero-card img { border-radius: 8px; box-shadow: var(--shadow); }
.stat-chip { position: absolute; left: 16px; bottom: 16px; padding: 16px 18px; background: rgba(255,255,255,.94); border-radius: 8px; box-shadow: var(--shadow); font-weight: 800; color: var(--primary); }
.about-live { background: #fff; padding: 40px 0; }
.about-live .container { width: min(1216px, calc(100% - 32px)); }
.about-live-grid { display: grid; gap: 32px; align-items: center; }
.about-live-media { position: relative; animation: scroll-reveal-up .8s ease-out both .2s; }
.about-live-photo { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px #e5e7eb, 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1); }
.about-live-photo img { width: 100%; height: auto; object-fit: contain; background: #fff; }
.about-live-location { display: none; position: absolute; right: -20px; bottom: -20px; align-items: center; gap: 12px; padding: 20px; border-radius: 16px; background: var(--primary); color: #fff; box-shadow: 0 20px 35px rgba(15,23,42,.18); border: 1px solid rgba(255,255,255,.12); }
.about-live-location strong { display: block; font-size: 18px; line-height: 1.2; }
.about-live-location small { display: block; color: #9ca3af; font-size: 14px; margin-top: 2px; }
.about-live-location-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(245,158,11,.12); position: relative; flex: 0 0 auto; }
.about-live-location-icon:before { content: ""; position: absolute; left: 13px; right: 13px; bottom: 13px; height: 16px; border: 2px solid var(--accent); border-top: 0; }
.about-live-location-icon:after { content: ""; position: absolute; left: 12px; top: 14px; width: 24px; height: 12px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: skewY(-28deg); }
.about-live-copy { animation: scroll-reveal-up .8s ease-out both .4s; }
.about-live-heading { margin-bottom: 24px; }
.about-live-heading span { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 14px; font-weight: 600; letter-spacing: .14em; line-height: 20px; text-transform: uppercase; margin-bottom: 16px; }
.about-live-heading span:before, .about-live-heading span:after { content: ""; width: 32px; height: 2px; background: var(--accent); }
.about-live-heading h2 { max-width: 620px; font-size: 30px; letter-spacing: 0; line-height: 1.25; color: #111827; }
.about-live-copy p { color: #4b5563; font-size: 16px; line-height: 1.5; margin-bottom: 24px; max-width: 650px; }
.about-live-copy a:not(.btn) { color: var(--primary); font-weight: 800; }
.about-live-copy a:not(.btn):hover { text-decoration: underline; }
.about-live-features { display: grid; gap: 16px; margin: 26px 0 24px; }
.about-live-feature { display: flex; align-items: center; gap: 12px; min-height: 40px; color: #374151; font-size: 14px; line-height: 20px; }
.about-live-feature strong { font-weight: 500; }
.feature-icon { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 12px; background: rgba(245,158,11,.12); position: relative; transition: background .2s ease; }
.about-live-feature:hover .feature-icon { background: rgba(245,158,11,.2); }
.feature-icon.shield:before { content: ""; position: absolute; left: 13px; top: 9px; width: 14px; height: 17px; border: 2px solid var(--accent); border-radius: 8px 8px 10px 10px; clip-path: polygon(50% 0, 100% 18%, 100% 58%, 50% 100%, 0 58%, 0 18%); }
.feature-icon.award:before { content: ""; position: absolute; left: 13px; top: 8px; width: 14px; height: 14px; border: 2px solid var(--accent); border-radius: 50%; }
.feature-icon.award:after { content: ""; position: absolute; left: 15px; top: 21px; width: 10px; height: 10px; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent); transform: perspective(10px) rotateX(20deg); }
.feature-icon.factory:before { content: ""; position: absolute; left: 10px; bottom: 11px; width: 20px; height: 14px; border: 2px solid var(--accent); border-top: 0; }
.feature-icon.factory:after { content: ""; position: absolute; left: 12px; top: 11px; width: 20px; height: 12px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: skewY(-28deg); }
.about-live-btn { min-height: 48px; padding: 12px 24px; border-radius: 12px; font-size: 16px; line-height: 24px; font-weight: 600; box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1); }
.section-head { display: grid; gap: 14px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(30px, 4vw, 48px); }
.two-col { display: grid; gap: 34px; align-items: center; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.feature-list li, .check { padding: 12px 14px; background: #fff; border: 1px solid var(--border); border-radius: 8px; font-weight: 700; }
.feature-list li:before, .check:before { content: "✓"; color: var(--accent); margin-right: 8px; font-weight: 900; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(15,23,42,.06); }
.card-body { padding: 22px; }
.card h3 { font-size: 22px; margin-bottom: 8px; }
.product-img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; background: #eef2f4; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0; }
.spec { padding: 12px; border-radius: 8px; background: #f8fafc; border: 1px solid var(--border); }
.spec strong { display: block; color: var(--primary); font-size: 18px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.why-item { padding: 24px; border-radius: 8px; background: #fff; border: 1px solid var(--border); }
.why-item .icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: rgba(245,158,11,.12); color: var(--accent); font-weight: 900; margin-bottom: 16px; }
.stats { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.stats h2, .stats h3 { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.stat { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.06); text-align: center; }
.stat strong { display: block; color: var(--accent-light); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.cta { background: linear-gradient(135deg, #111827, var(--primary)); color: #fff; text-align: center; }
.cta h2 { color: #fff; font-size: clamp(32px, 5vw, 54px); }
.cta p { color: rgba(255,255,255,.78); margin: 16px auto 26px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #fff; border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; color: var(--dark); }
.faq-list p { color: var(--muted); margin-top: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: 0 8px 24px rgba(15,23,42,.1); }
.page-hero { background: linear-gradient(135deg, #eaf2f5, #f5f0eb); padding: 54px 0; text-align: center; }
.page-hero h1 { font-size: clamp(34px, 5vw, 56px); margin-top: 10px; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.contact-card { background: #fff; padding: 22px; border: 1px solid var(--border); border-radius: 8px; }
.map iframe { width: 100%; height: 340px; border: 0; border-radius: 8px; margin-top: 20px; }
.breadcrumb {
  background: linear-gradient(135deg, #eaf2f5, #f5f0eb);
  border-top: 1px solid var(--border);
  padding: 24px 0 0;
  color: #4b5563;
  font-size: 14px;
}
.breadcrumb .container { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-current="page"] { color: var(--accent); font-weight: 700; }
.breadcrumb-separator { color: #9ca3af; }
.product-hero { background: linear-gradient(135deg, #eaf2f5, #f5f0eb); padding: 52px 0; }
.product-hero-grid { display: grid; gap: 32px; align-items: center; }
.product-hero h1 { font-size: clamp(34px, 5vw, 58px); }
.price { color: var(--accent); font-size: 30px; font-weight: 900; margin: 18px 0 2px; }
.site-footer { background: #0f2530; color: rgba(255,255,255,.76); padding: 54px 0 24px; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.site-footer h3 { color: #fff; font-size: 17px; margin-bottom: 14px; }
.site-footer a:hover { color: var(--accent-light); }
.footer-logo { height: 70px; width: auto; margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: flex; flex-direction: column; gap: 10px; }
.floating-cta a { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow); font-size: 21px; }
.floating-cta .phone { background: var(--primary); }
.floating-cta .quote { background: var(--accent); color: var(--primary-dark); }

@media (min-width: 768px) {
  .topbar { display: block; }
  .hero-grid, .two-col, .product-hero-grid { grid-template-columns: 1.05fr .95fr; }
  .stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .live-hero-inner { padding-top: 40px; padding-bottom: 64px; }
  .live-hero-actions { flex-direction: row; }
  .live-hero-badges { display: flex; }
  .live-exp-badge, .live-galv-badge { display: block; }
  .about-live { padding: 48px 0; }
  .about-live-location { display: flex; }
  .about-live-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .menu-toggle, .mobile-nav { display: none !important; }
  .call-mini { display: flex; }
  .live-hero-inner { padding-top: 56px; padding-bottom: 72px; }
  .live-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
  .live-hero-logo { margin-left: 0; margin-right: 0; }
  .live-hero-lead { font-size: 20px; }
  .about-live-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
  .about-live-heading h2 { font-size: 48px; line-height: 1.25; }
}
@media (max-width: 760px) {
  .section { padding: 52px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .header-actions .btn { display: none; }
  .logo img { height: 54px; }
  .about-live-heading h2 { font-size: 30px; line-height: 1.25; }
  .about-live-heading span:before, .about-live-heading span:after { width: 22px; }
}

/* Elementor product page: structure in Elementor, design in theme CSS */
.rhino-product-elementor {
  --rt-primary: #1b3a4b;
  --rt-primary-dark: #0f2530;
  --rt-accent: #f59e0b;
  --rt-accent-light: #fbbf24;
  --rt-text: #111827;
  --rt-muted: #4b5563;
  --rt-border: #e5e7eb;
  color: var(--rt-text);
}

.rhino-product-elementor .product-hero,
.rhino-product-elementor .rtp-hero {
  background: linear-gradient(135deg, #eaf2f5 0%, #f0f6f8 52%, #f5f0eb 100%) !important;
  padding: 72px 16px 78px !important;
  overflow: hidden !important;
}

.rhino-product-elementor .product-hero > .elementor-container,
.rhino-product-elementor .rtp-hero > .elementor-container {
  max-width: 1178px !important;
  gap: 48px !important;
  align-items: center !important;
}

.rhino-product-elementor .product-hero .elementor-column,
.rhino-product-elementor .rtp-hero .elementor-column {
  min-height: 0 !important;
}

.rhino-product-elementor .product-hero .elementor-widget-wrap,
.rhino-product-elementor .rtp-hero .elementor-widget-wrap {
  align-content: center !important;
  padding: 0 !important;
}

.rhino-product-elementor .product-hero .rtp-eyebrow .elementor-heading-title,
.rhino-product-elementor .rtp-hero .rtp-eyebrow .elementor-heading-title {
  color: #f59e0b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.rhino-product-elementor .product-hero .rtp-eyebrow .elementor-heading-title:before,
.rhino-product-elementor .product-hero .rtp-eyebrow .elementor-heading-title:after,
.rhino-product-elementor .rtp-hero .rtp-eyebrow .elementor-heading-title:before,
.rhino-product-elementor .rtp-hero .rtp-eyebrow .elementor-heading-title:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 10px 4px 0;
  background: #f59e0b;
}

.rhino-product-elementor .product-hero .rtp-eyebrow .elementor-heading-title:after,
.rhino-product-elementor .rtp-hero .rtp-eyebrow .elementor-heading-title:after {
  margin: 0 0 4px 10px;
}

.rhino-product-elementor .product-hero .rtp-title .elementor-heading-title,
.rhino-product-elementor .rtp-hero .rtp-title .elementor-heading-title {
  color: #111827 !important;
  font-size: 60px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  max-width: 590px !important;
}

.rhino-product-elementor .product-hero .rtp-copy,
.rhino-product-elementor .product-hero .rtp-copy .elementor-widget-container,
.rhino-product-elementor .rtp-hero .rtp-copy,
.rhino-product-elementor .rtp-hero .rtp-copy .elementor-widget-container {
  color: #4b5563 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  max-width: 590px !important;
}

.rhino-product-elementor .product-hero .rtp-price .elementor-heading-title,
.rhino-product-elementor .rtp-hero .rtp-price .elementor-heading-title {
  color: #f59e0b !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.rhino-product-elementor .product-hero .rtp-note,
.rhino-product-elementor .product-hero .rtp-note .elementor-widget-container,
.rhino-product-elementor .rtp-hero .rtp-note,
.rhino-product-elementor .rtp-hero .rtp-note .elementor-widget-container {
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}


.rhino-product-elementor .product-hero .elementor-widget-wrap:has(.rtp-btn),
.rhino-product-elementor .rtp-hero .elementor-widget-wrap:has(.rtp-btn) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

.rhino-product-elementor .product-hero .elementor-widget-wrap:has(.rtp-btn) > .elementor-widget:not(.rtp-btn),
.rhino-product-elementor .rtp-hero .elementor-widget-wrap:has(.rtp-btn) > .elementor-widget:not(.rtp-btn) {
  width: 100% !important;
}

.rhino-product-elementor .product-hero .elementor-widget-wrap:has(.rtp-btn) > .rtp-btn,
.rhino-product-elementor .rtp-hero .elementor-widget-wrap:has(.rtp-btn) > .rtp-btn {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 8px 0 0 !important;
}

.rhino-product-elementor .product-hero .rtp-btn,
.rhino-product-elementor .rtp-hero .rtp-btn {
  display: inline-block !important;
  width: auto !important;
  margin: 8px 12px 0 0 !important;
}

.rhino-product-elementor .product-hero .rtp-btn .elementor-widget-container,
.rhino-product-elementor .rtp-hero .rtp-btn .elementor-widget-container {
  display: inline-block !important;
}

.rhino-product-elementor .product-hero .rtp-btn .elementor-button,
.rhino-product-elementor .rtp-hero .rtp-btn .elementor-button {
  min-height: 48px !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 20px !important;
  text-decoration: none !important;
}

.rhino-product-elementor .product-hero .rtp-btn-accent .elementor-button,
.rhino-product-elementor .rtp-hero .rtp-btn-accent .elementor-button {
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
  color: #0f2530 !important;
  box-shadow: 0 12px 28px rgba(245,158,11,.28) !important;
}

.rhino-product-elementor .product-hero .rtp-btn-primary .elementor-button,
.rhino-product-elementor .rtp-hero .rtp-btn-primary .elementor-button {
  background: #1b3a4b !important;
  color: #fff !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1) !important;
}

.rhino-product-elementor .product-hero .rtp-image-card img,
.rhino-product-elementor .rtp-hero .rtp-image-card img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  padding: 0 !important;
}

/* Card wrapper - this is where shadow + border go */
.rhino-product-elementor .product-hero .rtp-image-card,
.rhino-product-elementor .rtp-hero .rtp-image-card {
  background: transparent !important;
  border: 1px solid #d1d5db !important;      /* thin gray border */
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;  /* soft shadow */
}

/* Elementor product specs section: match original Rhino card layout */
.rhino-product-elementor .elementor-element-7e8f20f8 {
  padding: 64px 16px 32px !important;
  background: #f7f7f7 !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 > .elementor-container {
  max-width: 832px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .elementor-column {
  width: 100% !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .elementor-widget-wrap {
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06) !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-eyebrow {
  margin: 0 !important;
  padding: 18px 24px !important;
  background: #1b3a4b !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-eyebrow .elementor-heading-title {
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  text-transform: none !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-eyebrow .elementor-heading-title:before,
.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-eyebrow .elementor-heading-title:after {
  display: none !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-small-title {
  display: none !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-list {
  margin: 0 !important;
}

.rhino-product-elementor .elementor-element-7e8f20f8 .rtp-list .elementor-widget-container {
  padding: 0 !important;
  color: #1f2937 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.rhino-product-elementor .rtp-spec-table {
  display: grid;
}

.rhino-product-elementor .rtp-spec-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 56px;
  padding: 14px 24px;
  color: #374151;
  font-size: 16px;
}

.rhino-product-elementor .rtp-spec-row:nth-child(odd) {
  background: #f3f3f3;
}

.rhino-product-elementor .rtp-spec-row:nth-child(even) {
  background: #fff;
}

.rhino-product-elementor .rtp-spec-label {
  font-weight: 400;
}

.rhino-product-elementor .rtp-spec-value {
  color: #020617;
  font-weight: 800;
  text-align: right;
}

.rhino-product-elementor .rtp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 48px;
  padding: 24px;
}

.rhino-product-elementor .rtp-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 20px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
}

.rhino-product-elementor .rtp-feature-item:before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #f59e0b;
  border-radius: 999px;
  color: #f59e0b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .rhino-product-elementor .elementor-element-7e8f20f8 {
    padding: 40px 16px 24px !important;
  }

  .rhino-product-elementor .rtp-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .rhino-product-elementor .rtp-spec-value {
    text-align: left;
  }

  .rhino-product-elementor .rtp-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.rhino-product-elementor .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1216px;
}

.rtp-hero {
  background: linear-gradient(135deg, #eaf2f5 0%, #f0f6f8 52%, #f5f0eb 100%);
  padding: 72px 16px 78px;
  overflow: hidden;
}

.rtp-section {
  padding: 72px 16px;
}

.rtp-section-alt {
  background: #f8fafc;
}

.rtp-cta {
  padding: 78px 16px;
  background: linear-gradient(135deg, #111827, var(--rt-primary));
  text-align: center;
}

.rtp-hero .elementor-container,
.rtp-specs .elementor-container {
  gap: 48px;
}

.rtp-eyebrow .elementor-heading-title {
  color: var(--rt-accent) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
}

.rtp-title .elementor-heading-title {
  color: var(--rt-text) !important;
  font-size: clamp(42px, 5.4vw, 68px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.02 !important;
  max-width: 680px;
}

.rtp-section-title .elementor-heading-title {
  color: var(--rt-text) !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

.rtp-small-title .elementor-heading-title {
  color: var(--rt-text) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.rtp-copy,
.rtp-copy .elementor-widget-container {
  color: var(--rt-muted) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.rtp-copy strong {
  color: var(--rt-primary);
  font-weight: 900;
}

.rtp-price .elementor-heading-title {
  color: var(--rt-accent) !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.rtp-note,
.rtp-note .elementor-widget-container {
  color: var(--rt-text) !important;
  font-size: 16px !important;
}

.rtp-btn .elementor-button {
  min-height: 48px !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 20px !important;
  text-decoration: none !important;
}

.rtp-btn-accent .elementor-button {
  background: linear-gradient(135deg, var(--rt-accent), var(--rt-accent-light)) !important;
  color: var(--rt-primary-dark) !important;
  box-shadow: 0 12px 28px rgba(245,158,11,.28) !important;
}

.rtp-btn-primary .elementor-button {
  background: var(--rt-primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1) !important;
}

.rtp-image-card img,
.rtp-gallery-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.1);
}

.rtp-image-card img {
  object-fit: contain;
}

.rtp-gallery-row .elementor-container {
  gap: 18px;
}

.rtp-card-column > .elementor-widget-wrap {
  padding: 28px;
  border: 1px solid var(--rt-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15,23,42,.07);
}

.rtp-list,
.rtp-list .elementor-widget-container {
  color: #374151 !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
}

.rtp-list strong {
  color: var(--rt-primary);
}

.rtp-list p {
  margin: 0;
}

.rtp-extra-list,
.rtp-extra-list .elementor-widget-container {
  color: var(--rt-text) !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
}

.rtp-extra-list strong {
  color: var(--rt-primary);
}

.rtp-cta .rtp-eyebrow .elementor-heading-title {
  color: var(--rt-accent-light) !important;
}

.rtp-cta .rtp-section-title .elementor-heading-title {
  color: #fff !important;
}

.rtp-cta .rtp-copy,
.rtp-cta .rtp-copy .elementor-widget-container {
  max-width: 720px;
  margin-inline: auto;
  color: rgba(255,255,255,.78);
}

@media (max-width: 1024px) {
  .rtp-hero,
  .rtp-section,
  .rtp-cta {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .rtp-hero {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .rtp-section,
  .rtp-cta {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .rtp-title .elementor-heading-title {
    font-size: 38px !important;
  }

  .rtp-copy,
  .rtp-copy .elementor-widget-container {
    font-size: 16px;
  }
}
/* Product Elementor hero: support copied templates where wrapper and hero classes are on the same section */
.rhino-product-elementor.product-hero,
.rhino-product-elementor.rtp-hero {
  background: linear-gradient(135deg, #eaf2f5 0%, #f0f6f8 52%, #f5f0eb 100%) !important;
  padding: 72px 16px 78px !important;
  overflow: hidden !important;
}

.rhino-product-elementor.product-hero > .elementor-container,
.rhino-product-elementor.rtp-hero > .elementor-container {
  max-width: 1178px !important;
  gap: 48px !important;
  align-items: center !important;
}

.rhino-product-elementor.product-hero .elementor-widget-wrap:has(.rtp-btn),
.rhino-product-elementor.rtp-hero .elementor-widget-wrap:has(.rtp-btn) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
}

.rhino-product-elementor.product-hero .elementor-widget-wrap:has(.rtp-btn) > .elementor-widget:not(.rtp-btn),
.rhino-product-elementor.rtp-hero .elementor-widget-wrap:has(.rtp-btn) > .elementor-widget:not(.rtp-btn) {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.rhino-product-elementor.product-hero .elementor-widget-wrap:has(.rtp-btn) > .rtp-btn,
.rhino-product-elementor.rtp-hero .elementor-widget-wrap:has(.rtp-btn) > .rtp-btn {
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: max-content !important;
  margin: 8px 0 0 !important;
}

.rhino-product-elementor.product-hero .rtp-btn .elementor-widget-container,
.rhino-product-elementor.rtp-hero .rtp-btn .elementor-widget-container {
  display: inline-block !important;
}
/* Product Elementor hero image card: support copied templates where wrapper and hero classes are on the same section */
.rhino-product-elementor.product-hero .rtp-image-card,
.rhino-product-elementor.rtp-hero .rtp-image-card {
  background: transparent !important;
  border: 1px solid #d1d5db !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

.rhino-product-elementor.product-hero .rtp-image-card img,
.rhino-product-elementor.rtp-hero .rtp-image-card img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  padding: 0 !important;
}