/* ========================================================================== 
   Idea to Software â€” Refonte page d'accueil 2026
   Ã€ ajouter Ã  la fin de custom.css.
   Toutes les rÃ¨gles sont volontairement limitÃ©es Ã  .its-home-shell.
   ========================================================================== */ .its-home-shell, .its-home-shell *  {
  box-sizing: border-box;
}

.its-home-shell  {
  --its-home-navy: #082e3d;
  --its-home-navy-2: #0b3d50;
  --its-home-ink: #0b2d3a;
  --its-home-copy: #4d6570;
  --its-home-muted: #748a94;
  --its-home-blue: #087f9f;
  --its-home-blue-2: #116f93;
  --its-home-cyan: #18aabd;
  --its-home-orange: #f28d35;
  --its-home-green: #1d9d72;
  --its-home-red: #cc4e59;
  --its-home-soft: #eef7f9;
  --its-home-soft-2: #f7fafb;
  --its-home-line: #d9e6ea;
  --its-home-shadow: 0 20px 52px rgba(6, 47, 63, 0.11);
  --its-home-shadow-strong: 0 28px 72px rgba(6, 47, 63, 0.18);
  overflow: hidden;
  background: #fff;
  color: var(--its-home-ink);
  font-family: inherit;
}

.its-home-shell img  {
  display: block;
  max-width: 100%;
}

.its-home-shell a  {
  text-decoration: none;
}

.its-home-shell .its-home-container  {
  width: calc(100% - 40px);
  max-width: 1440px !important;
  margin-inline: auto;
}

.its-home-shell h1, .its-home-shell h2, .its-home-shell h3, .its-home-shell p, .its-home-shell figure  {
  margin-top: 0;
}

.its-home-shell h1  {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2.65rem, 4.9vw, 5.15rem);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-wrap: balance;
}

.its-home-shell h2  {
  margin-bottom: 17px;
  color: var(--its-home-ink);
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
}

.its-home-shell h3  {
  margin-bottom: 10px;
  color: var(--its-home-ink);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
}

.its-home-shell p, .its-home-shell li  {
  color: var(--its-home-copy);
  line-height: 1.68;
}

.its-home-shell strong  {
  color: inherit;
}

.its-home-lead  {
  font-size: 1.08rem;
}
/* --------------------------------------------------------------------------
   Titres & boutons
   -------------------------------------------------------------------------- */ .its-home-kicker  {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 13px;
  color: var(--its-home-blue) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.115em;
  line-height: 1.35;
  text-transform: uppercase;
}

.its-home-kicker::before  {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--its-home-orange);
}

.its-home-heading  {
  max-width: 850px;
}

.its-home-heading--center  {
  margin-inline: auto;
  text-align: center;
}

.its-home-heading--center .its-home-kicker  {
  justify-content: center;
}

.its-home-heading--light h2, .its-home-heading--light p  {
  color: #fff;
}

.its-home-heading--light .its-home-kicker  {
  color: #8ce0e9 !important;
}

.its-home-heading--light .its-home-kicker::before  {
  background: var(--its-home-orange);
}

.its-home-actions, .its-home-hero__actions, .its-home-final__actions  {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.its-home-button  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.its-home-button:hover  {
  transform: translateY(-2px);
}

.its-home-button--primary  {
  background: var(--its-home-blue);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(8, 127, 159, 0.24);
}

.its-home-button--light  {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.its-home-button--outline  {
  border-color: rgba(8, 127, 159, 0.32);
  background: #fff;
  color: var(--its-home-blue) !important;
}

.its-home-button--white  {
  background: #fff;
  color: var(--its-home-navy) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.its-home-button--ghost  {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.its-home-text-link  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--its-home-blue) !important;
  font-size: 0.93rem;
  font-weight: 850;
}

.its-home-text-link i  {
  font-size: 0.78rem;
  transition: transform 160ms ease;
}

.its-home-text-link:hover i  {
  transform: translateX(3px);
}
/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */ .its-home-hero  {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 7vw, 108px) 0 clamp(78px, 7vw, 112px);
  background: radial-gradient(circle at 78% 18%, rgba(24, 170, 189, 0.28), transparent 30%), radial-gradient(circle at 12% 86%, rgba(242, 141, 53, 0.15), transparent 27%), linear-gradient(135deg, #072d3d 0%, #0a4357 55%, #0b6072 100%);
  width: 100%;
  padding-top: 200px;
  margin-top: -50px;
}

.its-home-hero::before  {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
}

.its-home-hero__grid  {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(42px, 5vw, 82px);
  align-items: center;
}

.its-home-hero .its-home-kicker  {
  color: #91e4ec !important;
}

.its-home-hero__lead  {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.83) !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.72 !important;
}

.its-home-hero__lead strong  {
  color: #fff;
}

.its-home-hero__actions  {
  margin-top: 30px;
}

.its-home-hero__badges  {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.its-home-hero__badges span  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.79rem;
  font-weight: 750;
}

.its-home-hero__badges i  {
  color: #69d7e2;
}

.its-home-hero__visual  {
  position: relative;
  min-height: 545px;
}

.its-home-screen  {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(10, 62, 80, 0.13);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--its-home-shadow);
}

