:root{
      --rml-red:#e41d37;
      --rml-red-dark:#bd1028;
      --rml-black:#111827;
      --rml-text:#4b5563;
      --rml-muted:#6b7280;
      --rml-border:#e8edf3;
      --rml-soft:#f8fafc;
      --rml-card:#ffffff;
      --rml-shadow:0 18px 50px rgba(15,23,42,.08);
      --rml-radius:22px;
    }

    body{background:#fff;color:var(--rml-text);}
    .rml-blog-modern{font-family:inherit;background:linear-gradient(180deg,#fff 0%,#f9fbfd 100%);font-size:15px;line-height:1.7;}
    .rml-container{max-width:1200px;margin:0 auto;padding:0 18px;}
    .rml-blog-modern h1,.rml-blog-modern h2,.rml-blog-modern h3,.rml-blog-modern h4{font-family:inherit;}
    .rml-blog-modern p,.rml-blog-modern li,.rml-blog-modern a,.rml-blog-modern span,.rml-blog-modern summary{font-family:inherit;}
    .rml-blog-modern img{max-width:100%;height:auto;}

    .rml-hero{
      position:relative;
      padding:156px 0 92px;
      overflow:visible;
      background:#111827;
      isolation:isolate;
    }
    .rml-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;}
    .rml-hero-bg img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}
    .rml-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,24,.88),rgba(8,13,24,.54),rgba(8,13,24,.72));}
    .rml-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:70px;background:#fff;clip-path:polygon(0 45%,48% 45%,53% 0,100% 0,100% 100%,0 100%);}
    .rml-hero-inner{position:relative;z-index:2;max-width:860px;color:#fff;}
    .rml-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:20px;}
    .rml-eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--rml-red);display:inline-block;}
    .rml-hero h1{font-size:clamp(32px,3.9vw,50px);line-height:1.15;margin:0 0 18px;color:#fff;font-weight:700;letter-spacing:-.02em;}
    .rml-hero p{max-width:760px;font-size:16px;line-height:1.75;color:rgba(255,255,255,.90);margin:0 0 28px;}
    .rml-hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}
    .rml-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:14px 22px;border-radius:12px;font-weight:700;font-size:14px;text-transform:none;text-decoration:none!important;transition:.25s ease;}
    .rml-btn-primary{background:var(--rml-red);color:#fff!important;box-shadow:0 14px 30px rgba(228,29,55,.30);}
    .rml-btn-primary:hover{background:var(--rml-red-dark);transform:translateY(-2px);}
    .rml-btn-light{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);color:#fff!important;}
    .rml-btn-light:hover{background:#fff;color:var(--rml-black)!important;}

    .rml-main{padding:72px 0 88px;}
    .rml-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start;}
    .rml-article{min-width:0;}
    .rml-featured{position:relative;overflow:hidden;border-radius:var(--rml-radius);box-shadow:var(--rml-shadow);background:#eef2f7;margin-bottom:30px;}
    .rml-featured img{display:block;width:100%;height:430px;object-fit:cover;transition:transform .45s ease;}
    .rml-featured:hover img{transform:scale(1.03);}
    .rml-image-badge{position:absolute;left:22px;bottom:22px;display:flex;align-items:center;gap:11px;padding:12px 15px;border-radius:14px;background:rgba(17,24,39,.82);backdrop-filter:blur(8px);color:#fff;font-weight:800;}
    .rml-image-badge i{color:var(--rml-red);}

    .rml-meta{display:flex;flex-wrap:wrap;gap:12px 22px;align-items:center;margin:0 0 26px;color:var(--rml-muted);font-size:14px;}
    .rml-meta span{display:inline-flex;align-items:center;gap:8px;}
    .rml-meta i{color:var(--rml-red);}
    .rml-title{font-size:clamp(30px,3.1vw,42px);line-height:1.18;letter-spacing:-.02em;margin:0 0 16px;color:var(--rml-black);font-weight:700;}
    .rml-lead{font-size:16px;line-height:1.78;color:#374151;margin:0 0 26px;}

    .rml-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:34px 0 44px;}
    .rml-summary-card{padding:24px 20px;border:1px solid var(--rml-border);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.055);min-height:160px;}
    .rml-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(228,29,55,.09);color:var(--rml-red);font-size:22px;margin-bottom:15px;}
    .rml-summary-card h3{font-size:15px;line-height:1.35;color:var(--rml-black);font-weight:700;margin:0 0 8px;}
    .rml-summary-card p{font-size:13.5px;line-height:1.6;margin:0;color:var(--rml-text);}

    .rml-content-card{padding:42px;border:1px solid var(--rml-border);border-radius:var(--rml-radius);background:#fff;box-shadow:0 14px 45px rgba(15,23,42,.045);}
    .rml-content-card h2{font-size:clamp(24px,2.3vw,30px);line-height:1.28;color:var(--rml-black);font-weight:700;letter-spacing:-.01em;margin:34px 0 13px;}
    .rml-content-card h2:first-child{margin-top:0;}
    .rml-content-card p{font-size:15px;line-height:1.78;margin:0 0 15px;color:#374151;}
    .rml-highlight-text{border-left:4px solid var(--rml-red);background:#fff5f6;padding:18px 20px;border-radius:0 16px 16px 0;margin:26px 0;color:#1f2937;}

    .rml-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:28px 0 8px;}
    .rml-gallery-card{position:relative;overflow:hidden;border-radius:18px;background:#e5e7eb;min-height:210px;box-shadow:0 12px 30px rgba(15,23,42,.09);}
    .rml-gallery-card img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block;transition:transform .45s ease;}
    .rml-gallery-card:hover img{transform:scale(1.04);}
    .rml-gallery-label{position:absolute;left:16px;right:16px;bottom:16px;padding:13px 14px;border-radius:14px;background:linear-gradient(90deg,rgba(17,24,39,.88),rgba(17,24,39,.55));color:#fff;font-weight:800;}

    .rml-benefits{display:grid;gap:12px;margin:24px 0 4px;padding:0;list-style:none;}
    .rml-benefits li{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:1.65;color:#374151;}
    .rml-benefits i{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--rml-red);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;margin-top:2px;}

    .rml-cta-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;margin:40px 0;padding:26px;border:1px solid rgba(228,29,55,.18);border-radius:var(--rml-radius);background:linear-gradient(135deg,#fff5f6,#fff);box-shadow:0 18px 45px rgba(228,29,55,.08);}
    .rml-cta-icon{width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(228,29,55,.18);color:var(--rml-red);font-size:32px;box-shadow:0 14px 25px rgba(228,29,55,.12);}
    .rml-cta-card h3{font-size:23px;line-height:1.25;color:var(--rml-black);font-weight:700;margin:0 0 7px;}
    .rml-cta-card p{margin:0;color:var(--rml-text);line-height:1.6;}

    .rml-faq{margin-top:36px;}
    .rml-faq h2{margin-bottom:18px;}
    .rml-faq details{border:1px solid var(--rml-border);border-radius:16px;background:#fff;margin-bottom:10px;overflow:hidden;}
    .rml-faq summary{cursor:pointer;list-style:none;padding:18px 50px 18px 20px;position:relative;color:var(--rml-black);font-weight:800;}
    .rml-faq summary::-webkit-details-marker{display:none;}
    .rml-faq summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;line-height:1;color:var(--rml-red);font-weight:700;}
    .rml-faq details[open] summary:after{content:"-";}
    .rml-faq details p{padding:0 20px 18px;margin:0;color:#4b5563;font-size:15px;line-height:1.75;}

    .rml-sidebar{position:sticky;top:24px;display:grid;gap:22px;}
    .rml-widget{border:1px solid var(--rml-border);border-radius:var(--rml-radius);background:#fff;padding:26px;box-shadow:0 14px 40px rgba(15,23,42,.045);}
    .rml-widget h3{font-size:18px;color:var(--rml-black);font-weight:700;margin:0 0 20px;position:relative;padding-bottom:12px;}
    .rml-widget h3:after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:999px;background:var(--rml-red);}
    .rml-post{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:13px 0;border-bottom:1px solid #eef2f7;}
    .rml-post:last-child{border-bottom:0;padding-bottom:0;}
    .rml-post img{width:82px;height:62px;object-fit:cover;border-radius:12px;background:#eef2f7;}
    .rml-post a{display:block;color:var(--rml-black);font-weight:800;font-size:14px;line-height:1.35;text-decoration:none!important;margin-bottom:5px;}
    .rml-post a:hover{color:var(--rml-red);}
    .rml-post span{font-size:12px;color:var(--rml-muted);}
    .rml-list{list-style:none;margin:0;padding:0;}
    .rml-list li{border-bottom:1px solid #eef2f7;}
    .rml-list li:last-child{border-bottom:0;}
    .rml-list a{display:flex;align-items:center;justify-content:space-between;padding:13px 0;color:#374151;text-decoration:none!important;font-weight:700;font-size:14px;}
    .rml-list a:after{content:"›";font-size:22px;color:#c7ced8;}
    .rml-list a:hover{color:var(--rml-red);}
    .rml-tags{display:flex;flex-wrap:wrap;gap:10px;}
    .rml-tags a{display:inline-flex;padding:9px 13px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:13px;font-weight:800;text-decoration:none!important;}
    .rml-tags a:hover{background:var(--rml-red);color:#fff;}
    .rml-quote-widget{background:linear-gradient(145deg,#111827,#222b3c);color:#fff;overflow:hidden;position:relative;}
    .rml-quote-widget:after{content:"";position:absolute;right:-50px;bottom:-55px;width:140px;height:140px;border-radius:50%;background:rgba(228,29,55,.25);}
    .rml-quote-widget h3,.rml-quote-widget p{position:relative;z-index:1;color:#fff;}
    .rml-quote-widget p{line-height:1.75;color:rgba(255,255,255,.78);margin-bottom:20px;}

    .rml-bottom-cta{padding:48px 0;background:var(--rml-red);color:#fff;}
    .rml-bottom-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;}
    .rml-bottom-cta h2{font-size:28px;line-height:1.25;color:#fff;font-weight:700;margin:0 0 8px;}
    .rml-bottom-cta p{margin:0;color:rgba(255,255,255,.88);line-height:1.65;}
    .rml-phone{color:#fff!important;font-size:27px;font-weight:700;text-decoration:none!important;white-space:nowrap;}

    @media (max-width:1199px){
      .rml-layout{grid-template-columns:minmax(0,1fr) 300px;gap:24px;}
      .rml-summary{grid-template-columns:repeat(2,1fr);}
    }
    @media (max-width:991px){
      .rml-hero{padding:132px 0 78px;}
      .rml-layout{grid-template-columns:1fr;}
      .rml-sidebar{position:static;grid-template-columns:repeat(2,1fr);}
      .rml-sidebar .rml-quote-widget{grid-column:1/-1;}
      .rml-featured img{height:360px;}
    }
    @media (max-width:767px){
      .rml-main{padding:48px 0 58px;}
      .rml-hero{padding:116px 0 72px;}
      .rml-hero-bg img{object-position:center center;}
      .rml-hero h1{font-size:34px;}
      .rml-hero p,.rml-lead{font-size:15px;}
      .rml-content-card{padding:26px 20px;}
      .rml-summary,.rml-gallery,.rml-sidebar{grid-template-columns:1fr;}
      .rml-featured img{height:280px;}
      .rml-cta-card{grid-template-columns:1fr;text-align:left;}
      .rml-cta-card .rml-btn{width:100%;}
      .rml-bottom-grid{grid-template-columns:1fr;text-align:center;}
      .rml-phone{font-size:24px;}
    }
    @media (max-width:480px){
      .rml-container{padding:0 14px;}
      .rml-hero{padding:112px 0 70px;}
      .rml-hero h1{font-size:30px;}
      .rml-hero-actions .rml-btn{width:100%;}
      .rml-featured img{height:230px;}
      .rml-title{font-size:28px;}
      .rml-summary-card{min-height:auto;}
    }

/* Hero top padding */
@media (min-width:1200px){ .rml-hero { padding-top: 200px !important; padding-bottom: 110px !important; } }
@media (max-width:1199px){ .rml-hero { padding-top: 120px !important; padding-bottom: 80px !important; } }
@media (max-width:991px) { .rml-hero { padding-top: 110px !important; padding-bottom: 72px !important; } }
@media (max-width:767px) { .rml-hero { padding-top: 90px  !important; padding-bottom: 64px !important; } }
@media (max-width:575px) { .rml-hero { padding-top: 82px  !important; padding-bottom: 56px !important; } }
@media (max-width:420px) { .rml-hero { padding-top: 76px  !important; padding-bottom: 52px !important; } }

@media (max-width:767px){
  .rml-hero:after { display: none !important; }
}

@media (max-width:767px){
  .rml-hero h1   { font-size: clamp(26px, 7vw, 34px) !important; }
  .rml-hero p    { font-size: 14.5px !important; line-height: 1.7 !important; }
  .rml-eyebrow   { font-size: 11px !important; padding: 7px 12px !important; margin-bottom: 14px !important; }
  .rml-hero-actions { flex-direction: column !important; }
  .rml-hero-actions .rml-btn { width: 100% !important; justify-content: center !important; }
}
