.elementor-11 .elementor-element.elementor-element-77017a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-77017a4{--content-width:1450px;}}/* Start custom CSS for html, class: .elementor-element-86a85b1 *//* ==========================================================
   REMACIT SHIPPING & RETURNS PAGE - FULL CSS
   ========================================================== */

.remacit-returns-v2{
  max-width:1450px;
  margin:0 auto;
  padding:80px 24px 120px;
  color:#07111f;
}

/* LABELS */
.rr-label{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(19,149,232,.09);
  color:#1395e8;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:18px;
}

/* HERO */
.rr-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
  padding:70px;
  border-radius:42px;
  background:
    radial-gradient(circle at 78% 20%, rgba(19,149,232,.18), transparent 32%),
    radial-gradient(circle at 20% 85%, rgba(0,182,122,.14), transparent 38%),
    linear-gradient(135deg,#ffffff,#f4fbff);
  box-shadow:0 30px 90px rgba(15,23,42,.08);
  margin-bottom:100px;
}

.rr-hero-left h1{
  margin:0;
  font-size:64px;
  line-height:1;
  letter-spacing:-.055em;
  font-weight:900;
  max-width:720px;
}

.rr-hero-left p{
  margin:26px 0 0;
  color:#64748b;
  font-size:18px;
  line-height:1.8;
  max-width:660px;
}

.rr-pills,
.rr-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.rr-pills span{
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  border-radius:999px;
  padding:12px 18px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}

