/* [project]/src/styles/hero.css [app-client] (css) */
.h-section {
  scroll-snap-align: start;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.center-text {
  z-index: 20;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 10vh;
  margin-bottom: 4vh;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  transition: text-shadow .4s, color .4s;
  position: relative;
}

.center-text:hover, .center-text:focus {
  text-shadow: 0 0 32px #fff, 0 0 12px #fff, 0 0 64px #fff;
  color: #fff;
  transition: text-shadow .4s, color .4s;
}

.input-block-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.input-block {
  background: rgba(255, 255, 255, .07);
  border-radius: 2em;
  align-items: center;
  gap: .5em;
  width: 100%;
  max-width: 700px;
  padding: .5em .5em .5em 1.2em;
  display: flex;
  box-shadow: 0 0 24px rgba(255, 255, 255, .1);
}

.input-block textarea {
  color: #fff;
  resize: none;
  width: 100%;
  min-height: 2.8em;
  max-height: 8em;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 1.5em;
  outline: none;
  padding: .7em .7em .7em 0;
  font-family: Geist, Geist Sans, Arial, sans-serif;
  font-size: 1.25em;
  transition: box-shadow .3s, background .3s;
}

.input-block textarea:focus {
  background: rgba(255, 255, 255, .13);
  box-shadow: 0 0 16px #fff;
}

.input-block textarea::placeholder {
  color: #fff;
  opacity: .5;
  font-family: Geist, Geist Sans, Arial, sans-serif;
  font-size: 1em;
}

.input-block button {
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .13);
  border: none;
  border-radius: 1.5em;
  padding: .7em 1.4em;
  font-family: Geist Mono, monospace;
  font-size: 1.1em;
  font-weight: 600;
  transition: box-shadow .3s, background .3s, color .3s;
}

.input-block button:hover, .input-block button:focus {
  color: #000;
  background: #fff;
  box-shadow: 0 0 16px #fff;
}

@media (max-width: 1024px) {
  .center-text {
    letter-spacing: .02em;
    margin-top: 8vh;
    margin-bottom: 3vh;
    font-size: 10vw;
  }

  .input-block {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    max-width: 85vw;
    padding: .4em .4em .4em 1em;
  }

  .input-block textarea {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    min-height: 2.6em;
    font-size: 1.15em;
  }

  .input-block button {
    padding: .65em 1.3em;
    font-size: 1.05em;
  }

  .input-block textarea::placeholder {
    color: rgba(255, 255, 255, .5);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  }
}

@media (max-width: 768px) {
  .h-section {
    height: 100vh;
    padding: 0 20px;
  }

  .input-block textarea::placeholder {
    color: rgba(255, 255, 255, .6);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  }

  .center-text {
    letter-spacing: .01em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    margin-top: 6vh;
    margin-bottom: 2.5vh;
    font-size: 12vw;
    line-height: 1.1;
  }

  .input-block-wrapper {
    margin-top: 0;
    padding: 0 10px;
  }

  .input-block {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 1.5em;
    max-width: 90vw;
    padding: .35em .35em .35em .9em;
  }

  .input-block textarea {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    min-height: 2.4em;
    padding: .6em .6em .6em 0;
    font-size: 1.1em;
  }

  .input-block button {
    border-radius: 1.2em;
    padding: .6em 1.2em;
    font-size: 1em;
  }

  .center-text:hover, .center-text:focus {
    text-shadow: none;
  }

  .input-block button:hover, .input-block button:focus {
    color: #fff;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 0 12px rgba(255, 255, 255, .3);
  }
}

@media (max-width: 480px) {
  .h-section {
    padding: 0 15px;
  }

  .center-text {
    letter-spacing: .005em;
    margin-top: 5vh;
    margin-bottom: 2vh;
    font-size: 14vw;
    line-height: 1.05;
  }

  .input-block-wrapper {
    padding: 0 5px;
  }

  .input-block {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 1.3em;
    max-width: 95vw;
    padding: .3em .3em .3em .8em;
  }

  .input-block textarea {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    min-height: 2.2em;
    padding: .5em .5em .5em 0;
    font-size: 1em;
  }

  .input-block button {
    border-radius: 1em;
    padding: .5em 1em;
    font-size: .9em;
  }

  .input-block textarea::placeholder {
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    font-size: .9em;
  }
}

