
/* Secure-VPN v4 visual redesign layer */
:root{--sv-bg:#030b18;--sv-card:#07182b;--sv-line:#12385d;--sv-cyan:#00d9ff;--sv-blue:#1478ff;--sv-text:#eef7ff}
body{background:radial-gradient(circle at 75% 10%,rgba(0,217,255,.16),transparent 30%),linear-gradient(180deg,#020816,#071425 55%,#020713)!important;color:var(--sv-text)}
.topbar{background:rgba(3,12,26,.82)!important;backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,217,255,.18)!important}
.brand b{font-size:1.25rem;letter-spacing:.3px}.shield{background:linear-gradient(135deg,#0b6cff,#00eaff)!important;box-shadow:0 0 25px #00cfff}
.card{background:linear-gradient(145deg,rgba(10,28,48,.94),rgba(3,14,29,.95))!important;border:1px solid rgba(0,190,255,.18)!important;box-shadow:0 18px 50px rgba(0,0,0,.35),inset 0 0 40px rgba(0,160,255,.04);border-radius:22px!important}
.seo-home-hero{gap:28px!important}
.seo-home-hero .card:first-child{position:relative;overflow:hidden}
.seo-home-hero .card:first-child:before{content:'';position:absolute;right:-100px;top:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(0,217,255,.25),transparent 65%);border-radius:50%}
h1,h2,h3{letter-spacing:-.5px}h1{font-size:clamp(2.4rem,5vw,4.2rem)!important;background:linear-gradient(90deg,#fff,#9fefff,#00cfff);-webkit-background-clip:text;color:transparent}
.seo-kicker,.seo-link-card small{color:#00d9ff!important;text-transform:uppercase;letter-spacing:2px}
.seo-btn{background:linear-gradient(90deg,#087cff,#00d9ff)!important;border:0!important;box-shadow:0 0 25px rgba(0,217,255,.35)}
.seo-btn.secondary{background:rgba(12,40,70,.8)!important;border:1px solid rgba(0,217,255,.3)!important}
.seo-card-grid .seo-link-card{transition:.25s;min-height:210px}.seo-card-grid .seo-link-card:hover{transform:translateY(-8px);border-color:#00d9ff!important;box-shadow:0 20px 60px rgba(0,217,255,.18)}
.worker-health i{box-shadow:0 0 15px #00ff9d}
.footer{background:#020915!important;border-top:1px solid rgba(0,217,255,.15)}

/* ================================
   V4.1 VISUAL INTEGRATION
   ================================ */

.seo-home-hero{
  position:relative;
  overflow:hidden;
}

.v41-hero-image-wrap{
  position:relative;
  margin:-8px -8px 20px;
  overflow:hidden;
  border-radius:18px;
  aspect-ratio:16/9;
  background:#030b17;
  border:1px solid rgba(68,192,255,.25);
  box-shadow:
    0 24px 70px rgba(0,0,0,.35),
    0 0 45px rgba(0,174,255,.08);
}

.v41-hero-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.015);
}

.v41-hero-image-glow{
  position:absolute;
  inset:auto 8% -20% 8%;
  height:45%;
  pointer-events:none;
  background:radial-gradient(
    ellipse,
    rgba(0,199,255,.20),
    transparent 70%
  );
  filter:blur(30px);
}

.v41-visual-section{
  position:relative;
  margin-top:42px;
}

.v41-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}

.v41-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.v41-visual-card{
  display:block;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  border-radius:22px;
  background:
    linear-gradient(
      145deg,
      rgba(14,31,54,.94),
      rgba(5,18,34,.96)
    );
  border:1px solid rgba(90,191,255,.18);
  box-shadow:
    0 18px 50px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.035);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.v41-visual-card:hover{
  transform:translateY(-5px);
  border-color:rgba(70,207,255,.50);
  box-shadow:
    0 25px 70px rgba(0,0,0,.35),
    0 0 36px rgba(0,180,255,.10);
}

.v41-image-box{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#020b17;
  border-bottom:1px solid rgba(77,185,255,.13);
}

.v41-image-box::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      to bottom,
      transparent 62%,
      rgba(3,11,24,.28)
    );
}

.v41-image-box img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease;
}

.v41-visual-card:hover .v41-image-box img{
  transform:scale(1.035);
}

.v41-card-body{
  padding:22px 23px 24px;
}

.v41-eyebrow{
  display:block;
  margin-bottom:9px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#52d9ff;
}

.v41-card-body h3{
  margin:0 0 10px;
  font-size:1.18rem;
  color:#f6fbff;
}

.v41-card-body p{
  min-height:45px;
  margin:0 0 17px;
  line-height:1.6;
  color:#9fb1c8;
}

.v41-link{
  color:#63dcff;
  font-weight:750;
}

.v41-wide-card{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  align-items:stretch;
}

.v41-wide-card .v41-image-box{
  aspect-ratio:auto;
  min-height:320px;
  border-bottom:0;
  border-right:1px solid rgba(77,185,255,.13);
}

.v41-wide-card .v41-card-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
}

@media(max-width:900px){
  .v41-gallery{
    grid-template-columns:1fr;
  }

  .v41-wide-card{
    grid-column:auto;
    display:block;
  }

  .v41-wide-card .v41-image-box{
    min-height:auto;
    aspect-ratio:16/9;
    border-right:0;
    border-bottom:1px solid rgba(77,185,255,.13);
  }
}

@media(max-width:600px){
  .v41-card-body{
    padding:18px;
  }

  .v41-image-box{
    aspect-ratio:4/3;
  }

  .v41-section-head{
    margin-bottom:18px;
  }
}


/* ===== V4.2 PREMIUM VISUAL GALLERY FIX ===== */

.v41-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin-top:32px;
}

.v41-visual-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:22px;
    background:#071827;
    border:1px solid rgba(60,180,255,.18);
    transition:.25s ease;
}

.v41-visual-card:hover{
    transform:translateY(-4px);
    border-color:rgba(0,210,255,.45);
}

.v41-image-box{
    height:230px;
    overflow:hidden;
    background:#020b16;
}

.v41-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.v41-card-body{
    padding:24px;
    min-height:190px;
}

.v41-card-body h3{
    margin:10px 0;
    font-size:24px;
}

.v41-card-body p{
    color:#9db2c9;
    line-height:1.7;
}

.v41-eyebrow{
    color:#00d9ff;
    font-size:12px;
    letter-spacing:2px;
    font-weight:700;
}

.v41-link{
    display:inline-block;
    margin-top:20px;
    color:#19d9ff;
    font-weight:700;
}


/* comparison wide card */

.v41-wide-card{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1.6fr 1fr;
}

.v41-wide-card .v41-image-box{
    height:330px;
}

.v41-wide-card .v41-card-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* mobile */

@media(max-width:900px){

.v41-gallery{
    grid-template-columns:1fr;
}

.v41-wide-card{
    display:flex;
}

.v41-wide-card .v41-image-box{
    height:230px;
}

}


/* ===== V4.2 PREMIUM VISUAL GALLERY FIX ===== */

.v41-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    margin-top:32px;
}

.v41-visual-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:22px;
    background:#071827;
    border:1px solid rgba(60,180,255,.18);
    transition:.25s ease;
}

