   /* ============================================================
   NFC HOME PAGE — EXTERNAL CSS
   All classnames prefixed with "nfch-" to avoid any collisions
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
img,video{max-width:100%;display:block}
a{text-decoration:none}

/* ---------- CRITICAL RENDER PATH — above-fold only ---------- */
/* content-visibility for below-fold sections */
.nfch-cert-section,
.nfch-geo-section,
.nfch-reviews-section,
.nfch-blog-section,
.nfch-faq-section,
.nfch-future-section{
  content-visibility:auto;
  contain-intrinsic-size:0 600px;
}

/* reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* ---------- HERO SECTION ---------- */
.nfch-hero-section{
  position:relative;
  padding:110px 20px 0;
  overflow:hidden;
  text-align:center;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.nfch-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
}
.nfch-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.2) 100%);
  z-index:-1;
}
.nfch-hero-inner{
  max-width:900px;
  padding-top:50px;
  margin:0 auto;
}
.nfch-hero-badge{
  display:inline-block;
  background:#fff;
  padding:6px 16px;
  border-radius:20px;
  font-size:14px;
  margin-bottom:20px;
  font-weight:500;
}
.nfch-hero-title{
  font-size:48px;
  font-weight:700;
  color:#fff;
  line-height:1.3;
}
.nfch-hero-title .nfch-accent-orange{color:#eb7128;}
.nfch-hero-sub{
  max-width:650px;
  margin:20px auto;
  color:#fff;
  font-size:16px;
  line-height:1.7;
}
.nfch-hero-btns{margin-top:20px;}
.nfch-hero-btns a{
  display:inline-block;
  padding:12px 26px;
  border-radius:30px;
  font-size:16px;
  margin:5px;
}
.nfch-hero-btns a:hover{
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nfch-btn-orange{background:#eb7128;color:#fff;}
.nfch-btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff;}
.nfch-hero-stats{
  display:flex;
  justify-content:center;
  gap:60px;
  margin-top:40px;
  flex-wrap:wrap;
}
.nfch-hero-stats h3{margin:0;font-size:32px;font-weight:700;color:#fff;}
.nfch-hero-stats p{color:rgba(255,255,255,.8);font-size:14px;margin-top:4px;}

/* Hero slider */
.nfch-hero-slider{overflow:hidden;width:100%;margin:50px 0 30px;}
.nfch-slider-track{
  display:flex;
  width:max-content;
  animation:nfch-scroll 20s linear infinite;
}
.nfch-slider-track img{
  width:400px;height:400px;
  object-fit:cover;
  margin-right:20px;
  border-radius:12px;
  flex-shrink:0;
}
@keyframes nfch-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* ---------- ABOUT SECTION ---------- */
.nfch-about-section{padding:60px 20px;}
.nfch-about-tag{color:#eb7128;font-weight:600;margin-bottom:10px;font-size:13px;letter-spacing:.5px;}
.nfch-about-title{font-size:42px;font-weight:700;line-height:1.3;color:#0D1526;}
.nfch-about-title span{color:#eb7128;}
.nfch-about-desc{margin:20px 0;color:#555;font-size:16px;line-height:1.8;}
.nfch-about-img img{max-width:100%;border-radius:16px;}
.nfch-stats-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  margin-top:20px;
  border:1px solid #eee;
}
.nfch-stat-cell{
  padding:20px;
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
}
.nfch-stat-cell:nth-child(2n){border-right:none;}
.nfch-stat-cell:nth-last-child(-n+2){border-bottom:none;}
.nfch-stat-cell h3{color:#eb7128;margin:0;font-size:28px;font-weight:700;}
.nfch-stat-cell p{margin:5px 0 0;font-size:15px;color:#555;}
.nfch-about-btns{margin-top:25px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.nfch-cta-primary{
  background:#eb7128;color:#fff;
  padding:12px 25px;border-radius:10px;
  font-weight:600;font-size:15px;
  transition:background .2s;
}
.nfch-cta-primary:hover{background:#c7601f;}
.nfch-cta-ghost{
  color:#000;border-bottom:1px solid #000;
  padding-bottom:2px;font-size:15px;
  transition:color .2s,border-color .2s;
}
.nfch-cta-ghost:hover{color:#eb7128;border-color:#eb7128;}

/* ---------- WHO WE ARE (built different) ---------- */
.nfch-built-section{padding:60px 0;background:#fff;}
.nfch-built-wrapper{
  width:85%;margin:auto;
  display:flex;align-items:center;gap:40px;
}
.nfch-built-left{width:35%;}
.nfch-built-left h2{font-size:38px;line-height:1.3;font-weight:800;color:#0D1526;}
.nfch-built-cta a{
  display:inline-block;margin-top:20px;
  background:#000;color:#fff;
  padding:12px 25px;border-radius:30px;
  font-size:15px;font-weight:500;
  transition:background .2s;
}
.nfch-built-cta a:hover{background:#eb7128;}
.nfch-built-cards{width:65%;overflow:hidden;}
.nfch-built-track{
  display:flex;gap:25px;
  animation:nfch-built-scroll 20s linear infinite;
}
.nfch-built-track:hover{animation-play-state:paused;}
.nfch-card-item{
  min-width:300px;background:#fff;
  border-radius:16px;overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.nfch-card-item img{width:100%;height:180px;object-fit:cover;}
.nfch-card-body{padding:20px;}
.nfch-card-body h3{font-weight:600;font-size:20px;color:#000;}
.nfch-card-body p{font-size:15px;margin-top:10px;color:#555;line-height:1.6;}
@keyframes nfch-built-scroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
/* ---------- CERTIFICATIONS ---------- */
.nfch-cert-section{
  background:linear-gradient(160deg,#EEF3FB 0%,#F5F8FF 50%,#EBF0FA 100%);
  padding:60px 0;overflow:hidden;position:relative;
}
.nfch-cert-top{
  display:flex;align-items:flex-end;
  justify-content:space-between;gap:32px;margin-bottom:52px;
}
.nfch-cert-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid #E0E8F5;border-radius:100px;
  padding:7px 16px 7px 10px;font-size:13px;font-weight:500;color:#1E2D4A;
  margin-bottom:22px;box-shadow:0 2px 12px rgba(13,21,38,.06);
}
.nfch-cert-pill-icon{
  width:26px;height:26px;
  background:linear-gradient(135deg,#E8490F,#FF6B35);
  border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.nfch-cert-pill-icon svg{width:13px;height:13px;fill:#fff;}
.nfch-cert-title{font-size:clamp(28px,3.6vw,42px);font-weight:800;letter-spacing:-2px;line-height:1.08;color:#0D1526;}
.nfch-cert-title span{color:#E8490F;}
.nfch-cert-sub{font-size:15px;color:#5A6A85;margin-top:16px;max-width:400px;line-height:1.75;}
.nfch-cert-nav{display:flex;align-items:center;gap:10px;flex-shrink:0;align-self:flex-end;padding-bottom:4px;}
.nfch-cert-nav-btn{
  width:50px;height:50px;border-radius:50%;background:#fff;
  border:1.5px solid #D8E2F0;display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:all .22s;box-shadow:0 2px 14px rgba(13,21,38,.07);
}
.nfch-cert-nav-btn:hover{background:#E8490F;border-color:#E8490F;box-shadow:0 8px 24px rgba(232,73,15,.30);}
.nfch-cert-nav-btn:hover svg{stroke:#fff;}
.nfch-cert-nav-btn svg{width:20px;height:20px;stroke:#0D1526;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .22s;}
.nfch-cert-slider-wrap{
  overflow:hidden;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);
}
.nfch-cert-track{
  display:flex;gap:20px;
  transition:transform .65s cubic-bezier(.4,0,.2,1);
  will-change:transform;padding:10px 0 16px;
}
.nfch-cert-card{
  flex-shrink:0;width:calc(25% - 15px);
  background:#fff;border:1.5px solid rgba(216,226,240,.8);
  border-radius:20px;overflow:hidden;
  box-shadow:0 4px 24px rgba(13,21,38,.05);
  transition:transform .28s,box-shadow .28s,border-color .28s;
  cursor:default;position:relative;
}
.nfch-cert-card:hover{transform:translateY(-6px);box-shadow:0 20px 52px rgba(13,21,38,.11);border-color:rgba(232,73,15,.30);}
.nfch-cert-card.nfch-cert-active{border-color:rgba(232,73,15,.35);box-shadow:0 16px 48px rgba(13,21,38,.10);}
.nfch-cert-card.nfch-cert-active::before{
  content:'';position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,#E8490F,#FF6B35);
  border-radius:20px 20px 0 0;z-index:2;
}
.nfch-cert-img{
  width:100%;aspect-ratio:3/4;object-fit:contain;
  object-position:center;display:block;
  padding:28px 24px;background:#fff;
  transition:transform .35s ease;
}
.nfch-cert-card:hover .nfch-cert-img{transform:scale(1.04);}
.nfch-cert-label{
  background:#F7F9FC;border-top:1px solid #EEF2F8;
  padding:14px 20px;display:flex;align-items:center;
  justify-content:space-between;gap:8px;
}
.nfch-cert-label-name{font-size:13.5px;font-weight:700;color:#0D1526;letter-spacing:-.2px;}
.nfch-cert-badge{
  display:inline-flex;align-items:center;gap:5px;
  background:#F0FDF4;border:1px solid #BBF7D0;border-radius:100px;
  padding:3px 10px;font-size:10.5px;font-weight:600;color:#15803D;white-space:nowrap;flex-shrink:0;
}
.nfch-cert-badge::before{content:'';display:block;width:5px;height:5px;background:#22c55e;border-radius:50%;}
.nfch-cert-bottom{margin-top:32px;display:flex;align-items:center;gap:20px;}
.nfch-cert-dots{display:flex;align-items:center;gap:6px;flex-shrink:0;}
.nfch-cert-dot{
  width:7px;height:7px;border-radius:50%;
  background:rgba(13,21,38,.15);border:none;padding:0;cursor:pointer;
  transition:all .25s;
}
.nfch-cert-dot.nfch-cert-dot-active{width:24px;border-radius:100px;background:#E8490F;}
.nfch-cert-progress-bar{flex:1;height:3px;background:rgba(13,21,38,.10);border-radius:100px;overflow:hidden;}
.nfch-cert-progress-fill{height:100%;background:linear-gradient(90deg,#E8490F,#FF6B35);border-radius:100px;transition:width .65s cubic-bezier(.4,0,.2,1);}
.nfch-cert-counter{font-size:14px;font-weight:500;color:#5A6A85;flex-shrink:0;min-width:36px;text-align:right;}
.nfch-cert-counter strong{color:#0D1526;font-weight:700;}

/* ---------- GEO SECTION ---------- */
.nfch-geo-section{
  /*background:linear-gradient(160deg,#EEF3FB 0%,#F5F8FF 50%,#EBF0FA 100%);*/
  background: #fff;
  padding:60px 0;overflow:hidden;
}
.nfch-geo-head{text-align:center;padding:0 20px 40px;}
.nfch-geo-head h2{font-size:clamp(28px,4vw,44px);font-weight:800;color:#0D1526;margin-bottom:12px;}
.nfch-geo-head h2 span{color:#E8490F;}
.nfch-geo-head p{color:#5A6A85;font-size:16px;max-width:520px;margin:0 auto;line-height:1.7;}
.nfch-geo-wrapper{display:flex;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;align-items:flex-start;flex-wrap:wrap;}
.nfch-location-panel{flex:1;min-width:280px;}
.nfch-location-card{
  background:#fff;border-radius:16px;padding:24px;
  margin-bottom:20px;border:1px solid #E8EDF5;
  box-shadow:0 4px 20px rgba(13,21,38,.06);
}
.nfch-location-card p{font-size:18px;font-weight:700;color:#0D1526;margin-bottom:12px;display:flex;align-items:center;gap:8px;}
.nfch-location-card .nfch-flag{width:24px;height:24px;object-fit:contain;}
.nfch-location-card ul{list-style:none;padding:0;}
.nfch-location-card ul li{font-size:14px;color:#5A6A85;padding:6px 0;border-bottom:1px solid #f0f0f0;line-height:1.5;}
.nfch-location-card ul li:last-child{border-bottom:none;}
.nfch-location-card ul li strong{color:#0D1526;}
.nfch-map-wrap{flex:1.2;min-width:300px;height:475px;border-radius:16px;overflow:hidden;border:1px solid #E8EDF5;}

/* ---------- CHAT SUPPORT ---------- */
.nfch-support-section{padding:80px 0; background: linear-gradient(97deg, #ffffff00, #0000003b), url(https://www.netforchoice.com/assets/images/support-bg.webp);
    background-position: center; background-repeat: no-repeat; background-size: cover;}
.nfch-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin:0 auto;padding:0 50px;}
.nfch-chat-viewport{
  height:400px;overflow:hidden;border-radius:20px;}
.nfch-chat-track{display:flex;flex-direction:column;transition:transform 600ms cubic-bezier(.2,.9,.3,1);}
.nfch-chat-slide img{width: 70%; height: 70%; max-height: 460px; object-fit: contain; border-radius: 10px; display: block;}
.nfch-support-heading{font-size:clamp(24px,3vw,42px);font-weight:800;color:#fff;margin-bottom:32px;line-height:1.25;}
.nfch-support-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;}
.nfch-metric-box{
  background:#ffffff24;border-radius:16px;padding:60px 20px;
  border:1px solid #E8EDF5;text-align:center;
  box-shadow:0 4px 16px rgba(0,0,0,.05);
}
.nfch-metric-icon{font-size:32px;margin-bottom:8px;}
.nfch-metric-icon.nfch-blue{color:#3b82f6;}
.nfch-metric-icon.nfch-purple{color:#8b5cf6;}
.nfch-metric-icon.nfch-orange{color:#eb7128;}
.nfch-metric-num{font-size:32px;font-weight:800;color:#fff;line-height:1;}
.nfch-metric-num small{font-size:16px;}
.nfch-metric-detail{font-size:13px;color:#fff;margin-top:4px;}
.nfch-support-note{font-size:12px;color:#fff;margin-top:16px;}

/* ---------- FUTURE / SPLIT SECTIONS ---------- */
.nfch-future-section{
  padding:80px 0;
  background:url(https://www.netforchoice.com/assets/images/top-banner/orange-shade.webp) no-repeat center/cover;
}
.nfch-future-wrap{max-width:1200px;margin:0 auto;padding:0 20px;}
.nfch-split-row{
  display:grid;grid-template-columns:1fr 1fr;
  gap:60px;align-items:center;margin-bottom:80px;
}
.nfch-split-row:last-child{margin-bottom:0;}
.nfch-split-row.nfch-reverse{direction:rtl;}
.nfch-split-row.nfch-reverse>*{direction:ltr;}
.nfch-split-media img{width:100%;border-radius:20px;aspect-ratio:4/3;object-fit:cover;}
.nfch-split-kicker{color:#eb7128;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px;}
.nfch-split-heading{font-size:clamp(22px,2.8vw,32px);font-weight:800;color:#0D1526;line-height:1.3;margin-bottom:16px;}
.nfch-split-text{font-size:15px;color:#5A6A85;line-height:1.8;}

/* ---------- REVIEWS ---------- */
.nfch-reviews-section{padding:60px 0;background:#000;}
.nfch-reviews-head{text-align:center;padding-bottom:40px;}
.nfch-reviews-head h3{font-size:32px;font-weight:800;color:#fff;padding-bottom:10px;}
.nfch-reviews-head p{font-size:18px;color:#aaa;}
.nfch-rev-row{overflow:hidden;margin-bottom:30px;}
.nfch-rev-track{display:flex;gap:20px;width:max-content;}
.nfch-rev-card{
  width:260px;background:#e7e6e4;padding:18px;
  border-radius:14px;box-sizing:border-box;flex-shrink:0;
}
.nfch-rev-user{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.nfch-rev-user img{width:38px;height:38px;border-radius:50%;object-fit:cover;}
.nfch-rev-user strong{font-size:14px;color:#222;display:block;}
.nfch-rev-stars{color:#f5b50a;font-size:14px;}
.nfch-rev-card p{font-size:14px;color:#444;line-height:1.5;margin:0;}
.nfch-rev-row-top .nfch-rev-track{animation:nfch-go-left 25s linear infinite;}
.nfch-rev-row-bottom .nfch-rev-track{animation:nfch-go-right 22s linear infinite;}
@keyframes nfch-go-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes nfch-go-right{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}
.nfch-rev-row:hover .nfch-rev-track{animation-play-state:paused;}

.nfch-blog-section{padding:60px 0;}
.nfch-blog-head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;}
.nfch-blog-head-row h4{font-size:28px;font-weight:800;color:#0D1526;}
.nfch-blog-see-all{
  display:inline-flex;align-items:center;gap:6px;
  color:#eb7128;font-weight:600;font-size:15px;
  border-bottom:1px solid #eb7128;padding-bottom:2px;
}

.nfch-blog-inner{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eee;height:100%;}
.nfch-blog-img{width:100%;height:280px;object-fit:cover;}
.nfch-blog-content{padding:20px;}
.nfch-blog-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.nfch-blog-tag{
  background:#eb7128;color:#fff;
  padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;
}
.nfch-blog-date{font-size:12px;color:#999;}
.nfch-blog-title{font-size:16px;font-weight:700;color:#0D1526;line-height:1.4;margin-bottom:8px;}
.nfch-blog-title a{ color:inherit; }
.nfch-blog-desc{font-size:14px;color:#666;line-height:1.6;}
.nfch-blog-right-side{display:flex;flex-direction:column;gap:20px;}
.nfch-blog-wrapper{ display:flex;gap:16px;align-items:flex-start;
  background:#fff;border-radius:12px;padding:16px; border:1px solid #eee;}
.nfch-blog-thumb{width:150px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0;}
.nfch-blog-wrapper-content .nfch-blog-title{font-size:14px;}

/* ---------- FAQ ---------- */
.nfch-faq-section{padding:60px 0;background:#fff;}
.nfch-faq-section .container{max-width: 1250px;}
.nfch-faq-accordion {max-width: 925px; margin: auto;}
.nfch-faq-title{text-align:center;font-size:32px;font-weight:800;color:#0D1526;margin-bottom:40px;}
.nfch-faq-item{border-bottom:1px solid #eee;}
.nfch-faq-btn{
  width:100%;text-align:left;background:none;border:none;
  padding:20px 0;font-size:16px;font-weight:600;color:#0D1526;
  cursor:pointer;display:flex;justify-content:space-between;
  align-items:center;transition:color .2s;
}
.nfch-faq-btn:hover{color:#eb7128;}
.nfch-faq-btn::after{content:'+';font-size:22px;font-weight:400;flex-shrink:0;transition:transform .3s;}
.nfch-faq-btn.nfch-faq-open::after{transform:rotate(45deg);}
.nfch-faq-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;}
.nfch-faq-body.nfch-faq-show{max-height:300px;padding-bottom:16px;}
.nfch-faq-body p{font-size:15px;color:#5A6A85;line-height:1.8;}

/* ---------- POPUP FORM ---------- */
.nfch-popup-overlay{
  display:none;position:fixed;z-index:999999;
  left:0;top:0;width:100%;height:100%;
  background:rgba(0,0,0,.85);backdrop-filter:blur(6px);
  justify-content:center;align-items:center;
}
.nfch-popup-overlay.nfch-popup-active{display:flex;}
.nfch-popup-box{
  display:flex;background:#fff;border-radius:20px;
  max-width:880px;width:95%;overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.4);
  animation:nfch-pop-in .5s ease;
}
@keyframes nfch-pop-in{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}
.nfch-popup-left{
  flex:1;background:linear-gradient(314deg,#5b2200,#eb7128);
  color:#fff;padding:45px 35px 0;
  display:flex;flex-direction:column;justify-content:center;
}
.nfch-popup-left h3{font-size:28px;font-weight:800;margin-bottom:10px;}
.nfch-popup-left p{font-size:15px;opacity:.9;}
.nfch-popup-left img{max-width:90%;margin:25px auto 0;border-radius:14px;}
.nfch-popup-right{flex:1;padding:40px;background:#f4f7fc;position:relative;}
.nfch-popup-right h5{font-size:22px;font-weight:700;margin-bottom:20px;text-align:center;color:#0D1526;}
.nfch-popup-close{
  position:absolute;top:12px;right:18px;
  font-size:26px;cursor:pointer;color:#333;
  transition:.3s;background:none;border:none;line-height:1;
}
.nfch-popup-close:hover{color:red;transform:rotate(90deg);}
.nfch-field-group{position:relative;margin:8px 0;}
.nfch-field-group i{
  position:absolute;left:14px;top:50%;transform:translateY(-50%);
  color:#eb7128;font-size:16px;
}
.nfch-field-group.nfch-textarea-group i{top:18px;transform:none;}
.nfch-field-group input,
.nfch-field-group select,
.nfch-field-group textarea{
  width:100%;padding:12px 14px 12px 42px;
  border-radius:12px;border:1px solid #e0e0e0;
  background:#fff;font-size:14px;
  transition:all .3s;outline:none;
}
.nfch-field-group input:focus,
.nfch-field-group select:focus,
.nfch-field-group textarea:focus{border-color:#eb7128;box-shadow:0 0 0 3px rgba(235,113,40,.2);}
.nfch-field-group textarea{resize:none;min-height:100px;padding-top:14px;}
.nfch-popup-submit{
  width:100%;margin-top:14px;padding:14px;
  font-size:16px;border-radius:12px;
  background:linear-gradient(314deg,#5b2200,#eb7128);
  border:none;color:#fff;font-weight:700;cursor:pointer;
  transition:all .3s;text-transform:uppercase;letter-spacing:.5px;
}
.nfch-popup-submit:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(235,113,40,.4);}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1100px){
  .nfch-carousel-nav .nfch-nav-tab{display:none;}
  .nfch-carousel-stage{height:400px;}
  .nfch-card-slide{width:300px;}
  .nfch-card-inner{height:360px;padding:28px 24px 24px;}
  .nfch-card-slide[data-pos="-1"]{transform:translate(calc(-50% - 240px),-50%) scale(.85) rotateY(8deg);}
  .nfch-card-slide[data-pos="1"]{transform:translate(calc(-50% + 240px),-50%) scale(.85) rotateY(-8deg);}
  .nfch-card-slide[data-pos="-2"],.nfch-card-slide[data-pos="2"]{opacity:0;}
  .nfch-cert-card{width:calc(50% - 10px);}
  .nfch-cert-top{flex-direction:column;align-items:flex-start;gap:16px;}
  .nfch-cta-ghost{display: none;}
}
@media(max-width:992px){
  .nfch-hero-title{font-size:36px;}
  .nfch-about-title{font-size:22px;}
  .nfch-built-wrapper{flex-direction:column;}
  .nfch-built-left,.nfch-built-cards{width:100%;}
  .nfch-built-left h2{font-size:32px;}
  .nfch-support-grid{grid-template-columns:1fr;}
  .nfch-chat-viewport{display:none;}
  .nfch-split-row{grid-template-columns:1fr;direction:ltr!important;}
  .nfch-split-row.nfch-reverse>*{direction:ltr;}
  .nfch-about-btns{flex-direction:column;align-items:flex-start;}
  .nfch-popup-left,.nfch-blog-thumb{display:none;}
  ..nfch-blog-thumb {padding: 0 20px;}
  
}
@media(max-width:768px){
  .nfch-hero-stats{gap:30px;}
  .nfch-stats-grid{grid-template-columns:1fr 1fr;}
  .nfch-geo-wrapper{flex-direction:column;}
  .nfch-map-wrap{width:100%;min-height:300px;}
  .nfch-support-metrics{grid-template-columns:1fr 1fr;}
  .nfch-blog-head-row{flex-direction:column;align-items:flex-start;gap:12px;}
  .nfch-cert-card{width:calc(85% - 10px);}
}
@media(max-width:540px){
  .nfch-hero-title{font-size:28px;}
  .nfch-hero-slider img{width:280px;height:280px;}
  .nfch-support-metrics{grid-template-columns:1fr;}
} 