@media (max-width: 360px) {
  .center-text {
    margin-top: 4vh;
    margin-bottom: 1.5vh;
    font-size: 16vw;
  }

  .input-block {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
    max-width: 98vw;
    padding: .25em .25em .25em .7em;
  }

  .input-block textarea {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .7);
    min-height: 2em;
    font-size: .95em;
  }

  .input-block button {
    padding: .45em .9em;
    font-size: .85em;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .h-section {
    will-change: auto;
  }

  .center-text {
    will-change: auto;
    text-shadow: none !important;
  }

  .input-block {
    will-change: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .input-block textarea, .input-block button {
    will-change: auto;
  }

  .input-block textarea {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .input-block button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  .h-section {
    will-change: auto;
  }

  .center-text {
    will-change: auto;
    text-shadow: none !important;
  }

  .input-block {
    will-change: auto;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .input-block textarea, .input-block button {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    min-height: 40px;
  }
}

@media (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  .center-text {
    margin-top: 6vh;
    margin-bottom: 2vh;
    font-size: 8vw;
  }

  .input-block {
    max-width: 80vw;
    padding: .3em .3em .3em .8em;
  }

  .input-block textarea {
    min-height: 2.4em;
    font-size: 1.1em;
  }

  .input-block button {
    padding: .6em 1.2em;
    font-size: 1em;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .center-text, .input-block textarea, .input-block button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (prefers-color-scheme: dark) {
  .center-text {
    text-shadow: 0 2px 8px rgba(255, 255, 255, .3);
  }

  .input-block {
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .3);
  }

  .input-block textarea {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
  }

  .input-block textarea::placeholder {
    color: rgba(255, 255, 255, .8);
  }
}

@media (prefers-reduced-motion: reduce) {
  .center-text {
    transition: none;
  }

  .center-text:hover, .center-text:focus {
    text-shadow: none;
  }

  .input-block, .input-block textarea, .input-block button {
    transition: none;
  }

  .input-block button:hover, .input-block button:focus {
    box-shadow: none;
    transform: none;
  }
}

@media (prefers-contrast: high) {
  .center-text {
    text-shadow: 0 2px 4px #000;
    color: #fff;
  }

  .input-block {
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff;
  }

  .input-block textarea {
    text-shadow: 0 1px 2px #000;
    color: #fff;
  }

  .input-block textarea::placeholder {
    color: #fff;
    text-shadow: 0 1px 2px #000;
  }

  .input-block button {
    color: #000;
    background: #fff;
    border: 2px solid #000;
  }
}

.center-text:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 3px solid #22c55e;
}

.input-block textarea:focus-visible {
  outline-offset: 2px;
  border-radius: 8px;
  outline: 3px solid #22c55e;
}

.input-block button:focus-visible {
  outline-offset: 2px;
  border-radius: 8px;
  outline: 3px solid #22c55e;
}

@media (prefers-reduced-motion: no-preference) {
  .center-text, .input-block {
    scroll-margin-top: 20px;
  }
}

@media (max-width: 320px) {
  .center-text {
    margin-top: 3vh;
    margin-bottom: 1vh;
    font-size: 18vw;
    line-height: 1;
  }

  .input-block {
    border-radius: 1.2em;
    max-width: 99vw;
    padding: .2em .2em .2em .6em;
  }

  .input-block textarea {
    min-height: 1.8em;
    padding: .4em .4em .4em 0;
    font-size: .9em;
  }

  .input-block button {
    border-radius: .9em;
    padding: .4em .8em;
    font-size: .8em;
  }
}

@media (max-aspect-ratio: 1) and (max-width: 768px) {
  .h-section {
    height: 100vh;
    padding: 0 15px;
  }

  .center-text {
    margin-top: 4vh;
    margin-bottom: 2vh;
  }

  .input-block-wrapper {
    margin-top: 0;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .h-section {
    height: 100vh;
    padding: 0 20px;
  }

  .center-text {
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 6vw;
  }

  .input-block-wrapper {
    margin-top: 0;
  }

  .input-block {
    max-width: 70vw;
    padding: .25em .25em .25em .7em;
  }

  .input-block textarea {
    min-height: 2em;
    font-size: 1em;
  }

  .input-block button {
    padding: .5em 1em;
    font-size: .9em;
  }
}

@media (orientation: portrait) and (max-width: 768px) {
  .h-section {
    height: 100vh;
    padding: 0 15px;
  }

  .center-text {
    margin-top: 5vh;
    margin-bottom: 2vh;
  }

  .input-block-wrapper {
    margin-top: 0;
  }

  .input-block {
    max-width: 92vw;
  }
}

/* [project]/src/styles/about.css [app-client] (css) */
.about-hero {
  box-sizing: border-box;
  max-width: 100vw;
  min-height: 100vh;
  margin-top: -64px;
  position: relative;
  overflow: hidden;
}

.about-title {
  z-index: 20;
  color: #fff;
  letter-spacing: .1em;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .5);
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .3);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .3));
  flex-direction: column;
  align-items: flex-start;
  margin-top: -100px;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: max(2.5rem, min(8vw, 6rem));
  font-weight: 900;
  line-height: .9;
  display: flex;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}

