@import "https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;1,400;0,700;1,700&display=swap";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  line-height: 1.6;
  color: #1E2C35;
  background: #FFF;
  letter-spacing: .015em
}

* {
  box-sizing: inherit
}

:focus-visible {
  outline: 2px solid #EB754B;
  outline-offset: 2px
}

.topbar {
  background: linear-gradient(135deg, #FADB42 0%, #EB754B 100%);
  padding: 12px 32px
}

.topbar__inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px
}

.topbar__contact {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.topbar__phone {
  font-size: 15px;
  color: #1E2C35;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .28s ease-out
}

.topbar__phone:hover {
  color: #FFF
}

.topbar__email {
  font-size: 15px;
  color: #1E2C35;
  text-decoration: none;
  transition: color .22s ease-out
}

.topbar__email:hover {
  color: #FFF
}

.topbar__trust {
  font-size: 15px;
  color: #1E2C35;
  font-style: italic;
  background: #ffffff4d;
  padding: 4px 12px;
  border-radius: 10px
}

.brand-box {
  background: #F8F9FA;
  padding: 32px;
  border-bottom: 2px solid #FADB42
}

.brand-box__inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.logo-card {
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 25px -2px #eb754b17 0 3px 4px -2px #eb754b0d;
  border: 1px solid #E8E8E8
}

.logo-card__image {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain
}

.nav-strip {
  background: #1E2C35;
  padding: 20px 32px;
  box-shadow: 0 9px 48px -2px #1e2c3524
}

.nav-strip__inner {
  max-width: 1366px;
  margin: 0 auto
}

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.primary-nav__link {
  color: #F8F9FA;
  text-decoration: none;
  font-size: 17px;
  padding: 12px 20px;
  border-radius: 10px;
  transition: background-color .35s ease-out, color .35s ease-out;
  letter-spacing: .01em;
  position: relative
}

.primary-nav__link:hover {
  background: linear-gradient(90deg, #EB754B 0%, #FADB42 100%);
  color: #1E2C35
}

.primary-nav__link:first-child {
  font-weight: 700
}

@media (max-width: 1024px) {
  .topbar__inner {
    justify-content: center
  }

  .topbar__contact {
    justify-content: center
  }

  .primary-nav {
    gap: 4px
  }

  .primary-nav__link {
    padding: 12px;
    font-size: 15px
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 12px 20px
  }

  .topbar__contact {
    flex-direction: column;
    gap: 12px;
    text-align: center
  }

  .brand-box {
    padding: 20px
  }

  .nav-strip {
    padding: 12px 20px
  }

  .primary-nav {
    flex-direction: column;
    gap: 8px
  }

  .primary-nav__link {
    width: 100%;
    text-align: center
  }
}

.footer-master {
  background: linear-gradient(180deg, #F8F9FA 0%, #FFF 100%);
  padding: 64px 32px 32px;
  border-top: 3px solid #EB754B;
  margin-top: 64px
}

.footer-master__grid {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin-bottom: 32px
}

.footer-col__heading {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #1E2C35;
  margin: 0 0 20px;
  letter-spacing: .01em
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-links__item {
  margin: 0
}

.footer-links__anchor {
  color: #1E2C35;
  text-decoration: none;
  font-size: 15px;
  transition: color .25s ease-out;
  display: inline-block
}

.footer-links__anchor:hover {
  color: #EB754B
}

.footer-address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #1E2C35
}

.footer-address__line {
  display: block;
  margin-bottom: 8px
}

.footer-contact__link {
  color: #EB754B;
  text-decoration: none;
  transition: color .3s ease-out
}

.footer-contact__link:hover {
  color: #FADB42
}

.footer-base {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 32px;
  border-top: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px
}

.footer-logo-box {
  background: #FFF;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 3px 4px -2px #1e2c350d
}

.footer-logo-box__image {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain
}

.footer-brand__name {
  font-size: 20px;
  font-weight: 700;
  color: #1E2C35;
  letter-spacing: .02em
}

.footer-legal {
  font-size: 15px;
  color: #1E2C35;
  text-align: right
}

@media (max-width: 1024px) {
  .footer-master__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 640px) {
  .footer-master {
    padding: 32px 20px 20px
  }

  .footer-master__grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .footer-base {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }

  .footer-brand {
    flex-direction: column
  }

  .footer-legal {
    text-align: center
  }
}

.doc-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding: 64px 20px;
  background: #fff
}

.doc-wrapper h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 32px
}

.doc-wrapper h2 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 64px 0 20px
}

.doc-wrapper h3 {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 32px 0 12px
}

.doc-wrapper h4,
.doc-wrapper h5,
.doc-wrapper h6 {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 20px 0 12px
}

.doc-wrapper p {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px
}

.doc-wrapper strong,
.doc-wrapper b {
  font-weight: 600;
  color: #1E2C35
}

.doc-wrapper em,
.doc-wrapper i {
  font-style: italic
}

.doc-wrapper a {
  color: #EB754B;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease-out
}

.doc-wrapper a:hover {
  border-bottom-color: #EB754B
}

.doc-wrapper ul,
.doc-wrapper ol {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px;
  padding-left: 32px
}

.doc-wrapper li {
  margin: 0 0 8px
}

.doc-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em
}

.doc-wrapper thead {
  background: #f5f5f5
}

.doc-wrapper th {
  padding: 12px 20px;
  text-align: left;
  font-weight: 600;
  color: #1E2C35;
  border-bottom: 2px solid #EB754B
}

.doc-wrapper td {
  padding: 12px 20px;
  color: #1E2C35;
  border-bottom: 1px solid #e8e8e8
}

.doc-wrapper tbody tr:last-child td {
  border-bottom: none
}

.doc-wrapper hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 64px 0
}

.doc-wrapper div {
  margin: 0 0 20px
}

@media (max-width: 1024px) {
  .doc-wrapper {
    padding: 32px 20px
  }

  .doc-wrapper h1 {
    font-size: 20px;
    margin: 0 0 20px
  }

  .doc-wrapper h2 {
    margin: 32px 0 12px
  }

  .doc-wrapper h3 {
    margin: 20px 0 12px
  }

  .doc-wrapper table {
    font-size: 15px
  }

  .doc-wrapper th,
  .doc-wrapper td {
    padding: 8px 12px
  }
}

@media (max-width: 640px) {
  .doc-wrapper {
    padding: 20px 12px
  }

  .doc-wrapper p,
  .doc-wrapper ul,
  .doc-wrapper ol {
    font-size: 15px
  }

  .doc-wrapper table {
    display: block;
    overflow-x: auto
  }
}

.arch-det {
  max-width: 1366px;
  margin: 0 auto;
  background: #fff
}

.arch-det__hero {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 64px;
  position: relative;
  overflow: visible
}

@media (min-width: 1024px) {
  .arch-det__hero {
    flex-direction: row;
    padding-top: 64px;
    padding-bottom: 96px
  }
}

.arch-det__hero-text {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2
}

@media (min-width: 1024px) {
  .arch-det__hero-text {
    padding-left: 64px;
    padding-right: 32px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.arch-det__hero-quote {
  position: absolute;
  top: -12px;
  left: 8px;
  font-size: 280px;
  line-height: 1;
  color: #eb754b14;
  font-weight: 700;
  pointer-events: none;
  user-select: none
}

@media (min-width: 1024px) {
  .arch-det__hero-quote {
    font-size: 380px;
    top: -40px;
    left: 32px
  }
}

.arch-det__hero h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px;
  position: relative
}

.arch-det__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  letter-spacing: .01em
}

