body {
  font-family: 'Rubik';
  color: #1D807D;
}
strong {
  font-weight: 500;
  font-family: 'Rubik Medium';
}
a {
  text-decoration: none;
}
.text-primary {
  color: #2BB3AB !important;
}
.btn-primary {
  color: white;
  background-color: #2BB3AB;
  border-color: #2BB3AB;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1D807D;
  border-color: #2BB3AB;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2BB3AB;
  border-color: #2BB3AB;
}
.homepage-nav {
  margin-top: 2rem;
  background-color: white;
}
.homepage-nav .navbar-nav {
  flex-direction: row;
}
.homepage-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #2BB3AB !important;
}
.homepage-nav .nav-link.active {
  background-color: #2BB3AB;
  color: white !important;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .homepage-nav .home-logo {
    height: 36px;
  }
  .homepage-nav .nav-link {
    font-size: 10pt;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .homepage-nav .home-logo {
    height: 54px;
  }
}
footer {
  color: white;
  background-color: #1D807D;
  padding: 2rem 0;
}
footer .footer-info-icon {
  color: #2BB3AB;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 0px;
}
footer .footer-info-item {
  position: relative;
  padding: 6px 0 12px 50px;
}
footer .condition-links {
  line-height: 12pt;
  font-size: 10pt;
  display: block;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.request-demo-btn {
  background-color: white;
  color: #2BB3AB;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14pt;
}
.learn-more {
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .learn-more {
    background-image: url('/images/backgrounds/bckgr2-576.png');
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .learn-more {
    background-image: url('/images/backgrounds/bckgr2-992.png');
  }
}
@media (min-width: 600px) {
  .learn-more {
    background-image: url('/images/backgrounds/bckgr2-1200.png');
  }
}
.text-shadow {
  color: white;
  font-family: 'Rubik Medium';
  text-shadow: 0px 0px 4px #138c83;
  font-size: 24pt;
  line-height: 28pt;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 992px;
  }
}
.testimonial-text {
  background: #f7fcfc;
  background: linear-gradient(0deg, #f7fcfc 0%, #def3f2 100%);
  font-size: 13pt;
  color: #1D807D;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .testimonial-text .testimonial-inside {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .testimonial-text .testimonial-inside {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.features-list {
  color: #2BB3AB;
  background-position: center;
  background-size: cover;
}
.features-list h4 {
  margin: 12px 0;
  font-weight: bolder;
  color: #1D807D;
}
@media (max-width: 768px) {
  .features-list {
    background-image: url('/images/backgrounds/bckgr1-576.png');
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .features-list {
    background-image: url('/images/backgrounds/bckgr1-992.png');
  }
}
@media (min-width: 992px) {
  .features-list {
    background-image: url('/images/backgrounds/bckgr1-2560.png');
  }
}
.nav-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #84DCD4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/videos/main-bg-image.png');
}
.main-message {
  position: relative;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .main-message {
    padding: 1rem 0 0.5rem 0;
  }
}
#main-bg-video {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 101%;
  min-height: 100%;
}
/* =========================================================
   Follco Medical landing page
   Wklej do app.less
   ========================================================= */
.follco-medical-page {
  background: #ffffff;
  color: #202020;
  overflow-x: hidden;
}
.follco-medical-page a {
  text-decoration: none;
}
/* =========================
   Header
   ========================= */
.follco-medical-header {
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  position: sticky;
  top: 0;
  z-index: 50;
}
.follco-medical-header .header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.follco-medical-header .header-logo {
  display: inline-flex;
  align-items: center;
}
.follco-medical-header .header-logo img {
  width: 145px;
  height: auto;
  display: block;
}
.follco-medical-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.follco-medical-header .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.follco-medical-header .header-btn-outline {
  border: 1px solid #2ea6df;
  color: #2ea6df;
  background: #ffffff;
}
.follco-medical-header .header-btn-outline:hover {
  background: #f2fbff;
  color: #2ea6df;
}
.follco-medical-header .header-btn-primary {
  border: 1px solid #129fe3;
  background: #129fe3;
  color: #ffffff;
}
.follco-medical-header .header-btn-primary:hover {
  background: #0d8dca;
  color: #ffffff;
}
.follco-medical-header .header-menu-toggle {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.follco-medical-header .header-menu-toggle svg,
.follco-medical-header .header-menu-toggle i {
  font-size: 18px;
  color: #4c7fa2;
}
/* =========================
   Generic buttons
   ========================= */
.follco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s ease;
}
.follco-btn-primary {
  background: #129fe3;
  color: #ffffff;
  border: 1px solid #129fe3;
}
.follco-btn-primary:hover {
  background: #0d8dca;
  border-color: #0d8dca;
  color: #ffffff;
}
.follco-btn-outline {
  background: transparent;
  color: #129fe3;
  border: 1px solid #129fe3;
}
.follco-btn-outline:hover {
  background: #eef9ff;
  color: #129fe3;
}
/* =========================
   Hero
   ========================= */
.follco-hero {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.follco-hero .hero-inner {
  min-height: 520px;
  display: flex;
  align-items: center;
}
.follco-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.follco-hero .hero-copy {
  position: relative;
  z-index: 2;
  max-width: 460px;
}
.follco-hero .hero-title {
  font-size: 58px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0 0 24px;
  color: #1e1e1e;
}
.follco-hero .hero-subtitle {
  font-size: 26px;
  line-height: 1.35;
  color: #555555;
  margin: 0 0 28px;
  max-width: 360px;
}
.follco-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.follco-hero .hero-media {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.follco-hero .hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
}
.follco-hero .hero-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.follco-hero .hero-hex {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  z-index: 1;
  transform: scale(1.06);
  background: radial-gradient(circle at 20% 30%, rgba(18, 159, 227, 0.08) 0, rgba(18, 159, 227, 0.08) 2px, transparent 2px), radial-gradient(circle at 60% 50%, rgba(18, 159, 227, 0.06) 0, rgba(18, 159, 227, 0.06) 2px, transparent 2px), radial-gradient(circle at 80% 20%, rgba(18, 159, 227, 0.08) 0, rgba(18, 159, 227, 0.08) 2px, transparent 2px);
  background-size: 120px 120px, 160px 160px, 140px 140px;
  background-position: center;
}
/* =========================
   Intro section
   ========================= */
.follco-intro {
  background: #ececec;
  padding: 58px 0 52px;
  text-align: center;
}
.follco-intro .intro-title {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 20px;
  color: #202020;
  letter-spacing: -1px;
}
.follco-intro .intro-text {
  max-width: 950px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
  color: #5c5c5c;
}
/* =========================
   Product rows
   ========================= */
.follco-product-sections {
  background: #ffffff;
  padding: 72px 0 56px;
}
.product-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  margin-bottom: 70px;
}
.product-row:last-child {
  margin-bottom: 0;
}
.product-media {
  position: relative;
}
.product-image {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
}
.product-copy {
  max-width: 420px;
}
.product-title {
  font-size: 28px;
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 18px;
  color: #202020;
}
.product-text {
  font-size: 16px;
  line-height: 1.65;
  color: #5a5a5a;
  margin: 0 0 22px;
}
.product-row-reverse .product-copy {
  order: 1;
}
.product-row-reverse .product-media {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
/* =========================
   Benefits
   ========================= */
.follco-benefits {
  background: #ffffff;
  padding: 24px 0 70px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.benefit-card {
  border-top: 1px solid #d2d2d2;
  padding-top: 18px;
}
.benefit-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
  color: #202020;
}
.benefit-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5d5d5d;
}
/* =========================
   Integration / wide block
   ========================= */
.follco-integration {
  background: #ffffff;
  padding: 0 0 72px;
}
.follco-integration .integration-box {
  min-height: 440px;
  background: #ecebff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
}
.follco-integration .integration-icon {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
/* =========================
   Partners
   ========================= */
.follco-partners {
  background: #ffffff;
  padding: 0 0 74px;
}
.section-title-center {
  text-align: center;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 36px;
  color: #202020;
  letter-spacing: -0.5px;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.partner-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  height: 100%;
}
.partner-image {
  width: 100%;
  height: 235px;
  object-fit: cover;
  display: block;
}
.partner-body {
  padding: 18px 18px 20px;
}
.partner-title {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 14px;
  color: #1e1e1e;
}
.partner-text {
  font-size: 15px;
  line-height: 1.65;
  color: #5b5b5b;
  margin: 0 0 18px;
}
.partner-link {
  font-size: 14px;
  font-weight: 500;
  color: #129fe3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.partner-link:hover {
  color: #0d8dca;
}
/* =========================
   Testimonials
   ========================= */
.follco-testimonials {
  background: #ffffff;
  padding: 0 0 70px;
}
.follco-testimonials .testimonials-header {
  margin-bottom: 26px;
}
.follco-testimonials .testimonials-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  color: #202020;
}
.follco-testimonials .testimonials-subtitle {
  margin: 0;
  font-size: 15px;
  color: #6a6a6a;
}
.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  padding: 24px 22px 20px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-quote {
  font-size: 15px;
  line-height: 1.8;
  color: #2c2c2c;
  margin: 0 0 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 42px;
}
.testimonial-name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  color: #202020;
}
.testimonial-role {
  font-size: 13px;
  line-height: 1.4;
  color: #6a6a6a;
  margin: 2px 0 0;
}
/* =========================
   Footer
   ========================= */
.follco-footer {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  padding: 28px 0 36px;
}
.follco-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 30px;
  align-items: start;
}
.follco-footer .footer-brand-logo {
  width: 150px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}