.about-title span {
  position: relative;
}

.about-title .company-name {
  white-space: pre-line;
  word-break: break-word;
}

.about-block {
  background: rgba(0, 0, 0, .98);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-block:nth-child(2n) {
  background: rgba(20, 20, 20, .98);
}

.about-block-content {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.about-block-1 .about-block-content {
  grid-template-areas: "text title";
}

.about-block-2 .about-block-content {
  grid-template-areas: "title text";
}

.about-block-3 .about-block-content {
  grid-template-areas: "text title";
}

.about-block-text {
  color: #fff;
  text-align: justify;
  grid-area: text;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
}

.about-block-text p {
  opacity: .9;
  margin-bottom: 1.5rem;
}

.about-block-text p:last-child {
  margin-bottom: 0;
}

.about-block-title {
  text-align: center;
  grid-area: title;
}

.about-block-title h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-shadow: 0 4px 8px rgba(0, 0, 0, .5);
  margin: 0;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: max(2.5rem, min(6vw, 4rem));
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .about-block-content {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-block-1 .about-block-content, .about-block-2 .about-block-content, .about-block-3 .about-block-content {
    grid-template-areas: "title"
                         "text";
  }

  .about-block-text {
    text-align: center;
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .about-block {
    padding: 60px 20px;
  }

  .about-block-content {
    gap: 30px;
  }

  .about-block-title h2 {
    font-size: max(2rem, min(5vw, 3rem));
  }

  .about-block-text {
    font-size: 1rem;
  }
}

.scroll-indicator {
  z-index: 30;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-indicator:hover {
  transform: translateX(-50%)translateY(-5px);
}

.scroll-arrow {
  background: linear-gradient(rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  width: 2px;
  height: 30px;
  animation: 2s ease-in-out infinite scrollBounce;
  position: relative;
}

.scroll-arrow:after {
  content: "";
  border-top: 8px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  animation: 2s ease-in-out infinite arrowPulse;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-text {
  text-transform: uppercase;
  letter-spacing: .1em;
  opacity: .8;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  animation: 2s ease-in-out infinite textFade;
}

@keyframes scrollBounce {
  0%, 100% {
    opacity: .7;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}

@keyframes arrowPulse {
  0%, 100% {
    opacity: .7;
    transform: translateX(-50%)scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%)scale(1.1);
  }
}

@keyframes textFade {
  0%, 100% {
    opacity: .6;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 30px;
  }

  .scroll-arrow {
    height: 25px;
  }

  .scroll-text {
    font-size: .8rem;
  }
}

.about-buttons {
  z-index: 20;
  flex-direction: row;
  gap: 24px;
  margin-top: 120px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}

.about-button {
  cursor: pointer;
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
  border: none;
  border-radius: 12px;
  min-width: 240px;
  padding: 20px 40px;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.about-button-primary {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .3);
}

.about-button-primary:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, .2);
}

.about-button-secondary {
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, .2);
  border: 2px solid rgba(255, 255, 255, .3);
}

.about-button-secondary:hover {
  background: rgba(0, 0, 0, .3);
  border-color: rgba(255, 255, 255, .5);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .4);
}

@media (max-width: 1024px) {
  .about-title {
    margin-top: 0;
    font-size: max(2.5rem, min(7vw, 5rem));
    top: 40%;
    left: 40px;
  }

  .about-buttons {
    gap: 16px;
    margin-top: 0;
    top: 60%;
    left: 40px;
  }

  .about-button {
    min-width: 200px;
    padding: 16px 32px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about-title {
    text-align: center;
    width: auto;
    margin-top: 0;
    font-size: max(2.5rem, min(8vw, 4rem));
    top: 35%;
    left: 20px;
    right: 20px;
    transform: none;
  }

  .about-buttons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: auto;
    margin-top: 0;
    top: 50%;
    left: 20px;
    right: auto;
    transform: none;
  }

  .about-button {
    min-width: 160px;
    max-width: 200px;
    padding: 16px 24px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .about-title {
    text-align: center;
    width: auto;
    margin-top: 0;
    font-size: max(2rem, min(7vw, 3.5rem));
    top: 30%;
    left: 16px;
    right: 16px;
    transform: none;
  }

  .about-buttons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: auto;
    margin-top: 0;
    top: 45%;
    left: 16px;
    right: auto;
    transform: none;
  }

  .about-button {
    min-width: 140px;
    max-width: 180px;
    padding: 14px 28px;
    font-size: 15px;
  }
}

.jimmy-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-background {
  background: #000;
}

.h-section {
  scroll-snap-align: start;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.about-grid-row {
  z-index: 2;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 0 3vw;
  width: 100vw;
  max-width: 100vw;
  min-height: 70vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.about-grid-text {
  flex-direction: column;
  grid-column: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  max-width: 600px;
  padding-left: 2vw;
  padding-right: 0;
  font-size: .98rem;
  display: flex;
}

.about-grid-cards {
  z-index: 2;
  flex-direction: column;
  grid-column: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-grid-empty {
  grid-column: 3;
}

.text-secondary {
  color: hsl(var(--color-dove, 255, 255, 255, .7));
}

.text-muted {
  color: hsl(var(--color-dove, 255, 255, 255, .6));
}

.about-cards-grid {
  grid-template-rows: repeat(5, 1fr);
  place-items: center;
  gap: .7em;
  width: 100%;
  height: 340px;
  display: grid;
}

.about-cards-2x3 {
  grid-template-rows: repeat(2, 1fr);
}

.about-cards-centered {
  place-items: center;
}

.about-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(24, 24, 24, .88);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 90px;
  max-width: 180px;
  min-height: 38px;
  padding: 7px 6px;
  font-size: .72rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px rgba(255, 179, 0, .133);
}

.about-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(251, 191, 36, .3);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, .2);
}

.about-card-empty {
  opacity: .5;
  background: none;
  border: 1px dashed rgba(255, 255, 255, .2);
}

.card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all .3s;
}

.card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(251, 191, 36, .3);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(251, 191, 36, .2);
}