.arch-det__hero-date {
  display: flex;
  align-items: center;
  gap: 8px
}

.arch-det__hero-date::before {
  content: '';
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  border-radius: 50%;
  flex-shrink: 0
}

.arch-det__hero-likes {
  display: flex;
  align-items: center;
  gap: 8px
}

.arch-det__hero-likes::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #EB754B;
  transform: rotate(45deg);
  flex-shrink: 0
}

.arch-det__hero-theses {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  letter-spacing: .012em;
  margin: 0
}

.arch-det__hero-img {
  flex: 1;
  position: relative;
  min-height: 340px
}

@media (min-width: 1024px) {
  .arch-det__hero-img {
    min-height: 480px
  }
}

.arch-det__hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  border-radius: 10px
}

.arch-det__toolbar {
  background: linear-gradient(278deg, #eb754b0a 0%, #fadb420a 100%);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

@media (min-width: 640px) {
  .arch-det__toolbar {
    padding: 32px 64px;
    justify-content: flex-end
  }
}

.arch-det__copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  cursor: pointer;
  transition: transform .22s ease-out, box-shadow .28s ease-out;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17;
  font-weight: 600;
  position: relative;
  overflow: hidden
}

.arch-det__copy-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(225deg, #EB754B 0%, #FADB42 100%);
  opacity: 0;
  transition: opacity .35s ease-out;
  z-index: 0
}

.arch-det__copy-btn:hover::before {
  opacity: 1
}

.arch-det__copy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px -2px #eb754b17 0 9px 48px -2px #eb754b24
}

.arch-det__copy-btn:active {
  transform: scale(0.96);
  animation: borderPulse .4s ease-out
}

.arch-det__copy-btn span {
  position: relative;
  z-index: 1
}

.arch-det__copy-icon {
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 1
}

.arch-det__copy-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

@keyframes borderPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 #eb754b66
  }

  50% {
    box-shadow: 0 0 0 8px #eb754b00
  }
}

.arch-det__article {
  padding: 64px 20px;
  background: radial-gradient(ellipse at center, #fff 0%, #f5f5f5 100%);
  animation: contrastBreath 8s ease-in-out infinite
}

@media (min-width: 640px) {
  .arch-det__article {
    padding: 64px
  }
}

@keyframes contrastBreath {

  0%,
  100% {
    filter: contrast(1)
  }

  50% {
    filter: contrast(1.03)
  }
}

.arch-det__article-wrap {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  padding-left: 8px;
  border-left: 4px solid #EB754B
}

.arch-det__article-wrap::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 12px;
  height: 12px;
  background: #EB754B;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff
}

.arch-det__article h2 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0 0 32px
}

.arch-det__article h3 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 32px 0 20px;
  font-weight: 700
}

.arch-det__article p {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .012em;
  color: #333;
  margin: 0 0 20px
}

.arch-det__article p:first-of-type::first-letter {
  font-size: 68px;
  line-height: 1;
  float: left;
  margin-right: 12px;
  margin-top: 4px;
  color: #EB754B;
  font-weight: 700
}

.arch-det__article ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter
}

.arch-det__article li {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .012em;
  color: #333;
  margin-bottom: 12px;
  padding-left: 48px;
  position: relative;
  counter-increment: list-counter
}

.arch-det__article li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  background: #EB754B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1
}

.arch-det__article blockquote {
  margin: 32px 0;
  padding: 20px 20px 20px 24px;
  background: #fff;
  border-left: 4px solid #FADB42;
  border-radius: 10px;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517
}

.arch-det__article blockquote p {
  font-size: 17px;
  line-height: 1.6;
  color: #1E2C35;
  margin: 0;
  font-style: italic
}

.arch-det__article blockquote p::first-letter {
  font-size: inherit;
  float: none;
  margin: 0;
  color: inherit;
  font-weight: inherit
}

.arch-det__article del {
  text-decoration: line-through;
  color: #999
}

.arch-det__article time {
  display: inline-block;
  padding: 4px 12px;
  background: #fadb4226;
  border-radius: 10px;
  font-size: 15px;
  color: #1E2C35;
  font-weight: 600
}

.arch-det__article a {
  color: #EB754B;
  text-decoration: none;
  position: relative;
  transition: color .25s ease-out
}

.arch-det__article a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #EB754B;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform .3s ease-out
}

.arch-det__article a:hover {
  color: #FADB42
}

.arch-det__article a:hover::after {
  background: #FADB42;
  transform: scaleX(0);
  transform-origin: right
}

.arch-det__timeline {
  padding: 64px 20px;
  background: #fff
}

@media (min-width: 640px) {
  .arch-det__timeline {
    padding: 64px
  }
}

.arch-det__timeline-title {
  text-align: center;
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0 0 64px
}

.arch-det__timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto
}

@media (min-width: 640px) {
  .arch-det__timeline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
  }
}

@media (min-width: 1024px) {
  .arch-det__timeline-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.arch-det__timeline-card {
  background: #fff;
  border: 2px dashed #eb754b33;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  transition: border-color .32s ease-out, transform .24s ease-out
}

.arch-det__timeline-card:hover {
  border-color: #EB754B;
  transform: translateY(-4px)
}

.arch-det__timeline-card.featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eb754b0f 0%, #fadb420f 100%);
  border-color: #EB754B;
  padding: 32px
}

.arch-det__timeline-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #666;
  letter-spacing: .01em
}

.arch-det__timeline-status::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EB754B;
  flex-shrink: 0
}

.arch-det__timeline-card.featured .arch-det__timeline-status::before {
  background: #FADB42;
  box-shadow: 0 0 0 4px #fadb4233
}

.arch-det__timeline-label {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 12px;
  font-weight: 700
}

.arch-det__timeline-card.featured .arch-det__timeline-label {
  font-size: 68px;
  line-height: 1.1
}

.arch-det__timeline-desc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #555;
  margin: 0
}

.arch-det__timeline-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #EB754B 0%, #FADB42 100%);
  opacity: .3
}

@media (min-width: 640px) {
  .arch-det__timeline-line {
    display: none
  }
}

.arch-det__cards {
  padding: 64px 20px;
  background: #f8f8f8;
  overflow-x: auto;
  overflow-y: visible
}

@media (min-width: 640px) {
  .arch-det__cards {
    padding: 64px 32px
  }
}

.arch-det__cards-title {
  text-align: center;
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0 0 64px
}

.arch-det__cards-scroll {
  display: flex;
  gap: 20px;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 12px
}

.arch-det__card-item {
  flex: 0 0 280px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517;
  transition: box-shadow .28s ease-out, transform .22s ease-out
}

@media (min-width: 640px) {
  .arch-det__card-item {
    flex: 0 0 320px
  }
}

.arch-det__card-item:hover {
  box-shadow: 0 6px 25px -2px #1e2c3517 0 9px 48px -2px #1e2c3524;
  transform: translateY(-6px)
}

.arch-det__card-visual {
  height: 180px;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  position: relative;
  overflow: hidden
}

.arch-det__card-visual::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #ffffff26;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.arch-det__card-body {
  padding: 20px
}

