/*
Theme Name: 5A Worldwide Specialty Solutions
Theme URI: https://fiveasolutions.com
Author: 5A Worldwide Specialty Solutions
Description: Tema custom para fiveasolutions.com — containment technology para life sciences.
Version: 1.0
Text Domain: fiveasolutions
*/

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #0D1B2E; line-height: 1.6; background: #fff; overflow-x: hidden; }
:root {
  --navy: #0D1B2E; --navy2: #132340; --blue: #1D6EF3; --blue-dk: #1558CC;
  --blue-lt: #EBF2FF; --gray-bg: #F4F7FA; --gray-100: #E9EDF3;
  --gray-400: #8A96A8; --gray-600: #4A5568; --white: #FFFFFF;
  --text: #0D1B2E; --text-md: #3D4F65; --text-lt: #6B7A90;
  --green: #197A4E; --green-lt: #EDF7F2;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.section-pad { padding: 5.5rem 0; }
.label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue); }
.label.on-dark { color: #6EB0FF; }
.btn { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.9rem; font-weight: 600; font-family: inherit; border: none; cursor: pointer; transition: all 0.2s; border-radius: 6px; padding: 0.8rem 1.6rem; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dk); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(29,110,243,0.35); }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-outline-white:hover { border-color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.07); }
.arrow { display: inline-block; transition: transform 0.2s; }
a:hover .arrow, button:hover .arrow { transform: translateX(4px); }