.about-core-glow {
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  filter: blur(24px);
  background: radial-gradient(60% 100% at 100%, #fffbe6 0%, rgba(255, 179, 0, .65) 35%, rgba(255, 106, 0, .32) 70%, rgba(0, 0, 0, .01) 100%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card {
  animation: .6s ease-out forwards fadeInUp;
}

.card:first-child {
  animation-delay: .1s;
}

.card:nth-child(2) {
  animation-delay: .2s;
}

.card:nth-child(3) {
  animation-delay: .3s;
}

.card:nth-child(4) {
  animation-delay: .4s;
}

.card:nth-child(5) {
  animation-delay: .5s;
}

@media (max-width: 1200px) {
  .about-grid-row {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }

  .about-grid-empty {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-grid-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem;
  }

  .about-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .about-card {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .about-cards-grid {
    grid-template-columns: 1fr;
  }

  .about-grid-row {
    padding: .5rem;
  }
}

/* [project]/src/styles/footer.css [app-client] (css) */
.footer-container {
  -webkit-backdrop-filter: blur(10px) !important;
  z-index: 1000 !important;
  width: 100% !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  background: rgba(0, 0, 0, .3) !important;
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
  margin: 0 !important;
  padding: 64px 0 !important;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
  position: relative !important;
}

.footer-container .mono-tag {
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
  font-size: .875rem !important;
  font-weight: 500 !important;
}

.footer-container a {
  color: #d1d5db !important;
  text-transform: uppercase !important;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  transition: color .3s !important;
}

.footer-container a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.footer-container .space-y-5 > div {
  margin-bottom: 1.25rem !important;
}

.footer-container .space-y-5 > div:last-child {
  margin-bottom: 0 !important;
}

.footer-container .relative {
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 64px !important;
  display: grid !important;
}

.relative.w-full.overflow-hidden {
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}

.relative.w-full.overflow-hidden:before {
  content: "" !important;
  pointer-events: none !important;
  z-index: -1 !important;
  filter: blur(30px) !important;
  background: radial-gradient(rgba(255, 99, 8, .8) 0%, rgba(255, 99, 8, .6) 15%, rgba(255, 99, 8, .4) 30%, rgba(189, 201, 230, .3) 50%, rgba(151, 196, 255, .2) 70%, rgba(151, 196, 255, .1) 85%, rgba(0, 0, 0, 0) 100%) !important;
  width: 600px !important;
  height: 400px !important;
  animation: 4s ease-in-out infinite glowPulse !important;
  position: absolute !important;
  bottom: -100px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.relative.w-full.overflow-hidden:after {
  content: "" !important;
  pointer-events: none !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ff6308 20%, #fff 50%, #97c4ff 80%, rgba(0, 0, 0, 0) 100%) !important;
  width: 400px !important;
  height: 3px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 0 20px #ff6308, 0 0 40px rgba(255, 99, 8, .8), 0 0 60px rgba(255, 99, 8, .6), 0 0 80px rgba(255, 99, 8, .4) !important;
}

@keyframes glowPulse {
  0%, 100% {
    opacity: .8;
    transform: translateX(-50%)scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%)scale(1.2);
  }
}

.relative.w-full.overflow-hidden .footer-container:before {
  content: "" !important;
  pointer-events: none !important;
  z-index: -2 !important;
  filter: blur(40px) !important;
  background: radial-gradient(rgba(255, 99, 8, .4) 0%, rgba(255, 99, 8, .2) 30%, rgba(151, 196, 255, .2) 60%, rgba(151, 196, 255, .1) 80%, rgba(0, 0, 0, 0) 100%) !important;
  width: 800px !important;
  height: 200px !important;
  position: absolute !important;
  bottom: -80px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 1024px) {
  .footer-container .relative {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 48px !important;
  }
}

@media (max-width: 768px) {
  .footer-container {
    padding: 48px 0 !important;
  }

  .footer-container .relative {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
  }

  .relative.w-full.overflow-hidden:before {
    width: 400px !important;
    height: 300px !important;
  }

  .relative.w-full.overflow-hidden:after {
    width: 300px !important;
  }
}

@media (max-width: 640px) {
  .footer-container .relative {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }

  .relative.w-full.overflow-hidden:before {
    width: 300px !important;
    height: 200px !important;
  }

  .relative.w-full.overflow-hidden:after {
    width: 250px !important;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 32px 0 !important;
  }

  .footer-container .relative {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .footer-container .mono-tag, .footer-container a, .footer-container span {
    font-size: .75rem !important;
  }

  .footer-container .space-y-5 > div {
    margin-bottom: 1rem !important;
  }

  .relative.w-full.overflow-hidden:before {
    width: 250px !important;
    height: 150px !important;
  }

  .relative.w-full.overflow-hidden:after {
    width: 200px !important;
  }
}

/* [project]/src/styles/jimmy-ai.css [app-client] (css) */
.jimmy-ai-container {
  z-index: 10000;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  max-width: 400px;
  animation: .8s cubic-bezier(.25, .46, .45, .94) jimmySlideIn;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.jimmy-ai-button {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(34, 197, 94, .3), 0 0 0 1px rgba(255, 255, 255, .1);
}

.jimmy-ai-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .3), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .6s;
  position: absolute;
  top: 0;
  left: -100%;
}

.jimmy-ai-button:hover:before {
  left: 100%;
}

.jimmy-ai-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(34, 197, 94, .4), 0 0 0 2px rgba(255, 255, 255, .2);
}

.jimmy-ai-button:active {
  transform: scale(.98);
}

.jimmy-chat-bubble {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 0, 0, .9) 0%, rgba(20, 20, 20, .95) 100%);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 24px;
  max-width: 350px;
  padding: 20px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .4), 0 0 0 1px rgba(34, 197, 94, .1);
}