.arch-det__card-heading {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 12px;
  font-weight: 700
}

.arch-det__card-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #666;
  margin: 0
}

.arch-det__divider {
  height: 4px;
  background: linear-gradient(90deg, #EB754B 0%, #EB754B 70%, transparent 70%, transparent 100%);
  margin: 0
}

.abt-us {
  max-width: 1366px;
  margin: 0 auto
}

.abt-us .split-hero {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

@media (min-width: 1024px) {
  .abt-us .split-hero {
    flex-direction: row;
    min-height: 520px
  }
}

.abt-us .split-hero__color-zone {
  background: #EB754B;
  padding: 64px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

@media (min-width: 1024px) {
  .abt-us .split-hero__color-zone {
    width: 42%;
    padding: 64px
  }
}

.abt-us .split-hero__color-zone::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1E2C35
}

@media (min-width: 1024px) {
  .abt-us .split-hero__color-zone::after {
    width: 2px;
    height: 100%;
    left: auto;
    right: 0;
    top: 0
  }
}

.abt-us .split-hero__text-wrap {
  max-width: 540px
}

.abt-us .split-hero__headline {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #fff;
  margin: 0
}

.abt-us .split-hero__headline-accent {
  color: #FADB42
}

.abt-us .split-hero__image-zone {
  background: #1E2C35;
  position: relative;
  overflow: hidden
}

@media (min-width: 1024px) {
  .abt-us .split-hero__image-zone {
    width: 58%
  }
}

.abt-us .split-hero__img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  position: relative
}

@media (min-width: 1024px) {
  .abt-us .split-hero__img {
    min-height: 520px
  }
}

.abt-us .split-hero__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #1e2c3599 0%, #1e2c3500 100%);
  pointer-events: none;
  z-index: 1
}

.abt-us .split-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #1e2c3599 0%, #1e2c3500 100%);
  pointer-events: none;
  z-index: 1
}

.abt-us .story-grid {
  background: #fff;
  padding: 64px 20px;
  position: relative
}

@media (min-width: 640px) {
  .abt-us .story-grid {
    padding: 64px 32px
  }
}

.abt-us .story-grid__inner {
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .story-grid__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 64px
}

.abt-us .story-grid__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

@media (min-width: 1024px) {
  .abt-us .story-grid__layout {
    grid-template-columns: 1fr 1fr;
    gap: 64px 32px
  }
}

.abt-us .story-card {
  background: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 10px;
  padding: 32px;
  transition: border-color .28s ease-out, box-shadow .28s ease-out;
  position: relative
}

.abt-us .story-card:hover {
  border-color: #EB754B;
  box-shadow: 0 6px 25px -2px #eb754b17
}

.abt-us .story-card__label {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #EB754B;
  margin: 0 0 20px;
  font-weight: 600
}

.abt-us .story-card__text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0
}

.abt-us .story-card__text::first-letter {
  font-size: 68px;
  line-height: 1;
  float: left;
  margin: 0 12px 0 0;
  color: #EB754B;
  font-weight: 700
}

.abt-us .team-showcase {
  background: linear-gradient(124deg, #f8f8f8 0%, #fff 100%);
  padding: 64px 20px;
  position: relative;
  overflow: hidden
}

@media (min-width: 640px) {
  .abt-us .team-showcase {
    padding: 64px 32px
  }
}

.abt-us .team-showcase::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #fff;
  z-index: 1
}

.abt-us .team-showcase__inner {
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .team-showcase__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .018em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 20px
}

.abt-us .team-showcase__intro {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #1E2C35;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 720px
}

.abt-us .team-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

@media (min-width: 640px) {
  .abt-us .team-showcase__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width: 1024px) {
  .abt-us .team-showcase__grid {
    grid-template-columns: 1fr 1fr 1fr
  }
}

.abt-us .member-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 4px -2px #eb754b0d;
  transition: transform .32s ease-out, box-shadow .32s ease-out;
  animation: fadeInUp .45s ease-out backwards
}

.abt-us .member-card:nth-child(1) {
  animation-delay: .1s
}

.abt-us .member-card:nth-child(2) {
  animation-delay: .2s
}

.abt-us .member-card:nth-child(3) {
  animation-delay: .3s
}

.abt-us .member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 9px 48px -2px #eb754b24
}

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

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

.abt-us .member-card__img-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative
}

.abt-us .member-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .38s ease-out
}

.abt-us .member-card:hover .member-card__img {
  transform: scale(1.06)
}

.abt-us .member-card__body {
  padding: 32px
}

.abt-us .member-card__name {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 8px;
  font-weight: 600
}

.abt-us .member-card__role {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #EB754B;
  margin: 0 0 20px
}

.abt-us .member-card__bio {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0
}

.abt-us .values-dark {
  background: #0f1a21;
  padding: 64px 20px;
  position: relative
}

@media (min-width: 640px) {
  .abt-us .values-dark {
    padding: 64px 32px
  }
}

.abt-us .values-dark__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .03;
  pointer-events: none;
  overflow: hidden
}

.abt-us .values-dark__pattern-shape {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FADB42;
  border-radius: 0
}

.abt-us .values-dark__pattern-shape:nth-child(1) {
  top: 8%;
  left: 12%;
  transform: rotate(45deg)
}

.abt-us .values-dark__pattern-shape:nth-child(2) {
  top: 24%;
  right: 18%;
  border-radius: 10px
}

.abt-us .values-dark__pattern-shape:nth-child(3) {
  bottom: 32%;
  left: 8%;
  width: 16px;
  height: 16px
}

.abt-us .values-dark__pattern-shape:nth-child(4) {
  bottom: 16%;
  right: 14%;
  transform: rotate(22deg)
}

.abt-us .values-dark__pattern-shape:nth-child(5) {
  top: 48%;
  left: 24%;
  width: 10px;
  height: 10px;
  border-radius: 10px
}

.abt-us .values-dark__pattern-shape:nth-child(6) {
  top: 64%;
  right: 28%;
  width: 14px;
  height: 14px;
  transform: rotate(60deg)
}

.abt-us .values-dark__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.abt-us .values-dark__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #fff;
  text-align: center;
  margin: 0 0 64px
}

.abt-us .values-dark__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: value-counter
}

@media (min-width: 1024px) {
  .abt-us .values-dark__list {
    gap: 32px
  }
}

.abt-us .value-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  counter-increment: value-counter;
  animation: fadeInUp .42s ease-out backwards
}

.abt-us .value-item:nth-child(1) {
  animation-delay: .15s
}

.abt-us .value-item:nth-child(2) {
  animation-delay: .25s
}

.abt-us .value-item:nth-child(3) {
  animation-delay: .35s
}

.abt-us .value-item:nth-child(4) {
  animation-delay: .45s
}

.abt-us .value-item__number {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #EB754B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 700;
  flex-shrink: 0;
  transition: background .24s ease-out, transform .24s ease-out
}

.abt-us .value-item__number::before {
  content: counter(value-counter)
}

.abt-us .value-item:hover .value-item__number {
  background: #FADB42;
  transform: scale(1.1)
}

.abt-us .value-item__content {
  flex: 1
}

.abt-us .value-item__title {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 600
}

.abt-us .value-item__desc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffd9;
  margin: 0
}

