
:root {
  --refresh-coral: #ff7a59;
  --refresh-green: #2fb67c;
  --refresh-yellow: #f5c542;
}

html { scroll-behavior: smooth; }
body { background: #fff; }
.btn-primary { box-shadow: 0 14px 34px -18px rgba(0, 96, 176, .72); }
#site-header.is-scrolled .header-bar {
  background: rgba(255, 255, 255, .95) !important;
  border-color: rgba(219, 231, 243, .95) !important;
}
.refresh-main {
  color: var(--color-ink);
  background: #fff;
}
.refresh-home > .refresh-hero > .container-x,
.refresh-home > .refresh-section > .container-x {
  width: min(100% - clamp(2rem, 5vw, 6rem), 96rem);
  max-width: none;
  padding-inline: 0;
}
.refresh-section {
  position: relative;
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.refresh-band {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 168, 232, .13), transparent 24rem),
    linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}
.refresh-hero {
  position: relative;
  min-height: auto;
  padding: clamp(7.3rem, 9vw, 9rem) 0 clamp(3rem, 5vw, 4.6rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.94) 34%, rgba(239,249,253,.78) 58%, rgba(232,246,253,.42) 100%),
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,.48)),
    url("/assets/altheo-photo-hero.webp") center center / cover no-repeat;
}
.refresh-orbit-host {
  --orbit-x: 0px;
  --orbit-y: 0px;
  position: relative;
  overflow: hidden;
}
.refresh-hero::before {
  content: "";
  position: absolute;
  inset: auto -18vw -24vw auto;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 96, 176, .16);
  border-radius: 50%;
  transform: rotate(-22deg) scaleY(.42);
}
.refresh-orbit-field {
  position: absolute;
  inset: 6rem 3vw auto auto;
  width: min(62rem, 66vw);
  height: min(36rem, 48vw);
  pointer-events: none;
  opacity: .74;
  transform: translate3d(calc(var(--orbit-x) * .44), calc(var(--orbit-y) * .34), 0);
  transition: transform .28s ease, opacity .28s ease;
  z-index: 1;
  filter: drop-shadow(0 18px 30px rgba(0, 96, 176, .12));
}
.refresh-orbit-field span {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(0, 96, 176, .28);
  transform: rotate(-18deg) scaleY(.42);
  transition: transform .38s ease, border-color .28s ease, opacity .28s ease;
}
.refresh-orbit-field .ring-one {
  inset: 16% 0 10% 4%;
  border-width: 3px;
}
.refresh-orbit-field .ring-two {
  inset: 5% 8% 0 0;
  border-color: rgba(0, 168, 232, .34);
}
.refresh-orbit-field .ring-three {
  inset: 30% 12% 24% 16%;
  border-color: rgba(255, 122, 89, .34);
}
.refresh-orbit-field .orbit-dot {
  width: 1rem;
  height: 1rem;
  right: 17%;
  top: 23%;
  border: 0;
  background: var(--refresh-coral);
  box-shadow: 0 0 0 .75rem rgba(255, 122, 89, .2), 0 0 28px rgba(255, 122, 89, .36);
  transform: translate3d(calc(var(--orbit-x) * .9), calc(var(--orbit-y) * .72), 0);
}
.refresh-orbit-host:hover .refresh-orbit-field {
  opacity: .95;
}
.refresh-orbit-host:hover .refresh-orbit-field .ring-one {
  transform: rotate(-10deg) scaleY(.46) translate3d(calc(var(--orbit-x) * .18), calc(var(--orbit-y) * .08), 0);
}
.refresh-orbit-host:hover .refresh-orbit-field .ring-two {
  transform: rotate(-25deg) scaleY(.38) translate3d(calc(var(--orbit-x) * -.14), calc(var(--orbit-y) * .14), 0);
}
.refresh-orbit-host:hover .refresh-orbit-field .ring-three {
  transform: rotate(-4deg) scaleY(.5) translate3d(calc(var(--orbit-x) * .22), calc(var(--orbit-y) * -.12), 0);
}
.refresh-hero > .container-x {
  position: relative;
  z-index: 2;
}
.refresh-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.refresh-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: var(--color-brand);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-kicker::before {
  content: "";
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--refresh-coral);
  box-shadow: 0 0 0 .4rem rgba(255, 122, 89, .14);
}
.refresh-hero h1 {
  max-width: 14ch;
  margin: 1.25rem 0 0;
  font-size: clamp(2.45rem, 4.1vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}
.refresh-hero .refresh-lead {
  max-width: 35rem;
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  line-height: 1.62;
}
.refresh-accent {
  color: var(--color-brand);
}
.refresh-lead {
  max-width: 43rem;
  margin: 1.65rem 0 0;
  color: rgba(10, 31, 60, .76);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.68;
}
.refresh-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .85rem;
  margin-top: 2rem;
}
.refresh-btn-coral {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 3.15rem;
  padding: .95rem 1.35rem;
  border-radius: 8px;
  background: var(--refresh-coral);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 18px 36px -22px rgba(255, 122, 89, .85);
}
.refresh-btn-coral:hover { transform: translateY(-2px); background: #ec6646; }
.refresh-btn-ghost {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  padding: .95rem 1.25rem;
  color: var(--color-navy);
  font-weight: 800;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  box-shadow: 0 14px 34px -28px rgba(6,48,95,.55);
}
.refresh-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(0,168,232,.38);
  background: #fff;
  box-shadow: 0 24px 52px -34px rgba(6,48,95,.75);
}
form .refresh-btn-coral {
  min-width: 11.5rem;
}
.refresh-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.2vw, 1rem);
  width: min(100%, 62rem);
  margin: clamp(1.75rem, 3vw, 2.35rem) auto 0;
}
.refresh-proof {
  border: 1px solid rgba(0, 96, 176, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .88);
  padding: .95rem;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 18px 42px -30px rgba(6, 48, 95, .52);
  backdrop-filter: blur(12px);
}
.refresh-proof:hover {
  transform: translateY(-3px);
  border-color: rgba(0,168,232,.42);
  background: rgba(255,255,255,.92);
  box-shadow: 0 26px 58px -34px rgba(6,48,95,.76);
}
.refresh-proof strong {
  display: block;
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1;
}
.refresh-proof span {
  display: block;
  margin-top: .35rem;
  color: rgba(10, 31, 60, .66);
  font-size: .82rem;
  line-height: 1.35;
}
.refresh-visual {
  position: relative;
}
.refresh-hero-dashboard {
  display: grid;
  gap: .85rem;
  justify-self: end;
  width: min(27rem, 100%);
  margin-top: clamp(2rem, 9vw, 7rem);
}
.refresh-hero-dashboard .refresh-calendar {
  position: static;
  width: auto;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
}
.refresh-dashboard-card {
  border: 1px solid rgba(0, 96, 176, .16);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  padding: 1rem;
  box-shadow: 0 24px 58px -34px rgba(6, 48, 95, .78);
  backdrop-filter: blur(14px);
}
.refresh-dashboard-card p {
  margin: 0;
  color: var(--color-brand);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-dashboard-card ul {
  display: grid;
  gap: .58rem;
  margin: .85rem 0 0;
  padding: 0;
  list-style: none;
}
.refresh-dashboard-card li {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  color: rgba(10,31,60,.72);
  font-size: .88rem;
}
.refresh-dashboard-card b {
  color: var(--refresh-green);
}
.refresh-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 96, 176, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 32px 80px -48px rgba(6, 48, 95, .72);
}
.refresh-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
}
.refresh-visual-badge {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}
.refresh-visual-badge span {
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  padding: .7rem .6rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(10px);
}
.refresh-hero-dashboard .refresh-visual-badge {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}
.refresh-hero-dashboard .refresh-visual-badge span {
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 30px -24px rgba(6,48,95,.65);
}
.refresh-hero-links {
  display: grid;
  gap: .75rem;
  justify-self: end;
  width: min(27rem, 100%);
  margin-top: clamp(2rem, 9vw, 7rem);
}
.refresh-hero-links__label {
  margin: 0 0 .1rem;
  color: var(--color-brand);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-hero-link {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(0, 96, 176, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  padding: .78rem 1rem .78rem 1.15rem;
  color: var(--color-navy);
  font-weight: 900;
  box-shadow: 0 18px 46px -34px rgba(6,48,95,.7);
  backdrop-filter: blur(14px);
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.refresh-hero-link span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0,168,232,.12);
  color: var(--color-brand);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.refresh-hero-link:hover {
  transform: translateX(5px);
  border-color: rgba(0,96,176,.26);
  background: var(--color-brand);
  color: #fff;
  box-shadow: 0 26px 64px -38px rgba(6,48,95,.82);
}
.refresh-hero-link:hover span {
  transform: translateX(2px);
  background: rgba(255,255,255,.2);
  color: #fff;
}
.refresh-portrait {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 96, 176, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 32px 80px -48px rgba(6, 48, 95, .72);
}
.refresh-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.refresh-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 48, 95, .82));
}
.refresh-portrait-caption {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 2;
  color: #fff;
}
.refresh-portrait-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  line-height: 1;
}
.refresh-portrait-caption span {
  display: block;
  margin-top: .35rem;
  color: rgba(255,255,255,.78);
  font-size: .92rem;
}
.refresh-calendar {
  position: absolute;
  right: -1.35rem;
  top: 9%;
  width: min(16rem, 44vw);
  border: 1px solid rgba(0, 96, 176, .16);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 24px 52px -34px rgba(6, 48, 95, .8);
}
.refresh-calendar p { margin: 0; }
.refresh-calendar .month {
  color: var(--color-brand);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-calendar .task {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid var(--color-line);
  color: rgba(10, 31, 60, .75);
  font-size: .84rem;
}
.refresh-calendar b { color: var(--refresh-green); }
.refresh-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.refresh-section-head h2 {
  max-width: 13ch;
  margin: .9rem 0 0;
  font-size: clamp(2.2rem, 4.4vw, 4.25rem);
  line-height: 1;
}
.refresh-section-head p {
  max-width: 28rem;
  color: rgba(10, 31, 60, .7);
  line-height: 1.65;
}
.refresh-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: 0 18px 48px -34px rgba(6, 48, 95, .54);
}
.refresh-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 168, 232, .55);
  box-shadow: 0 30px 72px -38px rgba(6, 48, 95, .78);
}
.refresh-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: var(--color-mist);
  transition: transform .32s ease, filter .32s ease;
}
.refresh-card:hover img {
  transform: scale(1.035);
}
.refresh-card-body { padding: 1.15rem; }
.refresh-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.15;
}
.refresh-card p {
  margin: .65rem 0 1rem;
  color: rgba(10, 31, 60, .66);
  font-size: .94rem;
  line-height: 1.55;
}
.refresh-card a {
  color: var(--color-brand);
  font-size: .9rem;
  font-weight: 900;
}
.refresh-card.is-clickable,
.refresh-social-card.is-clickable {
  cursor: pointer;
}
.refresh-card:focus-within,
.refresh-social-card:focus-within {
  outline: 3px solid rgba(0,168,232,.28);
  outline-offset: 3px;
}
.refresh-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.refresh-panel {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  box-shadow: 0 20px 54px -40px rgba(6,48,95,.52);
}
.refresh-map {
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px -48px rgba(6,48,95,.55);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.refresh-map:hover {
  transform: translateY(-4px);
  border-color: rgba(0,168,232,.34);
  box-shadow: 0 30px 72px -42px rgba(6,48,95,.72);
}
.refresh-map iframe {
  display: block;
  width: 100%;
  min-height: 18rem;
  border: 0;
  filter: saturate(.92) contrast(1.02);
}
.refresh-map__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--color-line);
  padding: .9rem 1rem;
  color: var(--color-brand);
  font-weight: 900;
}
.refresh-map__link span {
  color: rgba(10,31,60,.62);
  font-size: .9rem;
  font-weight: 600;
}
.refresh-list {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.refresh-list li {
  display: flex;
  gap: .75rem;
  color: rgba(10, 31, 60, .78);
  line-height: 1.55;
}
.refresh-list strong {
  white-space: nowrap;
}
.refresh-list li::before {
  content: "";
  flex: 0 0 .58rem;
  width: .58rem;
  height: .58rem;
  margin-top: .52rem;
  border-radius: 999px;
  background: var(--refresh-green);
}
.refresh-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-quote {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  padding: 1.35rem;
  color: rgba(255,255,255,.84);
  box-shadow: 0 24px 62px -42px rgba(0,0,0,.72);
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
.refresh-quote:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.11);
  box-shadow: 0 30px 76px -42px rgba(0,0,0,.82);
}
.refresh-quote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}
.refresh-quote h3 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 1.12rem;
}
.refresh-quote cite {
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-style: normal;
  font-weight: 800;
}
.refresh-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(0, 168, 232, .26), transparent 28rem),
    linear-gradient(135deg, var(--color-navy), #071a33);
  color: #fff;
}
.refresh-dark > .container-x {
  position: relative;
  z-index: 2;
}
.refresh-proof-section .refresh-orbit-field {
  inset: 3.2rem 3.5vw auto auto;
  width: min(46rem, 48vw);
  height: min(27rem, 32vw);
  opacity: .34;
}
.refresh-proof-section .refresh-section-head {
  align-items: start;
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem);
}
.refresh-proof-summary {
  max-width: 34rem;
  justify-self: end;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 28px 70px -46px rgba(0,0,0,.75);
  backdrop-filter: blur(12px);
}
.refresh-proof-summary span {
  display: inline-flex;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-proof-summary p {
  margin: .7rem 0 0;
}
.refresh-dark .refresh-kicker,
.refresh-dark .refresh-section-head p,
.refresh-dark .refresh-lead { color: rgba(255,255,255,.78); }
.refresh-dark h2,
.refresh-dark h3 { color: #fff; }
.refresh-dark .refresh-btn-ghost {
  background: rgba(255,255,255,.92);
  color: var(--color-navy);
  border-color: rgba(255,255,255,.42);
}
.refresh-polynesia-img {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.24),
    0 0 34px rgba(255,255,255,.16),
    0 34px 90px -46px rgba(255,255,255,.4),
    0 30px 90px -52px rgba(0,0,0,.82);
  transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}
.refresh-dark .refresh-polynesia-img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.34),
    0 0 48px rgba(255,255,255,.24),
    0 38px 100px -42px rgba(255,255,255,.52),
    0 34px 95px -50px rgba(0,0,0,.86);
}
.refresh-person-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  padding: .9rem;
  box-shadow: 0 18px 46px -34px rgba(6,48,95,.52);
}
.refresh-person-card img {
  width: 4.75rem;
  height: 4.75rem;
  flex: 0 0 4.75rem;
  border-radius: 8px;
  object-fit: cover;
}
.refresh-person-card strong {
  display: block;
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.refresh-person-card span {
  display: block;
  margin-top: .25rem;
  color: rgba(10,31,60,.66);
  font-size: .92rem;
  line-height: 1.45;
}
.refresh-method {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-step {
  border: 1px solid var(--color-line);
  border-left: 3px solid var(--refresh-coral);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 18px 44px -34px rgba(6,48,95,.5);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.refresh-step:hover {
  transform: translateY(-5px);
  border-color: rgba(0,168,232,.42);
  border-left-color: var(--color-brand);
  box-shadow: 0 28px 66px -38px rgba(6,48,95,.72);
}
.refresh-step strong {
  display: inline-block;
  transition: transform .22s ease, color .22s ease;
}
.refresh-step:hover strong {
  transform: translateX(4px);
  color: var(--color-brand);
}
.refresh-step strong { color: var(--refresh-coral); font-family: var(--font-display); font-size: 2rem; }
.refresh-step h3 { margin: .55rem 0 .45rem; font-size: 1.08rem; }
.refresh-step p { margin: 0; color: rgba(10,31,60,.68); font-size: .94rem; line-height: 1.55; }
.refresh-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-faq details {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  padding: 1.1rem 1.2rem;
}
.refresh-faq summary {
  cursor: pointer;
  color: var(--color-navy);
  font-weight: 900;
}
.refresh-faq p {
  margin: .75rem 0 0;
  color: rgba(10,31,60,.7);
  line-height: 1.6;
}
.refresh-service-hero {
  position: relative;
  padding: clamp(8rem, 10vw, 10rem) 0 clamp(4rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 82% 12%, rgba(0,168,232,.18), transparent 28rem),
    linear-gradient(180deg, #fff, #f5f9fd);
}
.refresh-service-hero > .container-x,
.refresh-legal-hero > .container-x {
  position: relative;
  z-index: 2;
}
.refresh-service-hero .refresh-orbit-field,
.refresh-legal-hero .refresh-orbit-field {
  inset: 6.5rem 4vw auto auto;
  width: min(46rem, 54vw);
  height: min(27rem, 38vw);
  opacity: .48;
}
.refresh-legal-hero .refresh-orbit-field {
  inset: 6.2rem 6vw auto auto;
  opacity: .38;
}
.refresh-service-page h1 {
  max-width: 13ch;
  margin: 1rem 0 0;
  font-size: clamp(2.8rem, 5.6vw, 5.5rem);
  line-height: .96;
}
.refresh-service-page .refresh-lead { max-width: 44rem; }
.refresh-service-visual img {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 26px 70px -48px rgba(6,48,95,.65);
}
.refresh-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-benefit {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 18px 44px -34px rgba(6,48,95,.48);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.refresh-benefit:hover {
  transform: translateY(-5px);
  border-color: rgba(0,168,232,.42);
  box-shadow: 0 28px 66px -38px rgba(6,48,95,.7);
}
.refresh-benefit h3 { margin: 0; font-size: 1.08rem; }
.refresh-benefit p { margin: .55rem 0 0; color: rgba(10,31,60,.68); line-height: 1.58; }
.refresh-final-cta {
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255,255,255,.22), transparent 22rem),
    linear-gradient(135deg, var(--color-brand), var(--color-navy));
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
}
.refresh-final-cta h2 { color: #fff; margin: 0; max-width: 14ch; }
.refresh-final-cta p { max-width: 38rem; color: rgba(255,255,255,.78); line-height: 1.65; }
.refresh-social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.refresh-social-card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px -34px rgba(6,48,95,.56);
  transition: transform .2s ease, box-shadow .2s ease;
}
.refresh-social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 76px -38px rgba(6,48,95,.78);
}
.refresh-social-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--color-mist);
  transition: transform .32s ease, filter .32s ease;
}
.refresh-social-card:hover img {
  transform: scale(1.035);
}
.refresh-social-body {
  padding: 1rem;
}
.refresh-social-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: var(--color-brand);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.refresh-social-body h3 {
  margin: .6rem 0 0;
  color: var(--color-navy);
  font-size: 1.1rem;
  line-height: 1.18;
}
.refresh-social-body p {
  margin: .55rem 0 0;
  color: rgba(10,31,60,.66);
  font-size: .92rem;
  line-height: 1.48;
}
.refresh-social-card a {
  display: inline-flex;
  margin-top: .8rem;
  color: var(--color-brand);
  font-size: .88rem;
  font-weight: 900;
}
.refresh-photo {
  display: block;
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 30px 80px -52px rgba(6,48,95,.72);
}
.refresh-photo.is-method { aspect-ratio: 16 / 10; }
.refresh-method.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.refresh-legal-page {
  background:
    radial-gradient(circle at 86% 8%, rgba(0, 168, 232, .18), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}
.refresh-legal-hero {
  position: relative;
  padding: clamp(8rem, 10vw, 10rem) 0 clamp(2.5rem, 5vw, 4rem);
}
.refresh-legal-hero h1 {
  max-width: 13ch;
  margin: 1rem 0 0;
  font-size: clamp(2.8rem, 5.4vw, 5.2rem);
  line-height: .96;
}
.refresh-legal-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.refresh-legal-aside {
  position: sticky;
  top: 8rem;
}
.refresh-legal-card {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  box-shadow: 0 24px 60px -48px rgba(6,48,95,.55);
}
.refresh-legal-card h2 {
  margin: 0 0 1rem;
  color: var(--color-navy);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}
.refresh-legal-content {
  display: grid;
  gap: 1rem;
}
.refresh-legal-content article {
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.25rem, 2.6vw, 2rem);
  box-shadow: 0 16px 42px -34px rgba(6,48,95,.5);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.refresh-legal-content article:hover {
  transform: translateY(-4px);
  border-color: rgba(0,168,232,.34);
  box-shadow: 0 28px 66px -40px rgba(6,48,95,.72);
}
.refresh-legal-content h2 {
  margin: 0 0 .85rem;
  color: var(--color-navy);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}
.refresh-legal-content p,
.refresh-legal-content li {
  color: rgba(10,31,60,.72);
  line-height: 1.68;
}
.refresh-legal-content ul {
  display: grid;
  gap: .42rem;
  margin: 0;
  padding-left: 1.1rem;
}
.refresh-legal-content a {
  color: var(--color-brand);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.refresh-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(219,231,243,.85);
  background:
    radial-gradient(circle at 8% 0%, rgba(0,168,232,.16), transparent 26rem),
    linear-gradient(180deg, #f7fbfe 0%, #ffffff 38%, #eef7fc 100%);
}
.refresh-footer > .container-x {
  width: min(100% - clamp(2rem, 5vw, 6rem), 92rem);
  max-width: none;
  padding-inline: 0;
}
.refresh-footer::before {
  content: "";
  position: absolute;
  right: -16vw;
  bottom: -18vw;
  width: 52vw;
  aspect-ratio: 1;
  border: 1px solid rgba(0,96,176,.14);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.36);
}
.refresh-footer-inner {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
}
.refresh-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(0,96,176,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  box-shadow: 0 30px 80px -58px rgba(6,48,95,.7);
}
.refresh-footer-cta h2 {
  max-width: 18ch;
  margin: .75rem 0 0;
  font-size: clamp(1.9rem, 3.2vw, 3.25rem);
  line-height: 1;
}
.refresh-footer-cta p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(10,31,60,.68);
  line-height: 1.6;
}
.refresh-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, .75fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.refresh-footer-brand img {
  width: 8.5rem;
  height: auto;
}
.refresh-footer-brand p {
  max-width: 26rem;
  margin: 1.25rem 0 0;
  color: rgba(10,31,60,.68);
  line-height: 1.65;
}
.refresh-footer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.2rem;
}
.refresh-footer-proof span {
  border: 1px solid rgba(0,96,176,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  padding: .45rem .7rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.refresh-footer-proof span:hover {
  transform: translateY(-3px);
  border-color: rgba(0,168,232,.38);
  background: #fff;
  box-shadow: 0 18px 42px -30px rgba(6,48,95,.66);
}
.refresh-footer h3 {
  margin: 0 0 1rem;
  color: var(--color-navy);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.refresh-footer-nav,
.refresh-footer-contact {
  display: grid;
  gap: .72rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.refresh-footer a {
  color: rgba(10,31,60,.72);
  transition: color .2s ease;
}
.refresh-footer a:hover { color: var(--color-brand); }
.refresh-footer .refresh-btn-coral,
.refresh-footer .refresh-btn-coral:hover {
  color: #fff;
}
.refresh-footer .refresh-btn-ghost,
.refresh-footer .refresh-btn-ghost:hover {
  color: var(--color-navy);
}
.refresh-footer-contact li,
.refresh-footer-nav li {
  color: rgba(10,31,60,.72);
  line-height: 1.5;
}
.refresh-footer-social {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.2rem;
  color: var(--color-brand) !important;
  font-weight: 900;
}
.refresh-footer-bottom {
  position: relative;
  z-index: 1;
  margin: 0;
  background: linear-gradient(135deg, var(--color-navy), #071a33);
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}
.refresh-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - clamp(2rem, 5vw, 6rem), 92rem);
  margin: 0 auto;
  padding: .72rem 0;
}
.refresh-footer-bottom p {
  margin: 0;
}
.refresh-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  justify-content: flex-end;
}
.refresh-footer-cookie-link {
  color: rgba(255,255,255,.84);
  transition: transform .18s ease, color .18s ease;
}
.refresh-footer-legal a,
.refresh-footer-legal span {
  color: rgba(255,255,255,.84);
}
.refresh-footer-legal a {
  transition: transform .18s ease, color .18s ease;
}
.refresh-footer-legal a:hover,
.refresh-footer-cookie-link:hover {
  color: #fff;
  transform: translateY(-1px);
}
.cookie-consent {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: auto;
  z-index: 80;
  display: none;
  width: min(29rem, calc(100vw - 2.5rem));
  border: 1px solid rgba(0,96,176,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 80px -44px rgba(6,48,95,.72);
  backdrop-filter: blur(16px);
}
.cookie-consent.is-visible { display: block; }
.cookie-consent__inner {
  padding: clamp(1rem, 2vw, 1.35rem);
}
.cookie-consent__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}
.cookie-consent__brand img {
  width: 6.6rem;
  height: auto;
}
.cookie-consent h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: 1.1rem;
}
.cookie-consent p {
  margin: .65rem 0 0;
  color: rgba(10,31,60,.72);
  font-size: .94rem;
  line-height: 1.55;
}
.cookie-consent__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1rem;
}
.cookie-btn {
  min-height: 2.8rem;
  border: 1px solid rgba(0,96,176,.22);
  border-radius: 8px;
  padding: .7rem .9rem;
  color: var(--color-navy);
  font-size: .9rem;
  font-weight: 900;
  cursor: pointer;
}
.cookie-btn.is-navy {
  border-color: var(--color-navy);
  background: var(--color-navy);
  color: #fff;
}
.cookie-btn.is-blue {
  border-color: var(--color-brand);
  background: var(--color-brand);
  color: #fff;
}
.cookie-btn.is-light {
  background: #fff;
}
.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(6, 48, 95, .42);
}
.cookie-preferences.is-visible { display: flex; }
.cookie-preferences__panel {
  width: min(44rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: 0 32px 100px -42px rgba(0,0,0,.55);
}
.cookie-preferences__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.cookie-preferences h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}
.cookie-close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: #fff;
  color: var(--color-navy);
  cursor: pointer;
}
.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: .85rem;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  padding: 1rem;
}
.cookie-category h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: 1rem;
}
.cookie-category p {
  margin: .35rem 0 0;
  color: rgba(10,31,60,.66);
  font-size: .9rem;
  line-height: 1.45;
}
.cookie-switch {
  position: relative;
  width: 3.2rem;
  height: 1.75rem;
}
.cookie-switch input {
  position: absolute;
  opacity: 0;
}
.cookie-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d7e4ef;
  transition: background .2s ease;
}
.cookie-switch span::after {
  content: "";
  position: absolute;
  left: .22rem;
  top: .22rem;
  width: 1.31rem;
  height: 1.31rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(6,48,95,.22);
  transition: transform .2s ease;
}
.cookie-switch input:checked + span { background: var(--color-brand); }
.cookie-switch input:checked + span::after { transform: translateX(1.45rem); }
.cookie-switch input:disabled + span {
  background: var(--refresh-green);
  cursor: not-allowed;
}
.cookie-preferences__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
  margin-top: 1.1rem;
}
.refresh-faq details,
.refresh-person-card,
.refresh-panel,
.cookie-btn,
.cookie-category {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.refresh-faq details:hover,
.refresh-person-card:hover,
.refresh-panel:hover,
.cookie-category:hover {
  transform: translateY(-4px);
  border-color: rgba(0,168,232,.32);
  box-shadow: 0 24px 60px -42px rgba(6,48,95,.64);
}
.cookie-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -26px rgba(6,48,95,.6);
}
.refresh-inline-cookie {
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,96,176,.22);
  border-radius: 999px;
  background: #fff;
  padding: .65rem 1rem;
  color: var(--color-navy);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.refresh-inline-cookie:hover {
  transform: translateY(-2px);
  border-color: rgba(0,168,232,.4);
  box-shadow: 0 18px 42px -30px rgba(6,48,95,.66);
}
.refresh-blog-controls {
  display: grid;
  gap: 1rem;
}
.refresh-blog-filter {
  width: 100%;
}
.refresh-blog-filter .cat-btn {
  box-shadow: 0 12px 30px -25px rgba(6,48,95,.5);
}
.refresh-blog-filter .cat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px -28px rgba(6,48,95,.68);
}
.refresh-blog-search {
  width: min(100%, 70rem);
}
.refresh-blog-search input {
  min-height: 3.25rem;
  background: #fff !important;
  box-shadow: 0 18px 48px -34px rgba(6,48,95,.58);
}
.refresh-blog-search input:focus {
  box-shadow: 0 24px 64px -38px rgba(0,96,176,.55);
}
.refresh-blog-categories {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}
.refresh-blog-category.is-hidden {
  display: none;
}
.refresh-blog-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0,96,176,.12);
  padding-bottom: .85rem;
}
.refresh-blog-category-head h2 {
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1;
}
.refresh-blog-category-head span {
  color: rgba(10,31,60,.58);
  font-size: .9rem;
  font-weight: 800;
}
.refresh-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}
.post-card.card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  box-shadow: 0 18px 48px -34px rgba(6,48,95,.56);
}
.post-card.card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,168,232,.42);
  box-shadow: 0 30px 72px -40px rgba(6,48,95,.74);
}
.prose-altheo .refresh-article-inline-visual {
  margin: clamp(1.8rem, 4vw, 2.6rem) 0;
}
.prose-altheo .refresh-article-inline-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(0,96,176,.14);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 72px -44px rgba(6,48,95,.62);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.prose-altheo .refresh-article-inline-visual:hover img {
  transform: translateY(-4px);
  border-color: rgba(0,168,232,.36);
  box-shadow: 0 36px 88px -48px rgba(6,48,95,.76);
}
.prose-altheo .refresh-article-inline-visual figcaption {
  margin-top: .55rem;
  color: rgba(10,31,60,.52);
  font-size: .84rem;
  line-height: 1.45;
  text-align: right;
}

