.internal-page {
  background: #fff;
  color: var(--text);
}

.page-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  display: flex;
  align-items: end;
  color: #fff;
  background:
    radial-gradient(circle at 78% 25%, rgba(255,255,255,.13), transparent 24%),
    linear-gradient(125deg, #030303 0%, #101010 52%, #2b2b2b 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.page-hero::after {
  content: "1997";
  position: absolute;
  right: 2vw;
  bottom: -7vw;
  color: rgba(255,255,255,.035);
  font-size: clamp(13rem, 29vw, 34rem);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.08em;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 92px 0 76px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  color: rgba(255,255,255,.62);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.breadcrumb b { color: #ffe100; }

.page-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3.5rem, 7.2vw, 7.7rem);
  line-height: .88;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.page-hero-copy {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: 70px;
  align-items: end;
  margin-top: 32px;
}

.page-hero-copy p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.7;
}

.since-card {
  justify-self: end;
  min-width: 260px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(0,0,0,.34);
  backdrop-filter: blur(8px);
}

.since-card span,
.timeline-year,
.story-label {
  display: block;
  color: #9b9b9b;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.since-card strong {
  display: block;
  margin-top: 6px;
  color: #ffe100;
  font-size: 2.3rem;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255,213,0,.55);
}

.identity-nav {
  position: sticky;
  top: 78px;
  z-index: 42;
  color: #fff;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.identity-nav-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: #ffe100 #111;
}

.identity-nav-inner {
  width: min(1420px, calc(100% - 64px));
  min-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid rgba(255,255,255,.18);
}