.abt-us .value-item__highlight {
  position: relative;
  display: inline;
  background: linear-gradient(180deg, transparent 60%, #EB754B 60%, #EB754B 90%, transparent 90%);
  padding: 0 4px
}

.abt-us .heatmap-section {
  background: #fff;
  padding: 64px 20px;
  position: relative
}

@media (min-width: 640px) {
  .abt-us .heatmap-section {
    padding: 64px 32px
  }
}

.abt-us .heatmap-section__inner {
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .heatmap-section__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .018em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 20px
}

.abt-us .heatmap-section__subtext {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #1E2C35;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 680px
}

.abt-us .heatmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 0 0 64px
}

@media (min-width: 640px) {
  .abt-us .heatmap-grid {
    grid-template-columns: repeat(6, 1fr)
  }
}

.abt-us .heatmap-cell {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px;
  transition: transform .22s ease-out, box-shadow .22s ease-out;
  cursor: default;
  position: relative
}

.abt-us .heatmap-cell:active {
  animation: borderPulse .35s ease-out
}

@keyframes borderPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 #eb754b66
  }

  50% {
    box-shadow: 0 0 0 8px #eb754b00
  }
}

.abt-us .heatmap-cell:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px -2px #eb754b17
}

.abt-us .heatmap-cell.intensity-1 {
  background: #eb754b26
}

.abt-us .heatmap-cell.intensity-2 {
  background: #eb754b4d
}

.abt-us .heatmap-cell.intensity-3 {
  background: #eb754b80
}

.abt-us .heatmap-cell.intensity-4 {
  background: #eb754bb3
}

.abt-us .heatmap-cell.intensity-5 {
  background: #eb754be6
}

.abt-us .heatmap-cell__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 8px;
  font-weight: 600
}

.abt-us .heatmap-cell__value {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .01em;
  color: #1E2C35;
  font-weight: 700
}

.abt-us .heatmap-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.abt-us .heatmap-legend__item {
  display: flex;
  align-items: center;
  gap: 8px
}

.abt-us .heatmap-legend__swatch {
  width: 24px;
  height: 24px;
  border-radius: 10px
}

.abt-us .heatmap-legend__text {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35
}

.abt-us .quote-block {
  background: linear-gradient(267deg, #f9f9f9 0%, #fff 100%);
  padding: 64px 20px;
  position: relative
}

@media (min-width: 640px) {
  .abt-us .quote-block {
    padding: 64px 32px
  }
}

.abt-us .quote-block__inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative
}

.abt-us .quote-block__mark {
  font-size: 240px;
  line-height: 1;
  color: #eb754b14;
  position: absolute;
  top: -80px;
  left: -40px;
  font-weight: 700;
  pointer-events: none;
  user-select: none
}

@media (min-width: 640px) {
  .abt-us .quote-block__mark {
    left: -60px
  }
}

.abt-us .quote-block__text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .015em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 32px;
  position: relative;
  z-index: 1
}

.abt-us .quote-block__author {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #EB754B;
  text-align: center;
  margin: 0;
  font-weight: 600
}

.seasonal-nails {
  max-width: 1366px;
  margin: 0 auto
}

.seasonal-nails .opening-banner {
  background: linear-gradient(168deg, #EB754B 0%, #FADB42 100%);
  padding: 64px 32px 96px;
  position: relative;
  overflow: hidden
}

.seasonal-nails .opening-banner::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 1px;
  background: #fff6
}

.seasonal-nails .opening-banner::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1px;
  height: 80px;
  background: #fff6
}

.seasonal-nails .opening-banner__headline {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px;
  text-align: center
}

.seasonal-nails .opening-banner__quote {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1e2c35d9;
  text-align: center;
  max-width: 740px;
  margin: 0 auto
}

.seasonal-nails .adaptive-method {
  padding: 64px 32px;
  position: relative;
  background: #FFF
}

.seasonal-nails .adaptive-method::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #EB754B
}

.seasonal-nails .adaptive-method__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.seasonal-nails .adaptive-method__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0;
  text-align: center
}

.seasonal-nails .adaptive-method__description {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0 0 12px
}

.seasonal-nails .adaptive-method__description:first-letter {
  font-size: 68px;
  line-height: 1;
  float: left;
  margin: 0 8px 0 0;
  color: #EB754B
}

.seasonal-nails .adaptive-method__points {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0
}

.seasonal-nails .adaptive-method__point {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start
}

.seasonal-nails .adaptive-method__point-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FADB42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .01em;
  color: #1E2C35;
  font-weight: 600
}

.seasonal-nails .adaptive-method__point-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0
}

@media (max-width: 1024px) {
  .seasonal-nails .adaptive-method__points {
    flex-direction: column
  }
}

.seasonal-nails .team-credentials {
  padding: 64px 32px;
  background: #F7F7F7;
  position: relative
}

.seasonal-nails .team-credentials::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #eb754b08;
  top: -80px;
  right: 40px;
  pointer-events: none
}

.seasonal-nails .team-credentials::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #fadb4205;
  bottom: -120px;
  left: 60px;
  pointer-events: none
}

.seasonal-nails .team-credentials__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.seasonal-nails .team-credentials__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 32px;
  text-align: center
}

.seasonal-nails .team-credentials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}

.seasonal-nails .team-card {
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17 0 9px 48px -2px #eb754b24;
  transition: transform .28s ease-out
}

.seasonal-nails .team-card:hover {
  transform: translateY(-4px)
}

.seasonal-nails .team-card__name {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 8px
}

.seasonal-nails .team-card__role {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #EB754B;
  margin: 0 0 12px
}

.seasonal-nails .team-card__bio {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0
}

.seasonal-nails .problem-statement {
  padding: 64px 32px;
  background: #FFF;
  position: relative;
  overflow: hidden
}

.seasonal-nails .problem-statement::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #FADB42
}

.seasonal-nails .problem-statement__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/first_2_3.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .35s ease-out;
  pointer-events: none
}

.seasonal-nails .problem-statement:hover .problem-statement__bg {
  opacity: .08
}

.seasonal-nails .problem-statement__container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.seasonal-nails .problem-statement__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #EB754B;
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase
}

.seasonal-nails .problem-statement__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 32px;
  text-align: center
}

.seasonal-nails .problem-statement__body {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0
}

.seasonal-nails .approach-mechanics {
  padding: 64px 32px;
  background: linear-gradient(168deg, #fadb421f 0%, #ffff 100%);
  position: relative
}

.seasonal-nails .approach-mechanics__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.seasonal-nails .approach-mechanics__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.seasonal-nails .approach-mechanics__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0
}

.seasonal-nails .approach-mechanics__paragraph {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0
}

.seasonal-nails .approach-mechanics__funnel {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 32px 0
}

.seasonal-nails .funnel-stage {
  width: 100%;
  background: #1E2C35;
  color: #FFF;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  text-align: center;
  border-radius: 0;
  transition: background .22s ease-out, transform .22s ease-out;
  position: relative
}

.funnel-stage:nth-child(1) {
  width: 100%
}

.funnel-stage:nth-child(2) {
  width: 85%
}

.funnel-stage:nth-child(3) {
  width: 70%
}

.funnel-stage:nth-child(4) {
  width: 55%
}

.funnel-stage:nth-child(5) {
  width: 40%
}

.funnel-stage:hover {
  background: #EB754B;
  transform: scale(1.03)
}

