/* Rimanto Tools – Elementor Widget Styles
   Scoped with .rt-* so they do not bleed into the rest of the theme. */

.rt-w * { box-sizing: border-box; }
.rt-w { --rt-orange:#f07922; --rt-orange-hover:#d9661a; --rt-black:#111; --rt-gray-bg:#f5f5f5; --rt-white:#fff;
        --rt-fh:'Montserrat',sans-serif; --rt-fb:'Open Sans',sans-serif;
        font-family: var(--rt-fb); color: var(--rt-black); }

/* ---------- Buttons ---------- */
.rt-btn{display:inline-block;background:var(--rt-orange);color:var(--rt-white);font-family:var(--rt-fh);font-weight:700;font-size:.8rem;padding:11px 24px;border-radius:4px;text-decoration:none;letter-spacing:.4px;transition:background .2s, transform .15s;cursor:pointer;border:none;line-height:1}
.rt-btn:hover{background:var(--rt-orange-hover);transform:translateY(-1px);color:var(--rt-white)}
.rt-btn-outline{background:transparent;border:2px solid var(--rt-orange);color:var(--rt-orange)}
.rt-btn-outline:hover{background:var(--rt-orange);color:var(--rt-white)}

/* ---------- HERO ---------- */
.rt-hero{position:relative;display:flex;align-items:center;justify-content:center;background-position:center;background-size:cover;background-repeat:no-repeat;min-height:300px}
.rt-hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.65)}
.rt-hero-inner{position:relative;z-index:1;text-align:center;padding:24px}
.rt-hero .rt-breadcrumb{font-family:var(--rt-fh);font-size:.75rem;font-weight:600;color:var(--rt-orange);letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px}
.rt-hero h1{font-family:var(--rt-fh);font-size:clamp(2rem,5vw,3.2rem);font-weight:900;color:var(--rt-white);letter-spacing:-1px;line-height:1.1;margin:0}

/* ---------- INTRO STRIP ---------- */
.rt-intro-strip{background:var(--rt-gray-bg);padding:48px 56px;display:flex;align-items:center;gap:24px}
.rt-intro-strip p{font-size:.97rem;line-height:1.8;color:#444;max-width:760px;margin:0}
.rt-intro-strip .rt-divider{width:4px;min-height:60px;background:var(--rt-orange);border-radius:2px;flex-shrink:0;align-self:stretch}

/* ---------- SECTION / PRODUCT GRID ---------- */
.rt-section{padding:72px 56px;max-width:1200px;margin:0 auto}
.rt-section-label{font-family:var(--rt-fh);font-size:.75rem;font-weight:700;color:var(--rt-orange);letter-spacing:1.4px;text-transform:uppercase;margin:0 0 10px}
.rt-section-title{font-family:var(--rt-fh);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;letter-spacing:-.5px;margin:0 0 40px}

.rt-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.rt-product-card{background:var(--rt-white);border:1px solid #e8e8e8;border-radius:6px;overflow:hidden;opacity:0;transform:translateY(24px);transition:opacity .55s ease, transform .55s ease, box-shadow .25s, border-color .25s}
.rt-product-card.rt-visible{opacity:1;transform:translateY(0)}
.rt-product-card:hover{box-shadow:0 12px 36px rgba(0,0,0,.1);border-color:#ccc;transform:translateY(-4px)}
.rt-product-card img{width:100%;height:200px;object-fit:cover;display:block}
.rt-product-card-body{padding:22px 24px 26px}
.rt-product-card-body .rt-cat{font-family:var(--rt-fh);font-size:.7rem;font-weight:700;color:var(--rt-orange);letter-spacing:1px;text-transform:uppercase;margin:0 0 8px}
.rt-product-card-body h3{font-family:var(--rt-fh);font-size:1.05rem;font-weight:800;margin:0 0 10px;letter-spacing:-.2px;color:var(--rt-black)}
.rt-product-card-body p{font-size:.88rem;line-height:1.7;color:#555;margin:0 0 18px}
.rt-product-card-body a.rt-card-link{font-family:var(--rt-fh);font-size:.78rem;font-weight:700;color:var(--rt-orange);text-decoration:none;letter-spacing:.4px;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}
.rt-product-card-body a.rt-card-link:hover{gap:10px}
.rt-product-card-body a.rt-card-link::after{content:'→'}

/* ---------- FEATURE SPLIT ---------- */
.rt-feature-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:80px 56px;max-width:1200px;margin:0 auto}
.rt-feature-split.rt-reverse .rt-feature-img{order:2}
.rt-feature-split.rt-reverse .rt-feature-content{order:1}
.rt-feature-img img{width:100%;height:360px;object-fit:cover;border-radius:6px;box-shadow:0 10px 40px rgba(0,0,0,.13);display:block}
.rt-feature-content{display:flex;flex-direction:column;gap:16px}
.rt-feature-content h2{font-family:var(--rt-fh);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;letter-spacing:-.4px;line-height:1.25;margin:0}
.rt-feature-content > p{font-size:.93rem;line-height:1.8;color:#444;margin:0}
.rt-feature-content ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin:4px 0;padding:0}
.rt-feature-content ul li{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;color:#444;line-height:1.55}
.rt-feature-content ul li::before{content:'';display:block;min-width:7px;height:7px;background:var(--rt-orange);border-radius:50%;margin-top:6px;flex-shrink:0}
.rt-feature-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}

/* ---------- BRANDS STRIP ---------- */
.rt-brands-strip{background:var(--rt-black);padding:48px 56px;text-align:center}
.rt-brands-strip > p{font-family:var(--rt-fh);font-size:.78rem;font-weight:700;color:#666;letter-spacing:1.4px;text-transform:uppercase;margin:0 0 24px}
.rt-brands-list{display:flex;justify-content:center;flex-wrap:wrap;gap:32px}
.rt-brand-tag{font-family:var(--rt-fh);font-weight:800;font-size:1rem;letter-spacing:-.2px;background:#1e1e1e;padding:10px 22px;border-radius:4px;border:1px solid #2a2a2a;color:#999;transition:color .2s, border-color .2s;text-decoration:none;display:inline-block}
.rt-brand-tag:hover{color:var(--rt-orange);border-color:var(--rt-orange)}

/* ---------- CTA ---------- */
.rt-cta{background:var(--rt-black);padding:88px 56px;text-align:center}
.rt-cta h2{font-family:var(--rt-fh);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--rt-white);margin:0 0 14px;letter-spacing:-.5px}
.rt-cta > p{font-size:.95rem;color:#aaa;max-width:520px;margin:0 auto 32px;line-height:1.7}
.rt-cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1024px){
  .rt-product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .rt-intro-strip{padding:32px 20px}
  .rt-section{padding:48px 20px}
  .rt-feature-split{grid-template-columns:1fr;padding:48px 20px;gap:28px}
  .rt-feature-split.rt-reverse .rt-feature-img{order:0}
  .rt-feature-split.rt-reverse .rt-feature-content{order:0}
  .rt-feature-img img{height:240px}
  .rt-brands-strip{padding:40px 20px}
  .rt-cta{padding:64px 20px}
}
@media(max-width:540px){
  .rt-product-grid{grid-template-columns:1fr}
  .rt-intro-strip{flex-direction:row}
}
