.ttk-contact,
.ttk-highlights,
.ttk-why,
.ttk-intro {
  --ttk-navy: #062b52;
  --ttk-blue: #0b4f8a;
  --ttk-sky: #eaf5ff;
  font-family: inherit;
  box-sizing: border-box;
}
.ttk-contact *,
.ttk-highlights *,
.ttk-why *,
.ttk-intro * {
  box-sizing: border-box;
}
.ttk-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  max-width: 1280px;
  margin: 30px auto;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ttk-navy);
  color: #fff;
  box-shadow: 0 18px 50px rgba(6, 43, 82, 0.18);
}
.ttk-contact__intro {
  padding: clamp(32px, 6vw, 72px);
}
.ttk-contact__eyebrow,
.ttk-highlights__heading > span {
  display: inline-block;
  margin-bottom: 14px;
  color: #76c7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.ttk-contact h2,
.ttk-highlights h2 {
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: clamp(28px, 4vw, 44px);
  text-transform: uppercase;
}
.ttk-contact__intro p {
  max-width: 600px;
  margin: 0 0 28px;
  color: #d5e6f5;
  font-size: 17px;
  line-height: 1.7;
}

.ttk-contact__intro h2 {
  color: #d5e6f5;
}

.ttk-contact__button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 14px 22px;
  border-radius: 10px;
  background: #fff;
  color: var(--ttk-navy) !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s;
}
.ttk-contact__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.ttk-contact__details {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: clamp(24px, 4vw, 48px);
  background: linear-gradient(145deg, #0b4f8a, #073761);
}
.ttk-contact__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}
.ttk-contact__icon {
  display: grid;
  flex: 0 0 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}
.ttk-contact__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ttk-contact__item small,
.ttk-contact__item strong,
.ttk-contact__item a {
  display: block;
}
.ttk-contact__item small {
  margin-bottom: 3px;
  color: #aaceed;
}
.ttk-contact__item strong,
.ttk-contact__item a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}
.ttk-highlights {
  max-width: 1180px;
  margin: 50px auto;
  padding: clamp(32px, 5vw, 64px);
  border-radius: 24px;
  background: var(--ttk-sky);
  color: var(--ttk-navy);
}
.ttk-highlights__heading {
  max-width: 700px;
  margin: 0 auto 36px;
  text-align: center;
}
.ttk-highlights__heading > span {
  color: var(--ttk-blue);
}
.ttk-highlights h2 {
  font-size: clamp(28px, 4vw, 40px);
}
.ttk-highlights__heading p {
  margin: 0;
  color: #4d6680;
  font-size: 16px;
  line-height: 1.7;
}
.ttk-highlights__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ttk-highlights__item {
  position: relative;
  padding: 26px 16px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 43, 82, 0.08);
}
.ttk-highlights__item:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 16px 0 0 16px;
  background: var(--ttk-blue);
}
.ttk-highlights__item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ttk-blue);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 800;
}
.ttk-highlights__item span {
  color: #405a73;
  font-weight: 600;
}
.ttk-why {
  max-width: 1280px;
  margin: 50px auto;
  padding: clamp(36px, 6vw, 72px);
  border-radius: 24px;
  background: var(--ttk-navy);
  color: #fff;
  overflow: hidden;
}
.ttk-why__heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.ttk-why__heading > span {
  display: inline-block;
  margin-bottom: 14px;
  color: #76c7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.ttk-why__heading h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  text-transform: uppercase;
}
.ttk-why__heading p {
  margin: 0;
  color: #c4dbed;
  font-size: 16px;
  line-height: 1.7;
}
.ttk-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ttk-why__item {
  display: flex;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 0.2s,
    background 0.2s;
}
.ttk-why__item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.11);
}
.ttk-why__icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: #fff;
}
.ttk-why__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--ttk-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ttk-why__item h3 {
  margin: 2px 0 8px;
  color: #fff;
  font-size: 19px;
}
.ttk-why__item p {
  margin: 0;
  color: #c4dbed;
  line-height: 1.65;
}
.ttk-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
  max-width: 1280px;
  margin: 50px auto;
  padding: clamp(20px, 3vw, 36px);
  color: var(--ttk-navy);
}
.ttk-intro__visual {
  position: relative;
  min-height: 520px;
  border-radius: 24px;
}
.ttk-intro__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: inherit;
  box-shadow: 0 20px 50px rgba(6, 43, 82, 0.18);
}
.ttk-intro__visual--empty {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #0b4f8a, #062b52);
  box-shadow: 0 20px 50px rgba(6, 43, 82, 0.18);
}
.ttk-intro__visual--empty::before,
.ttk-intro__visual--empty::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.ttk-intro__visual--empty::before {
  width: 360px;
  height: 360px;
}
.ttk-intro__visual--empty::after {
  width: 460px;
  height: 460px;
}
.ttk-intro__monogram {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.14);
  font-size: 240px;
  font-weight: 900;
  line-height: 1;
}
.ttk-intro__placeholder {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ttk-intro__experience {
  position: absolute;
  right: -22px;
  bottom: 34px;
  z-index: 3;
  width: 150px;
  padding: 20px;
  border: 6px solid #fff;
  border-radius: 18px;
  background: var(--ttk-blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(6, 43, 82, 0.22);
}
.ttk-intro__experience strong,
.ttk-intro__experience span {
  display: block;
}
.ttk-intro__experience strong {
  margin-bottom: 5px;
  font-size: 38px;
  line-height: 1;
}
.ttk-intro__experience span {
  font-size: 13px;
  font-weight: 700;
}
.ttk-intro__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ttk-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.ttk-intro__content h2 {
  margin: 0 0 20px;
  color: var(--ttk-navy);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  text-transform: uppercase;
}
.ttk-intro__description {
  margin: 0 0 24px;
  color: #4d6680;
  font-size: 16px;
  line-height: 1.8;
}
.ttk-intro__features {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.ttk-intro__features li {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #203f5d;
  font-weight: 700;
}
.ttk-intro__features li span {
  display: grid;
  flex: 0 0 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--ttk-sky);
  color: var(--ttk-blue);
  font-size: 13px;
}
.ttk-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.ttk-intro__button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 14px 22px;
  border-radius: 10px;
  background: var(--ttk-navy);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s;
}
.ttk-intro__button:hover {
  transform: translateY(-2px);
  background: var(--ttk-blue);
}
.ttk-intro__phone {
  color: var(--ttk-navy) !important;
  text-decoration: none !important;
}
.ttk-intro__phone small,
.ttk-intro__phone strong {
  display: block;
}
.ttk-intro__phone small {
  margin-bottom: 2px;
  color: #6a8197;
}
.ttk-intro__phone strong {
  font-size: 18px;
}
@media (max-width: 760px) {
  .ttk-contact {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .ttk-contact__intro,
  .ttk-contact__details {
    padding: 28px 22px;
  }
  .ttk-highlights {
    padding: 34px 18px;
    border-radius: 18px;
  }
  .ttk-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ttk-why {
    padding: 36px 20px;
    border-radius: 18px;
  }
  .ttk-why__grid {
    grid-template-columns: 1fr;
  }
  .ttk-intro {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 18px;
  }
  .ttk-intro__visual,
  .ttk-intro__visual img {
    min-height: 380px;
  }
  .ttk-intro__experience {
    right: 14px;
    bottom: -24px;
  }
}
@media (max-width: 420px) {
  .ttk-highlights__grid {
    grid-template-columns: 1fr;
  }
}