@media (max-width: 1024px) {
  .seasonal-nails .approach-mechanics__container {
    flex-direction: column;
    gap: 32px
  }

  .seasonal-nails .approach-mechanics__funnel {
    flex: 1;
    width: 100%
  }
}

.seasonal-nails .case-example {
  padding: 64px 32px;
  background: #FFF;
  position: relative
}

.seasonal-nails .case-example::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #EB754B
}

.seasonal-nails .case-example__container {
  max-width: 1100px;
  margin: 0 auto
}

.seasonal-nails .case-example__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 32px;
  text-align: center
}

.seasonal-nails .case-example__cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 0
}

.seasonal-nails .case-card {
  flex: 0 0 380px;
  background: #F7F7F7;
  border-radius: 10px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  transition: box-shadow .32s ease-out
}

.seasonal-nails .case-card:hover {
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517 0 9px 48px -2px #1e2c3524
}

.seasonal-nails .case-card__image-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative
}

.seasonal-nails .case-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease-out
}

.seasonal-nails .case-card:hover .case-card__image {
  transform: scale(1.06)
}

.seasonal-nails .case-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e2c3500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .35s ease-out;
  pointer-events: none
}

.seasonal-nails .case-card:hover .case-card__overlay {
  background: #1e2c35bf
}

.seasonal-nails .case-card__overlay-text {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #FFF;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease-out, transform .35s ease-out
}

.seasonal-nails .case-card:hover .case-card__overlay-text {
  opacity: 1;
  transform: translateY(0)
}

.seasonal-nails .case-card__content {
  padding: 32px
}

.seasonal-nails .case-card__title {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 12px
}

.seasonal-nails .case-card__text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0
}

@media (max-width: 640px) {
  .seasonal-nails .case-card {
    flex: 0 0 300px
  }
}

.seasonal-nails .recognition {
  padding: 64px 32px;
  background: linear-gradient(168deg, #eb754b14 0%, #ffff 100%);
  position: relative
}

@keyframes shadow-drift {

  0%,
  100% {
    box-shadow: 0 0 80px 40px #eb754b0f
  }

  50% {
    box-shadow: 0 0 120px 60px #fadb4214
  }
}

.seasonal-nails .recognition::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: shadow-drift 8s ease-in-out infinite;
  pointer-events: none
}

.seasonal-nails .recognition__container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center
}

.seasonal-nails .recognition__heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 32px
}

.seasonal-nails .recognition__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0
}

.seasonal-nails .recognition__item {
  background: #FFF;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17;
  transition: box-shadow .27s ease-out, transform .27s ease-out;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center
}

.seasonal-nails .recognition__item:hover {
  box-shadow: 0 6px 25px -2px #eb754b17 0 9px 48px -2px #eb754b24;
  transform: translateX(8px)
}

.seasonal-nails .recognition__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.seasonal-nails .recognition__icon svg {
  width: 32px;
  height: 32px;
  fill: #FFF
}

.seasonal-nails .recognition__text {
  flex: 1;
  text-align: left
}

.seasonal-nails .recognition__name {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 4px
}

.seasonal-nails .recognition__detail {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #1e2c35b3;
  margin: 0
}

@media (max-width: 640px) {
  .seasonal-nails .recognition__item {
    flex-direction: column;
    text-align: center
  }

  .seasonal-nails .recognition__text {
    text-align: center
  }
}

.seasonal-nails .opening-banner__headline,
.seasonal-nails .adaptive-method__heading,
.seasonal-nails .team-credentials__heading,
.seasonal-nails .problem-statement__heading,
.seasonal-nails .approach-mechanics__heading,
.seasonal-nails .case-example__heading,
.seasonal-nails .recognition__heading {
  font-weight: 600
}

.seasonal-nails a {
  color: #EB754B;
  text-decoration: none;
  position: relative;
  transition: color .25s ease-out
}

.seasonal-nails a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease-out
}

.seasonal-nails a:hover {
  color: #1E2C35
}

.seasonal-nails a:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

.arch {
  max-width: 1366px;
  margin: 0 auto;
  background: linear-gradient(172deg, #fff 0%, #fef9f4 48%, #fff 100%);
  padding: 0;
  overflow-x: clip
}

.arch__radial-hero {
  position: relative;
  background: radial-gradient(ellipse at 50% 50%, #fadb421f 0%, #eb754b14 45%, #fff 100%);
  padding: 64px 20px;
  overflow: hidden
}

.arch__radial-hero::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px;
  height: 180px;
  border: 1px solid #eb754b26;
  border-radius: 50%;
  pointer-events: none
}

.arch__radial-hero::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 32px;
  width: 156px;
  height: 156px;
  border: 1px solid #eb754b1a;
  border-radius: 50%;
  pointer-events: none
}

.arch__radial-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center
}

.arch__img-zone {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 32px
}

.arch__img-zone::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-top: 2px solid #EB754B;
  border-left: 2px solid #EB754B
}

.arch__img-zone::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #EB754B;
  border-right: 2px solid #EB754B
}

.arch__hero-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
  display: block
}

.arch__text-zone {
  padding: 20px 32px;
  text-align: center;
  max-width: 680px
}

.arch__hero-title {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 20px
}

.arch__hero-desc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0
}

.arch__listing {
  padding: 64px 20px;
  background: #fff;
  position: relative
}

.arch__listing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #EB754B 15%, #FADB42 50%, #EB754B 85%, transparent 100%);
  opacity: .3
}

.arch__listing::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #EB754B 15%, #FADB42 50%, #EB754B 85%, transparent 100%);
  opacity: .2
}

.arch__listing-inner {
  max-width: 1200px;
  margin: 0 auto
}

.arch__listing-head {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 64px
}

.arch__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

.arch__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17 0 9px 48px -2px #eb754b24;
  transition: transform .28s ease-out, box-shadow .28s ease-out
}

.arch__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 4px -2px #eb754b14 0 6px 25px -2px #eb754b24 0 9px 48px -2px #eb754b38
}

.arch__card-img-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative
}

.arch__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease-out
}

.arch__card:hover .arch__card-img {
  transform: scale(1.05)
}

.arch__card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1
}

.arch__card-title {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0;
  transition: color .22s ease-out
}

.arch__card:hover .arch__card-title {
  color: #EB754B
}

.arch__card-excerpt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0;
  flex-grow: 1
}

.arch__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #1e2c3514
}

.arch__card-date {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1e2c3599
}

.arch__card-likes {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1e2c3599
}

.arch__card-likes::before {
  content: '';
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: transform .18s ease-out
}

.arch__card:hover .arch__card-likes::before {
  transform: scale(1.15)
}

.arch__card-link {
  text-decoration: none !important;
  display: block
}

.arch__comparison {
  padding: 64px 20px;
  background: linear-gradient(268deg, #fef9f4 0%, #fff 100%);
  position: relative
}

.arch__comparison::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, #fadb4226 0%, transparent 70%);
  pointer-events: none;
  animation: arch-flicker 4.2s ease-in-out infinite
}

@keyframes arch-flicker {

  0%,
  100% {
    opacity: 1
  }

  25% {
    opacity: .88
  }

  50% {
    opacity: .95
  }

  75% {
    opacity: .92
  }
}

.arch__comparison-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.arch__comparison-head {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 64px
}

.arch__comp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px
}

.arch__comp-col {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517 0 9px 48px -2px #1e2c3524
}

.arch__comp-label {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 20px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #EB754B
}

