.email-library-page{
  background:
    radial-gradient(circle at top right, rgba(13,110,253,.06), transparent 32%),
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 22%, #f8fbff 100%);
  color:#0f172a;
}
.email-library-page a{transition:all .2s ease}
.email-library-page .hero-box{
  background:linear-gradient(135deg,#0f172a 0%,#12397f 45%,#0d6efd 100%);
  border-radius:24px;
  padding:38px 32px;
  overflow:hidden;
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 70px rgba(13,39,80,.22);
}
.email-library-page .hero-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  pointer-events:none;
}
.email-library-page .hero-box::after{
  content:"";
  position:absolute;
  inset:auto -70px -70px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  filter:blur(4px);
}
.email-library-page .hero-kicker{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.76);
  margin-bottom:14px;
  display:block;
  font-weight:700;
}
.email-library-page .hero-title{
  color:#fff;
  font-size:clamp(29px,4.8vw,50px);
  line-height:1.05;
  margin-bottom:16px;
  max-width:14ch;
  text-wrap:balance;
}
.email-library-page .hero-text{
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.6;
  max-width:52rem;
}
.email-library-page .glass-card{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:22px 24px;
  backdrop-filter:blur(8px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.email-library-page .glass-card,
.email-library-page .glass-card p,
.email-library-page .glass-card li,
.email-library-page .glass-card h5,
.email-library-page .glass-card .check-list,
.email-library-page .glass-card .check-list li{
  color:#fff !important;
}
.email-library-page .glass-card h5{font-weight:700}
.email-library-page .check-list{list-style:none;padding-left:0;margin:0}
.email-library-page .check-list li{position:relative;padding:0 0 0 24px;margin:0 0 10px 0;border:0}
.email-library-page .check-list li:last-child{margin-bottom:0}
.email-library-page .check-list li::before{
  content:"✓";
  font-family:inherit;
  font-weight:800;
  position:absolute;
  left:0;
  top:1px;
  color:#bfdbfe;
}
.email-library-page .email-card,
.email-library-page .lex-card,
.email-library-page .content-card,
.email-library-page .sidebar-card,
.email-library-page .search-panel,
.email-library-page .service-cta,
.email-library-page .compact-section{
  border-radius:18px;
  border:1px solid #e7eef8;
  box-shadow:0 16px 46px rgba(15,23,42,.06);
  background:#fff;
}
.email-library-page .lex-card,
.email-library-page .content-card,
.email-library-page .sidebar-card{overflow:hidden}
.email-library-page .lex-card:hover,
.email-library-page .sidebar-card:hover,
.email-library-page .compact-section:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 52px rgba(15,23,42,.09);
}
.email-library-page .lex-card .card-body,
.email-library-page .content-card .card-body,
.email-library-page .sidebar-card .card-body{padding:28px}
.email-library-page .term-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#eff6ff;
  color:#0d6efd;
  font-weight:700;
  font-size:14px;
  margin:0 8px 8px 0;
  border:1px solid #dbeafe;
}
.email-library-page .term-chip-success{background:#ecfdf5;color:#198754;border-color:#c7f3d8}
.email-library-page .mini-muted{color:#64748b}
.email-library-page .breadcrumb{background:transparent;padding:0;margin-bottom:16px}
.email-library-page .breadcrumb-item,
.email-library-page .breadcrumb-item a{color:rgba(255,255,255,.86)}
.email-library-page .breadcrumb-item a:hover{color:#fff;text-decoration:underline}
.email-library-page .breadcrumb-item.active{color:#fff}
.email-library-page .search-panel{padding:22px}
.email-library-page .search-input{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:14px;
  padding:14px 16px;
  font-size:16px;
  box-shadow:0 1px 2px rgba(15,23,42,.03) inset;
}
.email-library-page .search-input:focus{
  outline:0;
  border-color:#0d6efd;
  box-shadow:0 0 0 4px rgba(13,110,253,.12);
}
.email-library-page .search-help{font-size:14px;color:#64748b;margin-top:10px}
.email-library-page .service-cta{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);padding:28px}
.email-library-page .list-clean{list-style:none;padding-left:0;margin-bottom:0}
.email-library-page .list-clean li{padding:10px 0;border-bottom:1px solid #eef2f7}
.email-library-page .list-clean li:last-child{border-bottom:0}
.email-library-page .model-card-link{display:block;text-decoration:none;color:#0f172a}
.email-library-page .model-card-link:hover{color:#0d6efd}
.email-library-page .soft-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbeafe;
  color:#1e3a8a;
  font-size:13px;
  font-weight:700;
  margin:0 8px 8px 0;
}
.email-library-page .soft-tag-success{border-color:#bbf7d0;color:#166534;background:#f0fdf4}
.email-library-page .email-pre{
  white-space:pre-wrap;
  background:linear-gradient(180deg,#f8fbff 0%,#f8fafc 100%);
  border:1px solid #dbe8fb;
  border-radius:18px;
  padding:22px;
  font-size:15px;
  line-height:1.72;
  color:#0f172a;
  overflow:auto;
}
.email-library-page .object-box{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:14px;
  padding:16px 18px;
  color:#0f172a;
  box-shadow:0 8px 24px rgba(13,110,253,.05);
}
.email-library-page .object-box code{color:#0b3a82;font-weight:700}
.email-library-page .return-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:linear-gradient(135deg,#eff6ff 0%,#f8fbff 100%);
  border:1px solid #bfdbfe;
  border-radius:20px;
  padding:22px 24px;
  margin-bottom:24px;
  box-shadow:0 16px 40px rgba(13,110,253,.08);
}
.email-library-page .return-box .return-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:4px}
.email-library-page .return-box .return-text{color:#475569;margin-bottom:0}
.email-library-page .return-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#155eef 0%,#0d6efd 100%);
  color:#fff;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 10px 28px rgba(13,110,253,.28);
}
.email-library-page .return-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 14px 32px rgba(13,110,253,.34)}
.email-library-page .summary-link{display:block;padding:12px 0;border-bottom:1px solid #eef2f7;text-decoration:none}
.email-library-page .summary-link:last-child{border-bottom:0}
.email-library-page .summary-link small{display:block;color:#64748b}
.email-library-page .summary-link strong{color:#0f172a}
.email-library-page .summary-link:hover strong{color:#0d6efd}
.email-library-page .result-empty{display:none;border:1px dashed #cbd5e1;border-radius:16px;padding:20px;color:#64748b;background:#fff}
.email-library-page .sticky-col{position:sticky;top:24px}
.email-library-page .about-banner-wrap.banner-space{padding-top:36px!important;padding-bottom:26px!important;position:relative;overflow:hidden}
.email-library-page .about-banner-wrap.banner-space::before{content:"";position:absolute;inset:0;background:url('/assets/images/hero/home-premium-paris-office-hd.jpg') center/cover no-repeat;opacity:.06;pointer-events:none;z-index:0}
.email-library-page .about-banner-wrap.banner-space > .container{position:relative;z-index:1}
.email-library-page .feature-icon-wrapper.section-space--pt_100{padding-top:44px!important}
.email-library-page .feature-icon-wrapper.section-space--pb_70,
.email-library-page .contact-us-section-wrappaer.section-space--pb_70,
.email-library-page .contact-us-info-wrappaer.section-space--pb_70{padding-bottom:44px!important}
.email-library-page .contact-us-info-wrappaer.section-space--pb_100,
.email-library-page .feature-icon-wrapper.section-space--pb_100{padding-bottom:56px!important}
.email-library-page .section-space--mb_40{margin-bottom:24px!important}
.email-library-page .section-sub-title.mb-20{margin-bottom:10px!important}
.email-library-page .compact-section{padding:22px 24px}
.email-library-page .compact-section p:last-child{margin-bottom:0}
.email-library-page .popular-links{display:flex;flex-wrap:wrap;gap:10px}
.email-library-page .popular-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#0f172a;
  font-weight:700;
  text-decoration:none;
}
.email-library-page .popular-links a:hover{color:#0d6efd;border-color:#bfdbfe;background:#eff6ff}
@media (max-width: 991.98px){
  .email-library-page .sticky-col{position:static}
  .email-library-page .hero-title{max-width:none}
  .email-library-page .about-banner-wrap.banner-space{padding-top:24px!important;padding-bottom:18px!important}
}
@media (max-width: 767.98px){
  .email-library-page .return-box{flex-direction:column;align-items:flex-start}
  .email-library-page .return-btn{width:100%;justify-content:center}
  .email-library-page .hero-box{padding:28px 22px}
  .email-library-page .feature-icon-wrapper.section-space--pt_100{padding-top:32px!important}
  .email-library-page .feature-icon-wrapper.section-space--pb_70,
  .email-library-page .contact-us-section-wrappaer.section-space--pb_70,
  .email-library-page .contact-us-info-wrappaer.section-space--pb_70{padding-bottom:32px!important}
  .email-library-page .contact-us-info-wrappaer.section-space--pb_100,
  .email-library-page .feature-icon-wrapper.section-space--pb_100{padding-bottom:40px!important}
}

.email-library-page .lex-card .card-body{padding:24px}
.email-library-page .sidebar-card{position:relative}
.email-library-page .sidebar-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#0d6efd,#60a5fa);opacity:.9}
.email-library-page .theme-admin .sidebar-card::before{background:linear-gradient(180deg,#198754,#6ee7b7)}
.email-library-page .insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.email-library-page .insight-card{border-radius:18px;border:1px solid #e7eef8;background:#fff;box-shadow:0 16px 46px rgba(15,23,42,.06);padding:22px 24px;height:100%}
.email-library-page .insight-card h2,.email-library-page .insight-card h3{font-size:1.18rem;margin-bottom:12px;color:#0f172a}
.email-library-page .insight-card p:last-child,.email-library-page .insight-card ul:last-child{margin-bottom:0}
.email-library-page .insight-card ul{padding-left:18px;margin-bottom:0}
.email-library-page .insight-card li+li{margin-top:8px}
.email-library-page .cta-pills{display:flex;flex-wrap:wrap;gap:10px}
.email-library-page .cta-pills a{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#0f172a;font-weight:700;text-decoration:none}
.email-library-page .cta-pills a:hover{background:#dbeafe;color:#0d6efd}
.email-library-page .theme-admin .cta-pills a{background:#ecfdf5;border-color:#bbf7d0}
.email-library-page .theme-admin .cta-pills a:hover{background:#d1fae5;color:#198754}
.email-library-page .meta-strip{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 18px 0}
.email-library-page .meta-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#0f172a;font-size:13px;font-weight:700}
.email-library-page .theme-admin .meta-chip{border-color:#bbf7d0}
.email-library-page .section-note{border-left:4px solid #0d6efd;background:#eff6ff;border-radius:14px;padding:16px 18px;color:#1e3a8a;margin-top:18px}
.email-library-page .theme-admin .section-note{border-left-color:#198754;background:#ecfdf5;color:#166534}
.email-library-page .root-highlight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0 26px}
.email-library-page .root-highlight .highlight-card{background:#fff;border:1px solid #e7eef8;border-radius:18px;padding:20px 22px;box-shadow:0 16px 46px rgba(15,23,42,.06)}
.email-library-page .root-highlight .highlight-card i{font-size:20px;margin-bottom:12px;color:#0d6efd}
.email-library-page .theme-admin .root-highlight .highlight-card i{color:#198754}
.email-library-page .root-highlight .highlight-card h3{font-size:1.02rem;margin-bottom:8px}
.email-library-page .root-highlight .highlight-card p{margin:0;color:#64748b}
@media (max-width: 991.98px){.email-library-page .insight-grid,.email-library-page .root-highlight{grid-template-columns:1fr}}

/* === Section + term-row layout === */
.email-library-page .lex-section{padding:32px 0}
.email-library-page .lex-section--alt{background:#f8fafc}
.email-library-page .lex-section-head{text-align:center;margin-bottom:16px}
.email-library-page .lex-section-title{font-size:1.4rem;font-weight:800;color:#0f172a;margin:8px 0 10px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;white-space:nowrap}
.email-library-page .lex-section-title i{font-size:1.15rem}
.email-library-page .lex-section-intro{color:#5d6d83;margin:0 auto;line-height:1.72;font-size:.97rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.email-library-page .section-pre-title{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#245ea6}
.email-library-page .section-pre-title::before{content:"";width:24px;height:2px;border-radius:999px;background:#60a5fa}
.email-library-page .term-list{display:flex;flex-direction:column;gap:14px}
.email-library-page .term-row-item{display:block}
.email-library-page .term-row-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:flex-start;border:1px solid #dce8fb;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 12px 30px rgba(15,23,42,.05);padding:20px 22px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;text-decoration:none!important}
.email-library-page .term-row-item:hover .term-row-card{border-color:#c9dbfa;box-shadow:0 18px 38px rgba(15,23,42,.08);transform:translateY(-2px)}
.email-library-page .card-picto{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#edf4ff);border:1px solid #dbe7fb;color:#1f6fe5;font-size:1.05rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.95)}
.email-library-page .term-row-body{min-width:0}
.email-library-page .term-card-link{display:inline-flex;align-items:center;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#10284d!important;font-weight:800;text-decoration:none!important;font-size:1.1rem;line-height:1.25;letter-spacing:-.02em}
.email-library-page .term-card-link:hover{color:#1457ba!important}
.email-library-page .mini-muted{margin:6px 0 0!important;color:#5d6d83;line-height:1.72}
/* cyber-nav-wrap */
.email-library-page .cyber-nav-wrap{padding:22px 24px;border-radius:22px;border:1px solid #dbe7f7;background:linear-gradient(135deg,#0f2c58,#17478d);box-shadow:0 22px 50px rgba(15,23,42,.14);color:#fff;margin-bottom:20px}
.email-library-page .cyber-nav-wrap h3{color:#fff;font-size:1.08rem;font-weight:800;margin-bottom:8px}
.email-library-page .cyber-nav-wrap p{color:rgba(255,255,255,.82);font-size:.95rem;line-height:1.7;margin-bottom:16px}
.email-library-page .cyber-nav-pills{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}
.email-library-page .cyber-nav-pill{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff!important;font-weight:700;text-decoration:none}
.email-library-page .cyber-nav-pill span{font-weight:700}
.email-library-page .cyber-nav-pill:hover{background:rgba(255,255,255,.13)}
.email-library-page .cyber-nav-pill i.fa-arrow-right{color:#93c5fd;font-size:.82rem}
/* spacing fix */
.email-library-page .contact-us-section-wrappaer.section-space--pt_100{padding-top:24px!important}
@media (max-width:767.98px){
  .email-library-page .term-row-card{grid-template-columns:1fr;gap:14px;padding:18px}
  .email-library-page .cyber-nav-pills{grid-template-columns:1fr}
}