.identity-link {
  min-height: 88px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-right: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(145deg, #171717, #080808);
  transition: background .22s, color .22s, transform .22s;
}

a.identity-link:hover {
  position: relative;
  z-index: 2;
  color: #ffe100;
  background: linear-gradient(145deg, #292929, #101010);
}

.identity-link.is-active {
  color: var(--cta-blue);
  background: linear-gradient(135deg, #ffe43b, #ffc800);
  box-shadow: inset 0 0 24px rgba(255,255,255,.28), 0 0 23px rgba(255,213,0,.28);
  text-shadow: 0 0 5px rgba(29,79,255,.38);
}

.identity-number {
  color: #777;
  font-size: 1.55rem;
  font-weight: 200;
  line-height: 1;
}

.identity-link.is-active .identity-number { color: rgba(8,31,120,.57); }

.identity-copy small {
  display: block;
  margin-bottom: 4px;
  color: #818181;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.identity-link.is-active .identity-copy small { color: rgba(8,31,120,.68); }

.identity-copy strong {
  display: block;
  font-size: .84rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.identity-link > b {
  font-size: 1.25rem;
  font-weight: 500;
}

.identity-link.is-active > b {
  font-size: .68rem;
  text-shadow: 0 0 8px rgba(8,31,120,.5);
}

.story-intro {
  padding: 94px 0 80px;
}

.story-intro-grid {
  display: grid;
  grid-template-columns: .8fr 1.45fr;
  gap: 9vw;
  align-items: start;
}

.story-intro h2,
.story-closing h2 {
  margin: 12px 0 0;
  color: #050505;
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  line-height: .93;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.story-lead {
  color: #222;
  font-size: clamp(1.2rem, 1.7vw, 1.62rem);
  line-height: 1.55;
}

.story-prose p {
  margin: 0 0 20px;
  color: #5d5d5d;
  font-size: .97rem;
  line-height: 1.85;
}

.story-prose p:last-child { margin-bottom: 0; }

.timeline-section {
  position: relative;
  padding: 108px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #030303, #111 52%, #292929);
}

.timeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 100% 92px;
}

.timeline-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 82px;
}

.timeline-heading h2 {
  margin: 11px 0 0;
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  line-height: .91;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.timeline-heading p {
  margin: 0;
  color: #bcbcbc;
  line-height: 1.75;
}

.timeline {
  position: relative;
  display: grid;
  gap: 78px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(#ffe100, rgba(255,255,255,.26) 12%, rgba(255,255,255,.26) 88%, #ffe100);
}

.timeline-item {
  position: relative;
  width: calc(50% - 55px);
  padding: 34px 36px 38px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 24px 65px rgba(0,0,0,.24);
}

.timeline-item:nth-child(even) { margin-left: calc(50% + 55px); }

.timeline-item::before {
  content: "";
  position: absolute;
  top: 41px;
  right: -63px;
  width: 14px;
  height: 14px;
  border: 4px solid #111;
  border-radius: 50%;
  background: #ffe100;
  box-shadow: 0 0 18px rgba(255,225,0,.8);
}

.timeline-item:nth-child(even)::before {
  right: auto;
  left: -62px;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -55px;
  width: 55px;
  height: 1px;
  background: rgba(255,255,255,.32);
}

.timeline-item:nth-child(even)::after {
  right: auto;
  left: -55px;
}

.timeline-year {
  color: #ffe100;
  text-shadow: 0 0 9px rgba(255,213,0,.45);
}

.timeline-item h3 {
  margin: 12px 0 19px;
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.timeline-item p {
  margin: 0 0 15px;
  color: #c7c7c7;
  font-size: .9rem;
  line-height: 1.78;
}

.timeline-item p:last-child { margin-bottom: 0; }

.timeline-item strong:not(.title-highlight) { color: #fff; }

.timeline-points {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-points li {
  position: relative;
  padding-left: 20px;
  color: #d1d1d1;
  font-size: .82rem;
  line-height: 1.6;
}

.timeline-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 7px;
  height: 7px;
  background: #ffe100;
  box-shadow: 0 0 8px rgba(255,213,0,.7);
}

.manual-feature {
  margin-top: 23px;
  padding: 19px 20px;
  border-left: 3px solid #ffe100;
  color: #fff;
  background: rgba(255,225,0,.07);
  font-size: .84rem;
  line-height: 1.7;
}

.trust-section {
  padding: 100px 0;
  background: #f5f5f5;
}

.trust-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.trust-heading h2 {
  margin: 11px 0 0;
  font-size: clamp(2.5rem, 4.3vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.trust-heading > p {
  margin: 0;
  color: #666;
  line-height: 1.75;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}

.trust-card {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.trust-card > span {
  color: #b3b3b3;
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 1;
}

.trust-card h3 {
  margin: 30px 0 15px;
  color: #080808;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.trust-card p,
.trust-card li {
  color: #646464;
  font-size: .83rem;
  line-height: 1.72;
}

.trust-card ul { margin: 15px 0 0; padding-left: 18px; }

.verification-band {
  padding: 82px 0;
  color: #fff;
  background: #070707;
}

.verification-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.verification-band h2 {
  margin: 11px 0 18px;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: .95;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.verification-band p {
  color: #bdbdbd;
  line-height: 1.8;
}

.deadlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255,255,255,.22);
}

.deadlines.three { grid-template-columns: repeat(3, 1fr); }

.deadline {
  padding: 33px 28px;
  background: linear-gradient(145deg, #222, #0a0a0a);
}

.deadline + .deadline { border-left: 1px solid rgba(255,255,255,.22); }

.deadline strong {
  display: block;
  color: #ffe100;
  font-size: 3.9rem;
  line-height: 1;
  text-shadow: 0 0 16px rgba(255,213,0,.54);
}

.deadline b {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

.deadline span {
  display: block;
  margin-top: 7px;
  color: #999;
  font-size: .75rem;
  line-height: 1.55;
}

.values-section { padding: 95px 0; }

.values-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
}

.values-section h2 {
  margin: 11px 0 22px;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.values-section p {
  color: #606060;
  line-height: 1.8;
}

.values-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.values-list li {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: .84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.values-list li::before {
  content: "✓";
  color: #ffe100;
  font-size: 1.35rem;
  text-shadow: 0 0 8px rgba(255,213,0,.7);
  -webkit-text-stroke: .7px #8a6f00;
}

.story-closing {
  padding: 105px 0;
  background: linear-gradient(110deg, #fff, #efefef);
}

.story-closing-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: center;
}

.story-closing p {
  max-width: 800px;
  color: #5e5e5e;
  line-height: 1.85;
}

.closing-claim {
  padding: 38px;
  color: #fff;
  background: linear-gradient(145deg, #262626, #050505);
  box-shadow: 0 25px 55px rgba(0,0,0,.18);
}

.closing-claim span {
  display: block;
  margin-bottom: 13px;
  color: #999;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.closing-claim strong {
  color: #ffe100;
  font-size: clamp(1.7rem, 2.8vw, 3rem);
  line-height: 1.12;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255,213,0,.48);
}

.statement-section {
  padding: 100px 0;
  background: #fff;
}

.statement-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 8vw;
  align-items: start;
}

.statement-section h2,
.manifesto-section h2,
.future-section h2 {
  margin: 11px 0 0;
  color: #080808;
  font-size: clamp(2.6rem, 4.8vw, 5.2rem);
  line-height: .93;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.statement-copy > p {
  margin: 0 0 20px;
  color: #5e5e5e;
  font-size: .97rem;
  line-height: 1.85;
}

.statement-copy .story-lead {
  color: #171717;
  font-size: clamp(1.2rem, 1.7vw, 1.62rem);
  line-height: 1.55;
}

.mission-promise {
  margin-top: 34px;
  padding: 30px 32px;
  border-left: 4px solid #ffe100;
  color: #fff;
  background: linear-gradient(145deg, #292929, #070707);
  box-shadow: 0 22px 52px rgba(0,0,0,.15);
}

.mission-promise span {
  display: block;
  margin-bottom: 9px;
  color: #9d9d9d;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mission-promise strong {
  color: #ffe100;
  font-size: clamp(1.45rem, 2.4vw, 2.6rem);
  line-height: 1.18;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255,213,0,.5);
}

.pillars-section {
  position: relative;
  padding: 105px 0;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #030303, #111 55%, #2b2b2b);
}

.pillars-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 76px 76px;
}

.pillars-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 45px;
}

.pillars-heading h2 {
  margin: 11px 0 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.pillars-heading p {
  margin: 0;
  color: #bdbdbd;
  line-height: 1.75;
}

.pillar-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.2);
}

.pillar {
  position: relative;
  min-height: 330px;
  padding: 34px 36px 38px;
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
}

.pillar-number {
  display: block;
  color: #ffe100;
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255,213,0,.38);
}

.pillar h3 {
  margin: 27px 0 15px;
  font-size: 1.35rem;
  line-height: 1.18;
  text-transform: uppercase;
}

.pillar p {
  margin: 0;
  color: #c3c3c3;
  font-size: .88rem;
  line-height: 1.78;
}

.client-journey {
  padding: 98px 0;
  background: #f4f4f4;
}

.journey-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.journey-heading h2 {
  margin: 11px 0 0;
  font-size: clamp(2.4rem, 4.3vw, 4.7rem);
  line-height: .94;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.journey-heading p {
  margin: 0;
  color: #626262;
  line-height: 1.75;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.journey-step {
  position: relative;
  min-height: 245px;
  padding: 28px 25px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}

.journey-step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #222;
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 900;
}

.journey-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 42px;
  right: -10px;
  color: #111;
  font-weight: 900;
}

.journey-step h3 {
  margin: 26px 0 12px;
  font-size: 1rem;
  text-transform: uppercase;
}

.journey-step p {
  margin: 0;
  color: #666;
  font-size: .8rem;
  line-height: 1.7;
}

.manifesto-section {
  padding: 105px 0;
  background: #fff;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
  align-items: start;
}

.manifesto-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: vision;
  border-top: 1px solid #d9d9d9;
}

.manifesto-list li {
  counter-increment: vision;
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #242424;
  font-size: clamp(1rem, 1.4vw, 1.24rem);
  line-height: 1.55;
}

.manifesto-list li::before {
  content: "0" counter(vision);
  color: #b5b5b5;
  font-size: 1.55rem;
  font-weight: 200;
}

.future-section {
  padding: 105px 0;
  color: #fff;
  background: linear-gradient(135deg, #050505, #191919 60%, #343434);
}

.future-section h2 { color: #fff; }

.future-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 8vw;
  align-items: center;
}

.future-copy p {
  color: #bfbfbf;
  line-height: 1.85;
}

.future-metric {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 45px 45px;
}

.future-metric::before,
.future-metric::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,225,0,.5);
  border-radius: 50%;
}

.future-metric::before { width: 230px; height: 230px; }
.future-metric::after { width: 150px; height: 150px; box-shadow: 0 0 28px rgba(255,213,0,.17); }

.future-metric strong {
  position: relative;
  z-index: 1;
  color: #ffe100;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255,213,0,.55);
}

@media (max-width: 900px) {
  .identity-nav { top: 70px; }
  .identity-nav-inner {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(5, minmax(235px, 1fr));
    padding-inline: 16px;
    border-left: 0;
  }

  .page-hero-copy,
  .story-intro-grid,
  .timeline-heading,
  .trust-heading,
  .verification-grid,
  .values-grid,
  .story-closing-grid,
  .statement-grid,
  .pillars-heading,
  .journey-heading,
  .manifesto-grid,
  .future-grid { grid-template-columns: 1fr; gap: 35px; }

  .since-card { justify-self: start; }
  .timeline::before { left: 7px; }
  .timeline-item,
  .timeline-item:nth-child(even) { width: calc(100% - 50px); margin-left: 50px; }
  .timeline-item::before,
  .timeline-item:nth-child(even)::before { right: auto; left: -55px; }
  .timeline-item::after,
  .timeline-item:nth-child(even)::after { right: auto; left: -50px; width: 50px; }
  .trust-grid { grid-template-columns: 1fr; }
  .deadlines.three { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .page-hero { min-height: 570px; }
  .page-hero-inner { padding: 72px 0 58px; }
  .page-hero h1 { font-size: 3.25rem; }
  .since-card { min-width: 0; width: 100%; }
  .identity-link { min-height: 76px; padding: 12px 16px; grid-template-columns: 36px 1fr auto; gap: 11px; }
  .identity-number { font-size: 1.25rem; }
  .story-intro,
  .timeline-section,
  .trust-section,
  .values-section,
  .story-closing { padding-block: 72px; }
  .timeline { gap: 45px; }
  .timeline-item,
  .timeline-item:nth-child(even) { width: calc(100% - 32px); margin-left: 32px; padding: 27px 23px 30px; }
  .timeline-item::before,
  .timeline-item:nth-child(even)::before { left: -36px; }
  .timeline-item::after,
  .timeline-item:nth-child(even)::after { left: -32px; width: 32px; }
  .deadlines,
  .values-list,
  .pillar-grid,
  .journey-grid { grid-template-columns: 1fr; }
  .deadline + .deadline { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .journey-step:not(:last-child)::after { display: none; }
  .statement-section,
  .pillars-section,
  .client-journey,
  .manifesto-section,
  .future-section { padding-block: 72px; }
}

/* Regola editoriale 2026: titoli in stile frase e allineati al contenuto. */
.internal-page h1,
.internal-page h2,
.internal-page h3,
.internal-page h4,
.internal-page h5,
.internal-page h6 {
  text-transform: none !important;
}

.internal-page .page-hero-inner,
.internal-page .page-hero h1 {
  text-align: left !important;
}

.internal-page .page-hero h1 {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.internal-page h1 {
  text-align: left !important;
  margin-left: 0 !important;
  font-size: clamp(3.2rem, 5.5vw, 6.25rem) !important;
}

@media (max-width: 860px) {
  .internal-page h1 {
    font-size: clamp(3.1rem, 12vw, 5rem) !important;
  }
}

@media (max-width: 560px) {
  .internal-page h1 {
    font-size: 2.85rem !important;
  }
}
