@font-face {
  font-family: Sora;
  src: url(/fonts/sora-latin.woff2) format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Sora;
  src: url(/fonts/sora-latin-ext.woff2) format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
  --ink: #081410;
  --forest: #123b2a;
  --green: #22c55e;
  --light-green: #dff8e6;
  --ivory: #faf8f3;
  --muted: #667169;
  --line: #e4e8e2;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: white;
  color: var(--ink);
  font:
    400 15px/1.65 Sora,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 450;
  line-height: 1.16;
  letter-spacing: -0.045em;
}
strong,
b {
  font-weight: 550;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button:disabled {
  cursor: default;
}
small {
  font-size: 12px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #1679ab;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1220px, calc(100% - 80px));
  margin-inline: auto;
}
.wide-wrap {
  width: min(1410px, calc(100% - 40px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.eyebrow span {
  color: #93a198;
  padding: 0 8px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 13px 21px;
  min-height: 48px;
  border-radius: 12px;
  background: var(--forest);
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid transparent;
  transition:
    transform 0.25s var(--ease),
    background 0.25s,
    box-shadow 0.25s;
}
.button > span {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.button:hover {
  transform: translateY(-2px);
  background: #1b5039;
  box-shadow: 0 7px 20px #123b2a12;
}
.button-small {
  padding: 10px 16px;
  min-height: 42px;
  font-size: 12px;
  border-radius: 9px;
  gap: 16px;
}
.button-light {
  background: white;
  border-color: #d4dcd6;
  color: var(--ink);
}
.button-light:hover {
  background: var(--ivory);
}
.button-green {
  background: var(--green);
  color: #082615;
}
.button-green:hover {
  background: #65de8d;
}
.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px solid #bac8bc;
}
.text-link span {
  font-size: 20px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  padding: 15px;
}
.skip-link:focus {
  top: 10px;
}
.brand img {
  width: 164px;
  object-fit: contain;
}
.hero-copy {
  text-align: center;
  padding: 38px 0 32px;
}
.hero-copy .eyebrow {
  color: #68766d;
  font-size: 12px;
  letter-spacing: 0.035em;
  text-transform: none;
}
.hero h1 {
  font-size: clamp(39px, 4.65vw, 64px);
  font-weight: 450;
  margin: 19px 0 20px;
  line-height: 1.13;
  letter-spacing: -0.052em;
}
.highlight {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.highlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 11px;
  bottom: 4px;
  left: 0;
  right: 0;
  background: #9fe9b9;
  transform: rotate(-2deg);
  border-radius: 2px;
}
.hero-description {
  max-width: 680px;
  margin: auto;
  color: #657269;
  font-size: 15px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.category-band {
  background: var(--green);
  color: #092c18;
  padding: 13px 0 18px;
  overflow: hidden;
}
.band-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 12px;
}
.band-meta > span {
  font-weight: 500;
}
.band-meta button {
  font-size: 12px;
  border-bottom: 1px solid #104a2850;
  padding: 0 0 2px;
}
.band-meta button > span {
  margin-left: 10px;
}
.marquee-viewport {
  overflow: hidden;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 200s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.marquee-group {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-right: 27px;
}
.marquee-group span {
  font-size: 19px;
  letter-spacing: -0.025em;
  font-weight: 450;
  white-space: nowrap;
}
.marquee-group i {
  font-style: normal;
  font-size: 17px;
  color: #145b31;
}
.hero-scene {
  position: relative;
  border-radius: 0 0 27px 27px;
  overflow: hidden;
  margin-top: 0;
  isolation: isolate;
  background: var(--ivory);
}
.hero-photo {
  width: 100%;
  aspect-ratio: 2.42;
  object-fit: cover;
  object-position: center 48%;
  transition: transform 1.2s var(--ease);
}
.hero-scene:hover > .hero-photo {
  transform: scale(1.018);
}
.scene-top {
  position: absolute;
  inset: 21px 25px auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.scene-kicker {
  font-size: 12px;
  background: #fffffff0;
  padding: 7px 11px;
  border-radius: 7px;
}
.scene-index {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--forest);
}
.scene-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  border: 1px solid #ffffffd9;
  background: #fffffff0;
  backdrop-filter: blur(12px);
  border-radius: 12px;
  box-shadow: 0 12px 35px #123b2a13;
  animation: float 7s ease-in-out infinite;
}
.scene-note small {
  display: block;
  color: #596d5f;
  margin-bottom: 3px;
}
.scene-note strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.note-symbol {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  background: #ddf7e6;
  color: var(--forest);
  border-radius: 9px;
  font-size: 18px;
}
.note-book {
  left: 4%;
  bottom: 30px;
}
.note-business {
  right: 4%;
  bottom: 73px;
  animation-delay: -3s;
}
.product-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 25px 0 29px;
  border-bottom: 1px solid var(--line);
}
.product-rail a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.product-rail a:first-child {
  padding-left: 0;
}
.product-rail a:last-child {
  border: 0;
  padding-right: 0;
}
.product-rail strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.product-rail small {
  display: block;
  margin-top: 3px;
  color: #6c766e;
}
.rail-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: #287143;
  background: #ebf6ee;
  flex: none;
}
.rail-arrow {
  font-size: 22px;
  margin-left: auto;
  font-weight: 400;
  color: #43734f;
}
.section-space {
  padding-top: 73px;
  padding-bottom: 20px;
}
.section-heading {
  text-align: center;
  margin: 0 auto 43px;
}
.section-heading .eyebrow {
  color: #64806c;
  margin-bottom: 15px;
}
.section-heading h2 {
  font-size: clamp(31px, 3.15vw, 44px);
}
.section-heading > p:last-child:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 17px;
}
.product-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  align-items: center;
  margin-bottom: 52px;
}
.photo-panel {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  background: var(--ivory);
}
.photo-panel > img {
  width: 100%;
  aspect-ratio: 0.94;
  object-fit: cover;
}
.business-photo > img {
  object-position: 42% center;
}
.photo-tag {
  position: absolute;
  top: 21px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: white;
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 9px;
}
.photo-tag img {
  width: 22px;
}
.photo-caption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background: #ffffffed;
  padding: 12px 15px;
  font-size: 12px;
  border-radius: 9px;
}
.product-copy .eyebrow {
  color: #557461;
}
.product-copy h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  margin: 18px 0;
  line-height: 1.14;
}
.product-copy h2 > span {
  color: #52705c;
}
.product-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  max-width: 465px;
}
.agenda {
  background: var(--ivory);
  padding: 19px 21px;
  border: 1px solid #e9e7df;
  border-radius: 16px;
  margin: 22px 0 10px;
}
.agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.agenda-header strong {
  font-size: 14px;
  font-weight: 500;
}
.agenda-header small {
  color: var(--muted);
}
.agenda-filters {
  display: flex;
  gap: 6px;
  margin: 14px 0 8px;
}
.agenda-filters button {
  border: 1px solid #dddeda;
  padding: 7px 11px;
  font-size: 12px;
  border-radius: 7px;
  background: white;
  line-height: 1.5;
  min-height: 34px;
}
.agenda-filters button[aria-pressed="true"] {
  background: var(--forest);
  border-color: var(--forest);
  color: white;
}
.appointment {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #e3e4de;
  padding: 11px 0;
  font-size: 12px;
}
.appointment strong {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.appointment small {
  display: block;
  font-size: 12px;
  color: #70796e;
  margin-top: 3px;
}
.appointment time {
  color: #617269;
  font-variant-numeric: tabular-nums;
}
.source {
  font-size: 12px;
  color: #155c34;
  background: #dbf0e1;
  padding: 4px 7px;
  border-radius: 5px;
  white-space: nowrap;
}
.book-source {
  background: #eee7f7;
  color: #63527a;
}
.book-section {
  background: var(--ivory);
  border: 1px solid #f1efe8;
  padding: 35px;
  gap: 50px;
  border-radius: 28px;
}
.book-section .product-copy {
  padding-left: 4px;
}
.book-section .photo-panel > img {
  aspect-ratio: 0.9;
  object-position: center 37%;
}
.book-section .photo-panel {
  border-radius: 70px 20px 20px 20px;
}
.book-steps {
  margin-top: 24px;
}
.book-steps button {
  width: 100%;
  display: flex;
  text-align: left;
  gap: 15px;
  border-bottom: 1px solid #dedfd7;
  padding: 16px 0;
  align-items: flex-start;
}
.book-steps button:last-child {
  border: 0;
}
.book-steps button > span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: none;
  border: 1px solid #cdd6cd;
  border-radius: 50%;
  font-size: 12px;
}
.book-steps button[aria-pressed="true"] > span {
  background: var(--green);
  border-color: var(--green);
}
.book-steps strong {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.book-steps small {
  font-size: 12px;
  color: #68746b;
  display: block;
  line-height: 1.65;
  margin-top: 4px;
}
.book-steps b {
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
  color: #52715b;
}
.booking-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 18px;
  background: #ffffffed;
  border: 1px solid white;
  border-radius: 14px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 25px #38241c0c;
}
.booking-eyebrow {
  font-size: 12px;
  color: #5c7863;
  display: block;
  margin-bottom: 6px;
}
.booking-card strong {
  font-size: 15px;
  display: block;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.booking-card p {
  font-size: 12px;
  margin-top: 5px;
  color: #667166;
}
.booking-times {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.booking-times button {
  font-size: 12px;
  min-height: 36px;
  padding: 7px 14px;
  background: var(--ivory);
  border: 1px solid #dedfd7;
  border-radius: 7px;
  font-variant-numeric: tabular-nums;
}
.booking-times button[aria-pressed="true"] {
  background: var(--forest);
  color: white;
  border-color: var(--forest);
}
.ai-section {
  background: var(--forest);
  border-radius: 30px;
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 48px 54px;
  color: white;
}
.ai-gradient {
  position: absolute;
  inset: -35%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 70% 20%, #22c55e95, transparent 45%),
    radial-gradient(ellipse at 10% 90%, #308d5860, transparent 50%);
  animation: aurora 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.ai-heading {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 30px;
}
.ai-heading .eyebrow {
  color: #a8e3bb;
}
.ai-heading h2 {
  font-size: clamp(30px, 3.1vw, 43px);
  margin: 15px 0;
}
.ai-heading > p:last-child {
  color: #d0e4d6;
  font-size: 14px;
}
.ai-experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  max-width: 1100px;
  margin: auto;
}
.ai-photo {
  position: relative;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
}
.ai-photo > img {
  width: 100%;
  height: 100%;
  min-height: 425px;
  object-fit: cover;
  object-position: 32% center;
}
.voice-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fffffff0;
  color: var(--forest);
  border-radius: 13px;
  padding: 17px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
}
.voice-bars {
  display: flex;
  gap: 4px;
  align-items: center;
  height: 30px;
}
.voice-bars i {
  height: 21px;
  width: 3px;
  border-radius: 3px;
  background: #16964c;
  animation: wave 1.3s ease-in-out infinite alternate;
}
.voice-bars i:nth-child(2n) {
  height: 11px;
  animation-delay: -0.6s;
}
.voice-bars i:nth-child(3n) {
  height: 29px;
  animation-delay: -0.9s;
}
.ai-demo {
  background: #fafdf9;
  color: var(--ink);
  border: 1px solid #d7e8da;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.ai-demo-top {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e0e7dd;
  padding-bottom: 16px;
}
.ai-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--forest);
  color: #b3f4c9;
  font-size: 13px;
  font-weight: 500;
}
.ai-demo-top strong {
  font-size: 13px;
  display: block;
}
.ai-demo-top small {
  font-size: 12px;
  color: #69776b;
  display: block;
}
.demo-dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  margin-left: auto;
}
.messages {
  padding-top: 8px;
}
.message {
  font-size: 13px;
  line-height: 1.65;
  padding: 12px 14px;
  margin-top: 12px;
  border-radius: 12px;
  max-width: 94%;
}
.message small {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #5c7363;
}
.client-message {
  background: #efede8;
  margin-left: auto;
  border-bottom-right-radius: 3px;
}
.assistant-message {
  background: #e1f4e6;
  border-bottom-left-radius: 3px;
}
.ai-timeline {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 22px 0 18px;
  font-size: 12px;
}
.ai-timeline span {
  position: relative;
  flex: 1;
  padding-top: 11px;
  color: #63736a;
  border-top: 2px solid #d9e3d8;
}
.ai-timeline span.active {
  border-color: #22c55e;
  color: #115f31;
}
.confirmation {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #d6f3dd;
  padding: 12px;
  border-radius: 9px;
  margin-bottom: 16px;
}
.confirmation > span {
  font-size: 18px;
}
.confirmation strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.confirmation small {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}
.demo-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 17px;
}
.demo-actions .button {
  font-size: 12px;
  min-height: 42px;
  gap: 15px;
  padding: 10px 14px;
  flex: 1;
  border-radius: 9px;
}
.reset-demo {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 42px;
}
.demo-notice {
  font-size: 12px;
  color: #68736a;
  margin-top: 13px;
}
.demo-actions button:disabled {
  background: #d4eadb;
  color: #486553;
}
.vertical-browser {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: white;
}
.vertical-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  padding: 12px;
}
.vertical-tabs button {
  padding: 12px;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  transition: background 0.2s;
}
.vertical-tabs button[aria-pressed="true"] {
  background: white;
  border-color: #d3dfd4;
  color: var(--forest);
  box-shadow: 0 2px 4px #122c1c05;
}
.vertical-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 35px 38px;
  align-items: center;
  min-height: 264px;
}
.vertical-content .eyebrow {
  color: #64816c;
}
.vertical-content h3 {
  font-size: 29px;
  margin: 12px 0;
}
.vertical-content p {
  font-size: 14px;
  color: var(--muted);
  max-width: 430px;
}
.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: center;
}
.category-cloud span {
  font-size: 12px;
  line-height: 1.5;
  padding: 7px 10px;
  border-radius: 7px;
  background: #f3f8f1;
  border: 1px solid #e1eadd;
  color: #496448;
}
.closing {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 65px;
  align-items: center;
  padding: 56px 0 70px;
}
.closing h2 {
  font-size: clamp(31px, 3vw, 43px);
  margin: 15px 0;
}
.closing p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.closing .button {
  margin-top: 23px;
}
.closing .eyebrow {
  color: #627c68;
}
.offer-tag {
  position: relative;
  background: #e3f7e5;
  border: 1px solid #c7e8cb;
  border-radius: 18px 18px 50px 18px;
  transform: rotate(3deg);
  padding: 22px 26px;
  color: var(--forest);
  transition: transform 0.4s var(--ease);
}
.offer-tag:hover {
  transform: rotate(0deg);
}
.offer-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
}
.offer-top > span {
  font-size: 20px;
}
.offer-main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 13px 0;
}
.offer-number {
  font-size: 88px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.065em;
}
.offer-main strong {
  font-size: 23px;
  font-weight: 450;
  letter-spacing: -0.04em;
}
.offer-main p {
  font-size: 13px !important;
  color: #456c4d !important;
}
.offer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px dashed #9cc8a5;
  padding-top: 16px;
  font-size: 12px;
}
.offer-bottom small {
  color: #617d63;
}
.reveal {
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.motion-ready .reveal:not(.seen) {
  opacity: 0;
  transform: translateY(20px);
}
.motion-off *,
.motion-off *:before,
.motion-off *:after {
  animation-play-state: paused !important;
  transition: none !important;
}
.motion-off .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.motion-off {
  scroll-behavior: auto;
}
dialog {
  width: min(460px, calc(100% - 30px));
  padding: 25px;
  border: 1px solid #d9e3d9;
  border-radius: 20px;
  background: white;
  color: var(--ink);
  max-height: 85vh;
  box-shadow: 0 30px 100px #00180840;
}
dialog::backdrop {
  background: #0a241987;
  backdrop-filter: blur(6px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  color: #607364;
  margin-bottom: 22px;
}
.dialog-top button {
  font-size: 25px;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ivory);
}
dialog h2 {
  font-size: 29px;
}
dialog > p {
  font-size: 14px;
  color: var(--muted);
  margin: 16px 0 22px;
}
.categories-dialog {
  width: min(980px, calc(100% - 30px));
}
.all-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.all-category-grid h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 14px;
}
.all-category-grid ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.all-category-grid li {
  font-size: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #ebeee7;
}
.hero-firstscreen {
  display: flex;
  flex-direction: column;
  height: calc(100svh - 84px);
  min-height: 650px;
  max-height: 1060px;
}
.hero-firstscreen .hero-copy {
  flex: none;
  padding-top: 23px;
  padding-bottom: 26px;
}
.hero-firstscreen h1 {
  font-size: clamp(39px, 4.3vw, 58px);
  margin-block: 16px;
}
.hero-firstscreen .hero-scene {
  flex: 1;
  min-height: 245px;
  border-radius: 23px 23px 0 0;
}
.hero-firstscreen .hero-photo {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  object-position: center 12%;
}
.hero-firstscreen .category-band {
  flex: none;
}
.hero-firstscreen .hero-actions {
  margin-top: 19px;
}
.band-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}
.band-tools #motion {
  border: 0;
  min-width: 35px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes wave {
  from {
    transform: scaleY(0.4);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes aurora {
  0% {
    transform: translate(-4%, 3%) rotate(-10deg);
  }
  100% {
    transform: translate(7%, -5%) rotate(15deg);
  }
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-top: 45px;
    padding-bottom: 38px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .category-band {
    padding-block: 14px 20px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .brand img {
    width: 145px;
  }
  .product-section {
    gap: 34px;
  }
  .product-copy h2 {
    font-size: 35px;
  }
  .book-section {
    padding: 25px;
    gap: 28px;
  }
  .ai-section {
    padding: 36px;
  }
  .ai-experience {
    gap: 20px;
  }
  .ai-demo {
    padding: 20px;
  }
  .product-rail a {
    padding-inline: 17px;
  }
  .rail-arrow {
    display: none;
  }
  .vertical-content {
    gap: 28px;
    padding: 28px;
  }
  .closing {
    gap: 40px;
  }
  .hero-photo {
    aspect-ratio: 2.1;
  }
  .all-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .hero-firstscreen {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-firstscreen .hero-copy {
    padding: 16px 0 18px;
  }
  .hero-firstscreen h1 {
    font-size: clamp(27px, 6.8vw, 34px);
    margin: 13px 0;
  }
  .hero-firstscreen .hero-scene {
    flex: none;
    min-height: 0;
    border-radius: 18px 18px 0 0;
  }
  .hero-firstscreen .hero-photo {
    position: static;
    height: auto;
    aspect-ratio: 1.4;
    object-position: center 48%;
  }
  body {
    font-size: 14px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .wide-wrap {
    width: calc(100% - 20px);
  }
  .brand img {
    width: 132px;
  }
  .hero-copy {
    padding: 16px 0 18px;
  }
  .hero-copy .eyebrow {
    font-size: 12px;
  }
  .eyebrow span {
    padding-inline: 3px;
  }
  .hero h1 {
    font-size: clamp(27px, 6.8vw, 34px);
    line-height: 1.16;
    margin: 13px 0;
    letter-spacing: -0.047em;
  }
  .highlight:after {
    height: 7px;
    bottom: 2px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 470px;
    line-height: 1.7;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    margin-top: 16px;
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 9px 10px;
    gap: 10px;
    min-height: 44px;
    border-radius: 9px;
    background: #eff8f0;
    border-color: #d4e7d8;
    color: var(--forest);
    font-weight: 400;
    box-shadow: none;
  }
  .hero-actions .button-light {
    background: #fff;
    border-color: var(--line);
  }
  .hero-actions .button > span {
    font-size: 17px;
  }
  .category-band {
    padding: 4px 0 12px;
    background: linear-gradient(110deg, #f0f8ed, #e3f3e8);
    border-block: 1px solid #dcebdd;
  }
  .band-meta {
    font-size: 12px;
    margin-bottom: 4px;
    gap: 15px;
    align-items: center;
  }
  .band-meta > span {
    display: none;
  }
  .band-tools {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .band-meta button {
    font-size: 12px;
    white-space: nowrap;
    min-height: 32px;
    border: 0;
    color: var(--forest);
  }
  .band-meta button > span {
    margin-left: 5px;
  }
  .marquee-group {
    gap: 19px;
    padding-right: 19px;
  }
  .marquee-group span {
    font-size: 14px;
    font-weight: 400;
  }
  .marquee-group i {
    font-size: 12px;
    color: transparent;
    overflow: hidden;
    flex: none;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #557761;
    opacity: 0.5;
  }
  .marquee-track {
    animation-duration: 230s;
  }
  .hero-scene {
    border-radius: 0 0 18px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: #fff;
  }
  .hero-photo {
    aspect-ratio: 1.4;
    object-position: center 48%;
    grid-column: 1 / -1;
  }
  .scene-top {
    display: none;
  }
  .scene-kicker {
    font-size: 12px;
    padding: 4px 7px;
    max-width: 230px;
    line-height: 1.5;
  }
  .scene-index {
    display: none;
  }
  .scene-note {
    padding: 5px 8px;
    border-radius: 7px;
    gap: 8px;
  }
  .scene-note small {
    font-size: 12px;
  }
  .scene-note strong {
    font-size: 12px;
    max-width: 180px;
    line-height: 1.45;
  }
  .note-symbol {
    display: none;
  }
  .note-book {
    left: 13px;
    bottom: 14px;
  }
  .note-business {
    right: 13px;
    bottom: 100px;
  }
  .product-rail {
    padding: 16px 0;
    gap: 10px;
  }
  .product-rail a {
    display: block;
    padding: 0 10px 0 0;
  }
  .product-rail a:first-child {
    padding-left: 0;
  }
  .product-rail a:last-child {
    padding-right: 0;
  }
  .rail-number {
    width: 21px;
    height: 21px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .product-rail strong {
    font-size: 12px;
    line-height: 1.5;
  }
  .product-rail small {
    font-size: 12px;
    line-height: 1.5;
  }
  .section-space {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  .section-heading .eyebrow {
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
  }
  .section-heading h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 12px;
    margin-top: 10px;
  }
  .product-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }
  .photo-panel {
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .photo-panel > img {
    aspect-ratio: 1.45;
    height: auto;
  }
  .business-photo > img {
    object-position: center 42%;
  }
  .photo-tag {
    position: static;
    align-self: flex-start;
    margin: 10px 12px 0;
    padding: 0;
    background: none;
    box-shadow: none;
    font-size: 12px;
    gap: 6px;
  }
  .photo-tag img {
    width: 16px;
    height: 16px;
  }
  .photo-caption {
    position: static;
    margin: 8px 12px 12px;
    font-size: 12px;
    padding: 0;
    background: none;
    backdrop-filter: none;
  }
  .product-copy h2 {
    font-size: 27px;
    margin: 10px 0 12px;
    line-height: 1.17;
  }
  .product-copy > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.7;
    max-width: none;
  }
  .product-copy .eyebrow {
    font-size: 12px;
  }
  .agenda {
    padding: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    border-radius: 13px;
  }
  .agenda-header strong {
    font-size: 14px;
  }
  .appointment {
    gap: 9px;
    grid-template-columns: 39px minmax(0, 1fr) auto;
  }
  .source {
    padding: 2px 5px;
  }
  .agenda-filters button {
    padding: 7px 11px;
    min-height: 36px;
  }
  .text-link {
    font-size: 12px;
    gap: 13px;
  }
  .text-link span,
  .callback-story-link > span {
    font-size: 14px;
    line-height: 1;
    flex: none;
  }
  .book-section {
    padding: 16px;
    border-radius: 21px;
    gap: 18px;
  }
  .book-section .product-copy {
    padding: 0;
  }
  .book-section .photo-panel {
    order: -1;
    border-radius: 45px 14px 14px 14px;
  }
  .book-section .photo-panel > img {
    aspect-ratio: 1.12;
  }
  .book-steps {
    margin-top: 12px;
  }
  .book-steps button {
    padding: 10px 0;
    gap: 12px;
  }
  .book-steps strong {
    font-size: 13px;
  }
  .book-steps small {
    font-size: 12px;
  }
  .booking-card {
    position: static;
    margin: 12px;
    box-shadow: none;
    padding: 14px;
    border-radius: 10px;
  }
  .booking-card strong {
    font-size: 14px;
  }
  .booking-times {
    gap: 7px;
  }
  .booking-times button {
    padding: 7px 12px;
    min-height: 36px;
  }
  .ai-section {
    padding: 22px 16px;
    border-radius: 23px;
  }
  .ai-heading {
    margin-bottom: 16px;
  }
  .ai-heading h2 {
    font-size: 26px;
    line-height: 1.22;
    margin: 10px 0;
  }
  .ai-heading > p:last-child {
    font-size: 12px;
  }
  .ai-experience {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ai-photo {
    border-radius: 15px;
  }
  .ai-photo > img {
    min-height: 0;
    height: auto;
    aspect-ratio: 1.6;
    object-fit: cover;
    object-position: center 30%;
  }
  .voice-label {
    position: static;
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    color: var(--forest);
    font-size: 12px;
    border-radius: 10px;
  }
  .voice-bars {
    height: 26px;
  }
  .ai-demo {
    padding: 15px;
    border-radius: 15px;
  }
  .message {
    font-size: 12px;
  }
  .ai-timeline {
    margin-top: 16px;
  }
  .demo-notice {
    font-size: 12px;
    line-height: 1.6;
  }
  .ai-demo-top {
    gap: 10px;
  }
  .demo-actions {
    gap: 14px;
  }
  .demo-actions .button {
    gap: 12px;
    font-size: 12px;
    min-height: 43px;
  }
  .confirmation {
    padding: 12px 10px;
  }
  .confirmation strong {
    font-size: 12px;
  }
  .vertical-tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 9px;
  }
  .vertical-tabs button {
    font-size: 12px;
    padding: 10px;
    min-height: 40px;
  }
  .vertical-browser {
    border-radius: 17px;
  }
  .vertical-content {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 16px;
    min-height: 0;
  }
  .vertical-content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .vertical-content p {
    font-size: 12px;
  }
  .category-cloud {
    gap: 6px;
  }
  .category-cloud span {
    font-size: 12px;
    padding: 4px 7px;
  }
  .closing {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0 28px;
  }
  .closing-copy {
    text-align: center;
  }
  .closing h2 {
    font-size: 27px;
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing .button {
    font-size: 12px;
    margin-top: 20px;
    min-height: 43px;
  }
  .offer-tag {
    margin: 0 8px;
    padding: 17px 18px;
    border-radius: 16px 16px 43px 16px;
    transform: rotate(2deg);
  }
  .offer-number {
    font-size: 64px;
  }
  .offer-main strong {
    font-size: 21px;
  }
  .offer-top {
    font-size: 12px;
  }
  .offer-bottom {
    font-size: 12px;
  }
  .all-category-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .all-category-grid h3 {
    font-size: 14px;
  }
  .categories-dialog {
    padding: 20px;
  }
  .categories-dialog h2 {
    font-size: 25px;
  }
  dialog {
    padding: 22px;
  }
  dialog h2 {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .brand img {
    width: 121px;
  }
  .hero h1 {
    font-size: clamp(27px, 6.8vw, 34px);
    margin: 13px 0;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 16px;
  }
  .hero-actions .button {
    padding: 9px 10px;
    gap: 7px;
    min-height: 44px;
  }
  .hero-actions .button > span {
    display: none;
  }
  .band-meta {
    gap: 10px;
  }
  .band-meta > span {
    max-width: 115px;
  }
  .band-meta button {
    white-space: nowrap;
    text-align: right;
    max-width: none;
  }
  .appointment {
    grid-template-columns: 37px 1fr;
  }
  .appointment .source {
    grid-column: 2;
    justify-self: start;
    margin-top: -5px;
  }
  .book-section {
    padding: 16px;
    gap: 18px;
  }
  .booking-card {
    padding: 12px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .booking-times button {
    padding: 7px 10px;
  }
  .ai-section {
    padding: 22px 16px;
  }
  .ai-heading h2 {
    font-size: 26px;
    margin: 10px 0;
  }
  .ai-demo {
    padding: 15px;
  }
  .demo-actions .button {
    padding: 10px 11px;
    gap: 7px;
  }
  .all-category-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .hero-scene .scene-note strong {
    display: none;
  }
  .hero-scene .scene-note {
    position: static;
    grid-row: 2;
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding: 7px 4px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    animation: none;
  }
  .hero-scene:hover > .hero-photo {
    transform: none;
  }
  .hero-scene .scene-note small {
    margin: 0;
    color: var(--forest);
  }
  .hero-scene .note-book {
    grid-column: 1;
  }
  .hero-scene .note-business {
    grid-column: 2;
    border-left: 1px solid var(--line);
  }
}
@media (max-width: 360px) {
  .hero-firstscreen h1 {
    font-size: clamp(27px, 6.8vw, 34px);
    margin: 13px 0;
  }
}
.callback-section {
  padding-top: 38px;
}
.callback-card {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 43px 48px;
  background: #123b2a;
  border-radius: 27px;
  color: white;
}
.callback-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 12% 0%, #67e9988c, transparent 55%),
    radial-gradient(ellipse at 60% 100%, #22c55e85, transparent 60%),
    linear-gradient(125deg, #1b7047, #123b2a 65%, #174b35);
  background-size: 160% 160%;
  animation: callback-light 9s ease-in-out infinite alternate;
}
.callback-copy .eyebrow {
  font-size: 12px;
  color: #d7f8e2;
  letter-spacing: 0.055em;
}
.callback-copy h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.045em;
  margin: 18px 0;
}
.callback-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #d4e9db;
  max-width: 455px;
}
.callback-voice {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 23px 0;
}
.callback-logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: none;
  background: linear-gradient(140deg, #fbfdf2, #ddf6e4);
  border: 1px solid #ffffff73;
  border-radius: 17px;
  box-shadow: 0 7px 24px #082c2220;
}
.callback-logo img {
  width: 31px;
  height: auto;
}
.callback-wave {
  display: block;
  width: min(320px, 72%);
  height: 76px;
  overflow: visible;
}
.callback-wave path {
  transform-origin: center;
  animation: callback-signal 3.6s ease-in-out infinite alternate;
}
.callback-wave path:nth-child(2n) {
  animation-delay: -1.4s;
  opacity: 0.65;
}
.callback-wave path:nth-child(3n) {
  animation-delay: -0.8s;
  opacity: 0.45;
}
.callback-steps {
  display: flex;
  gap: 18px;
  border-top: 1px solid #c9f1d431;
  padding-top: 21px;
  margin-top: 20px;
}
.callback-steps > span {
  flex: 1;
  font-size: 12px;
  line-height: 1.6;
  color: #e2f2e7;
}
.callback-steps small {
  display: block;
  font-size: 12px;
  color: #9fdbb1;
  margin-bottom: 5px;
}
.callback-story-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  color: #d2e9d9;
  margin-top: 23px;
}
.callback-story-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.callback-story-link > span {
  font-size: 19px;
}
.callback-form {
  background: white;
  color: var(--ink);
  border: 1px solid #e5eee7;
  border-radius: 20px;
  padding: 26px;
  max-width: 445px;
  width: 100%;
  justify-self: center;
  box-shadow:
    0 12px 32px #082b2114,
    0 0 0 5px #ffffff0a;
}
.callback-form-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}
.callback-handset {
  width: 41px;
  height: 41px;
  flex: none;
  border-radius: 12px;
  background: #f1f8ee;
  display: grid;
  place-items: center;
  color: var(--forest);
}
.callback-handset svg {
  width: 20px;
  height: 20px;
}
.callback-form-heading h3 {
  font-size: 19px;
  letter-spacing: -0.035em;
  font-weight: 500;
  line-height: 1.3;
}
.callback-form-heading p {
  font-size: 12px;
  color: #6f7c71;
  margin-top: 5px;
}
.callback-form label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}
.callback-consent {
  font-size: 12px;
  color: #707b71;
  line-height: 1.75;
  margin-top: 17px;
}
.callback-consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #47624e;
}
.callback-form button:focus-visible,
.callback-form a:focus-visible {
  outline-color: #087e40;
}
@keyframes callback-light {
  from {
    background-position: 0% 20%;
  }
  to {
    background-position: 100% 80%;
  }
}
@keyframes callback-signal {
  from {
    transform: scaleY(0.62) translateX(-2px);
  }
  to {
    transform: scaleY(1) translateX(2px);
  }
}
@media (max-width: 1050px) {
  .callback-card {
    gap: 28px;
    padding: 32px;
  }
  .callback-copy h2 {
    font-size: 36px;
  }
  .callback-form {
    padding: 21px;
  }
  .callback-form-heading h3 {
    font-size: 17px;
  }
  .callback-steps {
    gap: 12px;
  }
  .callback-wave {
    gap: 5px;
  }
}
@media (max-width: 760px) {
  .callback-section {
    padding-top: 28px;
  }
  .callback-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 16px;
    border-radius: 22px;
  }
  .callback-copy {
    text-align: center;
  }
  .callback-copy h2 {
    font-size: 27px;
    margin: 10px 0;
  }
  .callback-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 480px;
    margin-inline: auto;
    line-height: 1.65;
  }
  .callback-copy .eyebrow {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .callback-voice {
    justify-content: center;
    gap: 16px;
    margin: 15px 0;
  }
  .callback-logo {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }
  .callback-logo img {
    width: 21px;
  }
  .callback-wave {
    height: 42px;
    gap: 5px;
  }
  .callback-steps {
    padding-top: 12px;
    margin-top: 12px;
    gap: 10px;
    text-align: left;
  }
  .callback-steps > span {
    font-size: 12px;
  }
  .callback-steps small {
    margin-bottom: 3px;
  }
  .callback-story-link {
    font-size: 12px;
    line-height: 1.65;
    margin-top: 12px;
    text-align: left;
    gap: 8px;
  }
  .callback-form {
    padding: 16px;
    border-radius: 15px;
    max-width: 460px;
  }
  .callback-form-heading h3 {
    font-size: 17px;
  }
  .callback-handset {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .callback-form-heading {
    gap: 10px;
  }
  .callback-consent {
    margin-top: 14px;
  }
}
@media (max-width: 360px) {
  .callback-card {
    padding: 20px 16px;
    gap: 18px;
  }
  .callback-form {
    padding: 16px;
  }
  .callback-form-heading h3 {
    font-size: 16px;
  }
  .callback-form-heading {
    gap: 8px;
  }
  .callback-copy h2 {
    font-size: 27px;
    margin: 10px 0;
  }
  .callback-steps {
    gap: 8px;
    padding-top: 12px;
    margin-top: 12px;
  }
}
.technology-section {
  padding-top: 44px;
}
.technology-panel {
  padding: 41px 38px 24px;
  background: var(--ivory);
  border: 1px solid #eeede6;
  border-radius: 24px;
}
.technology-panel .section-heading {
  margin-bottom: 28px;
}
.technology-panel .section-heading h2 {
  font-size: clamp(28px, 3vw, 39px);
}
.technology-panel .section-heading > p:last-child {
  font-size: 13px;
  line-height: 1.75;
  margin-top: 14px;
}
.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.technology-provider {
  margin: 0;
  min-width: 0;
  padding: 21px 18px 22px;
  text-align: center;
  background: white;
  border: 1px solid #e6e9e2;
  border-radius: 13px;
  transition:
    border-color 0.25s,
    transform 0.3s var(--ease);
}
.technology-provider:hover {
  border-color: #b6d7be;
  transform: translateY(-3px);
}
.provider-logo {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}
.provider-logo img {
  width: 125px;
  height: 35px;
  object-fit: contain;
}
.provider-hetzner img {
  width: 154px;
  height: auto;
  max-width: none;
  flex: none;
}
.provider-cloudflare img {
  height: 45px;
  width: 125px;
}
.provider-eleven img {
  width: 134px;
  height: 26px;
}
.provider-supabase img {
  width: 140px;
  height: 29px;
}
.provider-scaleway img {
  width: 126px;
  height: 29px;
}
.technology-provider figcaption strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #253d2e;
}
.technology-provider figcaption span {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: #778076;
  margin-top: 5px;
}
.technology-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px;
  color: #758271;
  line-height: 1.7;
  text-align: center;
  margin-top: 22px;
}
.technology-note > span {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 1px;
  flex: none;
}
@media (max-width: 760px) {
  .technology-section {
    padding-top: 26px;
  }
  .technology-panel {
    padding: 22px 14px 18px;
    border-radius: 20px;
  }
  .technology-panel .section-heading {
    margin-bottom: 18px;
  }
  .technology-panel .section-heading h2 {
    font-size: 26px;
  }
  .technology-panel .section-heading > p:last-child {
    font-size: 12px;
  }
  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .technology-provider {
    padding: 12px 8px 13px;
    border-radius: 10px;
  }
  .provider-logo {
    height: 40px;
    margin-bottom: 8px;
  }
  .provider-logo img {
    width: 100px;
    height: 29px;
  }
  .provider-hetzner img {
    width: 125px;
    height: auto;
  }
  .provider-cloudflare img {
    width: 102px;
    height: 38px;
  }
  .provider-eleven img {
    width: 110px;
    height: 21px;
  }
  .provider-supabase img {
    width: 112px;
    height: 24px;
  }
  .provider-scaleway img {
    width: 108px;
    height: 24px;
  }
  .technology-provider figcaption strong {
    font-size: 12px;
    line-height: 1.6;
  }
  .technology-provider figcaption span {
    display: none;
  }
  .technology-note {
    font-size: 12px;
    margin-top: 17px;
    gap: 7px;
  }
}
@media (max-width: 360px) {
  .technology-panel {
    padding-inline: 12px;
    padding: 22px 14px 18px;
  }
  .technology-panel .section-heading h2 {
    font-size: 26px;
  }
  .provider-logo img {
    max-width: 100%;
  }
  .provider-hetzner img {
    max-width: none;
    width: 113px;
  }
  .technology-provider {
    padding-inline: 7px;
    padding: 12px 8px 13px;
  }
}
.provider-scaleway img {
  filter: brightness(0);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-scene:hover > .hero-photo {
    transform: none;
  }
}