.jimmy-chat-bubble:before {
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 30%, rgba(34, 197, 94, .05) 50%, rgba(0, 0, 0, 0) 70%);
  animation: 3s ease-in-out infinite jimmyShine;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.jimmy-chat-bubble:after {
  content: "";
  filter: blur(1px);
  border-top: 8px solid rgba(0, 0, 0, .9);
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  right: 25px;
}

.jimmy-header {
  border-bottom: 1px solid rgba(34, 197, 94, .2);
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  display: flex;
}

.jimmy-avatar {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 4px 12px rgba(34, 197, 94, .3);
}

.jimmy-status {
  color: #22c55e;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

.jimmy-status-dot {
  background: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s ease-in-out infinite pulse;
}

.jimmy-message {
  margin-bottom: 15px;
  line-height: 1.6;
}

.jimmy-actions {
  gap: 10px;
  margin-top: 15px;
  display: flex;
}

.jimmy-action-btn {
  color: #22c55e;
  cursor: pointer;
  background: linear-gradient(135deg, rgba(34, 197, 94, .1) 0%, rgba(34, 197, 94, .2) 100%);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.jimmy-action-btn:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, .2) 0%, rgba(34, 197, 94, .3) 100%);
  border-color: rgba(34, 197, 94, .5);
  transform: translateY(-2px);
}

