
/* ===========================
   DESIGN TOKENS — Light theme, ITGUYZZ brand palette
   Primary blue: #1a82c4 | Dark blue: #1a5fa8 | Green: #7cb518 | Teal: #4a9ab5
   =========================== */
:root {
  --blue:        #1a82c4;
  --blue-dark:   #1363a0;
  --blue-xdark:  #0e4a7a;
  --blue-soft:   #e6f3fb;
  --blue-mid:    #c2dff2;
  --green:       #7cb518;
  --green-dark:  #5e8f12;
  --green-soft: #d4edda;
  --teal:        #4a9ab5;
  --teal-soft:   #e0f2f8;
  --bg:          #f5fafd;
  --bg2:         #ffffff;
  --surface:     #ffffff;
  --surface2:    #f0f7fb;
  --border:      #d6e8f2;
  --divider:     #e8f2f8;
  --text:        #142838;
  --text-muted:  #4f7289;
  --text-faint:  #8aaabb;
  --shadow-sm:   0 1px 3px rgba(13,74,110,0.06);
  --shadow-md:   0 6px 20px rgba(13,74,110,0.09);
  --shadow-lg:   0 18px 48px rgba(13,74,110,0.13);
  --r-sm: 0.5rem; --r-md: 0.75rem; --r-lg: 1rem; --r-xl: 1.25rem; --r-2xl: 1.75rem; --r-full: 9999px;
  --ease: 180ms cubic-bezier(0.16,1,0.3,1);
  --font-h: 'Outfit', sans-serif;
  --font-b: 'Manrope', sans-serif;
  --max-w: 1160px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { font-family: var(--font-b); background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font: inherit; }
a { color: inherit; text-decoration: none; transition: color var(--ease); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: var(--r-sm); }
.wrap { max-width: var(--max-w); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }

/* ——— BUTTONS ——— */
.btn { display: inline-flex; align-items: center; gap: .45rem; padding: .85rem 1.6rem; border-radius: var(--r-full); font-size: .9rem; font-weight: 800; transition: all var(--ease); white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); color: #fff; box-shadow: 0 4px 16px rgba(26,130,196,.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(26,130,196,.35); }
.btn-outline { background: #fff; color: var(--blue-dark); border: 1.5px solid var(--blue-mid); }
.btn-outline:hover { background: var(--blue-soft); border-color: var(--blue); }
.btn-green { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); color: #fff; box-shadow: 0 4px 14px rgba(124,181,24,.25); }
.btn-green:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(124,181,24,.35); }

/* ——— LABEL ——— */
.label { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); background: var(--blue-soft); padding: .35rem .85rem; border-radius: var(--r-full); margin-bottom: 1rem; }
.label-green { color: var(--green-dark); background: var(--green-soft); }

/* ——— CARD ——— */
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-2xl); box-shadow: var(--shadow-sm); }

/* ==============================
   NAV
   ============================== */
.nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--divider); }
.nav-inner { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; }
.brand img { height: 65px !important; width: auto !important; max-height: none !important; }
.nav-links { display: flex; list-style: none; gap: .25rem; }
.nav-links a { padding: .55rem .9rem; border-radius: var(--r-full); font-size: .875rem; font-weight: 700; color: var(--text-muted); }
.nav-links a:hover, .nav-links a.active { background: var(--blue-soft); color: var(--blue-dark); }
.nav-cta { display: flex; gap: .75rem; align-items: center; }
.ham { display: none; padding: .5rem; color: var(--blue-dark); }
.mob-nav { display: none; padding: 0 1rem 1rem; }
.mob-nav.open { display: block; }
.mob-nav a { display: block; padding: .75rem 1rem; border-radius: var(--r-md); font-weight: 700; color: var(--text-muted); margin-bottom: .25rem; }
.mob-nav a:hover { background: var(--blue-soft); color: var(--blue-dark); }

/* ==============================
   HERO
   ============================== */