.arch__comp-col:last-child .arch__comp-label {
  border-bottom-color: #FADB42
}

.arch__comp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.arch__comp-item {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  padding-left: 32px;
  position: relative
}

.arch__comp-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #eb754b26;
  border-radius: 50%;
  transition: background .25s ease-out
}

.arch__comp-col:last-child .arch__comp-item::before {
  background: #fadb424d
}

.arch__comp-item::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #EB754B;
  border-radius: 50%;
  transition: transform .2s ease-out
}

.arch__comp-col:last-child .arch__comp-item::after {
  background: #FADB42
}

.arch__comp-item:hover::after {
  transform: scale(1.3)
}

.arch__visual-weight {
  padding: 64px 20px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.arch__visual-weight::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 140px;
  height: 140px;
  border: 1px solid #fadb4233;
  border-radius: 50%;
  pointer-events: none
}

.arch__visual-weight::after {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 116px;
  height: 116px;
  border: 1px solid #fadb4226;
  border-radius: 50%;
  pointer-events: none
}

.arch__vw-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center
}

.arch__vw-massive {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0;
  text-align: center
}

.arch__vw-tiny {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .02em;
  color: #1e2c35b3;
  margin: 0;
  text-align: center;
  max-width: 600px
}

.arch__interactive-tags {
  padding: 64px 20px;
  background: linear-gradient(91deg, #fff 0%, #fef9f4 100%)
}

.arch__it-inner {
  max-width: 1100px;
  margin: 0 auto
}

.arch__it-head {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 32px
}

.arch__it-desc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  text-align: center;
  margin: 0 0 64px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.arch__it-desc::first-letter {
  font-size: 68px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  color: #EB754B
}

.arch__tag-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px
}

.arch__tag-trigger {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #fff;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  border: none;
  border-radius: 10px;
  padding: 20px 32px;
  cursor: pointer;
  transition: transform .25s ease-out, background .35s ease-out;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17
}

.arch__tag-trigger:hover {
  background: linear-gradient(225deg, #EB754B 0%, #FADB42 100%);
  transform: scale(1.05)
}

.arch__tag-trigger:focus {
  outline: 2px solid #EB754B;
  outline-offset: 4px
}

.arch__tag-cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease-out;
  max-width: 700px
}

.arch__tag-container:hover .arch__tag-cloud {
  opacity: 1;
  pointer-events: auto
}

.arch__tag-container:hover .arch__tag-trigger {
  opacity: 0;
  pointer-events: none
}

.arch__tag-item {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  background: #fff;
  border: 1px solid #eb754b33;
  border-radius: 10px;
  padding: 8px 20px;
  transition: all .2s ease-out;
  transform: scale(0.8);
  animation: arch-tag-fan .4s ease-out forwards
}

.arch__tag-item:nth-child(1) {
  animation-delay: .05s
}

.arch__tag-item:nth-child(2) {
  animation-delay: .1s
}

.arch__tag-item:nth-child(3) {
  animation-delay: .15s
}

.arch__tag-item:nth-child(4) {
  animation-delay: .2s
}

.arch__tag-item:nth-child(5) {
  animation-delay: .25s
}

.arch__tag-item:nth-child(6) {
  animation-delay: .3s
}

@keyframes arch-tag-fan {
  to {
    transform: scale(1)
  }
}

.arch__tag-item:hover {
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  color: #fff;
  border-color: transparent;
  transform: scale(1.08)
}

.arch__cta-narrow {
  padding: 64px 20px 96px;
  background: linear-gradient(175deg, #fff 0%, #fef9f4 100%)
}

.arch__cta-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 64px 32px;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517 0 9px 48px -2px #1e2c3524
}

.arch__cta-title {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 20px
}

.arch__cta-text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 32px
}

.arch__cta-btn {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #fff;
  background: linear-gradient(135deg, #EB754B 0%, #FADB42 100%);
  border: none;
  border-radius: 10px;
  padding: 20px 64px;
  cursor: pointer;
  transition: transform .27s ease-out, background .38s ease-out;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17;
  text-decoration: none !important;
  display: inline-block
}

.arch__cta-btn:hover {
  background: linear-gradient(225deg, #EB754B 0%, #FADB42 100%);
  transform: translateY(-2px)
}

.arch__cta-btn:focus {
  outline: 2px solid #EB754B;
  outline-offset: 4px
}

@media (min-width: 640px) {
  .arch__radial-wrap {
    flex-direction: row;
    align-items: flex-start
  }

  .arch__img-zone {
    flex-shrink: 0;
    width: 45%
  }

  .arch__text-zone {
    flex-grow: 1;
    text-align: left;
    padding: 64px 32px 32px
  }

  .arch__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .arch__comp-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 1024px) {
  .arch__radial-hero {
    padding: 96px 32px
  }

  .arch__listing {
    padding: 96px 32px
  }

  .arch__comparison {
    padding: 96px 32px
  }

  .arch__visual-weight {
    padding: 96px 32px
  }

  .arch__interactive-tags {
    padding: 96px 32px
  }

  .arch__cta-narrow {
    padding: 96px 32px 128px
  }

  .arch__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.cntct {
  max-width: 1366px;
  margin: 0 auto
}

.cntct__diagonal-intro {
  position: relative;
  overflow: hidden;
  padding: 32px 20px;
  background: linear-gradient(157deg, #FADB42 0%, #FADB42 48%, #fff 48%, #fff 100%)
}

.cntct__diagonal-intro-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2
}

.cntct__intro-visual {
  width: 100%;
  max-width: 420px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.cntct__intro-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #eb754b47;
  pointer-events: none
}

.cntct__intro-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.cntct__intro-text {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cntct__intro-heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0
}

.cntct__intro-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none
}

.cntct__intro-point {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #1E2C35
}

.cntct__blur-spot {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: .12;
  pointer-events: none;
  z-index: 1
}

.cntct__blur-spot--one {
  width: 280px;
  height: 280px;
  background: #EB754B;
  top: -80px;
  right: -60px
}

.cntct__blur-spot--two {
  width: 320px;
  height: 320px;
  background: #1E2C35;
  bottom: -100px;
  left: -80px
}

.cntct__form-area {
  padding: 64px 20px;
  background: linear-gradient(180deg, #1E2C35 0%, #3d4f5a 100%);
  position: relative;
  border-top: 4px solid #EB754B;
  border-bottom: 4px solid #FADB42
}

.cntct__form-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 32px, #fadb4208 32px, #fadb4208 64px);
  pointer-events: none
}

.cntct__form-container {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.cntct__form-header {
  text-align: center;
  margin-bottom: 32px
}

.cntct__form-title {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .018em;
  color: #fff;
  margin: 0 0 12px
}

.cntct__form-subtitle {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #ffffffd9;
  margin: 0
}

.cntct__form-body {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 9px 48px -2px #1e2c3524
}

.cntct__form {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.cntct__field-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cntct__label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  font-weight: 600
}

.cntct__input {
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  background: #fafafa;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: border-color .22s ease-out, background .22s ease-out
}

.cntct__input:focus {
  outline: none;
  border-color: #EB754B;
  background: #fff
}

.cntct__input::placeholder {
  color: #1e2c3573
}

.cntct__checkbox-set {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cntct__checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  background: #fafafa;
  transition: background .18s ease-out, box-shadow .18s ease-out
}

.cntct__checkbox-item:hover {
  background: #f5f5f5;
  box-shadow: 0 3px 4px -2px #1e2c350d
}

.cntct__checkbox-input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  cursor: pointer;
  accent-color: #EB754B;
  flex-shrink: 0
}

.cntct__checkbox-label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #1E2C35;
  cursor: pointer
}

.cntct__privacy-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 10px
}

