/* =========================================================
   REGULATORY SERVICE PAGE ONLY
   DO NOT style header/footer here.
========================================================= */

:root{
  --rs-green:#2f8737;
  --rs-green-2:#4f9847;
  --rs-green-dark:#0c5b31;
  --rs-green-deep:#074729;
  --rs-soft:#edf7e9;
  --rs-soft-2:#f8fbf6;
  --rs-text:#18241d;
  --rs-muted:#5c6961;
  --rs-border:rgba(55,101,57,.14);
  --rs-shadow:0 16px 42px rgba(42,75,43,.07);
}

.rs-page{
  width:100%;
  padding:18px 22px 70px;
  overflow:hidden;
  background:#fff;
  color:var(--rs-text);
  font-family:"DM Sans",sans-serif;
  font-size:16px;
}

.rs-shell{
  width:min(1360px,calc(100% - 28px));
  margin-left:auto;
  margin-right:auto;
}


/* =========================================================
   HERO
========================================================= */

.rs-hero{
  width:min(1420px,100%);
  min-height:690px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.87fr 1.13fr;
  overflow:hidden;
  border-radius:28px;

  background:
    radial-gradient(circle at 15% 25%,rgba(197,233,187,.33),transparent 34%),
    linear-gradient(110deg,#fafdf8 0%,#fff 51%,#edf7e9 100%);
}

.rs-hero__copy{
  position:relative;
  z-index:3;
  padding:78px 44px 48px 58px;
}

.rs-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#2d7536;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.rs-eyebrow::after{
  content:"";
  width:38px;
  height:1px;
  background:#2f8737;
}

.rs-hero h1{
  max-width:620px;
  margin:24px 0 0;
  color:var(--rs-text);
  font-size:61px;
  line-height:.99;
  font-weight:700;
  letter-spacing:-2.2px;
}

.rs-hero h1 span{
  display:block;
  color:var(--rs-green-dark);
}

.rs-title-line{
  display:block;
  width:48px;
  height:2px;
  margin-top:25px;
  background:#4f9847;
}

.rs-hero__copy>p{
  max-width:540px;
  margin:22px 0 0;
  color:var(--rs-muted);
  font-size:16px;
  line-height:1.72;
}

.rs-hero__points{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:29px;
}

.rs-hero__points article{
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px;
  border-right:1px solid #dfe9dc;
  text-align:center;
}

.rs-hero__points article:last-child{
  border-right:0;
}

.rs-circle-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid #cde3c9;
  border-radius:50%;
  background:#fff;
  color:var(--rs-green-dark);
  font-size:20px;
}

.rs-hero__points strong{
  color:#3b4b40;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
}

.rs-hero__visual{
  position:relative;
  min-height:690px;
  overflow:hidden;
}

.rs-hero__visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,#f9fcf7 0%,rgba(249,252,247,.08) 16%,transparent 38%);
}

.rs-hero__image{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rs-hero__statement{
  position:absolute;
  z-index:5;
  right:20px;
  bottom:55px;
  width:310px;
  min-height:126px;
  display:grid;
  grid-template-columns:58px 1fr;
  align-items:center;
  gap:16px;
  padding:20px;
  border-radius:18px;
  background:linear-gradient(145deg,#0d5e32,#2d8b3b);
  color:#fff;
  box-shadow:0 20px 38px rgba(14,75,35,.2);
}

.rs-statement-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.42);
  border-radius:15px;
  font-size:23px;
}

.rs-hero__statement strong{
  display:block;
  font-size:15px;
  line-height:1.5;
}


/* =========================================================
   STRATEGY
========================================================= */

.rs-strategy{
  min-height:220px;
  margin-top:28px;
  display:grid;
  grid-template-columns:360px 1fr 170px;
  align-items:stretch;
  overflow:hidden;
  border:1px solid var(--rs-border);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--rs-shadow);
}

.rs-strategy__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rs-strategy__content{
  align-self:center;
  padding:30px 38px;
}

.rs-mini-label{
  display:inline-block;
  color:#3a8740;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.rs-strategy h2{
  margin:11px 0 0;
  font-size:28px;
  line-height:1.12;
  font-weight:700;
}

.rs-strategy h2 span{
  display:block;
  color:var(--rs-green-dark);
}

.rs-strategy p{
  max-width:690px;
  margin:14px 0 0;
  color:var(--rs-muted);
  font-size:15px;
  line-height:1.7;
}

.rs-strategy__symbol{
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle,rgba(190,226,182,.30),transparent 65%);
}

.rs-symbol-ring{
  width:108px;
  height:108px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #d7e8d4;
  background:#fff;
  color:var(--rs-green-dark);
  box-shadow:0 12px 30px rgba(42,77,43,.07);
  font-size:40px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.rs-section-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:26px;
  text-align:center;
}

