/* ============================================================
   FONTS — EuclidCircularA local
   ============================================================ */
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-Light.woff2') format('woff2'),
       url('fonts/EuclidCircularA-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-LightItalic.woff2') format('woff2'),
       url('fonts/EuclidCircularA-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-Regular.woff2') format('woff2'),
       url('fonts/EuclidCircularA-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-Italic.woff2') format('woff2'),
       url('fonts/EuclidCircularA-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-Medium.woff2') format('woff2'),
       url('fonts/EuclidCircularA-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-MediumItalic.woff2') format('woff2'),
       url('fonts/EuclidCircularA-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
       url('fonts/EuclidCircularA-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-SemiBoldItalic.woff2') format('woff2'),
       url('fonts/EuclidCircularA-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-Bold.woff2') format('woff2'),
       url('fonts/EuclidCircularA-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EuclidCircularA';
  src: url('fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'),
       url('fonts/EuclidCircularA-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ============================================================
   BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-padding-top: 80px; }

body {
  font-family: 'EuclidCircularA', sans-serif;
  color: #1b1f3e;
  margin: 0;
}

/* ============================================================
   SVG ICON SYSTEM  (matches production .icon class)
   ============================================================ */
.icon {
  display: inline-block;
  width: 1.5rem;   /* 24px */
  height: 1.5rem;
  vertical-align: middle;
  flex-shrink: 0;
  fill: currentColor;
}

.icon.stroke-2 { stroke-width: 2px; }
.icon.stroke-4 { stroke-width: 4px; }

/* ============================================================
   SPLIDE PAGINATION DOTS
   ============================================================ */
.splide__pagination__page {
  background: #d5d8e5;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 9999px;
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.splide__pagination__page.is-active {
  background: #1b1f3e;
  transform: scale(1.2);
}
.splide__pagination {
  margin-top: 2rem;
  position: static;
  padding: 0;
}

/* ============================================================
   TESTIMONIAL AVATARS
   ============================================================ */
.testimonial-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 9999px;
  display: block;
  flex-shrink: 0;
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
[x-cloak] { display: none !important; }

/* ============================================================
   FORM INPUTS  (shared interactive style)
   ============================================================ */
.input-pill {
  height: 60px;
  border-radius: 9999px;
  border: 1px solid #d5d8e5;
  background: #fff;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 1.063rem;
  color: #1b1f3e;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.input-pill::placeholder {
  color: #98a2c7;
  font-weight: 300;
}
.input-pill:hover,
.input-pill:focus {
  border-color: #2fc35d;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);
  transform: scale(1.03);
}

/* ============================================================
   BUTTON — primary pill
   ============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 60px;
  border-radius: 9999px;
  padding: 0.75rem 1.75rem;
  background: #2fc35d;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 1.063rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
}
.btn-primary:hover { opacity: 0.85; }


.c-heroAccountant {
  position: relative;
}

.c-heroAccountant__note {
  position: absolute;
  top: -3%;
  left: -12%;
  width: 28%;
  height: auto;
  transition: all 0.3s ease;
  
}

@keyframes note-shake {
  0%        { transform: rotate(0deg)     translateY(0);    }
  15%       { transform: rotate(-6deg)    translateY(-4px); }
  30%       { transform: rotate(5deg)     translateY(-6px); }
  45%       { transform: rotate(-4deg)    translateY(-3px); }
  60%       { transform: rotate(3deg)     translateY(-5px); }
  75%       { transform: rotate(-2deg)    translateY(-2px); }
  90%       { transform: rotate(1deg)     translateY(-1px); }
  100%      { transform: rotate(0deg)     translateY(0);    }
}

.c-heroAccountant__note:hover {
  animation: note-shake 0.55s ease-in-out;
  
}

.c-heroAccountant__character {
  width: 100%;
  height: auto;
  
}

@media screen and (max-width: 1024px) {
  .c-heroAccountant {
    max-width: 50%;
    margin: 0 auto;
  }
}