.cntct__privacy-checkbox {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  cursor: pointer;
  accent-color: #EB754B;
  flex-shrink: 0
}

.cntct__privacy-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0
}

.cntct__privacy-link {
  color: #EB754B;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .2s ease-out
}

.cntct__privacy-link:hover {
  border-bottom-color: #EB754B
}

.cntct__submit-btn {
  padding: 20px 32px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(92deg, #EB754B 0%, #d66640 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background .26s ease-out, box-shadow .26s ease-out, transform .19s ease-out;
  box-shadow: 0 3px 4px -2px #eb754b0d
}

.cntct__submit-btn:hover {
  background: linear-gradient(135deg, #d66640 0%, #EB754B 100%);
  box-shadow: 0 6px 25px -2px #eb754b17;
  transform: translateY(-2px)
}

.cntct__submit-btn:active {
  transform: translateY(0)
}

.cntct__info-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0
}

.cntct__info-zone {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cntct__info-zone--neutral {
  background: #fff
}

.cntct__info-zone--accent {
  background: linear-gradient(175deg, #FADB42 0%, #f5d635 100%)
}

.cntct__info-block {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cntct__info-heading {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0;
  font-weight: 700
}

.cntct__info-detail {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .012em;
  color: #1E2C35;
  margin: 0
}

.cntct__info-link {
  color: #1E2C35;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .24s ease-out, color .24s ease-out
}

.cntct__info-link:hover {
  color: #EB754B;
  border-bottom-color: #EB754B
}

.cntct__metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px
}

.cntct__metric-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 3px 4px -2px #1e2c350d;
  transition: box-shadow .28s ease-out, transform .28s ease-out
}

.cntct__metric-card:hover {
  box-shadow: 0 6px 25px -2px #1e2c3517;
  transform: translateY(-4px)
}

.cntct__metric-visual {
  width: 80px;
  height: 80px;
  position: relative
}

.cntct__metric-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg)
}

.cntct__metric-ring-bg {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 6
}

.cntct__metric-ring-fill {
  fill: none;
  stroke: #EB754B;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.2s ease-out
}

.cntct__metric-card:hover .cntct__metric-ring-fill--eighty {
  stroke-dashoffset: 44
}

.cntct__metric-card:hover .cntct__metric-ring-fill--ninety {
  stroke-dashoffset: 22
}

.cntct__metric-card:hover .cntct__metric-ring-fill--seventy {
  stroke-dashoffset: 66
}

.cntct__metric-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  font-weight: 700
}

.cntct__metric-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #1E2C35;
  text-align: center;
  margin: 0
}

.cntct__divider-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  background: #fff
}

.cntct__divider-line {
  display: flex;
  align-items: center;
  gap: 12px
}

.cntct__divider-segment {
  width: 60px;
  height: 2px;
  background: #EB754B
}

.cntct__divider-diamond {
  width: 12px;
  height: 12px;
  background: #FADB42;
  transform: rotate(45deg)
}

@media (min-width: 640px) {
  .cntct__diagonal-intro {
    padding: 64px 32px
  }

  .cntct__diagonal-intro-inner {
    flex-direction: row;
    align-items: center;
    gap: 32px
  }

  .cntct__intro-visual {
    max-width: 480px;
    height: 240px
  }

  .cntct__intro-points {
    gap: 12px
  }

  .cntct__form-area {
    padding: 64px 32px
  }

  .cntct__form-body {
    padding: 32px
  }

  .cntct__metric-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
  }

  .cntct__info-zone {
    padding: 64px 32px
  }
}

@media (min-width: 1024px) {
  .cntct__diagonal-intro {
    padding: 64px
  }

  .cntct__diagonal-intro-inner {
    gap: 64px
  }

  .cntct__intro-visual {
    max-width: 560px;
    height: 280px
  }

  .cntct__form-area {
    padding: 64px
  }

  .cntct__form-body {
    padding: 32px
  }

  .cntct__info-split {
    grid-template-columns: 1fr 1fr
  }

  .cntct__info-zone {
    padding: 64px
  }
}

.why-us {
  max-width: 1366px;
  margin: 0 auto
}

.why-us__opening {
  background: linear-gradient(112deg, #FADB42 0%, #f5f5f5 68%);
  padding: 96px 32px 64px;
  position: relative;
  overflow: hidden
}

.why-us__opening::before {
  content: '"';
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 280px;
  line-height: 1;
  color: #eb754b14;
  font-weight: 700;
  pointer-events: none
}

.why-us__opening-label {
  font-size: 15px;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 1
}

.why-us__opening-heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.why-us__opening-desc {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  position: relative;
  z-index: 1
}

.why-us__opening-desc::first-letter {
  font-size: 3.2em;
  line-height: .85;
  float: left;
  margin: 8px 12px 0 0;
  color: #EB754B;
  font-weight: 700
}

.why-us__showcase {
  background: #fff;
  padding: 64px 32px;
  position: relative
}

.why-us__showcase-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto
}

.why-us__showcase-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.why-us__showcase-metric {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 4px -2px #eb754b0d 0 6px 25px -2px #eb754b17;
  transition: transform .28s ease-out, box-shadow .28s ease-out
}

.why-us__showcase-metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px -2px #eb754b17 0 9px 48px -2px #eb754b24
}

.why-us__metric-value {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #EB754B;
  font-weight: 700;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px
}

.why-us__metric-arrow {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid #FADB42;
  transform: rotate(-45deg)
}

.why-us__metric-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0
}

.why-us__showcase-main {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.why-us__showcase-heading {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #1E2C35;
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center
}

.why-us__showcase-heading span:first-child {
  font-size: 68px;
  line-height: 1.1;
  display: block;
  color: #EB754B
}

.why-us__showcase-text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px
}

.why-us__showcase-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 0 20px;
  margin: 0 -8px
}

.why-us__showcase-card {
  flex: 0 0 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform .35s ease-out, box-shadow .35s ease-out
}

.why-us__showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px -2px #1e2c3517 0 9px 48px -2px #1e2c3524
}

.why-us__card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

.why-us__card-body {
  padding: 20px
}

.why-us__card-title {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 12px;
  font-weight: 700
}

.why-us__card-desc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0
}

.why-us__expertise {
  background: linear-gradient(274deg, #1E2C35 0%, #3a4a56 100%);
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.why-us__expertise::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, #fadb420f 12px, #fadb420f 24px);
  pointer-events: none
}

.why-us__expertise-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.why-us__expertise-heading {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #fff;
  margin: 0 0 32px;
  font-weight: 700;
  text-align: center
}

.why-us__expertise-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}

.why-us__expertise-item {
  background: #ffffff0d;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: background .24s ease-out, transform .24s ease-out;
  position: relative
}

.why-us__expertise-item:hover {
  background: #fadb421f;
  transform: translateX(4px)
}

.why-us__expertise-num {
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: #EB754B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 4px -2px #eb754b0d
}

.why-us__expertise-content {
  flex: 1
}

