@charset "UTF-8";
/* ------------------------------------------------------------------------------- */
/* Reset */
/* ------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #000;
}

body {
  text-rendering: optimizeSpeed;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  min-height: 100vh;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-style: normal;
  font-weight: 400;
}

.bio-section, .site-footer, section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .bio-section, .site-footer, section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

header.top {
  padding: 20px 0;
}

.bio-section, .site-footer, div.boxed, .eyebrow, .top {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .bio-section, .site-footer, div.boxed, .eyebrow, .top {
    width: calc(100% - 80px);
  }
}
.overview {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial, div.boxed blockquote, div.boxed p,
div.boxed h2 {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------------------------- */
/* Global styles */
/* ------------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, *::before, *::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  vertical-align: top;
}

p {
  margin: 0 0 10px 0;
}

li {
  list-style: none;
}

*:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

hr {
  border: none;
  height: 1px;
  display: block;
  margin: 40px 0;
  border-bottom: 2px dotted;
}

b, strong {
  font-style: normal;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

blockquote {
  margin: 40px 0 40px 0;
  padding: 0 20px 0 20px;
  border-left: 1px solid;
}
blockquote a {
  text-decoration: underline;
}

i, em {
  font-style: italic;
}

pre code {
  display: block;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

textarea,
input,
button,
select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ------------------------------------------------------------------------------- */
/* Header (logo + nav) */
/* ------------------------------------------------------------------------------- */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top__avatar {
  height: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .top__avatar {
    width: 40px;
    height: 40px;
  }
}
.top__brand {
  font-size: 1.25rem;
  font-weight: bold;
}
.top__right {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  .top__right {
    gap: 20px;
  }
}
.top .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top__link {
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.top__link:hover {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}
.top__cta {
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  transition: color 0.3s;
}
.top__cta--login {
  padding: 3px 14px;
  border: 1px solid currentColor;
  background: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.top__cta--login:hover {
  text-decoration: none;
}
.top__cta .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.25em;
}
.top__cta:hover .arrow {
  transform: translateX(3px);
}

/* ------------------------------------------------------------------------------- */
/* Intros with big type */
/* ------------------------------------------------------------------------------- */
.eyebrow {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 600px) {
  .eyebrow {
    text-align: left;
    margin-left: 0;
  }
}

.overview {
  font-size: 3.25rem;
  letter-spacing: -0.12rem;
  line-height: 3.6rem;
  text-align: center;
}
@media (max-width: 600px) {
  .overview {
    text-align: left;
    font-size: 2.6rem;
    letter-spacing: -0.04rem;
    line-height: 3.1rem;
  }
}

/* ------------------------------------------------------------------------------- */
/* Page sections */
/* ------------------------------------------------------------------------------- */
section {
  width: 100%;
  margin: 0;
}


/* ------------------------------------------------------------------------------- */
/* Grid cards */
/* ------------------------------------------------------------------------------- */
.feature-grid,
.pricing-grid,
.testimonial-grid,
.testimonial-carousel {
  display: grid;
  gap: 40px;
}
@media (min-width: 700px) {
  .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
.testimonial-carousel {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  clip-path: inset(0 round 24px);
}
.testimonial-track {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.testimonial-card {
  border-radius: 24px;
  padding: 32px;
  background: linear-gradient(160deg, rgba(72, 86, 255, 0.35), rgba(41, 226, 255, 0.15));
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
body.scheme-daylight .testimonial-card {
  background: linear-gradient(160deg, rgba(72, 86, 255, 0.2), rgba(41, 226, 255, 0.1));
  border-color: rgba(26, 28, 32, 0.12);
}
body.scheme-daylight .testimonial-carousel {
  box-shadow: 0 24px 32px rgba(26, 28, 32, 0.18);
}
.testimonial-carousel .siema {
  display: flex;
  height: 100%;
}
.testimonial-carousel .siema > div {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}
.testimonial-card blockquote {
  margin: 0;
  border-left: none;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-style: normal;
  quotes: "“" "”" "‘" "’";
}
.testimonial-card blockquote p::before {
  content: open-quote;
}
.testimonial-card blockquote p::after {
  content: close-quote;
}
.testimonial-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.testimonial-card figcaption strong {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
}
.testimonial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}
.testimonial-controls button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.testimonial-controls button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45);
}
body.scheme-daylight .testimonial-controls button {
  border-color: rgba(26, 28, 32, 0.18);
  background: rgba(26, 28, 32, 0.08);
}

.testimonial-carousel .siema {
  display: flex;
}
.testimonial-carousel .siema > div {
  width: 100%;
}

.card {
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}
body.scheme-daylight .card {
  background: linear-gradient(150deg, rgba(26, 28, 32, 0.08), rgba(26, 28, 32, 0.02));
  border: 1px solid rgba(26, 28, 32, 0.12);
  box-shadow: 0 20px 40px rgba(26, 28, 32, 0.12);
}
.card h3 {
  font-size: 1.75rem;
  line-height: 2.1rem;
}
.card p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  max-width: none;
}
.card ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.card ul li {
  margin: 0;
}
.card .eyebrow {
  text-align: left;
  margin-bottom: 8px;
}
.card .cta-project {
  align-self: flex-start;
}
.card small {
  font-size: 0.875rem;
  opacity: 0.7;
}