.rs-section-heading>div>span{
  color:#39803c;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.rs-section-heading h2{
  margin:4px 0 0;
  color:#24422c;
  font-size:30px;
  font-weight:700;
}

.rs-heading-line{
  width:90px;
  height:1px;
  background:#bed8b9;
}

.rs-section-heading--compact h2{
  font-size:26px;
}


/* =========================================================
   SERVICES
========================================================= */

.rs-services{
  margin-top:42px;
}

.rs-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.rs-service-card{
  position:relative;
  min-height:420px;
  overflow:hidden;
  padding:22px 22px 0;
  border:1px solid var(--rs-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(44,76,45,.045);
  transition:transform .25s ease,box-shadow .25s ease;
}

.rs-service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(44,76,45,.09);
}

.rs-service-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.rs-service-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#13682f,#2f8737);
  color:#fff;
  font-size:22px;
}

.rs-service-no{
  color:#c5d9c1;
  font-size:29px;
  font-weight:700;
}

.rs-service-card h3{
  max-width:260px;
  margin:18px 0 0;
  color:#24532d;
  font-size:20px;
  line-height:1.2;
  font-weight:700;
}

.rs-service-card p{
  min-height:92px;
  margin:13px 0 0;
  color:#5d6961;
  font-size:14px;
  line-height:1.65;
}

.rs-service-card__image{
  height:168px;
  margin:18px -22px 0;
  overflow:hidden;
}

.rs-service-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* =========================================================
   LIFECYCLE
========================================================= */

.rs-lifecycle{
  margin-top:42px;
  padding:27px 25px 30px;
  border:1px solid var(--rs-border);
  border-radius:22px;
  background:
    linear-gradient(180deg,#fff,#fbfdf9);
}

.rs-lifecycle__track{
  display:grid;
  grid-template-columns:
    1fr 28px
    1fr 28px
    1fr 28px
    1fr 28px
    1fr 28px
    1fr 28px
    1fr 28px
    1fr;
  align-items:start;
  gap:8px;
}

.rs-life-step{
  text-align:center;
}

.rs-life-icon{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  margin:0 auto;
  border:1px solid #cfe4cb;
  border-radius:50%;
  background:#fff;
  color:var(--rs-green-dark);
  font-size:24px;
}

.rs-life-number{
  display:block;
  margin-top:8px;
  color:#5b915c;
  font-size:11px;
  font-weight:700;
}

.rs-life-step h3{
  max-width:125px;
  margin:5px auto 0;
  color:#35483b;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
}

.rs-flow-arrow{
  display:grid;
  place-items:center;
  padding-top:25px;
  color:#4c9650;
  font-size:13px;
}


/* =========================================================
   GLOBAL COMPLIANCE
========================================================= */

.rs-compliance{
  min-height:255px;
  margin-top:30px;
  display:grid;
  grid-template-columns:.88fr .84fr 1.12fr;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--rs-border);
}

.rs-compliance__green{
  padding:30px 30px;
  background:
    radial-gradient(circle at 18% 20%,rgba(176,218,111,.18),transparent 35%),
    linear-gradient(145deg,#08552f,#14733a);
  color:#fff;
}

.rs-mini-label--light{
  color:#c6e6a5;
}

.rs-compliance__green h2{
  margin:14px 0 0;
  font-size:29px;
  line-height:1.05;
  font-weight:700;
}

.rs-compliance__green h2 span{
  display:block;
  color:#c5e88e;
}

.rs-compliance__green p{
  margin:15px 0 0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.65;
}

.rs-authorities{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}

.rs-authorities span{
  min-width:52px;
  min-height:38px;
  display:grid;
  place-items:center;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:12px;
  font-weight:700;
}

.rs-compliance__checklist{
  display:flex;
  align-items:center;
  padding:28px 30px;
  background:#f8fbf6;
}

.rs-compliance__checklist ul{
  list-style:none;
  margin:0;
  padding:0;
}

.rs-compliance__checklist li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#405047;
  font-size:14px;
  line-height:1.45;
}

.rs-compliance__checklist li+li{
  margin-top:13px;
}

.rs-compliance__checklist i{
  margin-top:2px;
  color:#21813b;
}

.rs-compliance__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}


/* =========================================================
   CTA
========================================================= */

.rs-cta{
  min-height:145px;
  margin-top:18px;
  display:grid;
  grid-template-columns:96px 1fr auto;
  align-items:center;
  gap:22px;
  padding:22px 28px;
  border-radius:22px;
  background:
    radial-gradient(circle at 12% 50%,rgba(179,221,103,.13),transparent 25%),
    linear-gradient(105deg,#07582f,#0f6d36);
  color:#fff;
}

.rs-cta__icon{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.38);
  border-radius:50%;
  font-size:29px;
}