@media (max-width: 1100px) {
  .refresh-grid,
  .refresh-split {
    grid-template-columns: 1fr;
  }
  .refresh-service-grid,
  .refresh-method,
  .refresh-social-grid,
  .refresh-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .refresh-footer-cta,
  .refresh-footer-main,
  .refresh-legal-grid {
    grid-template-columns: 1fr;
  }
  .refresh-legal-aside {
    position: static;
  }
  .refresh-visual { max-width: 32rem; }
}
@media (max-width: 760px) {
  .refresh-hero {
    min-height: 0;
    padding-top: 7.5rem;
    background:
      linear-gradient(180deg, rgba(240,249,253,.94), rgba(255,255,255,.98)),
      url("/assets/altheo-photo-hero.webp") center top / cover no-repeat;
  }
  .refresh-hero h1,
  .refresh-service-page h1 {
    max-width: none;
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .refresh-proof-row,
  .refresh-service-grid,
  .refresh-testimonials,
  .refresh-method,
  .refresh-method.is-compact,
  .refresh-social-grid,
  .refresh-blog-grid,
  .refresh-faq,
  .refresh-benefits {
    grid-template-columns: 1fr;
  }
  .refresh-blog-category-head {
    display: block;
  }
  .refresh-blog-category-head span {
    display: block;
    margin-top: .35rem;
  }
  .refresh-orbit-field {
    inset: 6rem -18vw auto auto;
    width: 92vw;
    height: 46vw;
    opacity: .26;
  }
  .refresh-section-head {
    display: block;
  }
  .refresh-section-head h2 {
    max-width: none;
  }
  .refresh-calendar {
    position: static;
    width: auto;
    margin-top: .75rem;
  }
  .refresh-actions a {
    width: 100%;
  }
  .refresh-visual-badge {
    grid-template-columns: 1fr;
  }
  .refresh-footer-cta {
    display: block;
  }
  .refresh-footer-bottom {
    display: block;
  }
  .refresh-footer-bottom-inner {
    display: block;
  }
  .refresh-footer-legal {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .cookie-consent {
    inset: auto .75rem .75rem;
    width: auto;
  }
  .cookie-consent__actions {
    grid-template-columns: 1fr;
  }
  .cookie-category {
    grid-template-columns: 1fr;
  }
  .cookie-preferences__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