.its-home-screen > a  {
  display: block;
}

.its-home-screen img  {
  width: 100%;
  height: auto;
}

.its-home-screen figcaption  {
  padding: 12px 15px 13px;
  border-top: 1px solid var(--its-home-line);
  color: var(--its-home-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.its-home-screen--main  {
  position: absolute;
  top: 35px;
  right: 0;
  width: 92%;
  transform: rotate(0.6deg);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.24);
}

.its-home-screen--float  {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 54%;
  border: 5px solid rgba(255, 255, 255, 0.92);
  transform: rotate(-1.2deg);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.27);
}

.its-home-hero__signal  {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--its-home-navy);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 0.79rem;
  font-weight: 850;
}

.its-home-hero__signal i  {
  color: var(--its-home-cyan);
}

.its-home-hero__signal--one  {
  top: 3px;
  left: 4%;
}

.its-home-hero__signal--two  {
  right: 1%;
  bottom: 48px;
}
/* --------------------------------------------------------------------------
   Parcours mÃ©tier
   -------------------------------------------------------------------------- */ .its-home-flow-section  {
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--its-home-line);
  background: #fff;
}

.its-home-flow  {
  display: grid;
  grid-template-columns: repeat(13, auto);
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.its-home-flow__step  {
  display: grid;
  min-width: 112px;
  min-height: 96px;
  padding: 13px 10px;
  border: 1px solid var(--its-home-line);
  border-radius: 14px;
  place-items: center;
  background: #fff;
  box-shadow: 0 9px 24px rgba(6, 47, 63, 0.06);
  text-align: center;
}

.its-home-flow__step span  {
  color: var(--its-home-orange);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.its-home-flow__step i  {
  color: var(--its-home-blue);
  font-size: 1.1rem;
}

.its-home-flow__step strong  {
  color: var(--its-home-ink);
  font-size: 0.8rem;
}

.its-home-flow__arrow  {
  color: #94a8b0;
  font-size: 1.15rem;
  font-weight: 900;
}
/* --------------------------------------------------------------------------
   Sections gÃ©nÃ©rales
   -------------------------------------------------------------------------- */ .its-home-section  {
  padding: clamp(76px, 8vw, 116px) 0;
}

.its-home-section--soft  {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef7f9 100%);
}

.its-home-feature-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.its-home-feature-card  {
  position: relative;
  min-height: 295px;
  padding: 27px;
  border: 1px solid var(--its-home-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(6, 47, 63, 0.07);
}

.its-home-feature-card::after  {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 72px;
  border-radius: 70px 0 17px 0;
  background: linear-gradient(135deg, transparent, rgba(24, 170, 189, 0.08));
  pointer-events: none;
}

.its-home-feature-card--accent  {
  border-color: rgba(8, 127, 159, 0.28);
  background: linear-gradient(145deg, #ffffff 0%, #effafd 100%);
}

.its-home-feature-card__icon  {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  place-items: center;
  background: #e8f7fa;
  color: var(--its-home-blue);
  font-size: 1.05rem;
}

.its-home-feature-card__eyebrow  {
  margin-bottom: 6px;
  color: var(--its-home-orange) !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.its-home-feature-card h3  {
  font-size: 1.22rem;
}

.its-home-feature-card p:last-of-type  {
  margin-bottom: 0;
}

.its-home-feature-card .its-home-text-link  {
  margin-top: 18px;
}
/* --------------------------------------------------------------------------
   Extranet
   -------------------------------------------------------------------------- */ .its-home-extranet  {
  background: #fff;
}

.its-home-split  {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
}

.its-home-checklist  {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.its-home-checklist li  {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.its-home-checklist i  {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  place-items: center;
  background: #e7f8f2;
  color: var(--its-home-green);
  font-size: 0.68rem;
}

.its-home-actions  {
  margin-top: 28px;
}

.its-home-screen--clean  {
  box-shadow: var(--its-home-shadow-strong);
}
/* --------------------------------------------------------------------------
   Produits
   -------------------------------------------------------------------------- */ .its-home-section--solutions  {
  border-top: 1px solid var(--its-home-line);
  background: #f8fbfc;
}

.its-home-product-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
  align-items: stretch;
}

.its-home-product  {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--its-home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 47, 63, 0.08);
}

.its-home-product--featured  {
  border-color: rgba(8, 127, 159, 0.32);
  box-shadow: 0 22px 58px rgba(6, 47, 63, 0.13);
}

.its-home-product__visual  {
  overflow: hidden;
  height: 228px;
  background: #eaf3f6;
}

.its-home-product__visual > a  {
  display: block;
  height: 100%;
}

.its-home-product__visual img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 280ms ease;
}

.its-home-product:hover .its-home-product__visual img  {
  transform: scale(1.018);
}

.its-home-product__visual--embedded img  {
  object-position: center;
}

.its-home-product__body  {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px;
}

.its-home-product__label  {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf8fa;
  color: var(--its-home-blue);
  font-size: 0.73rem;
  font-weight: 850;
}

.its-home-product h3  {
  margin-bottom: 4px;
  font-size: 1.48rem;
}

.its-home-product__subtitle  {
  min-height: 48px;
  margin-bottom: 17px;
  color: var(--its-home-muted) !important;
  font-size: 0.9rem;
  font-weight: 700;
}

.its-home-product ul  {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.its-home-product li  {
  position: relative;
  padding-left: 19px;
  font-size: 0.91rem;
}

.its-home-product li::before  {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--its-home-cyan);
  transform: translateY(-50%);
}

.its-home-product .its-home-button  {
  width: 100%;
  margin-top: auto;
}
/* --------------------------------------------------------------------------
   Ã‰volutions
   -------------------------------------------------------------------------- */ .its-home-progress  {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 0%, rgba(24, 170, 189, 0.24), transparent 34%), linear-gradient(135deg, #072e3e 0%, #0a4054 100%);
}

.its-home-progress-grid  {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 38px;
}

.its-home-progress-grid article  {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.its-home-progress-grid span  {
  display: block;
  margin-bottom: 20px;
  color: #75d8e2;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.its-home-progress-grid h3  {
  color: #fff;
}

.its-home-progress-grid p  {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}
/* --------------------------------------------------------------------------
   ActualitÃ©s
   -------------------------------------------------------------------------- */ .its-home-news  {
  background: #fff;
}

.its-home-news__head  {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

.its-home-news-grid  {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.its-home-news-card  {
  overflow: hidden;
  border: 1px solid var(--its-home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(6, 47, 63, 0.07);
}

.its-home-news-card__image  {
  display: grid;
  overflow: hidden;
  height: 225px;
  place-items: center;
  background: #f0f6f8;
}

.its-home-news-card__image img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.its-home-news-card:nth-child(2) .its-home-news-card__image img  {
  padding: 24px;
  object-fit: contain;
  background: #f8fbfc;
}

.its-home-news-card:hover .its-home-news-card__image img  {
  transform: scale(1.025);
}

.its-home-news-card__body  {
  padding: 24px;
}

.its-home-news-card__meta  {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 13px;
  color: var(--its-home-muted);
  font-size: 0.76rem;
}

.its-home-news-card__meta span  {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf7f9;
  color: var(--its-home-blue);
  font-weight: 850;
}

.its-home-news-card h3  {
  min-height: 54px;
  font-size: 1.2rem;
}

.its-home-news-card h3 a  {
  color: var(--its-home-ink) !important;
}

.its-home-news-card p  {
  min-height: 92px;
  font-size: 0.91rem;
}
/* --------------------------------------------------------------------------
   Ã€ propos / confiance
   -------------------------------------------------------------------------- */ .its-home-about  {
  border-top: 1px solid var(--its-home-line);
  background: linear-gradient(180deg, #f8fbfc 0%, #f1f7f9 100%);
}

.its-home-about__grid  {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.its-home-about__points  {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.its-home-about__points article  {
  display: flex;
  gap: 15px;
  min-height: 132px;
  padding: 21px;
  border: 1px solid var(--its-home-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 47, 63, 0.06);
}

.its-home-about__points i  {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  place-items: center;
  background: #e9f7fa;
  color: var(--its-home-blue);
}

.its-home-about__points strong, .its-home-about__points span  {
  display: block;
}

.its-home-about__points strong  {
  margin: 3px 0 5px;
  color: var(--its-home-ink);
  font-size: 0.93rem;
}

.its-home-about__points span  {
  color: var(--its-home-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}
/* --------------------------------------------------------------------------
   CTA final
   -------------------------------------------------------------------------- */ .its-home-final  {
  padding: 62px 0;
  background: linear-gradient(105deg, var(--its-home-blue) 0%, #075f7c 52%, #0b3d50 100%);
}

.its-home-final__inner  {
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: space-between;
}

.its-home-final .its-home-kicker  {
  color: #a3e9ef !important;
}

.its-home-final h2  {
  max-width: 780px;
  margin-bottom: 12px;
  color: #fff;
}

.its-home-final p  {
  max-width: 830px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.its-home-final__actions  {
  flex: 0 0 auto;
  justify-content: flex-end;
}
/* --------------------------------------------------------------------------
   PhotoSwipe / zoom
   -------------------------------------------------------------------------- */ .its-home-shell a.zoom  {
  position: relative;
  cursor: zoom-in;
}

.its-home-shell a.zoom::after  {
  content: "\f00e";
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  place-items: center;
  background: rgba(7, 47, 62, 0.84);
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 0.82rem;
  font-weight: 900;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.its-home-shell a.zoom:hover::after, .its-home-shell a.zoom:focus-visible::after  {
  opacity: 1;
  transform: translateY(0);
}
/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */ @media (max-width: 1240px)  {
  .its-home-hero__grid  {
    grid-template-columns: minmax(0, 0.95fr) minmax(450px, 1.05fr);
  }
  .its-home-hero__visual  {
    min-height: 485px;
  }
  .its-home-flow  {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .its-home-flow__arrow  {
    display: none;
  }
  .its-home-flow__step  {
    min-width: 0;
  }
}

@media (max-width: 1020px)  {
  .its-home-hero__grid, .its-home-split, .its-home-about__grid  {
    grid-template-columns: 1fr;
  }
  .its-home-hero__copy  {
    max-width: 850px;
  }
  .its-home-hero__visual  {
    width: min(900px, 100%);
    min-height: 570px;
    margin-inline: auto;
  }
  .its-home-feature-grid, .its-home-product-grid, .its-home-news-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-home-product--featured  {
    grid-column: span 2;
  }
  .its-home-product--featured  {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }
  .its-home-product--featured .its-home-product__visual  {
    height: 100%;
    min-height: 410px;
  }
  .its-home-progress-grid  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-home-final__inner  {
    align-items: flex-start;
    flex-direction: column;
  }
  .its-home-final__actions  {
    justify-content: flex-start;
  }
}

@media (max-width: 760px)  {
  .its-home-shell .its-home-container  {
    width: calc(100% - 28px);
  }
  .its-home-shell h1  {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }
  .its-home-shell h2  {
    font-size: clamp(1.85rem, 8.4vw, 2.7rem);
  }
  .its-home-hero  {
    padding-top: 200px;
  }
  .its-home-hero__visual  {
    min-height: 430px;
  }
  .its-home-screen--main  {
    top: 30px;
    width: 96%;
  }
  .its-home-screen--float  {
    width: 59%;
  }
  .its-home-flow  {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .its-home-feature-grid, .its-home-product-grid, .its-home-news-grid, .its-home-progress-grid, .its-home-about__points  {
    grid-template-columns: 1fr;
  }
  .its-home-product--featured  {
    display: flex;
    grid-column: auto;
  }
  .its-home-product--featured .its-home-product__visual  {
    min-height: 0;
    height: 228px;
  }
  .its-home-news__head  {
    align-items: flex-start;
    flex-direction: column;
  }
  .its-home-news-card h3, .its-home-news-card p, .its-home-product__subtitle  {
    min-height: 0;
  }
  .its-home-final__actions, .its-home-actions, .its-home-hero__actions  {
    width: 100%;
  }
  .its-home-final__actions .its-home-button, .its-home-actions .its-home-button, .its-home-hero__actions .its-home-button  {
    width: 100%;
  }
}

@media (max-width: 520px)  {
  .its-home-shell .its-home-container  {
    width: calc(100% - 24px);
  }
  .its-home-hero__visual  {
    min-height: 330px;
  }
  .its-home-screen--main  {
    top: 25px;
    width: 100%;
  }
  .its-home-screen--float  {
    bottom: 0;
    width: 64%;
  }
  .its-home-hero__signal  {
    display: none;
  }
  .its-home-flow__step  {
    min-height: 88px;
  }
  .its-home-feature-card, .its-home-product__body, .its-home-news-card__body  {
    padding: 21px;
  }
  .its-home-news-card__image  {
    height: 190px;
  }
}

@media (prefers-reduced-motion: reduce)  {
  .its-home-shell *, .its-home-shell *::before, .its-home-shell *::after  {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}