.why-us__expertise-subtitle {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700
}

.why-us__expertise-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #ffffffd9;
  margin: 0
}

.why-us__expertise-chart {
  max-width: 600px;
  margin: 0 auto;
  position: relative
}

.why-us__chart-svg {
  width: 100%;
  height: auto;
  display: block
}

.why-us__chart-web {
  stroke: #FADB42;
  stroke-width: 2;
  fill: #fadb4214;
  transition: fill .32s ease-out
}

.why-us__chart-web:hover {
  fill: #fadb422e
}

.why-us__chart-axis {
  stroke: #fff3;
  stroke-width: 1
}

.why-us__chart-label {
  fill: #fff;
  font-size: 14px;
  letter-spacing: .015em
}

.why-us__chart-dot {
  fill: #EB754B;
  transition: r .18s ease-out
}

.why-us__chart-dot:hover {
  r: 6
}

.why-us__divider {
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #EB754B 50%, transparent 100%);
  margin: 0 auto
}

.why-us__expertise-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0 0;
  position: relative
}

.why-us__tag-trigger {
  background: #ffffff14;
  color: #fff;
  border: 0;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: .015em;
  cursor: pointer;
  transition: background .27s ease-out, transform .27s ease-out;
  position: relative
}

.why-us__tag-trigger:hover {
  background: #FADB42;
  color: #1E2C35;
  transform: scale(1.08)
}

.why-us__tag-trigger:hover .why-us__tag-hidden {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto
}

.why-us__tag-hidden {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(0.92);
  background: #fff;
  color: #1E2C35;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease-out, transform .22s ease-out;
  margin: 0 0 8px;
  box-shadow: 0 3px 4px -2px #1e2c350d 0 6px 25px -2px #1e2c3517
}

@media (max-width: 1024px) {
  .why-us__opening {
    padding: 64px 32px 48px
  }

  .why-us__opening-heading {
    font-size: 48px
  }

  .why-us__showcase-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .why-us__showcase-sidebar {
    flex-direction: row;
    overflow-x: auto
  }

  .why-us__showcase-metric {
    flex: 0 0 200px
  }

  .why-us__showcase-heading span:first-child {
    font-size: 48px
  }
}

@media (max-width: 640px) {
  .why-us__opening {
    padding: 48px 20px 32px
  }

  .why-us__opening::before {
    font-size: 180px;
    top: 20px;
    left: 20px
  }

  .why-us__opening-heading {
    font-size: 32px
  }

  .why-us__showcase {
    padding: 48px 20px
  }

  .why-us__showcase-cards {
    margin: 0 -20px;
    padding: 8px 20px 20px
  }

  .why-us__showcase-card {
    flex: 0 0 280px
  }

  .why-us__showcase-heading {
    text-align: left
  }

  .why-us__showcase-heading span:first-child {
    font-size: 32px
  }

  .why-us__expertise {
    padding: 48px 20px
  }

  .why-us__expertise-list {
    grid-template-columns: 1fr
  }

  .why-us__metric-value {
    font-size: 48px
  }

  .why-us__divider {
    width: 80%
  }
}

.why-us__showcase-text a {
  color: #EB754B;
  text-decoration: none;
  position: relative;
  transition: color .2s ease-out
}

.why-us__showcase-text a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(1);
  transition: transform .25s ease-out
}

.why-us__showcase-text a:hover {
  color: #1E2C35
}

.why-us__showcase-text a:hover::after {
  transform: scaleX(0)
}

.success-page {
  max-width: 1366px;
  margin: 0 auto;
  background: linear-gradient(112deg, #fff 0%, #fef9f5 100%)
}

.success-page .confirmation-hero {
  padding: 64px 20px;
  text-align: center;
  background: #fff;
  position: relative
}

.success-page .confirmation-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(112deg, #EB754B 0%, #FADB42 100%);
  border-radius: 10px
}

.success-page .checkmark-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  margin-bottom: 32px;
  background: linear-gradient(112deg, #fef4f0 0%, #fffcf3 100%);
  border-radius: 10px
}

.success-page .checkmark-icon {
  width: 56px;
  height: 56px
}

.success-page .checkmark-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #EB754B;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round
}

.success-page .hero-title {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 20px;
  font-weight: 700
}

.success-page .hero-message {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  max-width: 680px;
  margin: 0 auto
}

.success-page .details-section {
  padding: 64px 20px;
  background: linear-gradient(112deg, #fef9f5 0%, #fff 100%)
}

.success-page .details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto
}

.success-page .detail-card {
  background: #fff;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0 6px 25px -2px #eb754b17;
  transition: transform .28s ease-out, box-shadow .28s ease-out
}

.success-page .detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 48px -2px #eb754b24
}

.success-page .detail-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #1E2C35;
  opacity: .6;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-weight: 600
}

.success-page .detail-value {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0;
  font-weight: 500
}

.success-page .next-steps {
  padding: 64px 20px;
  background: #fff;
  text-align: center
}

.success-page .steps-heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1E2C35;
  margin: 0 0 32px;
  font-weight: 700
}

.success-page .steps-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 740px;
  counter-reset: step-counter
}

.success-page .steps-list li {
  position: relative;
  padding: 20px 20px 20px 64px;
  margin-bottom: 20px;
  text-align: left;
  counter-increment: step-counter;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35
}

.success-page .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: linear-gradient(112deg, #EB754B 0%, #FADB42 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff
}

.success-page .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto
}

.success-page .btn-primary {
  padding: 20px 32px;
  background: linear-gradient(112deg, #EB754B 0%, #FADB42 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  font-weight: 600;
  transition: background .32s ease-out, transform .2s ease-out;
  display: inline-block;
  border: none;
  cursor: pointer
}

.success-page .btn-primary:hover {
  background: linear-gradient(158deg, #EB754B 0%, #FADB42 100%);
  transform: translateY(-2px)
}

.success-page .btn-secondary {
  padding: 20px 32px;
  background: #fff;
  color: #1E2C35;
  text-decoration: none;
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: .015em;
  font-weight: 600;
  transition: background .25s ease-out, color .25s ease-out;
  display: inline-block;
  border: 2px solid #1E2C35;
  cursor: pointer
}

.success-page .btn-secondary:hover {
  background: #1E2C35;
  color: #fff
}

.success-page .support-notice {
  padding: 64px 20px;
  background: linear-gradient(112deg, #fef4f0 0%, #fffcf3 100%)
}

.success-page .notice-container {
  max-width: 820px;
  margin: 0 auto;
  text-align: center
}

.success-page .notice-title {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 12px;
  font-weight: 700
}

.success-page .notice-text {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #1E2C35;
  margin: 0 0 20px
}

.success-page .contact-link {
  color: #EB754B;
  text-decoration: none;
  position: relative;
  transition: color .22s ease-out
}

.success-page .contact-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease-out
}

.success-page .contact-link:hover {
  color: #1E2C35
}

.success-page .contact-link:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

@media (min-width: 640px) {
  .success-page .details-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .success-page .action-buttons {
    flex-direction: row;
    justify-content: center
  }
}

@media (min-width: 1024px) {
  .success-page .confirmation-hero {
    padding: 64px 32px
  }

  .success-page .details-section {
    padding: 64px 32px
  }

  .success-page .next-steps {
    padding: 64px 32px
  }

  .success-page .support-notice {
    padding: 64px 32px
  }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