.v41-visual-card:hover{
    transform:translateY(-4px);
    border-color:rgba(0,210,255,.45);
}

.v41-image-box{
    height:230px;
    overflow:hidden;
    background:#020b16;
}

.v41-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.v41-card-body{
    padding:24px;
    min-height:190px;
}

.v41-card-body h3{
    margin:10px 0;
    font-size:24px;
}

.v41-card-body p{
    color:#9db2c9;
    line-height:1.7;
}

.v41-eyebrow{
    color:#00d9ff;
    font-size:12px;
    letter-spacing:2px;
    font-weight:700;
}

.v41-link{
    display:inline-block;
    margin-top:20px;
    color:#19d9ff;
    font-weight:700;
}


/* comparison wide card */

.v41-wide-card{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1.6fr 1fr;
}

.v41-wide-card .v41-image-box{
    height:330px;
}

.v41-wide-card .v41-card-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* mobile */

@media(max-width:900px){

.v41-gallery{
    grid-template-columns:1fr;
}

.v41-wide-card{
    display:flex;
}

.v41-wide-card .v41-image-box{
    height:230px;
}

}


/* =====================================
   V4.3 COMPACT / PROPORTION FIX
   ===================================== */

.v41-visual-section{
    max-width:100%;
}

.v41-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:24px;
}

