:root {
  --blue: #0876b8;
  --blue-deep: #064de7;
  --green: #46d87c;
  --lime: #caff3c;
  --ice: #f5f9fb;
  --ink: #08131d;
  --muted: #687785;
  --line: rgba(8, 19, 29, 0.12);
  --shadow: 0 28px 80px rgba(5, 67, 104, 0.18);
  --page-width: 1180px;
  --page-gutter: 32px;
  --slide-width: 220px;
  --slide-gap: 14px;
  --slide-count: 10;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

body::selection {
  background: var(--lime);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(var(--page-width), calc(100% - var(--page-gutter)));
  margin: 12px auto 0;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(8, 68, 110, 0.14);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.logo {
  display: inline-flex;
  align-items: center;
  min-width: 82px;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue-deep);
}

.logo span {
  color: var(--ink);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 34px);
  color: rgba(8, 19, 29, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a,
.header-cta,
.menu-toggle,
.btn,
.socials a,
.founder-socials a,
.package-card a {
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav a:hover {
  color: var(--blue-deep);
}

.header-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: #e0ff68;
}

.mobile-cta,
.menu-toggle,
.mobile-menu-panel {
  display: none;
}

main {
  width: min(var(--page-width), calc(100% - var(--page-gutter)));
  margin: 14px auto 56px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 54px) clamp(22px, 3.4vw, 44px) clamp(22px, 3vw, 34px);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 96, 142, 0.18), rgba(18, 161, 217, 0.2)),
    radial-gradient(circle at 77% 30%, rgba(255, 255, 255, 0.34), transparent 21rem),
    linear-gradient(145deg, #0c6ea6 0%, #0876b8 48%, #67cfe9 100%);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, black, transparent 70%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(3px);
}

.hero-glow-one {
  width: 520px;
  height: 520px;
  left: -180px;
  top: 180px;
  background: rgba(202, 255, 60, 0.16);
}

.hero-glow-two {
  right: 19%;
  top: 120px;
  bottom: auto;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.22);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 800px;
  color: white;
  min-height: 520px;
  padding-top: 18px;
  padding-bottom: 28px;
}

.eyebrow,
.section-kicker,
.package-label {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
  font-size: 13px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Wix Madefor Display", "Manrope", sans-serif;
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(24px, 7.8vw, 48px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

h1 span {
  display: inline;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.56);
  font-family: Georgia, serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.38;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: max-content;
  max-width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 16px 34px rgba(202, 255, 60, 0.32);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: #dcff66;
  box-shadow: 0 22px 42px rgba(202, 255, 60, 0.44);
}

.btn-primary::after {
  content: "↗";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 14px;
  line-height: 1;
}

.btn-secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.22);
}

.hero-person {
  position: absolute;
  right: clamp(42px, 8vw, 120px);
  top: auto;
  bottom: 0;
  z-index: 2;
  width: min(42vw, 540px);
  height: calc(100% - 74px);
  pointer-events: none;
}

.person-halo {
  position: absolute;
  right: -92px;
  bottom: 18px;
  width: min(46vw, 640px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(202, 255, 60, 0.12) 48%, transparent 72%);
}

.hero-person img {
  position: absolute;
  bottom: 0;
  width: 110%;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 32px 28px rgba(4, 34, 62, 0.34));
}

.hero-meeting {
  position: absolute;
  right: clamp(36px, 7vw, 106px);
  bottom: 218px;
  z-index: 6;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px) saturate(145%);
  border: 2px solid rgba(255, 255, 255, 0.45);
}

.meeting-ring {
  position: absolute;
  inset: 0;
  overflow: visible;
  animation: meetingSpin 18s linear infinite;
}