.jimmy-action-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.consultation-form {
  margin-top: 15px;
}

.form-input {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 12px;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .3s;
}

.form-input:focus {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(34, 197, 94, .6);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-submit {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, .4);
}

.form-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.chat-container {
  max-height: 200px;
  margin-top: 15px;
  overflow-y: auto;
}

.chat-message {
  word-wrap: break-word;
  border-radius: 12px;
  max-width: 80%;
  margin-bottom: 12px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.4;
}

.chat-message.user {
  text-align: right;
  background: rgba(34, 197, 94, .2);
  border: 1px solid rgba(34, 197, 94, .3);
  margin-left: auto;
}

.chat-message.ai {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  margin-right: auto;
}

.chat-input-container {
  gap: 8px;
  margin-top: 15px;
  display: flex;
}

.chat-input {
  color: #fff;
  resize: none;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 12px;
  outline: none;
  flex: 1;
  min-height: 40px;
  max-height: 80px;
  padding: 10px 12px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
}

.chat-input:focus {
  border-color: rgba(34, 197, 94, .6);
}

.chat-input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.chat-send {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.chat-send:hover {
  transform: scale(1.05);
}

.chat-send:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.typing-indicator {
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  display: flex;
}

.typing-dot {
  background: #22c55e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.4s ease-in-out infinite typing;
}

.typing-dot:nth-child(2) {
  animation-delay: .2s;
}

.typing-dot:nth-child(3) {
  animation-delay: .4s;
}

@keyframes jimmySlideIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes jimmyShine {
  0%, 100% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .7;
    transform: scale(1.1);
  }
}

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .jimmy-ai-container {
    bottom: 20px;
    right: 20px;
  }

  .jimmy-chat-bubble {
    max-width: 300px;
    margin-right: 10px;
  }

  .jimmy-ai-button {
    width: 70px;
    height: 35px;
    font-size: 11px;
  }

  .chat-container {
    max-height: 180px;
  }
}

@media (max-width: 480px) {
  .jimmy-ai-container {
    bottom: 15px;
    right: 15px;
  }

  .jimmy-chat-bubble {
    max-width: 280px;
    padding: 15px;
  }

  .jimmy-actions, .chat-input-container {
    flex-direction: column;
  }

  .chat-send {
    width: 100%;
    height: 40px;
  }
}

@media (prefers-color-scheme: dark) {
  .jimmy-chat-bubble {
    background: linear-gradient(135deg, rgba(0, 0, 0, .95) 0%, rgba(15, 15, 15, .98) 100%);
  }
}