.card--highlight {
  position: relative;
  background: linear-gradient(150deg, rgba(122, 87, 255, 0.65), rgba(47, 210, 255, 0.35));
  border-color: rgba(164, 148, 255, 0.9);
  box-shadow: 0 25px 64px rgba(68, 53, 135, 0.45);
}
.card--highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid currentColor;
  opacity: 0.4;
  pointer-events: none;
}
body.scheme-daylight .card--highlight {
  border-color: rgba(65, 48, 135, 0.35);
  background: linear-gradient(150deg, rgba(122, 87, 255, 0.2), rgba(47, 210, 255, 0.1));
}
.card--highlight .card__icon {
  background: rgba(255, 255, 255, 0.24);
}
body.scheme-daylight .card--highlight .card__icon {
  background: rgba(65, 48, 135, 0.18);
}
.card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
}
body.scheme-daylight .card__icon {
  background: rgba(26, 28, 32, 0.08);
}

/* ------------------------------------------------------------------------------- */
/* Hero */
/* ------------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding-top: clamp(70px, 10vh, 120px);
  padding-bottom: clamp(50px, 7vh, 100px);
  overflow: hidden;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -40%;
  background: radial-gradient(circle at top, rgba(122, 87, 255, 0.45), transparent 60%), radial-gradient(circle at bottom right, rgba(47, 210, 255, 0.35), transparent 55%);
  filter: blur(40px);
  opacity: 0.9;
}
.hero .boxed {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  text-align: left;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(24px, 6vw, 160px);
  padding-right: clamp(24px, 6vw, 160px);
  flex: 1;
  justify-content: center;
}
.hero .overview {
  text-align: left;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero__badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.65rem;
}
body.scheme-daylight .hero__badge {
  background: rgba(26, 28, 32, 0.08);
}
.hero p {
  max-width: 560px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.hero__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}
.text-gradient {
  background: linear-gradient(90deg, #c5b9ff -10%, #42f0ff 40%, #ffffff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.95rem;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.cta-secondary:hover {
  border-color: rgba(255, 255, 255, 0.45);
}
body.scheme-daylight .cta-secondary {
  border-color: rgba(26, 28, 32, 0.24);
}

.hero__layout {
  display: grid;
  gap: 40px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}
.hero__content > *:last-child {
  margin-bottom: 0;
}
.hero__chat {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 400px;
  overflow: scroll;
  backdrop-filter: blur(18px);
  max-height: 700px;
}
body.scheme-daylight .hero__chat {
  background: rgba(26, 28, 32, 0.06);
  border-color: rgba(26, 28, 32, 0.12);
  box-shadow: 0 30px 45px rgba(26, 28, 32, 0.15);
}
.hero__chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}
.hero__chat-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.hero__chat-indicator::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #48f38b;
  box-shadow: 0 0 10px rgba(72, 243, 139, 0.8);
}
body.scheme-daylight .hero__chat-indicator::before {
  background: #2bc36f;
  box-shadow: 0 0 8px rgba(43, 195, 111, 0.6);
}
.hero__chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.85rem;
  line-height: 1.4rem;
}
.chat-bubble {
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 0.85rem;
  line-height: 1.4rem;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chat-bubble--bot {
  align-self: flex-start;
  background: linear-gradient(150deg, rgba(122, 87, 255, 0.35), rgba(47, 210, 255, 0.18));
}
.chat-bubble--user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.chat-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}
.hero__chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero__chat-input textarea {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.4rem;
  color: inherit;
  resize: none;
  background: transparent;
}
.hero__chat-input p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.7;
}
.hero__chat-input button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(122, 87, 255, 0.9), rgba(47, 210, 255, 0.9));
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(68, 53, 135, 0.5);
  cursor: pointer;
}
.hero__chat-input button:hover {
  transform: translateY(-1px);
}
body.scheme-daylight .chat-bubble--bot {
  background: linear-gradient(150deg, rgba(122, 87, 255, 0.22), rgba(47, 210, 255, 0.14));
}
body.scheme-daylight .chat-bubble--user {
  background: rgba(26, 28, 32, 0.06);
  border-color: rgba(26, 28, 32, 0.16);
}
body.scheme-daylight .hero__chat-input {
  background: rgba(26, 28, 32, 0.08);
  border-color: rgba(26, 28, 32, 0.12);
}
.hero__chat-input span {
  opacity: 0.75;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.stat-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
}
body.scheme-daylight .stat-card {
  background: rgba(26, 28, 32, 0.08);
  box-shadow: 0 18px 24px rgba(26, 28, 32, 0.12);
}
.stat-card strong {
  font-size: 2rem;
  letter-spacing: -0.04em;
}
.stat-card span {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: inherit;
  opacity: 0.8;
}
@media (max-width: 600px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .hero .boxed {
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }
  .hero__actions {
    justify-content: flex-start;
  }
  .stat-grid {
    margin-top: 32px;
  }
}
@media (max-width: 1100px) {
  .hero__layout {
    grid-template-columns: 1fr;
  }
  .hero__chat {
    min-height: 360px;
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
}

/* ------------------------------------------------------------------------------- */
/* Toolkits & Workflow */
/* ------------------------------------------------------------------------------- */
.section-intro {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.toolkit-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 700px) {
  .toolkit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .toolkit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .toolkit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.workflow-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 900px) {
  .workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.workflow-step {
  border-radius: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.scheme-daylight .workflow-step {
  background: rgba(26, 28, 32, 0.04);
  border-color: rgba(26, 28, 32, 0.12);
  box-shadow: 0 16px 24px rgba(26, 28, 32, 0.12);
}
.workflow-step strong {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.75;
}
.workflow-step h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
section p a {
  text-decoration: underline;
}
section hr {
  border: none;
  height: 160px;
}
@media (max-width: 600px) {
  section hr {
    height: 80px;
  }
}

div.boxed img {
  width: 100%;
  max-width: 1020px;
  border-radius: 12px;
}
div.boxed p,
div.boxed h2 {
  font-size: 1.25rem;
  letter-spacing: -0.05rem;
  line-height: 2rem;
}
div.boxed h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.boxed blockquote {
  font-size: 1rem;
  line-height: 1.5rem;
}
div.boxed blockquote p {
  font-size: 1rem;
  line-height: 1.5rem;
}
div.boxed p a {
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
div.boxed p a:hover {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

/* ------------------------------------------------------------------------------- */
/* Footers */
/* ------------------------------------------------------------------------------- */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  font-size: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  text-decoration: underline;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-left,
.footer-right {
  margin: 0.5rem 0;
}

/* ------------------------------------------------------------------------------- */
/* Portfolios */
/* ------------------------------------------------------------------------------- */
.siema-wrapper {
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.siema {
  margin: 0;
  display: flex;
}
.siema > div {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.siema img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0 !important;
}

.slider-controls {
  font-size: 1rem;
  letter-spacing: -0.1rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 16px;
}
.slider-controls button {
  cursor: pointer;
  border-bottom: 1px solid;
}

div.boxed .slider-heading {
  margin-top: 0;
}

a.cta-project {
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  border: 1px solid;
  border-radius: 999px;
  padding: 2px 8px;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
a.cta-project:hover {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

/* ------------------------------------------------------------------------------- */
/* Testimonials */
/* ------------------------------------------------------------------------------- */
.testimonial {
  border-radius: 12px;
  padding: 80px 40px;
  text-align: center;
  margin-bottom: 40px;
}
.testimonial blockquote {
  border-left: none;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 0 2rem;
  font-style: normal;
  quotes: "“" "”" "‘" "’";
}
.testimonial blockquote p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.testimonial blockquote p::before {
  content: open-quote;
}
.testimonial blockquote p::after {
  content: close-quote;
}
.testimonial figcaption {
  font-size: 1rem;
}
.testimonial figcaption strong {
  font-weight: normal;
}
/* ------------------------------------------------------------------------------- */
/* Bios, Info, About section */
/* ------------------------------------------------------------------------------- */
.bio-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.bio-image {
  width: 100%;
}
@media (min-width: 1100px) {
  .bio-image {
    width: 48%;
  }
}
.bio-image img {
  width: 100%;
  border-radius: 12px;
}

.bio-text {
  width: 100%;
  font-size: 1.6875rem;
  line-height: 2rem;
}
@media (min-width: 1100px) {
  .bio-text {
    width: 48%;
  }
}

.highlight {
  text-decoration: underline;
}

.bio-links {
  display: flex;
  gap: 3rem;
  font-size: 1.25rem;
  line-height: 2rem;
  flex-wrap: wrap;
}
.bio-links ul {
  list-style: none;
  padding: 0;
}
.bio-links ul li {
  margin-bottom: 8px;
}
.bio-links a {
  text-decoration: none;
  position: relative;
}
.bio-links a::before {
  content: "→";
  margin-right: 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}
.bio-links a:hover {
  text-decoration: none;
}
.bio-links a:hover::before {
  transform: translateX(3px);
}