.meeting-ring text {
  fill: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-meeting span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(202, 255, 60, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-meeting:hover span {
  transform: translateY(3px);
  box-shadow: 0 22px 42px rgba(202, 255, 60, 0.4);
}

.person-note {
  position: absolute;
  right: -22px;
  bottom: 34px;
  z-index: 3;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  box-shadow: 0 18px 35px rgba(6, 32, 68, 0.18);
  backdrop-filter: blur(16px);
}

.hero-strip {
  position: relative;
  z-index: 5;
  overflow: visible;
  margin-top: 24px;
  margin-right: calc(clamp(22px, 3.4vw, 44px) * -1);
  margin-left: calc(clamp(22px, 3.4vw, 44px) * -1);
  padding: 0;
}

.hero-track {
  display: flex;
  width: max-content;
  gap: var(--slide-gap);
  animation: heroMarquee 46s linear infinite;
}

.hero-strip:hover .hero-track {
  animation-play-state: paused;
}

.slide-card,
.metric-card,
.package-card,
.concept-card,
.process article {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.slide-card {
  position: relative;
  flex: 0 0 var(--slide-width);
  min-height: 154px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  background: rgba(247, 248, 249, 0.9);
  box-shadow: 0 18px 34px rgba(4, 35, 72, 0.15);
}

.slide-card:hover,
.metric-card:hover,
.package-card:hover,
.concept-card:hover,
.process article:hover {
  transform: translateY(-5px);
}

.slide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.slide-card span,
.slide-card b {
  position: relative;
  z-index: 1;
}

.slide-card span {
  display: block;
  margin-bottom: 48px;
  color: rgba(8, 19, 29, 0.58);
  font-size: 13px;
  line-height: 1.2;
}

.slide-card b {
  display: block;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}

.slide-map::before {
  background:
    radial-gradient(circle at 22% 32%, rgba(202, 255, 60, 0.72), transparent 9%),
    radial-gradient(circle at 76% 66%, rgba(54, 199, 255, 0.62), transparent 11%),
    linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.72) 20.4%, transparent 21%),
    linear-gradient(45deg, rgba(255, 255, 255, 0.68), transparent 44%),
    linear-gradient(135deg, #b8ecff, #7bdfe3 52%, #d6f7b3);
}

.slide-tags::before {
  background:
    radial-gradient(circle at 24% 22%, white 0 24px, transparent 25px),
    radial-gradient(circle at 70% 24%, white 0 31px, transparent 32px),
    radial-gradient(circle at 48% 56%, white 0 34px, transparent 35px),
    linear-gradient(135deg, #f1f5f8, #e8eef1);
}

.slide-photo::before {
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.05), rgba(8, 19, 29, 0.52)),
    radial-gradient(circle at 38% 24%, rgba(202, 255, 60, 0.7), transparent 16%),
    linear-gradient(135deg, #7bdfe3, #0876b8 54%, #46d87c);
}

.slide-photo.alt::before {
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.02), rgba(8, 19, 29, 0.48)),
    radial-gradient(circle at 70% 22%, rgba(202, 255, 60, 0.7), transparent 16%),
    linear-gradient(135deg, #78d8ee, #46d87c 52%, #0876b8);
}

.slide-photo span,
.slide-photo b {
  color: white;
}

.slide-dark {
  background: #111418;
}

.slide-dark span,
.slide-dark b {
  color: white;
}

.slide-dark::before {
  background:
    radial-gradient(circle at 58% 28%, var(--lime) 0 7px, transparent 8px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 40%);
}

.slide-price::before {
  background:
    linear-gradient(90deg, #35c9ff 0 46%, #e8eef1 46% 100%) 28px 58px / 145px 10px no-repeat,
    repeating-linear-gradient(180deg, transparent 0 33px, rgba(8, 19, 29, 0.08) 34px 35px),
    linear-gradient(135deg, #ffffff, #edf4f8);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: white;
  color: rgba(8, 19, 29, 0.76);
  font-size: 11px;
  line-height: 1;
}

@keyframes heroMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(var(--slide-count) * (var(--slide-width) + var(--slide-gap)) * -1));
  }
}

@keyframes softMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes meetingSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section {
  padding: clamp(72px, 10vw, 132px) 0 0;
}

h2 {
  max-width: 640px;
  margin-bottom: 20px;
  font-size: clamp(24px, 7.8vw, 48px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.soft-line {
  color: rgba(8, 19, 29, 0.48);
}

.accent-dot {
  display: inline-grid;
  width: 0.78em;
  height: 0.78em;
  place-items: center;
  border-radius: 50%;
  vertical-align: 0.02em;
}

.blue-dot {
  background: #36c7ff;
}

.lime-dot {
  background: var(--lime);
}

.section-heading p,
.support-panel p,
.founder-copy p,
.contact-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(44px, 7vw, 76px);
}

.metric-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 0;
  border-radius: 18px;
  background: #eeeeee;
  box-shadow: none;
}