@media (prefers-color-scheme: light) {
  .jimmy-chat-bubble {
    color: #1a1a1a;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(245, 245, 245, .98) 100%);
    border-color: rgba(34, 197, 94, .4);
  }

  .jimmy-chat-bubble:after {
    border-top-color: rgba(255, 255, 255, .95);
  }

  .form-input, .chat-input {
    color: #1a1a1a;
    background: rgba(0, 0, 0, .1);
  }
}

.jimmy-chat-bubble.fade-in {
  animation: .4s ease-out fadeIn;
}

.jimmy-chat-bubble.fade-out {
  animation: .3s ease-in fadeOut;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px)scale(.9);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(20px)scale(.9);
  }
}

.jimmy-action-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .5);
}

.jimmy-ai-button:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(34, 197, 94, .3), 0 0 0 3px rgba(34, 197, 94, .5);
}

.form-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .5);
}

.chat-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, .5);
}

.jimmy-ai-button.loading {
  pointer-events: none;
  opacity: .7;
}

.jimmy-ai-button.loading:after {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite spin;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.chat-container::-webkit-scrollbar {
  width: 4px;
}

.chat-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
  border-radius: 2px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: rgba(34, 197, 94, .3);
  border-radius: 2px;
}

.chat-container::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 197, 94, .5);
}

@media (max-width: 768px) {
  .jimmy-ai-container {
    max-width: 90vw;
    bottom: 20px;
    right: 20px;
  }

  .jimmy-ai-button {
    width: 70px;
    height: 35px;
    font-size: 11px;
  }

  .jimmy-chat-bubble {
    border-radius: 20px;
    max-width: 85vw;
    padding: 16px;
  }

  .jimmy-action-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .chat-input {
    padding: 10px 12px;
    font-size: 14px;
  }

  .jimmy-ai-button:hover, .jimmy-action-btn:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .jimmy-ai-container {
    bottom: 15px;
    right: 15px;
  }

  .jimmy-ai-button {
    width: 60px;
    height: 30px;
    font-size: 10px;
  }

  .jimmy-chat-bubble {
    max-width: 90vw;
    padding: 14px;
  }

  .jimmy-action-btn {
    padding: 8px 14px;
    font-size: 12px;
  }

  .chat-input {
    padding: 8px 10px;
    font-size: 13px;
  }
}

.mobile-support-button {
  display: none;
}

@media (max-width: 768px) {
  .mobile-support-button {
    display: flex;
  }

  .jimmy-ai-container:has(.jimmy-chat-bubble[style*="opacity: 1"]) .jimmy-ai-button {
    display: none;
  }
}

/* [project]/src/styles/additional-blocks.css [app-client] (css) */
.third-block-section {
  background: #000;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-title {
  color: #fff;
  margin: 0 0 20px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.section-subtitle {
  color: rgba(255, 255, 255, .7);
  max-width: 600px;
  margin: 0 auto;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.2rem;
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
  display: grid;
}

.stat-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all .3s;
}

.stat-card:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-5px);
}

.stat-number {
  color: #22c55e;
  margin-bottom: 15px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stat-label {
  color: #fff;
  margin-bottom: 10px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.stat-description {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.features-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  display: grid;
}

.feature-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 30px;
  transition: all .3s;
}

.feature-card:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-3px);
}

.feature-icon {
  margin-bottom: 20px;
  font-size: 3rem;
}

.feature-card h3 {
  color: #fff;
  margin: 0 0 15px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.feature-card p {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.fourth-block-section {
  background: #000;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-header {
  margin-bottom: 80px;
}

.cta-title {
  color: #fff;
  margin: 0 0 20px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.cta-subtitle {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.2rem;
}

.cta-steps {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
  display: grid;
}

.step {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  padding: 25px;
  transition: all .3s;
}

.step:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-3px);
}

.step-number {
  color: #3b82f6;
  margin-bottom: 15px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.step h3 {
  color: #fff;
  margin: 0 0 10px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.step p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.cta-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  display: flex;
}

.cta-button {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  min-width: 200px;
  padding: 15px 30px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.cta-button.primary {
  color: #fff;
  background: #3b82f6;
  border: 2px solid #3b82f6;
}

.cta-button.primary:hover {
  background: #2563eb;
  border-color: #2563eb;
  transform: translateY(-2px);
}

.cta-button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .2);
}

.cta-button.secondary:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.contact-info {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  display: grid;
}

.contact-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  align-items: center;
  gap: 20px;
  padding: 25px;
  transition: all .3s;
  display: flex;
}