/* normal cards */
.v41-visual-card{
    border-radius:18px;
}

.v41-image-box{
    height:185px;
    aspect-ratio:auto;
}

.v41-card-body{
    padding:17px 19px 19px;
    min-height:135px;
}

.v41-eyebrow{
    font-size:10px;
    letter-spacing:1.6px;
    margin-bottom:6px;
}

.v41-card-body h3{
    font-size:18px;
    line-height:1.25;
    margin:4px 0 7px;
}

.v41-card-body p{
    min-height:0;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.5;
}

.v41-link{
    margin-top:5px;
    font-size:13px;
}

/* NordVPN vs ExpressVPN:
   short full-width banner instead of oversized split card */
.v41-wide-card{
    grid-column:1 / -1;
    display:block;
}

.v41-wide-card .v41-image-box{
    height:270px;
    min-height:0;
    aspect-ratio:auto;
    border-right:0;
    border-bottom:1px solid rgba(77,185,255,.13);
}

.v41-wide-card .v41-image-box img{
    object-fit:cover;
    object-position:center 46%;
}

.v41-wide-card .v41-card-body{
    min-height:0;
    padding:15px 20px 17px;
    display:grid;
    grid-template-columns:minmax(220px,.7fr) minmax(300px,1.5fr) auto;
    grid-template-rows:auto auto;
    column-gap:28px;
    align-items:center;
}

.v41-wide-card .v41-eyebrow{
    grid-column:1;
    grid-row:1;
    margin:0 0 3px;
}

.v41-wide-card h3{
    grid-column:1;
    grid-row:2;
    margin:0;
}

.v41-wide-card p{
    grid-column:2;
    grid-row:1 / 3;
    margin:0;
    font-size:13px;
}

.v41-wide-card .v41-link{
    grid-column:3;
    grid-row:1 / 3;
    margin:0;
    white-space:nowrap;
}

/* reduce excessive whitespace above/below gallery */
.v41-section-head{
    margin-bottom:14px;
}

.v41-section-head h2{
    margin-bottom:5px;
}

@media(max-width:900px){

    .v41-gallery{
        grid-template-columns:1fr;
    }

    .v41-image-box{
        height:210px;
    }

    .v41-wide-card{
        grid-column:auto;
    }

    .v41-wide-card .v41-image-box{
        height:220px;
    }

    .v41-wide-card .v41-card-body{
        display:block;
        padding:18px;
    }

    .v41-wide-card p{
        margin:8px 0 12px;
    }

}


/* =========================================
   V4.4 COMPACT + USER LOGO
   ========================================= */

/* User-supplied brand mark in navbar */
.brand{
  display:flex;
  align-items:center;
  gap:9px;
}

.brand-mark-wrap{
  width:34px;
  height:34px;
  flex:0 0 34px;
  overflow:hidden;
  border-radius:9px;
  background:#04101d;
  box-shadow:0 0 18px rgba(0,190,255,.12);
}