/* NAV */
nav#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between; transition: all 0.35s; }
nav#navbar.scrolled { background: rgba(10,18,36,0.97); backdrop-filter: blur(14px); padding: 0.85rem 2rem; box-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.nav-logo { display: flex; align-items: center; gap: 0.6rem; }
.logo-box { width: 36px; height: 36px; border-radius: 7px; background: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; font-weight: 900; color: #fff; letter-spacing: -1px; flex-shrink: 0; }
.logo-txt .l1 { font-size: 0.82rem; font-weight: 700; color: #fff; letter-spacing: 0.03em; line-height: 1.1; }
.logo-txt .l2 { font-size: 0.62rem; color: rgba(255,255,255,0.5); letter-spacing: 0.04em; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.78); font-size: 0.875rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; z-index: 1001; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* HERO */
#home { background: var(--navy); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
#home::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px); background-size: 56px 56px; }
#home::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 65% at 5% 90%, rgba(29,110,243,0.18) 0%, transparent 55%), radial-gradient(ellipse 55% 55% at 95% 10%, rgba(29,110,243,0.10) 0%, transparent 50%); }
.hero-inner { position: relative; z-index: 1; max-width: 860px; margin: 0 auto; padding: 10rem 2rem 6rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.55rem; border: 1px solid rgba(29,110,243,0.45); background: rgba(29,110,243,0.12); padding: 0.38rem 1rem; border-radius: 100px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; color: #6EB0FF; text-transform: uppercase; margin-bottom: 2rem; }
.hero-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
.hero-h1 { font-size: clamp(2.6rem, 5.5vw, 4.2rem); font-weight: 900; color: #fff; line-height: 1.07; letter-spacing: -1.5px; margin-bottom: 1.5rem; }
.hero-h1 .hl { color: var(--blue); }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.6); max-width: 620px; line-height: 1.78; margin-bottom: 2.5rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 5rem; }
.hero-stats { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
.hstat { border-left: 1px solid rgba(255,255,255,0.1); padding-left: 1.5rem; }
.hstat:first-child { border-left: none; padding-left: 0; }
.hstat-num { font-size: 2rem; font-weight: 800; color: #fff; letter-spacing: -1px; line-height: 1; }
.hstat-lbl { font-size: 0.78rem; color: rgba(255,255,255,0.48); margin-top: 0.3rem; line-height: 1.35; }

/* COMPLIANCE STRIP */
.comply-strip { background: var(--gray-bg); border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); padding: 1.1rem 0; overflow: hidden; }
.comply-inner { display: flex; align-items: center; white-space: nowrap; animation: marquee 28s linear infinite; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.comply-item { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0 2.5rem; font-size: 0.78rem; font-weight: 600; color: var(--text-md); border-right: 1px solid var(--gray-100); white-space: nowrap; }
.comply-item svg { color: var(--blue); flex-shrink: 0; }

/* FEATURED */
#featured { background: var(--gray-bg); }
.sec-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.sec-header-left .sec-title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.15; margin-top: 0.5rem; }
.sec-header-left .sec-desc { font-size: 0.93rem; color: var(--text-lt); margin-top: 0.6rem; max-width: 520px; line-height: 1.7; }
.sec-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--blue); font-size: 0.88rem; font-weight: 600; white-space: nowrap; }
.sec-link:hover { text-decoration: underline; }
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.prod-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(13,27,46,0.12); }
.prod-img { height: 160px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-img svg { width: 64px; height: 64px; opacity: 0.22; color: #fff; }
.prod-img-blue  { background: linear-gradient(135deg, #0A1628 0%, #163060 100%); }
.prod-img-blue2 { background: linear-gradient(135deg, #102040 0%, #1A4880 100%); }
.prod-img-blue3 { background: linear-gradient(135deg, #0A1A3A 0%, #1248A0 100%); }
.prod-img-green  { background: linear-gradient(135deg, #0C3328 0%, #185C44 100%); }
.prod-img-green2 { background: linear-gradient(135deg, #0E4035 0%, #228060 100%); }
.prod-img-green3 { background: linear-gradient(135deg, #0A3020 0%, #1B7050 100%); }
.prod-cat-badge { position: absolute; top: 1rem; left: 1rem; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.28rem 0.65rem; border-radius: 4px; }
.badge-blue { background: rgba(29,110,243,0.85); color: #fff; }
.badge-green { background: rgba(25,122,78,0.85); color: #fff; }
.prod-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.prod-name { font-size: 0.98rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.prod-desc { font-size: 0.84rem; color: var(--text-lt); line-height: 1.65; flex: 1; }
.prod-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 1rem 0; }
.prod-tag { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.06em; border-radius: 4px; padding: 0.22rem 0.6rem; border: 1px solid; }
.tag-b { background: var(--blue-lt); color: var(--blue); border-color: rgba(29,110,243,0.25); }
.tag-g { background: var(--green-lt); color: var(--green); border-color: rgba(25,122,78,0.25); }
.prod-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.9rem; border-top: 1px solid var(--gray-100); margin-top: auto; }
.prod-principal { font-size: 0.72rem; color: var(--text-lt); font-weight: 500; }
.prod-learn { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.82rem; font-weight: 600; color: var(--blue); transition: gap 0.2s; }
.prod-learn:hover { gap: 0.5rem; }
.prod-learn.green { color: var(--green); }

/* PORTFOLIO */
#portfolio { background: var(--navy); }
.portfolio-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-bottom: 3.5rem; }
.portfolio-header-right p { font-size: 0.95rem; color: rgba(255,255,255,0.55); line-height: 1.78; }
.principals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.pc-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; padding: 2rem; border-left: 3px solid var(--blue); transition: all 0.3s; }
.pc-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-3px); }
.pc-card.green-border { border-left-color: #25A367; }
.pc-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1rem; }
.pc-type { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 4px; }
.pc-type-blue { background: rgba(29,110,243,0.2); color: #6EB0FF; }
.pc-type-green { background: rgba(37,163,103,0.2); color: #4DCC94; }
.pc-ext-icon { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.pc-ext-icon:hover { color: rgba(255,255,255,0.8); }
.pc-name { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 0.25rem; }
.pc-sub { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 1.25rem; }
.pc-desc { font-size: 0.875rem; color: rgba(255,255,255,0.58); line-height: 1.7; margin-bottom: 1.5rem; }
.pc-products { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.5rem; }
.pc-prod-pill { font-size: 0.7rem; font-weight: 500; color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); padding: 0.25rem 0.7rem; border-radius: 100px; }
.pc-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.84rem; font-weight: 600; color: #6EB0FF; transition: gap 0.2s; }
.pc-link.green { color: #4DCC94; }
.pc-link:hover { gap: 0.6rem; }
.portfolio-cta { background: rgba(29,110,243,0.1); border: 1px solid rgba(29,110,243,0.25); border-radius: 10px; padding: 2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.portfolio-cta p { font-size: 0.95rem; color: rgba(255,255,255,0.7); max-width: 560px; line-height: 1.65; }
.portfolio-cta strong { color: #fff; }

/* BLOG */
#blog { background: var(--white); }
.blog-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.blog-header-left .sec-title { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 800; color: var(--navy); margin-top: 0.5rem; }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }
.blog-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--gray-100); transition: all 0.3s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(13,27,46,0.1); }
.blog-card.dark { background: var(--navy); border-color: transparent; padding: 2.5rem; justify-content: space-between; }
.blog-card.dark .bc-cat { color: #6EB0FF; }
.blog-card.dark .bc-title { color: #fff; font-size: 1.15rem; }
.blog-card.dark .bc-excerpt { color: rgba(255,255,255,0.55); }
.blog-card.dark .bc-more { color: #6EB0FF; }
.blog-card.dark .bc-meta { color: rgba(255,255,255,0.38); border-top-color: rgba(255,255,255,0.1); }
.blog-card.light { background: var(--white); }
.blog-card.light .bc-cat { color: var(--blue); }
.blog-card.light .bc-title { color: var(--navy); font-size: 0.98rem; }
.blog-card.light .bc-excerpt { color: var(--text-lt); }
.blog-card.light .bc-more { color: var(--blue); }
.blog-card.light .bc-meta { color: var(--text-lt); border-top-color: var(--gray-100); }
.bc-img { height: 170px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.bc-img img { width: 100%; height: 100%; object-fit: cover; }
.bc-img svg { width: 48px; height: 48px; opacity: 0.25; color: #fff; }
.bi-1 { background: linear-gradient(135deg, #0A1628, #1248A0); }
.bi-2 { background: linear-gradient(135deg, #0C3328, #185C44); }
.bc-img-cat { position: absolute; bottom: 0.9rem; left: 1rem; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.25rem 0.65rem; border-radius: 4px; background: var(--blue); color: #fff; }
.bc-img-cat.green { background: var(--green); }
.bc-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.blog-card.dark .bc-body { padding: 0; flex: 1; }
.bc-cat-row { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; }
.bc-cat { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.bc-read-time { font-size: 0.72rem; color: var(--gray-400); display: flex; align-items: center; gap: 0.3rem; }
.blog-card.dark .bc-read-time { color: rgba(255,255,255,0.38); }
.bc-title { font-weight: 700; line-height: 1.3; margin-bottom: 0.7rem; }
.bc-excerpt { font-size: 0.85rem; line-height: 1.65; margin-bottom: 1.25rem; flex: 1; }
.bc-more { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.83rem; font-weight: 600; transition: gap 0.2s; }
.bc-more:hover { gap: 0.55rem; }
.bc-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid; font-size: 0.76rem; }

/* CONTACT */
#contact { background: var(--gray-bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; align-items: start; }
.contact-left .sec-title { font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800; color: var(--navy); margin-top: 0.5rem; margin-bottom: 1rem; }
.contact-left .sec-desc { font-size: 0.93rem; color: var(--text-lt); line-height: 1.75; margin-bottom: 2rem; }
.ci-list { display: flex; flex-direction: column; gap: 1.25rem; }
.ci { display: flex; gap: 1rem; align-items: flex-start; }
.ci-ico { width: 40px; height: 40px; border-radius: 8px; background: var(--blue-lt); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-ico svg { width: 18px; height: 18px; color: var(--blue); }
.ci-lbl { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.15rem; }
.ci-val { font-size: 0.9rem; color: var(--text); font-weight: 500; }
.contact-right { background: var(--white); border: 1px solid var(--gray-100); border-radius: 14px; padding: 2.5rem; box-shadow: 0 4px 24px rgba(13,27,46,0.07); }
.contact-right h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 1.75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--gray-600); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1.5px solid var(--gray-100); border-radius: 7px; padding: 0.72rem 0.95rem; color: var(--text); font-size: 0.9rem; font-family: inherit; outline: none; background: #fff; transition: border-color 0.2s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-400); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,110,243,0.1); }
.form-group textarea { height: 115px; resize: vertical; }
.btn-submit { width: 100%; background: var(--blue); color: #fff; border: none; padding: 0.9rem; border-radius: 7px; font-size: 0.95rem; font-weight: 700; font-family: inherit; cursor: pointer; transition: all 0.2s; }
.btn-submit:hover { background: var(--blue-dk); transform: translateY(-1px); }

/* FOOTER */
footer#site-footer { background: var(--navy); padding: 4rem 0 1.5rem; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.f-brand-desc { font-size: 0.875rem; color: rgba(255,255,255,0.42); line-height: 1.75; margin-top: 1rem; margin-bottom: 1.5rem; }
.f-socials { display: flex; gap: 0.75rem; }
.f-social { width: 36px; height: 36px; border-radius: 7px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.55); transition: all 0.2s; }
.f-social:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.f-col h4 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.1rem; }
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.f-col a { color: rgba(255,255,255,0.58); font-size: 0.875rem; transition: color 0.2s; }
.f-col a:hover { color: #fff; }
.footer-btm { margin-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.footer-btm p { font-size: 0.76rem; color: rgba(255,255,255,0.28); }
.footer-btm-links { display: flex; gap: 1.5rem; }
.footer-btm-links a { font-size: 0.76rem; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-btm-links a:hover { color: rgba(255,255,255,0.7); }

/* SIMPLE PAGE / SINGLE POST (blog archive + single) */
.simple-page { background: var(--navy); min-height: 40vh; display: flex; align-items: center; padding: 9rem 0 3rem; }
.simple-page h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: #fff; }
.post-content-wrap { max-width: 760px; margin: 0 auto; padding: 4rem 2rem; }
.post-content-wrap .bc-cat { color: var(--blue); }
.post-content-wrap h1 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; color: var(--navy); margin: 1rem 0 1.5rem; }
.post-content-wrap .post-meta { font-size: 0.82rem; color: var(--text-lt); margin-bottom: 2.5rem; }
.post-content-wrap .entry-content { font-size: 1rem; color: var(--text-md); line-height: 1.85; }
.post-content-wrap .entry-content p { margin-bottom: 1.4rem; }
.post-content-wrap .entry-content h2 { font-size: 1.4rem; font-weight: 800; color: var(--navy); margin: 2.2rem 0 1rem; }
.post-content-wrap .entry-content h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin: 1.8rem 0 0.8rem; }

/* ANIMATIONS */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-card.dark { grid-column: span 2; }
  .portfolio-header { grid-template-columns: 1fr; gap: 1rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  nav#navbar { padding: 1rem 1.25rem; }
  .nav-links { display: none; position: fixed; inset: 0; background: var(--navy); flex-direction: column; align-items: center; justify-content: center; gap: 2rem; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.15rem; }
  .hamburger { display: flex; }
  .products-grid, .principals-grid, .blog-grid { grid-template-columns: 1fr; }
  .blog-card.dark { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .sec-header { flex-direction: column; align-items: flex-start; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .hstat { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; }
  .hstat:nth-child(1), .hstat:nth-child(2) { border-top: none; padding-top: 0; }
  .portfolio-cta { flex-direction: column; }
  .comply-inner { animation: none; }
  .footer-btm { flex-direction: column; text-align: center; }
}