.contact-item:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-3px);
}

.contact-icon {
  font-size: 2rem;
}

.contact-details h4 {
  color: #fff;
  margin: 0 0 5px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-details p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .95rem;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px)scale(.9);
}

@media (max-width: 768px) {
  .section-title, .cta-title {
    font-size: 2.5rem;
  }

  .section-subtitle, .cta-subtitle {
    font-size: 1rem;
  }

  .stats-grid, .features-grid, .cta-steps, .contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    width: 100%;
    max-width: 300px;
  }

  .third-block-section, .fourth-block-section {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .section-title, .cta-title {
    font-size: 2rem;
  }

  .stat-card, .feature-card, .step, .contact-item {
    padding: 20px;
  }

  .stat-number, .feature-icon {
    font-size: 2.5rem;
  }
}

/* [project]/src/styles/contact-form.css [app-client] (css) */
.contact-form .form-label {
  margin-bottom: 14px;
  line-height: 1.2;
}

.contact-form .form-input, .contact-form .form-select, .contact-form .form-textarea {
  margin-top: 0;
  line-height: 1.4;
}

.contact-form .form-input, .contact-form .form-select {
  height: 52px;
}

.contact-section {
  background: #000;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
}

.contact-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-title {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 16px;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: max(2rem, min(4vw, 2.5rem));
  font-weight: 900;
  line-height: 1.1;
}

.contact-subtitle {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: max(.9rem, min(1.5vw, 1.1rem));
  font-weight: 400;
  line-height: 1.4;
}

.contact-content {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 60px;
  display: grid;
}

.contact-info {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.info-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 24px;
  transition: all .3s;
}

.info-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-4px);
}

.info-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.info-icon {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5));
  background: #000;
  border-radius: 8px;
  padding: 8px;
}

.info-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.info-text {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.contact-form {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 40px;
}

.form-group {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.form-label {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.15;
  display: block;
  overflow: hidden;
}

.form-input, .form-textarea, .form-select {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  width: 100%;
  padding: 16px 16px 14px;
  font-size: 1rem;
  line-height: 1.25;
  transition: all .3s;
  display: block;
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #22c55e;
  outline: none;
  box-shadow: 0 0 20px rgba(34, 197, 94, .2);
}

.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(255, 255, 255, .55);
  opacity: 1;
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
}

.form-row {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 28px;
  display: grid;
}

.submit-button {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 18px;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 197, 94, .4);
}

.submit-button:disabled {
  opacity: .7;
  cursor: not-allowed;
  transform: none;
}

.submit-button .button-content {
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.submit-button .button-content svg {
  color: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, .4));
  background: #000;
  border-radius: 6px;
  padding: 4px;
}

.success-message {
  text-align: center;
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 12px;
  padding: 20px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-container {
    padding: 0 4vw;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-container {
    padding: 0 3vw;
  }

  .contact-form {
    padding: 30px 20px;
  }

  .form-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .info-card {
    padding: 16px;
  }

  .info-header {
    gap: 8px;
    margin-bottom: 12px;
  }

  .info-icon {
    padding: 6px;
    font-size: 18px;
  }

  .info-title {
    font-size: .9rem;
  }

  .info-text {
    font-size: .85rem;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 40px 0;
  }

  .contact-container {
    padding: 0 2vw;
  }

  .contact-form {
    padding: 25px 15px;
  }

  .info-card {
    padding: 12px;
  }

  .info-header {
    gap: 6px;
    margin-bottom: 8px;
  }

  .info-icon {
    padding: 4px;
    font-size: 16px;
  }

  .info-title, .info-text {
    font-size: .8rem;
  }

  .form-input, .form-textarea, .form-select {
    padding: 14px;
    font-size: .95rem;
  }
}

.contact-form * {
  box-sizing: border-box;
}

.contact-form .form-input, .contact-form .form-select {
  height: 56px;
  padding: 14px 16px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.2;
}

.contact-form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
}

/*# sourceMappingURL=src_styles_040e3d04._.css.map*/