.metric-card b {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 0.95;
}

.metric-card span {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.metric-card p {
  margin-bottom: 0;
  color: rgba(8, 19, 29, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

.metric-tags .tag-cloud {
  margin: -6px -14px 0;
}

.metric-lime {
  background: var(--lime);
}

.metric-image {
  color: white;
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.04), rgba(8, 19, 29, 0.72)),
    radial-gradient(circle at 65% 8%, rgba(202, 255, 60, 0.58), transparent 25%),
    linear-gradient(135deg, #a5e0cf, #0876b8 56%, #0e231d);
}

.metric-image b,
.metric-image p,
.metric-image span {
  color: white;
}

.metric-neutral {
  background: #eeeeee;
}

.niche-row {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 58px 0 0;
  padding: 0 0 10px;
  overflow: hidden;
  color: rgba(8, 19, 29, 0.24);
  font-size: 16px;
  font-weight: 800;
}

.niche-row span {
  position: relative;
  flex: 0 0 auto;
}

.niche-row .mobile-marquee-copy {
  display: none;
}

.niche-row span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: -3px;
  opacity: 0.55;
}

.section-heading {
  max-width: 840px;
}

.about-studio .section-heading {
  max-width: 920px;
}

.about-studio .section-heading h2 {
  margin-bottom: 22px;
}

.about-studio .section-heading p {
  max-width: 520px;
}

.included-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.included-grid span {
  padding: 14px 18px;
  border: 1px solid rgba(8, 118, 184, 0.17);
  border-radius: 999px;
  background: white;
  color: rgba(8, 19, 29, 0.82);
  box-shadow: 0 10px 25px rgba(8, 118, 184, 0.06);
}

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

.package-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: 0 20px 50px rgba(8, 19, 29, 0.07);
}

.package-card.featured {
  border-color: rgba(202, 255, 60, 0.82);
  background:
    radial-gradient(circle at 80% 0%, rgba(202, 255, 60, 0.42), transparent 42%),
    var(--ink);
  color: white;
}

.package-card:hover {
  border-color: rgba(6, 77, 231, 0.32);
  box-shadow: 0 28px 70px rgba(8, 19, 29, 0.12);
}

.package-card h3 {
  min-height: 72px;
  margin-bottom: 18px;
  font-size: clamp(24px, 3vw, 28px);
  line-height: 0.98;
}

.package-card strong {
  margin-bottom: 20px;
  color: var(--blue-deep);
  font-size: 28px;
}

.package-card.featured strong,
.package-card.featured .package-label {
  color: var(--lime);
}

.package-card p:not(.package-label) {
  color: var(--muted);
  line-height: 1.55;
}

.package-card.featured p:not(.package-label) {
  color: rgba(255, 255, 255, 0.76);
}

.package-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: auto;
  border-radius: 999px;
  background: rgba(8, 118, 184, 0.1);
  color: var(--blue-deep);
  font-weight: 800;
}

.package-card a:hover {
  background: var(--blue-deep);
  color: white;
}

.package-card.featured a {
  background: var(--lime);
  color: var(--ink);
}

.package-included {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.included-track {
  display: contents;
}

.package-included span {
  padding: 14px 18px;
  border: 1px solid rgba(8, 118, 184, 0.17);
  border-radius: 999px;
  background: white;
  color: rgba(8, 19, 29, 0.82);
  box-shadow: 0 10px 25px rgba(8, 118, 184, 0.06);
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(202, 255, 60, 0.5), transparent 22%),
    linear-gradient(135deg, #08131d, #0876b8);
  color: white;
}

.support-panel h2 {
  color: white;
}

.support-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.support-price-label {
  margin: 22px 0 4px;
  color: white !important;
  font-size: 15px;
  font-weight: 700;
}

.support-price {
  margin: 0;
  color: var(--lime) !important;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.35 !important;
}

.support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.support-list i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  background: rgba(202, 255, 60, 0.92);
  color: var(--ink);
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}

.support-list i img {
  width: 20px;
  height: 20px;
}

.support-list li:nth-child(2) i {
  background: rgba(255, 255, 255, 0.92);
}

.support-list li:nth-child(3) i {
  background: rgba(110, 214, 255, 0.92);
  font-size: 22px;
}

.support-list li:nth-child(4) i {
  background: rgba(202, 255, 60, 0.72);
  font-size: 23px;
}