.brand-mark{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.brand > span:last-child b{
  line-height:1.05;
}

.brand > span:last-child small{
  margin-top:2px;
}

/* Make the visual section feel like dashboard thumbnails, not posters */
.v41-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.v41-visual-card{
  border-radius:16px;
}

.v41-image-box{
  height:165px !important;
  min-height:0 !important;
  aspect-ratio:auto !important;
}

.v41-image-box img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.v41-card-body{
  min-height:0 !important;
  padding:14px 16px 16px !important;
}

.v41-eyebrow{
  margin:0 0 5px !important;
  font-size:9px !important;
  letter-spacing:1.5px !important;
}

.v41-card-body h3{
  margin:0 0 6px !important;
  font-size:16px !important;
  line-height:1.25;
}

.v41-card-body p{
  min-height:0 !important;
  margin:0 0 8px !important;
  font-size:12px !important;
  line-height:1.45 !important;
}

.v41-link{
  margin-top:0 !important;
  font-size:12px !important;
}

/* Final comparison card: full-width, short, balanced */
.v41-wide-card{
  grid-column:1 / -1;
  display:block !important;
}

.v41-wide-card .v41-image-box{
  height:220px !important;
  border-right:0 !important;
  border-bottom:1px solid rgba(77,185,255,.13);
}

.v41-wide-card .v41-image-box img{
  object-position:center 48%;
}

.v41-wide-card .v41-card-body{
  display:grid !important;
  grid-template-columns:minmax(190px,.7fr) minmax(280px,1.5fr) auto;
  grid-template-rows:auto auto;
  column-gap:22px;
  align-items:center;
  padding:13px 17px 15px !important;
}

.v41-wide-card .v41-eyebrow{
  grid-column:1;
  grid-row:1;
}

.v41-wide-card h3{
  grid-column:1;
  grid-row:2;
  margin:0 !important;
}

.v41-wide-card p{
  grid-column:2;
  grid-row:1 / 3;
  margin:0 !important;
}

.v41-wide-card .v41-link{
  grid-column:3;
  grid-row:1 / 3;
  white-space:nowrap;
}

/* Slightly tighter section rhythm */
.v41-section-head{
  margin-bottom:12px !important;
}

.v41-section-head h2{
  margin-bottom:4px !important;
}

@media(max-width:900px){
  .v41-gallery{
    grid-template-columns:1fr;
  }

  .v41-image-box{
    height:190px !important;
  }

  .v41-wide-card{
    grid-column:auto;
  }

  .v41-wide-card .v41-image-box{
    height:200px !important;
  }

  .v41-wide-card .v41-card-body{
    display:block !important;
    padding:15px !important;
  }

  .v41-wide-card p{
    margin:7px 0 9px !important;
  }
}

@media(max-width:520px){
  .brand-mark-wrap{
    width:30px;
    height:30px;
    flex-basis:30px;
  }

  .v41-image-box{
    height:170px !important;
  }
}


/* =========================================
   V4.6 PROVIDER COMPARE — NO CROP
   Exact image ratio: 1600 / 286
   ========================================= */

.v41-wide-card{
    grid-column:1 / -1 !important;
    display:block !important;
    overflow:hidden !important;
}

.v41-wide-card .v41-image-box{
    width:100% !important;

    /* IMPORTANT: no fixed height */
    height:auto !important;
    min-height:0 !important;

    /* exact ratio of provider-compare.webp */
    aspect-ratio:1600 / 286 !important;

    overflow:hidden !important;
    background:#020b16 !important;

    border-right:0 !important;
    border-bottom:1px solid rgba(77,185,255,.13) !important;
}

.v41-wide-card .v41-image-box img{
    display:block !important;

    width:100% !important;
    height:100% !important;

    /* show ALL of the image */
    object-fit:contain !important;
    object-position:center center !important;

    transform:none !important;
}

/* Disable image zoom for comparison card */
.v41-wide-card:hover .v41-image-box img{
    transform:none !important;
}

/* compact text strip below image */
.v41-wide-card .v41-card-body{
    min-height:0 !important;
    padding:13px 18px !important;

    display:grid !important;
    grid-template-columns:minmax(190px,.7fr) minmax(280px,1.5fr) auto !important;
    grid-template-rows:auto auto !important;

    align-items:center !important;
    column-gap:22px !important;
}

.v41-wide-card .v41-eyebrow{
    grid-column:1 !important;
    grid-row:1 !important;
    margin:0 0 3px !important;
}

.v41-wide-card h3{
    grid-column:1 !important;
    grid-row:2 !important;
    margin:0 !important;
}

.v41-wide-card p{
    grid-column:2 !important;
    grid-row:1 / 3 !important;
    margin:0 !important;
}

.v41-wide-card .v41-link{
    grid-column:3 !important;
    grid-row:1 / 3 !important;
    margin:0 !important;
    white-space:nowrap !important;
}

@media(max-width:900px){

    .v41-wide-card .v41-image-box{
        aspect-ratio:1600 / 286 !important;
        height:auto !important;
    }

    .v41-wide-card .v41-card-body{
        display:block !important;
        padding:15px !important;
    }

    .v41-wide-card p{
        margin:7px 0 10px !important;
    }
}

