/* ============================================================
   ADBCCRO.COM — Core Stylesheet
   ADB Consulting & CRO Inc. | Medical Device Regulatory
   Clean, light, professional — Fortune 500 ready
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&family=Inter+Tight:wght@500;600&display=swap');

:root {
  --white:       #FFFFFF;
  --off-white:   #F9F9F7;
  --gray-50:     #F4F4F2;
  --gray-100:    #EAEAE7;
  --gray-200:    #D4D4CF;
  --gray-400:    #9A9A93;
  --gray-600:    #5C5C57;
  --gray-900:    #1A1A18;

  --slate:       #1E3A5F;
  --slate-mid:   #2C5282;
  --slate-light: #EBF2FA;
  --slate-pale:  #F0F5FB;

  --accent:      #1A6B5A;
  --accent-pale: #EBF5F2;

  --rule:        #C4A962;
  --danger:      #B91C1C;

  --font-serif:  'Libre Baskerville', Georgia, serif;
  --font-sans:   'Inter', system-ui, sans-serif;
  --font-tight:  'Inter Tight', 'Inter', system-ui, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm:  0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md:  0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg:  0 12px 40px rgba(0,0,0,0.10);
  --max-w: 1160px;
  --header-h: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); color: var(--gray-900); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }

h1, h2, h3 { font-family: var(--font-serif); font-weight: 700; line-height: 1.22; color: var(--slate); letter-spacing: -0.01em; }
h4, h5 { font-family: var(--font-tight); font-weight: 600; color: var(--gray-900); }
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); }
h4 { font-size: 1.02rem; }
p { color: var(--gray-600); line-height: 1.75; }
a { text-decoration: none; color: inherit; }

.overline {
  font-family: var(--font-tight);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.overline::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--rule); flex-shrink: 0; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }
.section { padding: 88px 0; }
.section-sm { padding: 52px 0; }

/* HEADER */
header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
}
header.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-sizing: border-box;
}
.logo {
  flex-shrink: 0;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.logo-left { display: flex; flex-direction: column; align-items: flex-start; white-space: nowrap; }
.logo-adb { font-family: Georgia, 'Times New Roman', serif; font-size: 42px; font-weight: 700; color: #1E3A5F; letter-spacing: -2px; line-height: 0.9; display: block; }
.logo-ekg { display: block; width: 130px; height: auto; }
.logo-divider { width: 1.5px; height: 50px; background: #1A6B5A; flex-shrink: 0; align-self: center; }
.logo-right { display: flex; flex-direction: column; justify-content: center; gap: 4px; white-space: nowrap; }
.logo-name { font-family: Georgia, 'Times New Roman', serif; font-size: 14px; font-weight: 400; color: #1E3A5F; letter-spacing: 0.5px; line-height: 1.2; display: block; }
.logo-amp { color: #C4A962; font-weight: 700; }
.logo-tagline { font-family: var(--font-sans); font-size: 8px; font-weight: 600; color: #1A6B5A; letter-spacing: 3px; text-transform: uppercase; display: block; }
.main-nav {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.main-nav ul li { display: inline; margin: 0; padding: 0; }
.main-nav ul li a {
  text-decoration: none;
  color: #1E3A5F;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  display: inline;
}
.main-nav ul li a:hover { color: #C9A84C; }
.header-cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.header-phone {
  text-decoration: none;
  color: #1E3A5F;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  display: inline;
}
.header-phone:hover { color: #C9A84C; }
.btn-book {
  display: inline-block;
  background: #1E3A5F;
  color: #ffffff;
  padding: 0.55rem 1.25rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}
.btn-book:hover { background: #C9A84C; color: #ffffff; }
.btn-short { display: none; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: var(--radius-sm); font-family: var(--font-sans); font-size: 0.87rem; font-weight: 600; cursor: pointer; border: none; transition: all 0.18s; letter-spacing: 0.01em; }
.btn-primary { background: var(--slate); color: var(--white); }
.btn-primary:hover { background: var(--slate-mid); box-shadow: var(--shadow-md); }
.btn-secondary { background: var(--white); color: var(--slate); border: 1.5px solid var(--gray-200); }
.btn-secondary:hover { border-color: var(--slate); background: var(--slate-pale); }
.btn-accent { background: var(--accent); color: var(--white); }
.btn-accent:hover { background: #155A4A; }
.btn-outline { background: transparent; color: var(--slate); border: 1.5px solid var(--slate); }
.btn-outline:hover { background: var(--slate); color: var(--white); }
.btn-white { background: var(--white); color: var(--slate); }
.btn-white:hover { background: var(--off-white); }
.btn-ghost { background: transparent; color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.3); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
.btn-lg { padding: 14px 30px; font-size: 0.93rem; }

/* HERO */
.hero { padding-top: 68px; padding-bottom: 72px; background: var(--white); border-bottom: 1px solid var(--gray-100); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero-desc { font-size: 1.04rem; color: var(--gray-600); max-width: 480px; margin-bottom: 30px; line-height: 1.75; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; position: relative; z-index: 1; }
.hero-proof { display: flex; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid var(--gray-100); flex-wrap: wrap; }
.proof-item { text-align: center; }
.proof-item strong { display: block; font-family: var(--font-serif); font-size: 1.7rem; color: var(--slate); line-height: 1; }
.proof-item span { font-size: 0.72rem; color: var(--gray-400); }
.proof-divider { width: 1px; height: 32px; background: var(--gray-200); flex-shrink: 0; }
.hero-cards { display: flex; flex-direction: column; gap: 10px; }
.hero-card { display: flex; align-items: flex-start; gap: 14px; background: var(--off-white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 15px 18px; transition: border-color 0.18s, box-shadow 0.18s; }
.hero-card:hover { border-color: var(--slate-mid); box-shadow: var(--shadow-sm); }
.hero-cards a.hero-card { text-decoration: none; color: inherit; display: flex; align-items: flex-start; gap: 14px; }
.hero-card-dot { width: 7px; height: 7px; background: var(--rule); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
.hero-card h4 { font-size: 0.86rem; color: var(--slate); margin-bottom: 2px; }
.hero-card p { font-size: 0.78rem; color: var(--gray-400); margin: 0; line-height: 1.5; }

/* TRUST BAR */
.trust-bar { background: var(--slate); padding: 16px 0; }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.75); }
.trust-item::before { content: '✓'; color: var(--rule); font-weight: 700; }

/* SECTION HEADERS */
.section-header { margin-bottom: 44px; }
.section-header.centered { text-align: center; }
.section-header.centered .overline { justify-content: center; }
.section-header p { max-width: 520px; margin-top: 10px; font-size: 0.97rem; }
.section-header.centered p { margin-left: auto; margin-right: auto; }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 26px; transition: all 0.2s; }
.service-card:hover { border-color: var(--slate-mid); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-icon { width: 38px; height: 38px; background: var(--slate-pale); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 14px; }
.service-card h3 { font-size: 1rem; margin-bottom: 8px; }
.service-card p { font-size: 0.84rem; line-height: 1.65; }
.service-card .btn { margin-top: 16px; font-size: 0.8rem; padding: 8px 14px; }

/* ABOUT STRIP */
.about-strip { background: var(--slate-pale); border-top: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.credential-list { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.credential-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; color: var(--gray-600); }
.credential-list li::before { content: '—'; color: var(--rule); font-weight: 700; flex-shrink: 0; }
.about-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-num { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 22px; text-align: center; }
.about-num strong { display: block; font-family: var(--font-serif); font-size: 2.2rem; color: var(--slate); line-height: 1; }
.about-num span { font-size: 0.73rem; color: var(--gray-400); margin-top: 4px; display: block; }

/* CTA */
.cta-section { background: var(--slate); text-align: center; }
.cta-section h2 { color: var(--white); }
.cta-section p { color: rgba(255,255,255,0.62); max-width: 500px; margin: 12px auto 26px; }
.cta-section .overline { justify-content: center; color: rgba(255,255,255,0.5); }
.cta-section .overline::before { background: var(--rule); }
.cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* PROCESS */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--gray-100); border-radius: var(--radius-md); overflow: hidden; }
.process-step { padding: 28px 22px; border-right: 1px solid var(--gray-100); background: var(--white); transition: background 0.18s; }
.process-step:last-child { border-right: none; }
.process-step:hover { background: var(--slate-pale); }
.step-num { font-family: var(--font-serif); font-size: 1.8rem; color: var(--gray-200); font-weight: 700; line-height: 1; margin-bottom: 14px; }
.process-step h4 { margin-bottom: 7px; font-size: 0.9rem; color: var(--slate); }
.process-step p { font-size: 0.8rem; line-height: 1.6; }

/* TESTIMONIALS */
.testimonials { background: var(--gray-50); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { background: var(--white); border-radius: var(--radius-md); padding: 26px; border: 1px solid var(--gray-100); }
.testimonial-stars { color: var(--rule); font-size: 0.82rem; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial p { font-size: 0.86rem; line-height: 1.7; color: var(--gray-600); margin-bottom: 16px; font-style: italic; }
.testimonial-author { font-weight: 600; font-size: 0.8rem; color: var(--slate); }
.testimonial-role { font-size: 0.74rem; color: var(--gray-400); }

/* FOOTER */
.footer { background: var(--gray-900); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-logo { font-family: var(--font-tight); font-size: 0.98rem; font-weight: 600; color: var(--white); line-height: 1.3; }
.footer-logo small { display: block; font-weight: 400; font-size: 0.6rem; color: rgba(255,255,255,0.3); letter-spacing: 0.04em; }
.footer-brand p { color: rgba(255,255,255,0.38); font-size: 0.8rem; max-width: 250px; line-height: 1.65; margin-top: 10px; }
.footer-phone { display: inline-block; margin-top: 12px; font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.55); transition: color 0.18s; }
.footer-phone:hover { color: var(--white); }
.footer-col h5 { font-family: var(--font-tight); font-size: 0.63rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.28); font-weight: 600; margin-bottom: 13px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.48); font-size: 0.82rem; transition: color 0.18s; }
.footer-col ul li a:hover { color: rgba(255,255,255,0.88); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { color: rgba(255,255,255,0.22); font-size: 0.73rem; margin: 0; }

/* PAGE HEROES */
.page-hero { padding-top: 52px; padding-bottom: 52px; background: var(--slate-pale); border-bottom: 1px solid var(--gray-100); }
.page-hero h1 { margin-bottom: 12px; }
.page-hero p { max-width: 540px; font-size: 1rem; }

/* SERVICE DETAIL */
.service-detail { display: grid; grid-template-columns: 1fr 300px; gap: 52px; align-items: start; }
.service-detail-content h2 { margin-bottom: 12px; }
.service-detail-content p { margin-bottom: 13px; }
.deliverable-list { list-style: none; margin: 18px 0; display: flex; flex-direction: column; gap: 7px; }
.deliverable-list li { padding: 10px 13px; background: var(--off-white); border-left: 3px solid var(--rule); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 0.85rem; color: var(--gray-900); }
.service-sidebar { position: sticky; top: calc(var(--header-h) + 20px); }
.sidebar-card { background: var(--slate); border-radius: var(--radius-md); padding: 26px; margin-bottom: 14px; }
.sidebar-card h4 { color: var(--white); margin-bottom: 9px; }
.sidebar-card p { color: rgba(255,255,255,0.6); font-size: 0.83rem; margin-bottom: 18px; }
.sidebar-card-light { background: var(--off-white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 26px; margin-top: 14px; }
.sidebar-card-light h4 { color: var(--slate); margin-bottom: 9px; }
.sidebar-card-light p { font-size: 0.83rem; margin-bottom: 18px; }

/* CONTACT */
.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 52px; }
.contact-info-card { text-align: center; padding: 26px 18px; border: 1px solid var(--gray-100); border-radius: var(--radius-md); background: var(--white); transition: box-shadow 0.18s; }
.contact-info-card:hover { box-shadow: var(--shadow-md); }
.contact-info-icon { width: 42px; height: 42px; background: var(--slate-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 13px; font-size: 1.05rem; }
.contact-info-card h4 { margin-bottom: 5px; font-size: 0.9rem; }
.contact-info-card a { color: var(--slate); font-weight: 600; font-size: 0.88rem; }

/* ABOUT */
.bio-grid { display: grid; grid-template-columns: 260px 1fr; gap: 52px; align-items: start; }
.bio-photo { background: var(--slate-pale); border: 1px solid var(--gray-100); border-radius: var(--radius-md); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bio-photo-placeholder { font-family: var(--font-serif); font-size: 4rem; color: var(--slate); opacity: 0.15; }
.bio-name { font-size: 2rem; margin-bottom: 4px; }
.bio-title { color: var(--accent); font-size: 0.88rem; font-weight: 500; margin-bottom: 16px; }
.bio-desc { color: var(--gray-600); line-height: 1.75; margin-bottom: 12px; font-size: 0.95rem; }

/* TIMELINE */
.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--gray-200); transform: translateX(-50%); }
.timeline-item { display: grid; grid-template-columns: 1fr 48px 1fr; margin-bottom: 36px; align-items: start; }
.timeline-content-left, .timeline-content-right { padding: 0 26px; }
.timeline-item:nth-child(even) .timeline-content-left { order: 3; }
.timeline-item:nth-child(even) .timeline-node { order: 2; }
.timeline-item:nth-child(even) .timeline-content-right { order: 1; text-align: right; }
.timeline-node { display: flex; justify-content: center; padding-top: 6px; }
.timeline-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--white); border: 2px solid var(--slate); box-shadow: 0 0 0 3px var(--gray-100); flex-shrink: 0; position: relative; z-index: 1; }
.timeline-phase { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 5px; }
.timeline-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 18px 20px; }
.timeline-card h3 { font-size: 0.97rem; margin-bottom: 5px; }
.timeline-card p { font-size: 0.81rem; }
.timeline-time { font-size: 0.7rem; color: var(--rule); font-weight: 600; margin-top: 7px; display: block; }

/* BLOG */
.blog-tag { display: inline-block; background: var(--slate-pale); color: var(--slate); font-size: 0.67rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; margin-bottom: 9px; }
.blog-card { background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 22px; transition: all 0.2s; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-1px); }
.blog-card h3 { font-size: 1rem; margin-bottom: 7px; }
.blog-card h3 a { color: var(--slate); transition: color 0.18s; }
.blog-card h3 a:hover { color: var(--accent); }
.blog-card p { font-size: 0.83rem; margin-bottom: 11px; }
.blog-meta { font-size: 0.73rem; color: var(--gray-400); }

/* FAQ */
.faq-item { border: 1px solid var(--gray-100); border-radius: var(--radius-md); padding: 20px 22px; background: var(--white); }
.faq-item h4 { margin-bottom: 7px; font-size: 0.93rem; color: var(--slate); }
.faq-item p { font-size: 0.85rem; }

/* UTILITIES */
.text-center { text-align: center; }
.text-slate { color: var(--slate); }
.text-accent { color: var(--accent); }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }

/* Breadcrumb visibility in navy hero */
.page-hero nav[aria-label="breadcrumb"] a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
}
.page-hero nav[aria-label="breadcrumb"] a:hover {
  color: #C9A84C !important;
}
.page-hero nav[aria-label="breadcrumb"] li {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .header-phone { display: none; }
  .main-nav ul { gap: 1.25rem; }
  .btn-book { padding: 0.5rem 1rem; font-size: 0.85rem; }
  .btn-full { display: none; }
  .btn-short { display: inline; }
}
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
}
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-cards { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .bio-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .main-nav { display: none; }
  .header-phone { display: none; }
  .header-inner { height: 64px; padding: 0 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .timeline::before { left: 16px; }
  .timeline-item { grid-template-columns: 32px 1fr; }
  .timeline-item:nth-child(even) .timeline-content-left,
  .timeline-item:nth-child(even) .timeline-content-right { order: unset; text-align: left; }
  .timeline-content-left { display: none; }
  .timeline-content-right { padding: 0 0 0 12px; }
  .logo-adb { font-size: 30px; letter-spacing: -1px; }
  .logo-ekg { width: 96px !important; height: auto !important; }
  .logo-divider { height: 38px; }
  .logo-name { font-size: 11px; }
  .logo-tagline { font-size: 6px; letter-spacing: 2px; }
  .proof-divider { display: none; }
  .process-steps { grid-template-columns: 1fr; border-radius: var(--radius-md); }
  .process-step { border-right: none; border-bottom: 1px solid var(--gray-100); }
  .process-step:last-child { border-bottom: none; }
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up   { animation: fadeUp 0.5s ease forwards; }
.fade-up-2 { animation: fadeUp 0.5s 0.1s ease both; }
.fade-up-3 { animation: fadeUp 0.5s 0.2s ease both; }
.fade-up-4 { animation: fadeUp 0.5s 0.3s ease both; }