#home { overflow: hidden; padding: clamp(3rem,7vw,5.5rem) 0; position: relative; }
#home::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 70% 55% at 75% 35%, rgba(74,154,181,.1),transparent 55%), radial-gradient(ellipse 50% 60% at 8% 75%, rgba(124,181,24,.08),transparent 50%); pointer-events:none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .95fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; position: relative; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--green-dark); background: var(--green-soft); border: 1px solid rgba(124,181,24,.3); padding: .4rem 1rem; border-radius: var(--r-full); margin-bottom: 1.4rem; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(124,181,24,.2); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 5px rgba(124,181,24,.2)} 50%{box-shadow:0 0 0 9px rgba(124,181,24,.08)} }
.hero-h1 { font-family: var(--font-h); font-size: clamp(2.2rem,4.5vw,3.6rem); line-height: 1.05; letter-spacing: -.04em; margin-bottom: 1.2rem; }
.hero-h1 em { font-style: normal; color: var(--blue); }
.hero-p { color: var(--text-muted); max-width: 52ch; margin-bottom: 2rem; font-size: 1.05rem; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.4rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .9rem; }
.stat { background: rgba(255,255,255,.8); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1rem 1.1rem; box-shadow: var(--shadow-sm); }
.stat strong { display: block; font-family: var(--font-h); font-size: 1.5rem; color: var(--blue-dark); line-height: 1; margin-bottom: .3rem; }
.stat span { font-size: .75rem; color: var(--text-muted); }
.hero-panel { background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow-lg); overflow: hidden; }
.panel-head { padding: 1.4rem 1.6rem; border-bottom: 1px solid var(--divider); display: flex; justify-content: space-between; align-items: center; }
#mid pannel logo
.panel-head img { height: 65px !important; width: auto !important; }
.live-badge { display: flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 800; color: var(--green-dark); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }
.panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--divider); }
.panel-tile { padding: 1.25rem; background: #fff; display: flex; flex-direction: column; gap: .55rem; }
.panel-icon { width: 40px; height: 40px; border-radius: var(--r-md); background: var(--blue-soft); color: var(--blue-dark); display: flex; align-items: center; justify-content: center; }
.panel-tile h4 { font-family: var(--font-h); font-size: .9rem; }
.panel-tile p { font-size: .78rem; color: var(--text-muted); }
.scroll-hint { margin-top: 2rem; display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 700; color: var(--teal); }

/* ==============================
   ABOUT
   ============================== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.about-visual { position: relative; border-radius: 28px; overflow: hidden; background: transparent; border: 0; box-shadow: none; min-height: 0; }
.about-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-chip { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; background: rgba(255,255,255,.93); backdrop-filter: blur(10px); border: 1px solid rgba(214,232,242,.9); border-radius: var(--r-xl); padding: 1.1rem 1.3rem; box-shadow: var(--shadow-md); }
.about-chip h4 { font-family: var(--font-h); font-size: .95rem; margin-bottom: .3rem; }
.about-chip p { font-size: .8rem; color: var(--text-muted); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.4rem; }
.val { padding: 1.4rem; }
.val-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--blue-soft); color: var(--blue-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.val h3 { font-family: var(--font-h); font-size: .95rem; margin-bottom: .4rem; }
.val p { font-size: .82rem; color: var(--text-muted); }

/* ==============================
   SERVICES
   ============================== */
.services-header { text-align: center; max-width: 52ch; margin-inline: auto; margin-bottom: 2.8rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.svc { display: flex; flex-direction: column; padding: 1.75rem; transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(26,130,196,.45); }
.svc.active-svc { border-color: var(--blue); box-shadow: 0 14px 36px rgba(26,130,196,.14); background: linear-gradient(180deg,#fff 0%,#f0f8fd 100%); }
.ind-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.ind-card:nth-child(1):hover { background:#f2f9fd; }
.ind-card:nth-child(2):hover { background:#fdf3ef; }
.ind-card:nth-child(3):hover { background:#f4f9ec; }
.ind-card:nth-child(4):hover { background:#eef8fb; }
.oneoff-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.oneoff-card:nth-child(1):hover { background:#f7f2fa; }
.oneoff-card:nth-child(2):hover { background:#fdf8ec; }
.oneoff-card:nth-child(3):hover { background:#eef8f5; }
.oneoff-card:nth-child(4):hover { background:#fceeed; }
.svc-icon { width: 50px; height: 50px; border-radius: var(--r-lg); background: var(--blue-soft); color: var(--blue-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; flex-shrink: 0; }
.svc h3 { font-family: var(--font-h); font-size: 1rem; margin-bottom: .85rem; }
.svc ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.svc li { position: relative; padding-left: .95rem; font-size: .82rem; color: var(--text-muted); }
.svc li::before { content:''; position:absolute; left:0; top:.52rem; width:5px; height:5px; border-radius:50%; background: var(--green); }
.svc-book { margin-top: 1.4rem; align-self: flex-start; }

/* ==============================
   BOOK
   ============================== */
.book-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: start; }
.book-form-card { padding: 2.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.fg { display: flex; flex-direction: column; gap: .45rem; }
.fg.full { grid-column: 1/-1; }
.fg label { font-size: .82rem; font-weight: 800; color: var(--text-muted); }
.inp, .sel, .txa { width: 100%; padding: .875rem 1rem; border: 1.5px solid var(--border); border-radius: var(--r-md); background: var(--surface2); color: var(--text); font: inherit; transition: border-color var(--ease), box-shadow var(--ease); }
.inp:focus, .sel:focus, .txa:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(26,130,196,.1); outline: none; }
.txa { min-height: 130px; resize: vertical; }
.inp::placeholder, .txa::placeholder { color: var(--text-faint); }
.book-note { font-size: .78rem; color: var(--text-muted); margin-top: .75rem; }
.success-bar { display: none; margin-top: 1rem; padding: .9rem 1.1rem; background: var(--green-soft); color: var(--green-dark); border-radius: var(--r-md); font-size: .85rem; font-weight: 700; }
.book-side { display: flex; flex-direction: column; gap: 1.1rem; }
.side-c { padding: 1.5rem; }
.side-c h3 { font-family: var(--font-h); font-size: 1rem; margin-bottom: 1rem; }
.ct-row { display: flex; align-items: center; gap: .75rem; font-size: .88rem; color: var(--text-muted); margin-bottom: .75rem; }
.ct-row a { color: var(--blue-dark); font-weight: 700; }
.ct-row a:hover { color: var(--blue); }

/* ==============================
   REVIEWS — auto-scrolling strip
   ============================== */
.reviews-header { text-align: center; max-width: 50ch; margin-inline: auto; margin-bottom: 2.8rem; }
.rating-row { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin-bottom: 2.5rem; }
.big-num { font-family: var(--font-h); font-size: 3.8rem; line-height: 1; color: var(--blue-dark); font-weight: 800; }
.rating-info .stars { color: #f5a800; font-size: 1.2rem; letter-spacing: .06em; }
.rating-info p { font-size: .78rem; color: var(--text-muted); margin-top: .3rem; }
.marquee-wrap { overflow: hidden; position: relative; }
.marquee-wrap::before, .marquee-wrap::after { content:''; position:absolute; top:0; bottom:0; z-index:2; width:100px; pointer-events:none; }
.marquee-wrap::before { left:0; background: linear-gradient(90deg, var(--bg) 0%, transparent 100%); }
.marquee-wrap::after { right:0; background: linear-gradient(270deg, var(--bg) 0%, transparent 100%); }
.marquee-track { display: flex; flex-direction: row; gap: 1.5rem; width: max-content; animation: scroll 60s linear infinite; align-items: stretch; }
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll { 0%{transform:translateX(0)} 100%{transform:translateX(calc(-50% - .6rem))} }
.rev-card { width: 360px; padding: 1.75rem; border-radius: var(--r-2xl); flex-shrink: 0; background: #fff; border: 1px solid rgba(0,0,0,.07); box-shadow: 0 2px 12px rgba(13,74,110,.07); display: flex; flex-direction: column; gap: .75rem; }
.rev-stars { color: #f5a623; font-size: 1.15rem; letter-spacing: .08em; margin-bottom: .25rem; }
.rev-card blockquote { font-size: .875rem; color: var(--text-muted); font-style: italic; margin-bottom: 1.1rem; line-height: 1.65; }
.rev-person { display: flex; align-items: center; gap: .85rem; }
.av { width: 40px; height: 40px; border-radius: 50%; background: var(--blue-soft); color: var(--blue-dark); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .82rem; flex-shrink: 0; }
.rev-person strong { display: block; font-size: .875rem; }
.rev-person span { font-size: .75rem; color: var(--text-muted); }

/* Leave feedback form */
.feedback-card { max-width: 680px; margin: 2.5rem auto 0; padding: 2.2rem; }
.star-picker { display: flex; gap: .6rem; margin: 1rem 0 1.2rem; }
.s-btn { font-size: 1.8rem; color: var(--border); transition: color var(--ease), transform var(--ease); }
.s-btn:hover, .s-btn.on { color: #f5a800; transform: translateY(-2px); }
.fb-note { margin-top: 1.1rem; padding: .85rem 1rem; background: #fff8e7; color: #7a5c10; border-radius: var(--r-md); font-size: .8rem; line-height: 1.6; }
.fb-success { display: none; margin-top: .9rem; padding: .85rem 1rem; background: var(--green-soft); color: var(--green-dark); border-radius: var(--r-md); font-size: .85rem; font-weight: 700; }

/* ==============================
   FOOTER
   ============================== */
footer { background: var(--surface); border-top: 1px solid var(--divider); padding: 3.5rem 0 1.8rem; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 3rem; }
.foot-logo img { height: 52px; width: auto; margin-bottom: 1.1rem; }
.foot-logo p { font-size: .85rem; color: var(--text-muted); max-width: 30ch; }
footer h4 { font-family: var(--font-h); font-size: .8rem; text-transform: uppercase; letter-spacing: .07em; color: var(--text-muted); margin-bottom: 1rem; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
footer li a { font-size: .85rem; color: var(--text-muted); }
footer li a:hover { color: var(--blue-dark); }
.foot-bottom { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--divider); display: flex; justify-content: space-between; font-size: .75rem; color: var(--text-faint); gap: 1rem; flex-wrap: wrap; }

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .book-grid, .foot-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta .btn-outline { display: none; }
  .ham { display: inline-flex; }
}
@media (max-width: 860px) {
  .twocol-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
  .services-grid, .values-grid, .form-grid, .hero-stats { grid-template-columns: 1fr; }
  .twocol-grid { grid-template-columns: 1fr !important; }
  .wrap { padding-inline: 1rem; }
  .book-form-card { padding: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  *, *::before, *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}

/* ======= FLOATING IT MASCOT ======= */
.mascot-wrap {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .6rem;
  pointer-events: none;
}
.mascot-bubble {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px 18px 4px 18px;
  padding: .65rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
  box-shadow: var(--shadow-md);
  max-width: 200px;
  line-height: 1.45;
  animation: bubblePop .4s cubic-bezier(0.16,1,0.3,1);
  pointer-events: auto;
}
@keyframes bubblePop {
  0%  { transform: scale(0.6) translateY(12px); opacity:0; }
  100%{ transform: scale(1)   translateY(0);    opacity:1; }
}
.mascot-svg-wrap {
  width: 90px;
  height: 90px;
  pointer-events: auto;
  cursor: pointer;
  filter: drop-shadow(0 8px 18px rgba(13,74,110,.18));
}
.mascot-svg-wrap:hover .m-body { animation: mascotWiggle .5s ease-in-out; }
@keyframes mascotWiggle {
  0%,100%{ transform: rotate(0deg); }
  25%    { transform: rotate(-8deg); }
  75%    { transform: rotate(8deg); }
}
.m-body { transform-origin: 45px 80px; }
@keyframes mascotFloat {
  0%,100%{ transform: translateY(0); }
  50%    { transform: translateY(-7px); }
}
.mascot-svg-wrap svg { animation: mascotFloat 3s ease-in-out infinite; }
@keyframes typingDot {
  0%,80%,100%{ opacity:.2; transform:scale(.8); }
  40%        { opacity:1;  transform:scale(1); }
}
.td1{ animation: typingDot 1.2s ease-in-out infinite 0s; }
.td2{ animation: typingDot 1.2s ease-in-out infinite .2s; }
.td3{ animation: typingDot 1.2s ease-in-out infinite .4s; }
@media(max-width:640px){ .mascot-wrap{ bottom:16px; right:12px; } .mascot-svg-wrap{ width:70px; height:70px; } }


@media(max-width:860px){
  #why .why-grid { grid-template-columns: repeat(2,1fr) !important; }
}
@media(max-width:540px){
  #why .why-grid { grid-template-columns: 1fr !important; }
}


/* Equal-height industry & one-off cards with bottom-aligned buttons */
.ind-card, .oneoff-card { display: flex; flex-direction: column; }
.ind-card ul, .oneoff-card ul { flex-grow: 1; }

/* ============================================================
   RESPONSIVE + CROSS-BROWSER HARDENING (added)
   ============================================================ */

/* Box-sizing safety across all browsers */
*, *::before, *::after { box-sizing: border-box; }

/* Prevent horizontal overflow on any device */
body { max-width: 100%; overflow-x: clip; }

/* Media & SVG never overflow their container */
img, svg, video { max-width: 100%; height: auto; }

/* Sub-page hero grid: collapse at the same point as everything else.
   (Sub-pages set grid inline; this class override wins on stack.) */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr !important; }
  .hero-visual { order: -1; max-width: 380px; margin: 0 auto; }
}

/* Fill the awkward 980–1160px zone: keep 3-col services, tighten gaps */
@media (max-width: 1160px) and (min-width: 981px) {
  .services-grid { gap: 1rem; }
}

/* Tablet band */
@media (max-width: 900px) {
  .twocol-grid { grid-template-columns: 1fr !important; }
}

/* Slow the reviews marquee further on smaller screens */
@media (max-width: 900px) {
  .marquee-track { animation-duration: 75s; }
}
@media (max-width: 600px) {
  .marquee-track { animation-duration: 90s; }
  .rev-card { width: 300px; }
  .marquee-wrap::before, .marquee-wrap::after { width: 40px; }
}

/* Small phones: tighten hero + headings */
@media (max-width: 480px) {
  .hero-h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .nav-inner { height: 72px; }
  .btn { width: auto; }
}

/* Let long button rows wrap instead of overflowing */
.hero-btns, .nav-cta { flex-wrap: wrap; }

/* Cross-browser: smooth font rendering + prevent iOS text auto-inflation */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ============================================================
   ANIMATED HERO ILLUSTRATIONS (added)
   ============================================================ */
.hero-visual svg { overflow: visible; }
@keyframes floatY { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-8px); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes dashFlow { to { stroke-dashoffset: -100; } }
@keyframes popIn { 0%{ transform: scale(.6); opacity:0; } 100%{ transform: scale(1); opacity:1; } }
@keyframes softPulse { 0%,100%{ opacity:.55; } 50%{ opacity:1; } }

.hv-float { animation: floatY 4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.hv-float-2 { animation: floatY 5s ease-in-out infinite .4s; transform-box: fill-box; transform-origin: center; }
.hv-float-3 { animation: floatY 4.5s ease-in-out infinite .8s; transform-box: fill-box; transform-origin: center; }
.hv-orbit { animation: spinSlow 40s linear infinite; transform-box: fill-box; transform-origin: center; }
.hv-dash { stroke-dasharray: 6 8; animation: dashFlow 3s linear infinite; }
.hv-pulse { animation: softPulse 2.5s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.hv-pop { animation: popIn .5s cubic-bezier(.16,1,.3,1) both; transform-box: fill-box; transform-origin: center; }
.hv-pop-1 { animation-delay:.05s; } .hv-pop-2 { animation-delay:.15s; } .hv-pop-3 { animation-delay:.25s; }
.hv-pop-4 { animation-delay:.35s; } .hv-pop-5 { animation-delay:.45s; } .hv-pop-6 { animation-delay:.55s; }
@media (prefers-reduced-motion: reduce) {
  .hv-float,.hv-float-2,.hv-float-3,.hv-orbit,.hv-dash,.hv-pulse,.hv-pop { animation: none; }
}
