/* Bioekran Service License Exemption v1.0.0 */
.bioekran-exemption-page{
  --bio-navy:#082a55;
  --bio-blue:#087fc5;
  --bio-yellow:#ffc515;
  --bio-text:#304e69;
  --bio-muted:#64768a;
  --bio-line:#dceaf2;
  width:100%;
  max-width:100%;
  overflow-x:clip;
  background:#fff;
  color:#18344f;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}

.bioekran-exemption-page *,
.bioekran-exemption-page *:before,
.bioekran-exemption-page *:after{box-sizing:border-box}

.bioekran-exemption-container{
  width:calc(100% - 48px);
  max-width:1470px;
  margin:0 auto;
}

.bioekran-exemption-hero{
  position:relative;
  overflow:hidden;
  padding:74px 0 78px;
  background:
    radial-gradient(circle at 90% 20%,rgba(255,197,21,.14),transparent 18%),
    radial-gradient(circle at 82% 70%,rgba(8,127,197,.12),transparent 24%),
    linear-gradient(120deg,#fbfdff,#eaf7fd);
  border-bottom:1px solid var(--bio-line);
}

.bioekran-exemption-hero:after{
  content:"";
  position:absolute;
  right:4%;
  top:50%;
  width:260px;
  height:260px;
  transform:translateY(-50%);
  border:38px solid rgba(8,42,85,.025);
  border-radius:50%;
}

.bioekran-exemption-breadcrumbs{
  position:relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  color:#728398;
  font-size:13px;
}

.bioekran-exemption-breadcrumbs a{
  color:var(--bio-blue);
  font-weight:700;
  text-decoration:none;
}

.bioekran-exemption-eyebrow{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
  color:var(--bio-blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.bioekran-exemption-eyebrow:before{
  content:"";
  width:28px;
  height:3px;
  border-radius:3px;
  background:var(--bio-yellow);
}

.bioekran-exemption-hero h1{
  position:relative;
  z-index:2;
  max-width:1150px;
  margin:0;
  color:var(--bio-navy);
  font-size:clamp(38px,4vw,60px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:800;
}

.bioekran-exemption-lead{
  position:relative;
  z-index:2;
  max-width:1000px;
  margin:20px 0 0;
  color:var(--bio-muted);
  font-size:19px;
  line-height:1.65;
}

.bioekran-exemption-section{padding:84px 0 96px}

.bioekran-exemption-grid{
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(300px,1fr);
  gap:48px;
  align-items:start;
}

.bioekran-exemption-content,
.bioekran-exemption-sidebar-col{min-width:0}

.bioekran-exemption-intro-card{
  position:relative;
  padding:32px 34px 28px;
  border:1px solid var(--bio-line);
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#f8fcfe);
  box-shadow:0 14px 36px rgba(6,46,87,.06);
}

.bioekran-exemption-intro-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:18px;
  border-radius:16px;
  background:var(--bio-navy);
  color:var(--bio-yellow);
}

.bioekran-exemption-intro-icon svg{
  width:25px;
  height:25px;
  fill:currentColor;
}

.bioekran-exemption-intro-card p{
  margin:0 0 16px;
  color:var(--bio-text);
  font-size:16px;
  line-height:1.75;
}

.bioekran-exemption-intro-card p:last-child{margin-bottom:0}

.bioekran-exemption-block{margin-top:54px}

.bioekran-exemption-heading{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:22px;
}

.bioekran-exemption-heading-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  background:#eaf7fd;
  color:var(--bio-blue);
}

.bioekran-exemption-heading-icon svg{
  width:22px;
  height:22px;
  fill:currentColor;
}

.bioekran-exemption-heading h2,
.bioekran-exemption-why h2{
  margin:0;
  color:var(--bio-navy);
  font-size:33px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:800;
}

.bioekran-exemption-includes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.bioekran-exemption-include{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:92px;
  padding:19px 20px;
  border:1px solid var(--bio-line);
  border-radius:16px;
  background:#fff;
  color:var(--bio-text);
  font-size:15px;
  line-height:1.6;
  box-shadow:0 7px 22px rgba(6,46,87,.035);
}

.bioekran-exemption-include-check{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  margin-top:1px;
  border-radius:50%;
  background:rgba(8,127,197,.12);
  color:var(--bio-blue);
  font-weight:900;
}

.bioekran-exemption-why{
  margin-top:58px;
  padding:33px 34px;
  border-radius:22px;
  background:linear-gradient(135deg,#082a55,#0a5387);
  color:#fff;
}

.bioekran-exemption-why h2{color:#fff}

.bioekran-exemption-why > p{
  margin:17px 0 24px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.7;
}

.bioekran-exemption-benefits{
  display:grid;
  gap:10px;
}

.bioekran-exemption-benefit{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:rgba(255,255,255,.06);
  color:#fff;
  line-height:1.55;
}

.bioekran-exemption-benefit-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  flex:0 0 26px;
  border-radius:50%;
  background:var(--bio-yellow);
  color:#17314d;
  font-size:15px;
  font-weight:900;
}

.bioekran-exemption-final{
  display:flex;
  align-items:flex-start;
  gap:18px;
  margin-top:32px;
  padding:25px 27px;
  border-left:4px solid var(--bio-yellow);
  border-radius:0 16px 16px 0;
  background:#f5fbfe;
}

.bioekran-exemption-final-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  background:var(--bio-navy);
  color:var(--bio-yellow);
  font-size:21px;
  font-weight:900;
}

.bioekran-exemption-final p{
  margin:4px 0 0;
  color:var(--bio-text);
  font-size:16px;
  line-height:1.7;
}

.bioekran-exemption-main-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  margin-top:34px;
  padding:0 28px;
  border-radius:14px;
  background:var(--bio-yellow);
  color:#102842!important;
  font-weight:800;
  text-decoration:none!important;
  box-shadow:0 13px 28px rgba(255,197,21,.2);
}

.bioekran-exemption-sidebar{
  position:sticky;
  top:112px;
  padding:31px;
  border:1px solid var(--bio-line);
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#f8fcfe);
  box-shadow:0 18px 44px rgba(6,46,87,.08);
}

.bioekran-exemption-sidebar-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:18px;
  border-radius:16px;
  background:var(--bio-navy);
  color:var(--bio-yellow);
}

.bioekran-exemption-sidebar-icon svg{
  width:25px;
  height:25px;
  fill:currentColor;
}

.bioekran-exemption-sidebar h3{
  margin:0;
  color:var(--bio-navy);
  font-size:24px;
  line-height:1.25;
  font-weight:800;
}

.bioekran-exemption-sidebar > p{
  margin:14px 0 22px;
  color:var(--bio-muted);
  font-size:14px;
  line-height:1.65;
}

.bioekran-exemption-sidebar-btn{
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-height:52px;
  width:100%;
  border-radius:14px;
  background:var(--bio-yellow);
  color:#102842!important;
  font-weight:800;
  text-decoration:none!important;
}

.bioekran-exemption-nav{
  margin-top:25px;
  padding-top:18px;
  border-top:1px solid #e0ecf3;
}

.bioekran-exemption-nav a{
  position:relative;
  display:block;
  padding:11px 22px 11px 0;
  border-bottom:1px solid #e7f0f5;
  color:#2d526f;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.bioekran-exemption-nav a:after{
  content:"→";
  position:absolute;
  right:0;
  top:11px;
  color:var(--bio-blue);
}

/* OpenCart information page host normalization */
.bioekran-exemption-host{
  width:100%!important;
  max-width:100%!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow-x:clip;
}

.bioekran-exemption-host > .breadcrumb{display:none!important}

.bioekran-exemption-opencart-content{
  float:none!important;
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

.bioekran-exemption-opencart-content > h1,
.bioekran-exemption-opencart-content > .p-content,
.bioekran-exemption-opencart-content > .description{
  display:none!important;
}

@media(max-width:991px){
  .bioekran-exemption-grid{
    grid-template-columns:1fr;
    gap:44px;
  }

  .bioekran-exemption-sidebar{
    position:relative;
    top:auto;
  }
}

@media(max-width:767px){
  .bioekran-exemption-container{
    width:calc(100% - 28px);
  }

  .bioekran-exemption-hero{
    padding:50px 0;
  }

  .bioekran-exemption-section{
    padding:60px 0 70px;
  }

  .bioekran-exemption-heading h2,
  .bioekran-exemption-why h2{
    font-size:28px;
  }

  .bioekran-exemption-includes{
    grid-template-columns:1fr;
  }

  .bioekran-exemption-intro-card,
  .bioekran-exemption-why{
    padding:23px 20px;
  }

  .bioekran-exemption-final{
    padding:21px 18px;
  }
}
