@charset "UTF-8";
@font-face {
  font-family: "Geist";
  src: url("../media/fonts/03bda585a99c6450-s.p.0zzh68k1~whtc.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../media/fonts/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  background: hsl(236, 20%, 16%);
  color: hsl(0, 0%, 100%);
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
summary {
  font: inherit;
}

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  color: hsl(0, 0%, 100%);
}

svg {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.site {
  min-height: 100vh;
  background: hsl(236, 20%, 16%);
}

.container {
  width: min(100% - 48px, 1152px);
  margin-inline: auto;
}

.section {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 112px 0;
  }
}

.section-border {
  border-top: 1px solid hsl(236, 14%, 27%);
}

.content-narrow {
  max-width: 680px;
}

h1,
h2,
h3,
.brand-name,
.price,
.process-number {
  font-family: "Fraunces", Georgia, serif;
}

h1 {
  margin: 32px auto 0;
  max-width: 900px;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

h2 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 0;
}

.lead {
  max-width: 640px;
  margin: 24px auto 0;
  color: hsl(236, 12%, 68%);
  font-size: 1.125rem;
  line-height: 1.75;
}

.section-label {
  margin: 0;
  color: hsl(36, 44%, 68%);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.section-description,
.section-intro {
  color: hsl(236, 12%, 68%);
  line-height: 1.7;
}

.section-description {
  max-width: 680px;
  margin-top: 16px;
}

.section-intro {
  max-width: 380px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid hsl(236, 14%, 27%);
  background: rgba(32.64, 33.728, 48.96, 0.88);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.brand-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(36, 44%, 68%);
}

.brand-name {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}

.main-nav {
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.main-nav a {
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.main-nav a:hover {
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767px) {
  .main-nav {
    display: none;
  }
}

.header-contact {
  align-items: center;
  gap: 20px;
}
.header-contact > a:first-child {
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.header-contact > a:first-child:hover {
  color: hsl(0, 0%, 100%);
}
@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

.mobile-menu {
  position: relative;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu summary {
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-toggle {
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  cursor: pointer;
}
.mobile-menu-toggle span {
  width: 100%;
  height: 1px;
  background: hsl(0, 0%, 100%);
}

.mobile-nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(280px, 100vw - 32px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid hsl(236, 14%, 27%);
  border-radius: 12px;
  background: hsl(236, 18%, 19%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.mobile-nav a:not(.button) {
  padding: 12px;
  color: hsl(236, 15%, 22%);
  border-radius: 6px;
}
.mobile-nav a:not(.button):hover {
  color: hsl(0, 0%, 100%);
  background: hsl(236, 16%, 23%);
}
.mobile-nav .button {
  margin-top: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.button:focus-visible {
  outline: 2px solid hsl(0, 0%, 100%);
  outline-offset: 3px;
}
.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: hsl(36, 44%, 68%);
  color: hsl(231, 18%, 15%);
}
.button-primary:hover {
  background: rgba(209.304, 180.5808, 137.496, 0.82);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: transparent;
  color: hsl(0, 0%, 100%);
}
.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: hsl(236, 16%, 23%);
}

.button-small {
  min-height: 36px;
  padding: 0 12px;
  font-size: 0.875rem;
}

.button-large {
  min-height: 44px;
  padding: 0 24px;
  font-size: 1rem;
}

.button-full {
  width: 100%;
}

.icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  overflow: hidden;
}

.section-hero {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .section-hero {
    padding-top: 112px;
    padding-bottom: 96px;
  }
}

.hero-content {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow-pill {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid hsl(236, 14%, 27%);
  border-radius: 999px;
  background: rgba(49.266, 50.5172, 68.034, 0.5);
  color: hsl(236, 12%, 68%);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.eyebrow-pill span {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: hsl(36, 44%, 68%);
}

.hero-actions {
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 639px) {
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
}

.hero-features {
  margin-top: 56px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
}
.hero-features i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
@media (max-width: 639px) {
  .hero-features i {
    display: none;
  }
}

.section-heading {
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
.section-heading > div {
  max-width: 680px;
}
@media (max-width: 767px) {
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.portfolio-grid {
  margin-top: 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 639px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-item {
  margin: 0;
}

.portfolio-image {
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid hsl(236, 14%, 27%);
  border-radius: 12px;
  background: hsl(236, 16%, 23%);
}
.portfolio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.portfolio-image:hover img {
  transform: scale(1.02);
}

.portfolio-caption {
  margin-top: 20px;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.portfolio-caption h3 {
  margin-bottom: 4px;
}
.portfolio-caption p {
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
  line-height: 1.6;
}
.portfolio-caption > span {
  flex-shrink: 0;
  color: hsl(236, 12%, 68%);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 639px) {
  .portfolio-caption {
    align-items: flex-start;
    flex-direction: column;
  }
}

.process-grid {
  margin-top: 56px;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid hsl(236, 14%, 27%);
  border-radius: 12px;
  background: hsl(236, 14%, 27%);
}
@media (max-width: 639px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.process-card {
  padding: 32px;
  background: hsl(236, 18%, 19%);
}
@media (min-width: 768px) {
  .process-card {
    padding: 40px;
  }
}
.process-card h3 {
  margin: 16px 0 0;
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
}
.process-card p {
  margin-top: 12px;
  color: hsl(236, 12%, 68%);
  line-height: 1.7;
}

.process-number {
  color: hsl(36, 44%, 68%);
  font-size: 1.5rem;
}

.pricing-heading {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.pricing-heading .section-description {
  margin-inline: auto;
}

.pricing-wrapper {
  max-width: 512px;
  margin: 56px auto 0;
  overflow: visible;
}

.pricing-card {
  position: relative;
  padding: 40px;
  border: 1px solid hsl(236, 14%, 27%);
  border-radius: 16px;
  background: hsl(236, 18%, 19%);
  overflow: visible;
}
@media (max-width: 639px) {
  .pricing-card {
    padding: 32px 24px;
  }
}

.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 4px 12px;
  border: 1px solid rgba(209.304, 180.5808, 137.496, 0.4);
  border-radius: 999px;
  background: rgba(209.304, 180.5808, 137.496, 0.1);
  color: hsl(36, 44%, 68%);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.price {
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding-top: 16px;
}
.price > span {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.price small {
  margin-bottom: 8px;
  color: hsl(236, 12%, 68%);
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
}

.price-description {
  margin-top: 12px;
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
  text-align: center;
}

.divider {
  height: 1px;
  margin: 32px 0;
  background: hsl(236, 14%, 27%);
}

.pricing-features {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.pricing-features li {
  align-items: flex-start;
  gap: 12px;
  line-height: 1.7;
}

.check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(209.304, 180.5808, 137.496, 0.15);
  color: hsl(36, 44%, 68%);
}
.check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-card > .button {
  margin-top: 36px;
}

.pricing-note {
  margin-top: 16px;
  color: hsl(236, 12%, 68%);
  font-size: 0.75rem;
  text-align: center;
}

.faq-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 64px;
}
@media (max-width: 767px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.faq-item {
  border-bottom: 1px solid hsl(236, 14%, 27%);
}
.faq-item summary {
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
@media (min-width: 768px) {
  .faq-item summary {
    font-size: 1.125rem;
  }
}

.faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] .faq-icon {
  font-size: 0;
}
.faq-item[open] .faq-icon::before {
  content: "−";
  font-size: 1.125rem;
}

.faq-answer {
  padding: 0 0 24px;
}
.faq-answer p {
  max-width: 680px;
  color: hsl(236, 12%, 68%);
  line-height: 1.7;
}

.contact-section {
  padding: 96px 0 128px;
}
@media (min-width: 768px) {
  .contact-section {
    padding: 128px 0 160px;
  }
}

.contact-content {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.contact-content h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.2;
}
.contact-content .lead {
  max-width: 540px;
}

.contact-actions {
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 639px) {
  .contact-actions {
    flex-direction: column;
  }
  .contact-actions .button {
    width: 100%;
  }
}

.contact-email {
  margin-top: 24px;
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
}
.contact-email a {
  color: hsl(0, 0%, 100%);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.18);
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s ease;
}
.contact-email a:hover {
  text-decoration-color: hsl(36, 44%, 68%);
}

.site-footer {
  border-top: 1px solid hsl(236, 14%, 27%);
}

.footer-inner {
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-inner p {
  color: hsl(236, 12%, 68%);
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
  }
}

@media (max-width: 639px) {
  .container {
    width: min(100% - 32px, 1152px);
  }
  .section {
    padding: 72px 0;
  }
  .section-hero {
    padding-top: 64px;
    padding-bottom: 56px;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .lead {
    font-size: 1rem;
  }
}/*# sourceMappingURL=index.css.map */