.support-list b {
  font-size: 20px;
}

.support-list span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.process-flow {
  position: relative;
  margin-top: 32px;
  border-radius: 32px;
  overflow: hidden;
}

.process-flow b {
  font-size: 17px;
  line-height: 1.18;
}

.process-flow p {
  margin: 18px 0 0;
  max-width: 270px;
  color: rgba(8, 19, 29, 0.68);
  font-size: 14px;
  line-height: 1.4;
}

.timeline-band {
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.process-flow-c {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(202, 255, 60, 0.82);
  background:
    radial-gradient(circle at 80% 0%, rgba(202, 255, 60, 0.42), transparent 42%),
    var(--ink);
}

.process-flow-c article {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 26px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.process-flow-c article:nth-of-type(-n + 3) {
  grid-column: 1;
}

.process-flow-c article:nth-of-type(n + 4) {
  grid-column: 2;
}

.process-flow-c article:nth-of-type(1),
.process-flow-c article:nth-of-type(4) {
  grid-row: 2;
}

.process-flow-c article:nth-of-type(2),
.process-flow-c article:nth-of-type(5) {
  grid-row: 3;
}

.process-flow-c article:nth-of-type(3),
.process-flow-c article:nth-of-type(6) {
  grid-row: 4;
}

.process-flow-c article:nth-of-type(3n + 1) {
  background: var(--lime);
}

.process-flow-c span {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(8, 19, 29, 0.48);
  font-weight: 900;
}

.process-flow-c b {
  display: block;
  font-size: 22px;
}

.process-weekline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 290px;
  margin-top: 22px;
  padding: 42px 34px 28px;
  overflow: visible;
  border: 1px solid rgba(8, 118, 184, 0.1);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(8, 68, 110, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 255, 0.96)),
    radial-gradient(circle at 14% 14%, rgba(202, 255, 60, 0.18), transparent 24%);
}

.process-weekline::before {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 74px;
  left: 34px;
  height: 1px;
  background: rgba(8, 19, 29, 0.08);
}

.process-weekline::after {
  content: "";
  position: absolute;
  inset: 34px 34px 74px;
  background: repeating-linear-gradient(90deg, rgba(8, 19, 29, 0.14) 0 1px, transparent 1px 20%);
  opacity: 0.7;
  pointer-events: none;
}

.week-step,
.week-label {
  position: relative;
  z-index: 1;
}

.week-step {
  width: max-content;
  align-self: start;
  justify-self: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, #eefcff, #e8ffd0);
  color: rgba(8, 19, 29, 0.82);
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(8, 68, 110, 0.1);
  cursor: default;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.week-step::after {
  content: attr(data-desc);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: 230px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 118, 184, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(8, 19, 29, 0.72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: 0 20px 44px rgba(8, 68, 110, 0.14);
}

.week-step:hover {
  z-index: 3;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(8, 68, 110, 0.16);
}

.week-step:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.week-step-1 {
  grid-column: 1;
  margin-top: 74px;
}

.week-step-2 {
  grid-column: 2;
  margin-top: 24px;
}

.week-step-3 {
  grid-column: 3;
  margin-top: 54px;
}

.week-step-4 {
  grid-column: 4;
  margin-top: 84px;
}

.week-step-5 {
  grid-column: 5;
  margin-top: 26px;
}

.week-step-6 {
  grid-column: 5;
  margin-top: 116px;
  border-color: rgba(202, 255, 60, 0.82);
  background:
    radial-gradient(circle at 80% 0%, rgba(202, 255, 60, 0.42), transparent 42%),
    var(--ink);
  color: white;
}

.week-label {
  align-self: end;
  justify-self: center;
  color: rgba(8, 19, 29, 0.34);
  font-size: 13px;
  font-weight: 700;
}

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

.concept-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 26px;
  border-radius: 30px;
  color: white;
  background: var(--blue-deep);
}

.concept-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.06), rgba(8, 19, 29, 0.5)),
    radial-gradient(circle at 75% 14%, rgba(202, 255, 60, 0.56), transparent 28%),
    linear-gradient(135deg, rgba(8, 118, 184, 0.9), rgba(70, 216, 124, 0.78));
}