/* Highlight first two pills for shipping emphasis */
.rr-pills span:first-child { background: rgba(0,182,122,.08); color:#00b67a; }
.rr-pills span:nth-child(2) { background: rgba(19,149,232,.08); color:#1395e8; }

.rr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:17px;
  font-size:14px;
  font-weight:900;
  text-decoration:none !important;
  transition:.3s ease;
}

.rr-btn.primary{
  color:#fff !important;
  background:linear-gradient(135deg,#00b67a,#1395e8);
  box-shadow:0 16px 34px rgba(19,149,232,.22);
}

.rr-btn.secondary{
  color:#07111f !important;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
}

.rr-btn:hover{ transform:translateY(-3px); }

/* OVERVIEW CARD */
.rr-overview-card{
  padding:38px;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(0,182,122,.25), transparent 35%),
    linear-gradient(135deg,#07111f,#0b2f5e 55%,#1395e8);
  box-shadow:0 30px 80px rgba(19,149,232,.25);
}

.rr-overview-card > span{
  color:rgba(255,255,255,.70);
  font-size:13px;
}

.rr-overview-card h2{
  color:#fff;
  font-size:52px;
  line-height:.95;
  letter-spacing:-.045em;
  margin:18px 0 30px;
  font-weight:900;
}

.rr-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.rr-mini-grid div{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:22px;
}

.rr-mini-grid strong{
  display:block;
  color:#fff;
  font-size:24px;
  margin-bottom:6px;
}

.rr-mini-grid small{
  color:rgba(255,255,255,.68);
}

/* HEADINGS */
.rr-head{
  max-width:850px;
  text-align:center;
  margin:0 auto 56px;
}

.rr-head h2{
  margin:0;
  font-size:54px;
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
  color:#07111f;
}

.rr-head p{
  color:#64748b;
  font-size:18px;
  line-height:1.8;
  margin-top:18px;
}

/* SECTIONS MARGINS */
.rr-eligibility,
.rr-resolution,
.rr-process,
.rr-details,
.rr-support{
  margin-bottom:120px;
}

/* CARDS */
.rr-compare-grid,
.rr-resolution-grid,
.rr-process-grid,
.rr-details-grid,
.rr-support-grid{
  display:grid;
  gap:28px;
}

.rr-compare-grid{ grid-template-columns:repeat(2,1fr); }
.rr-resolution-grid{ grid-template-columns:repeat(3,1fr); }
.rr-process-grid{ grid-template-columns:repeat(4,1fr); }
.rr-details-grid{ grid-template-columns:repeat(2,1fr); }
.rr-support-grid{ grid-template-columns:repeat(3,1fr); align-items:stretch; }

.rr-card{
  background:#fff;
  border-radius:32px;
  padding:40px;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  border:1px solid rgba(15,23,42,.05);
}

.rr-card.good{border-color:rgba(0,182,122,.18);}
.rr-card.warning{border-color:rgba(245,158,11,.22);}
.rr-card.danger{border-color:rgba(239,68,68,.18);}
.rr-card.neutral{border-color:rgba(19,149,232,.15);}

.rr-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  font-size:22px;
  font-weight:900;
}

.good .rr-icon{background:rgba(0,182,122,.10);color:#00a878;}
.warning .rr-icon{background:rgba(245,158,11,.10);color:#f59e0b;}
.danger .rr-icon{background:rgba(239,68,68,.10);color:#ef4444;}
.neutral .rr-icon{background:rgba(19,149,232,.10);color:#1395e8;}

.rr-card h3{margin:0 0 22px;font-size:28px;font-weight:900;color:#07111f;}
.rr-card ul{padding-left:18px;margin:0;}
.rr-card li{margin-bottom:14px;color:#64748b;line-height:1.7;}

/* GRID CARDS HOVER */
.rr-resolution-grid div,
.rr-process-grid div,
.rr-details-grid div,
.rr-support-grid div{
  background:#fff;
  border-radius:30px;
  padding:34px;
  border:1px solid rgba(15,23,42,.05);
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  transition:.35s ease;
}

.rr-resolution-grid div:hover,
.rr-process-grid div:hover,
.rr-details-grid div:hover,
.rr-support-grid div:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(15,23,42,.11);
}

.rr-resolution-grid b,
.rr-process-grid strong{
  width:52px;
  height:52px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#00b67a,#1395e8);
  color:#fff;
  margin-bottom:24px;
  font-weight:900;
}

/* DARK SECTION */
.rr-dark{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
  padding:80px;
  border-radius:42px;
  background:
    radial-gradient(circle at 85% 20%, rgba(0,182,122,.28), transparent 34%),
    radial-gradient(circle at 15% 80%, rgba(19,149,232,.30), transparent 38%),
    linear-gradient(135deg,#07111f,#0b2f5e);
  color:#fff;
  margin-bottom:120px;
  box-shadow:0 30px 90px rgba(7,17,31,.22);
}

.rr-dark h2{color:#fff;font-size:52px;line-height:1.08;letter-spacing:-.045em;font-weight:900;margin:0 0 20px;}
.rr-dark p{color:rgba(255,255,255,.76);font-size:18px;line-height:1.8;}
.rr-dark-list{display:grid;gap:16px;}
.rr-dark-list span{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#fff;padding:20px 22px;border-radius:18px;font-weight:800;}

/* CONTACT CARD */
.rr-contact-card{
  position:relative;
  overflow:hidden;
  text-decoration:none !important;
  border-radius:30px;
  padding:34px;
  background:
    radial-gradient(circle at top right, rgba(0,182,122,.22), transparent 35%),
    linear-gradient(135deg,#07111f,#0b2f5e 55%,#1395e8);
  color:#fff !important;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:160px;
  box-shadow:0 24px 60px rgba(19,149,232,.18);
  transition:.35s ease;
}

.rr-contact-card:hover{
  transform:translateY(-8px);
  box-shadow:0 40px 90px rgba(19,149,232,.30);
}

.rr-contact-card h3{color:#fff !important;font-size:28px;}
.rr-contact-card p{color:rgba(255,255,255,.78) !important;margin:0;line-height:1.7;}

/* FINAL SECTION */
.rr-final{
  text-align:center;
  padding:90px 40px;
  border-radius:42px;
  background:
    radial-gradient(circle at 75% 20%, rgba(19,149,232,.14), transparent 34%),
    radial-gradient(circle at 25% 80%, rgba(0,182,122,.12), transparent 35%),
    #fff;
  box-shadow:0 24px 70px rgba(15,23,42,.07);
}

.rr-final h2{font-size:54px;line-height:1.08;letter-spacing:-.045em;color:#07111f;margin:0;font-weight:900;}
.rr-final p{color:#64748b;font-size:18px;line-height:1.8;max-width:760px;margin:20px auto 0;}

/* RESPONSIVE */
@media(max-width:1024px){
  .rr-hero,
  .rr-dark{grid-template-columns:1fr;}
  .rr-compare-grid,
  .rr-resolution-grid,
  .rr-process-grid,
  .rr-details-grid,
  .rr-support-grid{grid-template-columns:1fr;}
  .rr-hero-left h1{font-size:54px;}
}

@media(max-width:767px){
  .remacit-returns-v2{padding:50px 16px 90px;}
  .rr-hero,
  .rr-dark{padding:36px 24px;border-radius:30px;}
  .rr-hero-left h1,
  .rr-head h2,
  .rr-dark h2,
  .rr-final h2{font-size:36px;}
  .rr-overview-card h2{font-size:40px;}
  .rr-mini-grid{grid-template-columns:1fr;}
}/* End custom CSS */