.follco-footer .footer-meta {
  font-size: 13px;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 18px;
}
.follco-footer .footer-meta a {
  color: #5a5a5a;
}
.follco-footer .footer-socials {
  display: flex;
  gap: 12px;
}
.follco-footer .footer-social {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.follco-footer .footer-social img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.follco-footer .footer-heading {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #202020;
  margin: 0 0 14px;
  text-transform: none;
}
.follco-footer .footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}
.follco-footer .footer-text a {
  color: rgba(0, 0, 0, 0.55);
}
/* =========================
   Responsive - tablet
   ========================= */
@media (max-width: 1199.98px) {
  .follco-hero .hero-inner {
    min-height: 420px;
    padding: 44px 0;
  }
  .follco-hero .hero-title {
    font-size: 42px;
    line-height: 1.02;
    margin-bottom: 18px;
  }
  .follco-hero .hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 300px;
  }
  .follco-hero .hero-image-wrap {
    max-width: 500px;
  }
  .follco-intro {
    padding: 44px 0;
  }
  .follco-intro .intro-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .follco-intro .intro-text {
    font-size: 13px;
    line-height: 1.6;
    max-width: 720px;
  }
  .product-row {
    gap: 36px;
    margin-bottom: 52px;
  }
  .product-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .product-text {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .benefit-title {
    font-size: 18px;
  }
  .benefit-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .section-title-center {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .partner-image {
    height: 190px;
  }
  .partner-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .partner-text {
    font-size: 13px;
    line-height: 1.55;
  }
  .follco-testimonials .testimonials-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .follco-testimonials .testimonials-subtitle {
    font-size: 12px;
  }
  .testimonials-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }
  .testimonials-track .testimonial-card {
    min-width: 230px;
    min-height: 210px;
    padding: 18px 16px;
    scroll-snap-align: start;
  }
  .testimonial-quote {
    font-size: 12px;
    line-height: 1.65;
  }
  .testimonial-name {
    font-size: 12px;
  }
  .testimonial-role {
    font-size: 11px;
  }
  .follco-footer .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    gap: 22px;
  }
  .follco-footer .footer-meta,
  .follco-footer .footer-text {
    font-size: 12px;
    line-height: 1.6;
  }
}
/* =========================
   Responsive - mobile
   ========================= */