.rs-cta__copy>span{
  color:#b9db8d;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.rs-cta__copy h2{
  margin:4px 0 0;
  font-size:25px;
  font-weight:700;
}

.rs-cta__copy p{
  max-width:650px;
  margin:8px 0 0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.55;
}

.rs-cta__button{
  min-width:205px;
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 22px;
  border-radius:12px;
  background:#fff;
  color:#15582d;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.rs-cta__button:hover{
  color:#15582d;
}


/* =========================================================
   BENEFITS
========================================================= */

.rs-benefits{
  min-height:90px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:10px;
  overflow:hidden;
  border:1px solid var(--rs-border);
  border-radius:18px;
  background:#fff;
}

.rs-benefits article{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:15px;
  border-right:1px solid #e1e9df;
}

.rs-benefits article:last-child{
  border-right:0;
}

.rs-benefits i{
  color:var(--rs-green-dark);
  font-size:24px;
}

.rs-benefits span{
  color:#3f4e45;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
}


/* =========================================================
   REVEAL
========================================================= */

.rs-reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s ease,transform .65s ease;
}

.rs-reveal.rs-visible{
  opacity:1;
  transform:none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1180px){

  .rs-hero h1{
    font-size:53px;
  }

  .rs-strategy{
    grid-template-columns:300px 1fr 130px;
  }

  .rs-lifecycle__track{
    grid-template-columns:repeat(4,1fr);
    gap:22px 12px;
  }

  .rs-flow-arrow{
    display:none;
  }

  .rs-compliance{
    grid-template-columns:1fr 1fr;
  }

  .rs-compliance__visual{
    grid-column:1/-1;
    height:300px;
  }

}

@media(max-width:900px){

  .rs-page{
    padding:12px 12px 55px;
  }

  .rs-shell{
    width:100%;
  }

  .rs-hero{
    grid-template-columns:1fr;
  }

  .rs-hero__copy{
    padding:48px 28px 32px;
    text-align:center;
  }

  .rs-eyebrow{
    justify-content:center;
  }

  .rs-title-line{
    margin-left:auto;
    margin-right:auto;
  }

  .rs-hero__copy>p{
    margin-left:auto;
    margin-right:auto;
  }

  .rs-hero__visual{
    min-height:500px;
  }

  .rs-strategy{
    grid-template-columns:1fr;
  }

  .rs-strategy__image{
    height:270px;
  }

  .rs-strategy__symbol{
    padding:0 0 25px;
  }

  .rs-service-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .rs-compliance{
    grid-template-columns:1fr;
  }

  .rs-compliance__visual{
    grid-column:auto;
  }

  .rs-cta{
    grid-template-columns:80px 1fr;
  }

  .rs-cta__button{
    grid-column:1/-1;
    justify-self:center;
  }

  .rs-benefits{
    grid-template-columns:repeat(2,1fr);
  }

  .rs-benefits article:nth-child(2n){
    border-right:0;
  }

}

@media(max-width:620px){

  .rs-page{
    padding:8px 8px 45px;
  }

  .rs-hero{
    border-radius:20px;
  }

  .rs-hero h1{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .rs-hero__copy>p{
    font-size:15px;
  }

  .rs-hero__points{
    grid-template-columns:repeat(2,1fr);
  }

  .rs-hero__points article:nth-child(2){
    border-right:0;
  }

  .rs-hero__points article:nth-child(-n+2){
    border-bottom:1px solid #dfe9dc;
  }

  .rs-hero__visual{
    min-height:390px;
  }

  .rs-hero__statement{
    width:calc(100% - 20px);
    right:10px;
    bottom:15px;
  }

  .rs-strategy__content{
    padding:24px 20px;
  }

  .rs-strategy h2{
    font-size:24px;
  }

  .rs-section-heading{
    gap:8px;
  }

  .rs-heading-line{
    width:30px;
  }

  .rs-section-heading h2,
  .rs-section-heading--compact h2{
    font-size:22px;
  }

  .rs-service-grid{
    grid-template-columns:1fr;
  }

  .rs-service-card p{
    min-height:auto;
  }

  .rs-lifecycle{
    padding:23px 14px;
  }

  .rs-lifecycle__track{
    grid-template-columns:repeat(2,1fr);
  }

  .rs-compliance__green,
  .rs-compliance__checklist{
    padding:24px 20px;
  }

  .rs-cta{
    grid-template-columns:1fr;
    text-align:center;
  }

  .rs-cta__icon{
    margin:auto;
  }

  .rs-cta__copy p{
    margin-left:auto;
    margin-right:auto;
  }

  .rs-benefits{
    grid-template-columns:1fr;
  }

  .rs-benefits article{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid #e1e9df;
  }

  .rs-benefits article:last-child{
    border-bottom:0;
  }

}

@media(prefers-reduced-motion:reduce){

  .rs-reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }

}
