:root{
  --rr-primary:#2563eb;
  --rr-accent:#f97316;
  --rr-bg:#ffffff;
  --rr-soft:#f8fafc;
  --rr-text:#111827;
  --rr-muted:#6b7280;
  --rr-border:#e5e7eb;
  --rr-shadow:0 12px 34px rgba(15,23,42,.08);
}

*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--rr-bg);color:var(--rr-text);line-height:1.6}
img{max-width:100%;height:auto}
a{color:var(--rr-primary)}

h1{
  width:max-content;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rr-container{width:min(1120px,92vw);margin:0 auto}
.rr-main{padding:36px 0}
.rr-article{max-width:1120px}
.rr-article h1{margin:0 auto 18px;font-size:clamp(1.8rem,4vw,3.5rem);line-height:1.1;text-align:center}
.rr-article h2{margin-top:34px}

.rr-site-header{background:#fff;border-bottom:1px solid var(--rr-border)}
.rr-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.rr-logo{display:inline-flex;align-items:center;gap:14px;color:var(--rr-text);font-size:1.35rem;font-weight:800;line-height:1.1;text-decoration:none}
.rr-logo span{white-space:nowrap}
.rr-header-logo-img{width:140px;height:140px;object-fit:contain;border-radius:10px}
.rr-nav{display:flex;flex-wrap:wrap;gap:16px}
.rr-nav a{color:var(--rr-text);font-weight:700;text-decoration:none}

.rr-site-banner{background:var(--rr-soft);border-bottom:1px solid var(--rr-border);padding:18px 0}
.rr-site-banner img{display:block;width:100%;max-height:420px;object-fit:cover;border:1px solid var(--rr-border);border-radius:20px;box-shadow:var(--rr-shadow)}

.rr-home-hero{padding:44px 0;text-align:center;background:var(--rr-hero-bg,#f9fafb)}
.rr-home-hero h1{margin:0 auto 12px;font-size:clamp(1.8rem,4vw,3.4rem);line-height:1.05}
.rr-home-hero p{display:block;width:max-content;max-width:100%;margin:0 auto 22px;color:var(--rr-muted);font-size:clamp(.82rem,2vw,1.15rem);line-height:1.35;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rr-home-hero .rr-button{display:inline-block}

.rr-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 8px;color:var(--rr-muted);font-size:.92rem}
.rr-breadcrumbs a{color:var(--rr-muted);text-decoration:none}
.rr-breadcrumbs a:hover{color:var(--rr-primary);text-decoration:underline}
.rr-breadcrumbs span:last-child{color:var(--rr-text);font-weight:700}
.rr-updated-date{margin:0 0 24px;color:var(--rr-muted);font-size:.9rem}

.rr-featured-image{margin:0 auto 28px;text-align:center}
.rr-featured-image img{display:block;width:auto;max-width:min(100%,520px);max-height:420px;margin:0 auto;object-fit:contain;background:#fff;border:1px solid var(--rr-border);border-radius:18px;box-shadow:var(--rr-shadow)}

.rr-category-intro{max-width:820px;margin:0 auto 28px;text-align:center;color:var(--rr-muted);font-size:1.05rem}
.rr-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px;text-align:left}
.rr-category-card{display:flex;flex-direction:column;gap:10px;padding:18px;background:#fff;border:1px solid var(--rr-border);border-radius:18px;box-shadow:var(--rr-shadow)}
.rr-category-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;border:1px solid var(--rr-border)}
.rr-category-card h2{margin:0;font-size:1.15rem;line-height:1.25}
.rr-category-card h2 a{color:var(--rr-text);text-decoration:none}
.rr-category-card h2 a:hover{color:var(--rr-primary)}
.rr-category-card p{margin:0;color:var(--rr-muted)}
.rr-read-more{margin-top:auto;font-weight:800;text-decoration:none}

.rr-sponsored-card{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:center;margin:18px 0;padding:14px;color:var(--rr-text);text-align:left;text-decoration:none;background:#fff;border:1px solid var(--rr-border);border-radius:16px}
.rr-sponsored-card img{width:100%;border-radius:12px}
.rr-sponsored-label{display:inline-block;padding:3px 8px;color:#92400e;background:#fef3c7;border-radius:999px;font-size:.78rem;font-weight:800}
.rr-sponsored-button{display:inline-block;margin-top:8px;padding:8px 12px;color:#fff;background:var(--rr-primary);border-radius:9px;font-weight:700}

.rr-form-box{padding:18px;border:1px solid var(--rr-border);border-radius:16px;text-align:left}
.rr-form-box input,.rr-form-box textarea,.rr-form-box select{width:100%;margin:6px 0 12px;padding:12px;border:1px solid var(--rr-border);border-radius:10px}
.rr-button{padding:11px 16px;color:#fff;background:var(--rr-primary);border:0;border-radius:10px;font-weight:700;cursor:pointer;text-decoration:none}

.rr-site-footer{padding:28px 0;color:var(--rr-muted);border-top:1px solid var(--rr-border)}

@media(max-width:900px){
  .rr-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  .rr-header-inner{align-items:flex-start;flex-direction:column}
  .rr-logo{gap:10px;font-size:1.12rem}
  .rr-header-logo-img{width:84px;height:84px}
  .rr-site-banner{padding:12px 0}
  .rr-site-banner img{max-height:280px;border-radius:14px}
  .rr-article h1,.rr-home-hero h1{font-size:clamp(1.25rem,6vw,2rem)}
  .rr-home-hero p{white-space:normal}
  .rr-featured-image img{max-width:100%;max-height:320px}
  .rr-category-grid{grid-template-columns:1fr}
  .rr-sponsored-card{grid-template-columns:1fr}
}

.rr-faqs{max-width:860px;margin:42px auto 0;text-align:left}
.rr-faqs h2{text-align:center}
.rr-faq{margin:16px 0;padding:18px;background:#fff;border:1px solid var(--rr-border);border-radius:16px;box-shadow:var(--rr-shadow)}
.rr-faq h3{margin:0 0 8px;font-size:1.08rem;line-height:1.3}
.rr-faq p:last-child{margin-bottom:0}

/* Markdown content helpers */
.rr-article .rr-table-wrap{width:100%;overflow-x:auto;margin:24px 0}
.rr-article table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--rr-border);border-radius:14px;overflow:hidden}
.rr-article th,.rr-article td{padding:12px;border:1px solid var(--rr-border);text-align:left;vertical-align:top}
.rr-article th{background:#f8fafc;font-weight:800}
.rr-article blockquote{margin:24px 0;padding:14px 18px;background:#f8fafc;border-left:4px solid var(--rr-primary);color:#334155}
.rr-article code{padding:2px 5px;background:#f1f5f9;border-radius:5px;font-family:Consolas,Monaco,monospace;font-size:.92em}
.rr-article pre{overflow-x:auto;margin:24px 0;padding:16px;background:#0f172a;color:#e5e7eb;border-radius:14px}
.rr-article pre code{padding:0;background:transparent;color:inherit}
.rr-article hr{margin:28px 0;border:0;border-top:1px solid var(--rr-border)}

/* Responsive Markdown tables */
.rr-article .rr-table-wrap{
  display:block;
  width:100%;
  max-width:100%;
  margin:24px auto;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.rr-article .rr-table-wrap table{
  width:100%;
  max-width:100%;
  min-width:640px;
  table-layout:auto;
}

.rr-article .rr-table-wrap th,
.rr-article .rr-table-wrap td{
  white-space:normal;
  word-break:normal;
  overflow-wrap:anywhere;
  font-size:.95rem;
  line-height:1.45;
}

.rr-article .rr-table-wrap th{
  white-space:nowrap;
}

@media(max-width:700px){
  .rr-article .rr-table-wrap{
    margin-left:calc(-1 * min(4vw, 16px));
    margin-right:calc(-1 * min(4vw, 16px));
    padding:0 min(4vw, 16px);
  }

  .rr-article .rr-table-wrap table{
    min-width:560px;
  }

  .rr-article .rr-table-wrap th,
  .rr-article .rr-table-wrap td{
    padding:10px;
    font-size:.88rem;
  }
}

/* Category SEO landing pages */
.rr-category-featured-image{
  margin:0 auto 24px;
  text-align:center;
}

.rr-category-featured-image img{
  display:block;
  width:100%;
  max-height:380px;
  object-fit:cover;
  border:1px solid var(--rr-border);
  border-radius:20px;
  box-shadow:var(--rr-shadow);
}

.rr-category-body{
  max-width:860px;
  margin:42px auto 0;
  padding-top:24px;
  border-top:1px solid var(--rr-border);
}

.rr-category-faqs{
  padding-top:24px;
  border-top:1px solid var(--rr-border);
}

/* Article content images */
.rr-content-image{
  margin:24px auto;
  max-width:100%;
}

.rr-content-image img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid var(--rr-border);
  border-radius:18px;
  box-shadow:var(--rr-shadow);
}

.rr-content-image figcaption{
  margin-top:8px;
  color:var(--rr-muted);
  font-size:.92rem;
  text-align:center;
}

.rr-content-image-center{
  max-width:620px;
  clear:both;
  text-align:center;
}

.rr-content-image-full{
  width:100%;
  clear:both;
}

.rr-content-image-left{
  float:left;
  width:min(42%,360px);
  margin:8px 24px 18px 0;
}

.rr-content-image-right{
  float:right;
  width:min(42%,360px);
  margin:8px 0 18px 24px;
}

.rr-article::after{
  content:"";
  display:block;
  clear:both;
}

@media(max-width:700px){
  .rr-content-image-left,
  .rr-content-image-right{
    float:none;
    width:100%;
    max-width:620px;
    margin:24px auto;
  }
}

/* RapidRank lead forms */
.rr-lead-form-wrap{
  margin:28px 0;
  padding:22px;
  border:1px solid #dbe3ef;
  border-radius:18px;
  background:#f8fafc;
}
.rr-lead-form{
  display:grid;
  gap:14px;
}
.rr-lead-field{
  display:grid;
  gap:7px;
  font-weight:700;
}
.rr-lead-field input,
.rr-lead-field textarea{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:12px;
  padding:12px 14px;
  font:inherit;
  background:#fff;
}
.rr-lead-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:400;
}
.rr-lead-check input{
  width:auto;
  margin-top:4px;
}
.rr-lead-check em{
  font-style:normal;
}
.rr-lead-submit{
  justify-self:start;
  border:0;
  border-radius:999px;
  padding:12px 20px;
  background:#0f172a;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.rr-lead-submit:hover{
  filter:brightness(1.08);
}
.rr-form-success,
.rr-form-error{
  padding:12px 14px;
  border-radius:12px;
  font-weight:700;
}
.rr-form-success{
  background:#dcfce7;
  color:#166534;
}
.rr-form-error{
  background:#fee2e2;
  color:#991b1b;
}
.rr-form-hp{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* RapidRank popup and exit-intent lead forms */
.rr-lead-popup{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(15,23,42,.68);
}
.rr-lead-popup.rr-lead-popup-open{
  display:flex;
}
.rr-lead-popup-panel{
  position:relative;
  width:min(560px,100%);
  max-height:90vh;
  overflow:auto;
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 80px rgba(15,23,42,.28);
}
.rr-lead-popup-panel .rr-lead-form-wrap{
  margin:0;
  border:0;
  border-radius:22px;
}
.rr-lead-popup-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:2;
  width:36px;
  height:36px;
  border:0;
  border-radius:999px;
  background:#e2e8f0;
  color:#0f172a;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.rr-lead-popup-close:hover{
  background:#cbd5e1;
}

/* RapidRank form images */
.rr-lead-form-image{
  margin:0 0 18px;
  overflow:hidden;
  border-radius:16px;
  background:#e2e8f0;
}
.rr-lead-form-image img{
  display:block;
  width:100%;
  height:auto;
}
.rr-lead-popup-panel .rr-lead-form-image{
  margin:-22px -22px 18px;
  border-radius:22px 22px 0 0;
}

/* RapidRank professional form layouts */
.rr-lead-form-inner{
  display:grid;
  gap:18px;
}
.rr-lead-form-content{
  display:grid;
  gap:16px;
}
.rr-lead-form-copy h2{
  margin:0 0 8px;
  font-size:clamp(1.35rem,2.4vw,2rem);
  line-height:1.12;
  letter-spacing:-.02em;
}
.rr-lead-form-copy p{
  margin:0;
  color:#475569;
  font-size:1rem;
  line-height:1.65;
}
.rr-lead-form-image-left .rr-lead-form-inner,
.rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr);
  align-items:center;
}
.rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:minmax(280px,1.1fr) minmax(220px,.9fr);
}
.rr-lead-form-style-card{
  background:#fff;
  border-color:#dbe3ef;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.rr-lead-form-style-offer{
  background:linear-gradient(135deg,#fff7ed,#f8fafc);
  border-color:#fed7aa;
  box-shadow:0 18px 45px rgba(194,65,12,.10);
}
.rr-lead-form-style-offer .rr-lead-submit{
  background:#ea580c;
}
.rr-lead-form-style-dark{
  background:#0f172a;
  border-color:#1e293b;
  color:#fff;
}
.rr-lead-form-style-dark .rr-lead-form-copy p,
.rr-lead-form-style-dark .rr-lead-field span{
  color:#cbd5e1;
}
.rr-lead-form-style-dark .rr-lead-field input,
.rr-lead-form-style-dark .rr-lead-field textarea{
  background:#fff;
  color:#0f172a;
}
.rr-lead-form-style-dark .rr-lead-submit{
  background:#f97316;
}
@media(max-width:800px){
  .rr-lead-form-image-left .rr-lead-form-inner,
  .rr-lead-form-image-right .rr-lead-form-inner{
    grid-template-columns:1fr;
  }
}

/* RapidRank form image sizing refinement */
.rr-lead-form-image{
  aspect-ratio:16/9;
  max-height:360px;
}
.rr-lead-form-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.rr-lead-form-image-left .rr-lead-form-image,
.rr-lead-form-image-right .rr-lead-form-image{
  aspect-ratio:4/5;
  max-height:460px;
}
.rr-lead-popup-panel .rr-lead-form-image{
  max-height:260px;
}
.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-image,
.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-image{
  max-height:360px;
}
@media(max-width:800px){
  .rr-lead-form-image-left .rr-lead-form-image,
  .rr-lead-form-image-right .rr-lead-form-image{
    aspect-ratio:16/9;
    max-height:320px;
  }
}

/* RapidRank smaller professional form image display */
.rr-lead-form-wrap .rr-lead-form-image{
  width:100%;
  max-width:420px;
  max-height:240px;
  margin:0 auto 16px;
  aspect-ratio:16/9;
  border-radius:14px;
}

.rr-lead-form-wrap .rr-lead-form-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rr-lead-form-image-left .rr-lead-form-inner,
.rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:minmax(180px,320px) minmax(280px,1fr);
  gap:22px;
}

.rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:minmax(280px,1fr) minmax(180px,320px);
}

.rr-lead-form-image-left .rr-lead-form-image,
.rr-lead-form-image-right .rr-lead-form-image{
  max-width:320px;
  max-height:260px;
  aspect-ratio:4/3;
  margin:0;
}

.rr-lead-popup-panel{
  width:min(520px,100%);
}

.rr-lead-popup-panel .rr-lead-form-image{
  max-width:100%;
  max-height:190px;
  margin:0 0 14px;
  border-radius:14px;
}

.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-inner,
.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:1fr;
}

.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-image,
.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-image{
  max-width:100%;
  max-height:190px;
  aspect-ratio:16/9;
  margin:0 0 14px;
}

@media(max-width:800px){
  .rr-lead-form-image-left .rr-lead-form-inner,
  .rr-lead-form-image-right .rr-lead-form-inner{
    grid-template-columns:1fr;
  }

  .rr-lead-form-wrap .rr-lead-form-image,
  .rr-lead-form-image-left .rr-lead-form-image,
  .rr-lead-form-image-right .rr-lead-form-image{
    max-width:100%;
    max-height:220px;
    aspect-ratio:16/9;
    margin:0 auto 16px;
  }
}

/* RapidRank popup image-left / image-right layout fix */
.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-inner{
  grid-template-columns:170px 1fr;
  align-items:center;
  gap:18px;
}

.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-inner{
  grid-template-columns:1fr 170px;
  align-items:center;
  gap:18px;
}

.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-image,
.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-image{
  width:170px;
  max-width:170px;
  height:220px;
  max-height:220px;
  aspect-ratio:auto;
  margin:0;
  border-radius:14px;
}

.rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-image img,
.rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

@media(max-width:640px){
  .rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-inner,
  .rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-inner{
    grid-template-columns:1fr;
  }

  .rr-lead-popup-panel .rr-lead-form-image-left .rr-lead-form-image,
  .rr-lead-popup-panel .rr-lead-form-image-right .rr-lead-form-image{
    width:100%;
    max-width:100%;
    height:auto;
    max-height:190px;
    aspect-ratio:16/9;
    margin:0 0 14px;
  }
}

/* RapidRank responsive content tables */
.rr-content,
.rr-page-content,
.rr-article-content,
.rr-category-content,
.rr-main-content,
article,
main{
  min-width:0;
}

.rr-content table,
.rr-page-content table,
.rr-article-content table,
.rr-category-content table,
.rr-main-content table,
article table,
main table{
  width:100%;
  max-width:100%;
  border-collapse:collapse;
  table-layout:auto;
  display:block;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:1.25rem 0;
  font-size:.94rem;
  line-height:1.45;
}

.rr-content thead,
.rr-page-content thead,
.rr-article-content thead,
.rr-category-content thead,
.rr-main-content thead,
article thead,
main thead{
  background:#f8fafc;
}

.rr-content th,
.rr-content td,
.rr-page-content th,
.rr-page-content td,
.rr-article-content th,
.rr-article-content td,
.rr-category-content th,
.rr-category-content td,
.rr-main-content th,
.rr-main-content td,
article th,
article td,
main th,
main td{
  border:1px solid #dbe3ef;
  padding:.7rem .8rem;
  text-align:left;
  vertical-align:top;
  word-break:normal;
  overflow-wrap:anywhere;
}

.rr-content th,
.rr-page-content th,
.rr-article-content th,
.rr-category-content th,
.rr-main-content th,
article th,
main th{
  font-weight:800;
  color:#0f172a;
}

.rr-content td,
.rr-page-content td,
.rr-article-content td,
.rr-category-content td,
.rr-main-content td,
article td,
main td{
  color:#334155;
}

.rr-content table code,
.rr-page-content table code,
.rr-article-content table code,
.rr-category-content table code,
.rr-main-content table code,
article table code,
main table code{
  white-space:normal;
}

@media(max-width:900px){
  .rr-content table,
  .rr-page-content table,
  .rr-article-content table,
  .rr-category-content table,
  .rr-main-content table,
  article table,
  main table{
    font-size:.88rem;
  }

  .rr-content th,
  .rr-content td,
  .rr-page-content th,
  .rr-page-content td,
  .rr-article-content th,
  .rr-article-content td,
  .rr-category-content th,
  .rr-category-content td,
  .rr-main-content th,
  .rr-main-content td,
  article th,
  article td,
  main th,
  main td{
    padding:.6rem .65rem;
  }
}

@media(max-width:640px){
  .rr-content table,
  .rr-page-content table,
  .rr-article-content table,
  .rr-category-content table,
  .rr-main-content table,
  article table,
  main table{
    font-size:.82rem;
  }
}

/* RapidRank default advertise-here ad */
.rr-sponsored-default{
  border-style:dashed;
  background:linear-gradient(135deg,#f8fafc,#ffffff);
}
.rr-sponsored-default .rr-sponsored-label{
  background:#fff7ed;
  color:#c2410c;
}
.rr-sponsored-default .rr-sponsored-button{
  background:#0f172a;
}

/* RapidRank landing page templates */
.rr-landing{
  margin:0 auto 2rem;
}
.rr-landing-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:2rem;
  align-items:center;
  padding:2rem;
  border:1px solid var(--rr-border);
  border-radius:24px;
  background:linear-gradient(135deg,#f8fafc,#ffffff);
  box-shadow:var(--rr-shadow);
}
.rr-landing-copy{
  min-width:0;
}
.rr-landing-kicker{
  display:inline-flex;
  width:max-content;
  margin-bottom:.8rem;
  padding:.35rem .7rem;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:.76rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.rr-article .rr-landing h1{
  margin:0 0 1rem;
  text-align:left;
  font-size:clamp(2rem,4.8vw,4.1rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.rr-landing h2{
  margin:0 0 1rem;
  color:#334155;
  font-size:clamp(1.25rem,2.4vw,2rem);
  line-height:1.18;
}
.rr-landing-intro{
  margin:0 0 1.1rem;
  color:#475569;
  font-size:1.08rem;
  line-height:1.7;
}
.rr-landing-bullets{
  display:grid;
  gap:.65rem;
  margin:1.1rem 0;
  padding:0;
  list-style:none;
}
.rr-landing-bullets li{
  position:relative;
  padding-left:1.8rem;
  color:#0f172a;
  font-weight:650;
  line-height:1.45;
}
.rr-landing-bullets li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  display:inline-grid;
  place-items:center;
  width:1.25rem;
  height:1.25rem;
  border-radius:999px;
  background:#dcfce7;
  color:#15803d;
  font-size:.8rem;
  font-weight:900;
}
.rr-landing-button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  margin-top:.75rem;
  padding:.9rem 1.25rem;
  border-radius:999px;
  background:#f97316;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(249,115,22,.22);
}
.rr-landing-note{
  margin:.8rem 0 0;
  color:#64748b;
  font-size:.93rem;
}
.rr-landing-image{
  margin:0;
}
.rr-landing-image img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:contain;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--rr-border);
  box-shadow:0 18px 48px rgba(15,23,42,.12);
}
.rr-landing-extra{
  margin-top:2rem;
}
.rr-landing-extra > :first-child{
  margin-top:0;
}

@media(max-width:850px){
  .rr-landing-hero{
    grid-template-columns:1fr;
    padding:1.25rem;
  }

  .rr-article .rr-landing h1{
    text-align:left;
  }
}

/* RapidRank landing page polish: prevent H1 clipping and tighten hero image */
.rr-landing-copy,
.rr-landing-copy *{
  min-width:0;
}

.rr-article .rr-landing h1{
  max-width:100%;
  overflow:visible;
  text-overflow:clip;
  white-space:normal;
  word-break:normal;
  overflow-wrap:balance;
  hyphens:auto;
  font-size:clamp(2rem, 4.2vw, 3.55rem);
  line-height:1.04;
}

.rr-landing-image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:transparent;
}

.rr-landing-image img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:560px;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
}

@media(min-width:851px){
  .rr-landing-hero{
    grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);
  }

  .rr-landing-image img{
    max-width:min(100%, 430px);
  }
}

@media(max-width:850px){
  .rr-article .rr-landing h1{
    font-size:clamp(1.75rem, 8vw, 2.65rem);
    line-height:1.08;
  }

  .rr-landing-image img{
    max-width:100%;
    max-height:460px;
  }
}

/* RapidRank landing H1 one-line desktop fit */
@media(min-width:851px){
  .rr-article .rr-landing h1{
    white-space:nowrap;
    font-size:clamp(1.85rem, 3.7vw, 3.05rem);
    line-height:1.05;
    letter-spacing:-.04em;
  }
}

@media(max-width:850px){
  .rr-article .rr-landing h1{
    white-space:normal;
  }
}

/* RapidRank landing form anchor */
.rr-landing-form{
  margin:2rem auto 0;
  max-width:760px;
  scroll-margin-top:100px;
}
.rr-landing-form .rr-lead-form,
.rr-landing-form form{
  width:100%;
}

/* RapidRank landing builder options */
.rr-landing-image-left .rr-landing-copy{order:2}
.rr-landing-image-left .rr-landing-image{order:1}
.rr-landing-image-top .rr-landing-hero{grid-template-columns:1fr}
.rr-landing-image-top .rr-landing-image{order:-1;max-width:760px;margin:0 auto}
.rr-landing-image-none .rr-landing-hero{grid-template-columns:1fr}
.rr-landing-image-none .rr-landing-copy{max-width:860px;margin:0 auto}

.rr-landing-button-blue .rr-landing-button{background:#2563eb;box-shadow:0 12px 30px rgba(37,99,235,.22)}
.rr-landing-button-dark .rr-landing-button{background:#0f172a;box-shadow:0 12px 30px rgba(15,23,42,.18)}
.rr-landing-button-green .rr-landing-button{background:#16a34a;box-shadow:0 12px 30px rgba(22,163,74,.22)}

.rr-landing-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);
  gap:1.5rem;
  align-items:center;
  margin-top:2rem;
  padding:1.5rem;
  border:1px solid var(--rr-border);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--rr-shadow);
}
.rr-landing-section h2{
  margin:0 0 .75rem;
  font-size:clamp(1.45rem,2.8vw,2.35rem);
  line-height:1.15;
  color:#0f172a;
}
.rr-landing-section-text{
  color:#475569;
  line-height:1.7;
}
.rr-landing-section-image{
  margin:0;
}
.rr-landing-section-image img{
  display:block;
  width:100%;
  max-height:420px;
  object-fit:contain;
  border-radius:18px;
  border:1px solid var(--rr-border);
  background:#fff;
}

@media(max-width:850px){
  .rr-landing-image-left .rr-landing-copy,
  .rr-landing-image-left .rr-landing-image{
    order:initial;
  }

  .rr-landing-section{
    grid-template-columns:1fr;
    padding:1.15rem;
  }
}

/* RapidRank automatic public H1 from title */
@media(min-width:851px){
  .rr-article h1,
  .rr-landing h1{
    white-space:nowrap;
    max-width:100%;
    overflow:visible;
  }
}

@media(max-width:850px){
  .rr-article h1,
  .rr-landing h1{
    white-space:normal;
  }
}