@media (max-width: 767.98px) {
  .follco-medical-header .header-inner {
    min-height: 58px;
  }
  .follco-medical-header .header-logo img {
    width: 96px;
  }
  .follco-medical-header .header-actions {
    display: none;
  }
  .follco-medical-header .header-menu-toggle {
    display: inline-flex;
  }
  .follco-hero .hero-inner {
    min-height: auto;
    padding: 22px 0 18px;
  }
  .follco-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .follco-hero .hero-copy {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .follco-hero .hero-title {
    font-size: 28px;
    line-height: 0.95;
    margin-bottom: 12px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.8px;
  }
  .follco-hero .hero-subtitle {
    font-size: 11px;
    line-height: 1.45;
    margin: 0 auto 14px;
    max-width: 160px;
  }
  .follco-hero .hero-actions {
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .follco-hero .hero-media {
    justify-content: center;
  }
  .follco-hero .hero-image-wrap {
    max-width: 320px;
  }
  .follco-hero .hero-hex {
    transform: scale(1);
    opacity: 0.45;
  }
  .follco-btn {
    min-height: 30px;
    padding: 0 12px;
    font-size: 10px;
    border-radius: 7px;
  }
  .follco-intro {
    padding: 26px 0 24px;
  }
  .follco-intro .intro-title {
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
  .follco-intro .intro-text {
    font-size: 10px;
    line-height: 1.6;
    max-width: 230px;
  }
  .follco-product-sections {
    padding: 28px 0 22px;
  }
  .product-row,
  .product-row-reverse {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 26px;
    text-align: center;
  }
  .product-row-reverse .product-copy,
  .product-row-reverse .product-media {
    order: initial;
  }
  .product-media {
    display: flex;
    justify-content: center !important;
  }
  .product-image {
    max-width: 220px;
  }
  .product-copy {
    max-width: 100%;
    margin: auto;
  }
  .product-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .product-text {
    font-size: 10px;
    line-height: 1.55;
    margin-bottom: 12px;
    max-width: 230px;
  }
  .follco-benefits {
    padding: 8px 0 26px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }
  .benefit-card {
    padding-top: 12px;
    margin: auto;
  }
  .benefit-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .benefit-text {
    font-size: 10px;
    line-height: 1.55;
    max-width: 240px;
  }
  .follco-integration {
    padding-bottom: 28px;
  }
  .follco-integration .integration-box {
    min-height: 180px;
  }
  .follco-integration .integration-icon {
    width: 62px;
    height: 62px;
  }
  .follco-partners {
    padding-bottom: 34px;
  }
  .section-title-center {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .partners-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .partner-image {
    height: 160px;
  }
  .partner-body {
    padding: 14px 14px 16px;
  }
  .partner-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .partner-text {
    font-size: 10px;
    line-height: 1.55;
    margin-bottom: 10px;
  }
  .partner-link {
    font-size: 10px;
  }
  .follco-testimonials {
    padding-bottom: 28px;
  }
  .follco-testimonials .testimonials-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .follco-testimonials .testimonials-subtitle {
    font-size: 10px;
  }
  .testimonials-track {
    gap: 12px;
  }
  .testimonials-track .testimonial-card {
    min-width: 165px;
    min-height: 170px;
    padding: 14px 12px;
  }
  .testimonial-quote {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .testimonial-logo {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
  .testimonial-name {
    font-size: 10px;
  }
  .testimonial-role {
    font-size: 9px;
  }
  .follco-footer {
    padding: 20px 0 24px;
  }
  .follco-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 18px;
  }
  .follco-footer .footer-brand-logo {
    width: 95px;
    margin-bottom: 8px;
  }
  .follco-footer .footer-meta {
    font-size: 9px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .follco-footer .footer-heading {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .follco-footer .footer-text {
    font-size: 9px;
    line-height: 1.5;
  }
  .follco-footer .footer-social {
    width: 14px;
    height: 14px;
  }
}
.follco-medical-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-logo img {
  display: block;
  max-height: 48px;
  width: auto;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #fff;
  color: #1D807D;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.header-menu-toggle span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}
.header-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1098;
}
.header-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1099;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.12);
}
.header-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.header-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.header-mobile-logo img {
  max-height: 42px;
  width: auto;
  display: block;
}
.header-mobile-close {
  width: 42px;
  height: 42px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #fff;
  color: #1D807D;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.header-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-mobile-actions .header-btn {
  width: 100%;
  text-align: center;
}
body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .header-mobile-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.mobile-menu-open .header-mobile-menu {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .header-actions {
    display: none;
  }
  .header-menu-toggle {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .header-mobile-menu,
  .header-mobile-overlay {
    display: none;
  }
}