.concept-card.coffee::before {
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.04), rgba(8, 19, 29, 0.54)),
    radial-gradient(circle at 26% 18%, rgba(202, 255, 60, 0.5), transparent 25%),
    linear-gradient(135deg, #0876b8, #42c6b4);
}

.concept-card.studio::before {
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.02), rgba(8, 19, 29, 0.55)),
    radial-gradient(circle at 70% 26%, rgba(70, 216, 124, 0.64), transparent 27%),
    linear-gradient(135deg, #064de7, #20a4d8);
}

.concept-card span,
.concept-card h3 {
  position: relative;
  z-index: 1;
}

.concept-card span {
  display: inline-flex;
  margin-bottom: 118px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.concept-card h3 {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.12;
}

.founder {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}

.founder-photo {
  position: relative;
  display: grid;
  min-height: 360px;
  max-height: 360px;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 35% 28%, rgba(202, 255, 60, 0.22), transparent 24%),
    linear-gradient(145deg, #dff9eb, #c2eff8);
}

.founder-photo span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.founder-photo img {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: auto;
  height: 104%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 28px rgba(8, 68, 110, 0.16));
}

.founder-copy h2 span {
  color: rgba(8, 19, 29, 0.42);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.founder-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.founder-socials a {
  display: flex;
  width: 52px;
  height: 52px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-weight: 800;
}

.founder-socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.founder-socials a:hover {
  transform: translateY(-4px);
  background: var(--lime);
  color: var(--ink);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.contact-section h2 {
  font-weight: 700;
}

.review-strip {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.review-avatars {
  display: flex;
}

.review-avatars span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-left: -8px;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.review-avatars span:first-child {
  margin-left: 0;
}

.review-avatars span:last-child {
  background: var(--ink);
}

.review-strip b {
  display: block;
  color: #f2b01e;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.review-strip span {
  display: block;
  max-width: 280px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.contact-form {
  display: grid;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact-form label {
  display: grid;
  gap: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.radio-group legend {
  width: 100%;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 700;
}

.radio-group label {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(8, 19, 29, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  white-space: nowrap;
}

.radio-group input {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  accent-color: var(--lime);
  box-shadow: none;
}

.contact-form input:not([type="radio"]),
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(8, 19, 29, 0.14);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  padding: 14px 0 18px;
  outline: none;
}

.contact-form input:not([type="radio"])::placeholder,
.contact-form textarea::placeholder {
  color: rgba(8, 19, 29, 0.32);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:not([type="radio"]):focus,
.contact-form textarea:focus {
  border-color: var(--blue-deep);
  box-shadow: none;
}

.contact-form .btn {
  width: 100%;
  min-height: 64px;
  margin-top: 6px;
  background: var(--lime);
  color: var(--ink);
}

.agreement-text {
  max-width: none;
  margin: -8px 0 0;
  color: rgba(8, 19, 29, 0.44);
  font-size: 12px;
  text-align: center;
}

.agreement-text a {
  color: var(--ink);
  font-weight: 800;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: none;
  width: min(480px, calc(100% - 44px));
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 2px solid rgba(202, 255, 60, 0.92);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(202, 255, 60, 0.38), transparent 34%),
    var(--ink);
  box-shadow: 0 22px 70px rgba(8, 19, 29, 0.28);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(202, 255, 60, 0.24);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f4f8fb;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--blue-deep);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  max-width: 760px;
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: var(--muted);
  line-height: 1.6;
  opacity: 0;
  transition: max-height 260ms ease, padding 260ms ease, opacity 220ms ease;
}

.faq-list details.is-open p {
  max-height: 260px;
  padding: 0 22px 22px;
  opacity: 1;
}

.socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.socials a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 800;
}

.socials a:hover {
  transform: translateY(-4px);
  border-color: rgba(202, 255, 60, 0.8);
  background: var(--lime);
  color: var(--ink);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(70px, 9vw, 120px);
  padding: clamp(30px, 5vw, 58px);
  border-radius: 34px;
  background: var(--ink);
  color: white;
}

.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 68px);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }

  .nav {
    display: none;
  }

  .site-header.is-menu-open {
    border-radius: 26px;
  }

  .mobile-menu-panel.is-open {
    position: fixed;
    top: 86px;
    left: max(10px, calc((100% - var(--page-width)) / 2));
    right: max(10px, calc((100% - var(--page-width)) / 2));
    z-index: 35;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 22px 60px rgba(8, 68, 110, 0.18);
    backdrop-filter: blur(32px) saturate(165%);
    -webkit-backdrop-filter: blur(32px) saturate(165%);
  }

  .mobile-menu-panel.is-open a {
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-menu-panel.is-open a:hover {
    background: rgba(8, 118, 184, 0.08);
  }

  .menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: rgba(8, 19, 29, 0.08);
    color: var(--ink);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .support-panel,
  .founder,
  .contact-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .about-studio,
  .packages {
    overflow: hidden;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 32px;
  }

  .metric-card {
    aspect-ratio: 1;
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .metric-card b {
    margin-bottom: 8px;
    font-size: clamp(28px, 8vw, 38px);
  }

  .metric-card span,
  .metric-card p {
    font-size: 11px;
  }

  .metric-tags .tag-cloud {
    gap: 5px;
    margin: -4px -6px 0;
  }

  .metric-tags .tag-cloud span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 9px;
  }

  .niche-row {
    width: max-content;
    flex-wrap: nowrap;
    overflow: visible;
    animation: softMarquee 28s linear infinite;
  }

  .niche-row .mobile-marquee-copy {
    display: inline;
  }

  .package-included {
    display: grid;
    gap: 8px;
    overflow: visible;
  }

  .included-track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    gap: 10px;
    animation: softMarquee 24s linear infinite;
  }

  .included-track span {
    flex: 0 0 auto;
  }

  .included-track:nth-child(2) {
    animation-duration: 31s;
    animation-direction: reverse;
    animation-delay: -8s;
  }

  .included-track:nth-child(3) {
    animation-duration: 27s;
    animation-delay: -14s;
  }

  .package-grid,
  .concept-grid,
  .font-grid {
    grid-template-columns: 1fr;
  }

  .process-flow-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-band {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 840px;
    padding-bottom: 22px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(48px, 12vw, 70px);
  }

  .hero-lead {
    max-width: 100%;
    font-size: clamp(14px, 4.7vw, 16px);
    margin-bottom: 18px;
  }

  .hero-person {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-height: 300px;
    margin-top: 4px;
  }

  .hero-person img {
    right: 7%;
    width: min(52vw, 250px);
    max-height: 320px;
  }

  .person-halo {
    right: 4%;
    bottom: 38px;
    width: min(64vw, 310px);
  }

  .person-note {
    right: 8%;
    bottom: 58px;
  }

  .hero-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 8px;
    width: min(100% - 20px, 1180px);
    gap: 10px;
    border-radius: 20px;
    padding: 10px 12px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 11px;
  }

  .desktop-cta {
    display: none;
  }

  .mobile-cta {
    display: inline;
  }

  main {
    width: min(100% - 20px, 1180px);
    margin-top: 12px;
  }

  .hero {
    padding: 28px 18px 20px;
    border-radius: 28px;
  }

  .hero-copy {
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 18px;
  }

  .hero .eyebrow {
    font-size: 10px;
  }

  h1 {
    font-size: clamp(24px, 13vw, 36px);
    line-height: 1.15;
  }

  h1 span {
    display: inline;
    margin-top: 0;
    font-size: clamp(24px, 13vw, 36px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .hero-lead {
    max-width: 100%;
    font-size: clamp(14px, 4.7vw, 16px);
    margin-bottom: 18px;
  }

  .btn {
    width: 100%;
    min-height: 48px;
  }

  .hero-person {
    min-height: 182px;
  }

  .hero-person img {
    right: 50%;
    width: 110%;
    transform: translateX(50%);
    top: -50%;
    max-height: none;
  }

  .person-note {
    right: 50%;
    bottom: 46px;
    transform: translateX(50%);
    white-space: nowrap;
  }

  .person-halo {
    right: 50%;
    bottom: 38px;
    width: min(64vw, 220px);
    transform: translateX(50%);
  }

  .hero-strip {
    width: auto;
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 0;
    display: none;
  }

  .hero-track {
    --slide-width: 205px;
    --slide-gap: 10px;
    gap: var(--slide-gap);
    animation-duration: 34s;
  }

  .slide-card {
    flex-basis: var(--slide-width);
  }

  .support-list,
  .process-flow-c,
  .socials {
    grid-template-columns: 1fr;
  }

  .process-flow-c {
    padding: 18px;
  }

  .process-flow-c article,
  .process-flow-c article:nth-of-type(-n + 3),
  .process-flow-c article:nth-of-type(n + 4),
  .timeline-band {
    grid-column: span 1;
  }

  .process-flow-c article:nth-of-type(n) {
    grid-row: auto;
  }

  .process-weekline {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 10px 12px;
    min-height: auto;
    padding: 16px;
    overflow: hidden;
    border-radius: 26px;
    background:
      radial-gradient(circle at 10% 12%, rgba(202, 255, 60, 0.26), transparent 24%),
      linear-gradient(135deg, #f7fdff, #eef7fb);
  }

  .process-weekline::before {
    top: 34px;
    right: auto;
    bottom: 34px;
    left: 43px;
    display: block;
    width: 2px;
    height: auto;
    background: rgba(8, 118, 184, 0.14);
    transform: none;
  }

  .process-weekline::after {
    display: none;
  }

  .week-step {
    width: auto;
    margin-top: 0;
    min-width: 0;
    min-height: 76px;
    justify-self: stretch;
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 14px;
    text-align: left;
    transition: none;
  }

  .week-step::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(8, 118, 184, 0.12);
    border-radius: 16px;
    background: white;
    color: rgba(8, 19, 29, 0.62);
    font-size: 13px;
    font-weight: 900;
    transform: translateY(-50%);
    box-shadow: 0 10px 24px rgba(8, 68, 110, 0.08);
  }

  .week-step-1::before {
    content: "01";
  }

  .week-step-2::before {
    content: "02";
  }

  .week-step-3::before {
    content: "03";
  }

  .week-step-4::before {
    content: "04";
  }

  .week-step-5::before {
    content: "05";
  }

  .week-step-6::before {
    content: "06";
    background: var(--lime);
    color: var(--ink);
  }

  .week-step::after {
    position: static;
    display: block;
    width: auto;
    margin-top: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(8, 19, 29, 0.58);
    font-size: 12px;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .week-step:hover {
    transform: none;
    box-shadow: 0 12px 28px rgba(8, 68, 110, 0.1);
  }

  .week-step:hover::after {
    transform: none;
  }

  .week-step-1,
  .week-step-2,
  .week-step-3,
  .week-step-4,
  .week-step-5,
  .week-step-6 {
    margin-top: 0;
  }

  .week-step-1 {
    grid-column: 2;
    grid-row: 1;
  }

  .week-step-2 {
    grid-column: 2;
    grid-row: 2;
  }

  .week-step-3 {
    grid-column: 2;
    grid-row: 3;
  }

  .week-step-4 {
    grid-column: 2;
    grid-row: 4;
  }

  .week-step-5 {
    grid-column: 2;
    grid-row: 5;
  }

  .week-step-6 {
    grid-column: 2;
    grid-row: 6;
  }

  .week-label {
    display: none;
  }

  .week-step-6::after {
    color: rgba(255, 255, 255, 0.72);
  }

  .founder-photo {
    min-height: 260px;
  }

  .niche-row {
    justify-content: flex-start;
    width: max-content;
    margin: 36px 0 0;
    overflow: visible;
  }

  .slide-card {
    min-height: 48px;
  }

  .package-card {
    min-height: 330px;
  }

  .contact-section {
    gap: 26px;
  }

  .contact-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .review-strip {
    margin-top: 18px;
  }

  .contact-form {
    gap: 16px;
  }

  .contact-form label,
  .radio-group legend {
    font-size: 14px;
  }

  .radio-group {
    gap: 8px;
  }

  .radio-group label {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .contact-form input:not([type="radio"]),
  .contact-form textarea {
    padding: 9px 0 12px;
    font-size: 14px;
  }

  .contact-form textarea {
    min-height: 86px;
  }

  .contact-form .btn {
    min-height: 48px;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    flex-direction: column;
    align-items: stretch;
  }

  .concept-card {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .hero-meeting {
    right: 8%;
    bottom: 118px;
    width: 96px;
    height: 96px;
  }

  .hero-meeting span {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .meeting-ring text {
    font-size: 9px;
  }
}

@media (max-width: 620px) {
  .hero-meeting {
    right: 50%;
    top: 85%;
    width: 100px;
    height: 100px;
    transform: translateX(50%);
  }

  .hero-meeting span {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-track {
    animation: none;
  }
}
