:root {
  --ct-blue: #2b6fb2;
  --ct-blue2: #1f4f78;
  --ct-sand: #ece6dd;
  --ct-sand2: #e2dbd1;
  --ct-ink: #1c1a18;
  --ct-text: #2a241f;
  --ct-muted: #6b6259;
  --ct-font: "Manrope", "Inter", "Jost", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --ct-font-alt: "Jost", "Inter", "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --ct-header-h: 72px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #0f1115;
  color: #fff;
  font-family: var(--ct-font);
}

.ct-h1,
.ct-h2,
.ct-design__title {
  font-family: var(--ct-font-alt);
}

.ct-h2 {
  color: var(--ct-text);
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1.1;
  font-size: clamp(30px, 3.4vw, 42px);
  margin: 0 0 18px;
}

/* Header */
.ct-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(20, 18, 16, .55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ct-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

.ct-brand__name {
  font-weight: 800;
  line-height: 1.05;
}

.ct-brand__tag {
  font-size: 12px;
  color: rgba(255, 255, 255, .70);
  line-height: 1.05;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 14px;
}

.navbar .nav-link:hover {
  color: #fff !important;
}

.ct-phone {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}

.ct-btn-call {
  background: #2e79bf;
  border-color: #2e79bf;
  border-radius: 4px;
}

/* Hero */
.ct-hero {
  background: url("/static/img/hero4.jpg") center/cover no-repeat;
  background-image: image-set(url("/static/img/hero4.jpg") type("image/jpeg"));
  position: relative;
}

.ct-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .25) 55%, rgba(0, 0, 0, .05) 100%);
}

.ct-hero .container-xxl {
  position: relative;
}

.ct-hero__inner {
  padding: calc(120px + var(--ct-header-h)) 0 120px;
  max-width: 560px;
}

.ct-h1 {
  font-weight: 800;
  letter-spacing: -0.25px;
  line-height: 1.05;
  font-size: clamp(38px, 4.6vw, 58px);
  margin: 0 0 10px;
  text-shadow: 0 10px 32px rgba(0, 0, 0, .35);
}

.ct-h1-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 18px;
}

.ct-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ct-btn {
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 600;
}

.ct-btn-light {
  background: #eee7dd;
  border-color: #eee7dd;
  color: #2a241f;
}

.ct-btn-primary {
  background: #2b6fb2;
  border-color: #2b6fb2;
}

/* Features */
.ct-features {
  position: relative;
  margin-top: -48px;
  z-index: 5;
  background: linear-gradient(180deg,
      rgba(58, 123, 168, .55),
      rgba(38, 86, 122, .55));
}

.ct-features .container-xxl {
  position: relative;
}

.ct-features__grid {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: transparent;
}

.ct-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, .95);
  font-size: 15px;
  line-height: 1.15;
  border-right: 1px solid rgba(255, 255, 255, .10);
  text-align: left;
}

.ct-feature:last-child {
  border-right: 0;
}

.ct-feature__num {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 6px 18px rgba(0, 0, 0, .22);
}

.ct-feature__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .28));
}

.ct-feature__icon img,
.ct-feature__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ct-feature__text {
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

/* Sections */
.ct-cats {
  background: #e4ddd2;
  padding: 64px 0 72px;
}

.ct-design {
  background: url("/static/img/design_bg1.jpg") center/cover no-repeat;
  background-image: image-set(url("/static/img/design_bg1.png") type("image/png"),
      url("/static/img/design_bg1.jpg") type("image/jpeg"),
      url("/static/img/design_bg1.jpeg") type("image/jpeg"));
  position: relative;
  padding: 180px 0;
}

.ct-design::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .22) 58%, rgba(0, 0, 0, 0) 100%);
}

.ct-design .container-xxl {
  position: relative;
}

.ct-works {
  background: #e4ddd2;
  padding: 72px 0 84px;
}

.ct-reviews {
  background: #e4ddd2;
  padding: 72px 0 88px;
}

.ct-articles {
  background: #e4ddd2;
  padding: 72px 0 84px;
}

/* Articles */
.ct-article-card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .60);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
}

.ct-article-card__img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}

.ct-article-card__body {
  padding: 14px 14px 16px;
}

.ct-article-card__title {
  color: #2a241f;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.ct-article-card__text {
  color: rgba(42, 36, 31, .78);
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.ct-article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b6fb2;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.ct-article-card__link:hover {
  color: #1f4f78;
  text-decoration: none;
}

/* Categories cards */
.ct-cat {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  text-decoration: none;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .10);
}

.ct-cat__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.ct-cat__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  color: #2a241f;
  font-weight: 600;
  font-size: 14px;
  background: #f4efe8;
}

.ct-cat__arrow {
  opacity: .6;
}

/* Design text */
.ct-design__inner {
  max-width: 520px;
  color: #fff;
}

.ct-design__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
}

.ct-design__sub {
  font-size: 18px;
  color: rgba(255, 255, 255, .85);
  margin: 4px 0 16px;
}

/* Works */
.ct-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.ct-tab {
  border: 1px solid rgba(0, 0, 0, .14);
  background: rgba(255, 255, 255, .65);
  color: #2a241f;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

.ct-tab.active {
  background: rgba(90, 74, 60, .86);
  color: #fff;
  border-color: rgba(90, 74, 60, .86);
}

.ct-work {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

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

.ct-btn-projects {
  padding: 10px 22px;
  border-radius: 6px;
}

/* Reviews */
.ct-review {
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  padding: 14px;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.ct-review__head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.ct-ava {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .16);
}

.ct-name {
  color: #2a241f;
  font-weight: 800;
}

.ct-stars {
  color: #caa04b;
  font-size: 12px;
}

.ct-review__text {
  color: rgba(42, 36, 31, .82);
  font-size: 13px;
  line-height: 1.35;
}

.ct-form {
  background: rgba(90, 74, 60, .90);
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, .12);
  height: 100%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.ct-form__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 12px;
}

.ct-input {
  background: rgba(255, 255, 255, .92) !important;
  border: 0 !important;
}

.ct-btn {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

/* Modal */
.ct-modal {
  background: rgba(18, 20, 26, .65) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modal-dialog {
  padding: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.modal-dialog.modal-xl {
  max-width: 1100px;
}

.modal-content {
  padding: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
}

.ct-modal-photo {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* Interactions */
:where(.ct-cat, .ct-work, .ct-review, .ct-form, .ct-article-card, .ct-tab, .ct-btn) {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

@media (hover:hover) and (pointer:fine) {
  .ct-cat:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .14);
  }

  .ct-work:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
  }

  .ct-review:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  }

  .ct-tab:hover {
    transform: translateY(-1px);
  }

  .ct-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20);
  }

  .ct-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  }

  .ct-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 24, 40, .18);
  }
}

:where(a, button, input, .ct-tab):focus-visible {
  outline: 3px solid rgba(43, 111, 178, .35);
  outline-offset: 3px;
}

/* Map */
.ct-map {
  width: 100%;
  height: 570px;
  background: var(--ct-sand);
}

.ct-yamap {
  width: 100%;
  height: 570px;
}

/* Catalog page */
.ct-pagehead {
  padding: 60px 0 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0));
}

.ct-pagehead__breadcrumbs {
  color: rgba(245, 241, 238, .65);
}

.ct-pagehead__breadcrumbs a {
  color: rgba(42, 36, 31, .72);
  text-decoration: none;
}

.ct-pagehead__title {
  margin-top: 8px;
}

.ct-pagehead__desc {
  max-width: 980px;
  color: rgba(234, 231, 228, .78);
}

.ct-catalog-section {
  padding-top: 28px;
}

.ct-catalog-toolbar {
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.ct-sort-select {
  min-width: 240px;
  background: rgba(237, 237, 237, .92);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  font-weight: 600;
  color: #2a241f;
}

.ct-filters {
  color: #2a241f;
}

.ct-filters .fw-bold,
.ct-filters .form-check-label {
  color: #2a241f;
}

.ct-filters .text-muted {
  color: rgba(42, 36, 31, .65) !important;
}

.ct-filters .ct-input {
  color: #2a241f !important;
}

.ct-filters .form-check-input {
  border-color: rgba(0, 0, 0, .28);
}

.ct-filters-panel {
  background: rgba(255, 255, 255, .65);
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
  overflow: hidden;
}

.ct-filters-panel__title {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-weight: 800;
}

.ct-filters-panel__body {
  padding: 14px 16px;
}

.ct-filter-group {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.ct-filter-reset {
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 8px;
  font-weight: 700;
}

.ct-product-card-lite {
  border-radius: 10px;
}

.ct-product-card-lite .ct-cat__img {
  height: 240px;
}

.ct-product-card-lite__body {
  padding: 1rem;
}

.ct-product-card-lite__title {
  font-weight: 800;
  color: #2a241f;
  line-height: 1.15;
}

.ct-product-card-lite__price {
  margin-top: .5rem;
  font-weight: 900;
  color: #2a241f;
}

.ct-btn-outline-sand {
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 8px;
  font-weight: 700;
  color: #2a241f;
  background: rgba(255, 255, 255, .55);
}

.ct-pagination {
  --bs-pagination-bg: rgba(255, 255, 255, .70);
  --bs-pagination-border-color: rgba(0, 0, 0, .12);
}

/* Product detail page */
.ct-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}

.ct-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, .7);
}

.ct-hero--product {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
}

.ct-hero--product .container-xxl {
  padding-top: calc(var(--ct-header-h) + 40px);
  padding-bottom: 44px;
}

.ct-hero--product__content {
  max-width: 760px;
}

.ct-product {
  background: rgba(0, 0, 0, .02);
}

.ct-product .ct-h2 {
  color: #fff;
}

.ct-product-gallery .ct-product-main {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(16, 24, 40, .14);
}

.ct-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.ct-product-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.ct-thumb {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.ct-thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
}

.ct-thumb.active {
  border-color: rgba(255, 255, 255, .35);
  box-shadow: 0 14px 34px rgba(16, 24, 40, .22);
}

.ct-product-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 26px;
  box-shadow: 0 18px 60px rgba(16, 24, 40, .14);
  backdrop-filter: saturate(120%) blur(8px);
}

.ct-h1--product {
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
}

.ct-product-kicker {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  margin-bottom: 10px;
}

.ct-link {
  color: rgba(255, 255, 255, .92);
}

.ct-product-price__title {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.ct-product-price__value {
  font-weight: 800;
  font-size: 18px;
}

.ct-muted {
  color: rgba(255, 255, 255, .7);
}

.ct-attr {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.ct-attr:first-child {
  border-top: 0;
  padding-top: 0;
}

.ct-attr__k {
  color: rgba(255, 255, 255, .75);
  font-weight: 700;
  margin-right: 8px;
}

.ct-product-note {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.ct-pills .nav-link {
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  margin-right: 10px;
}

.ct-pills .nav-link.active {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
}

.ct-tabpanes {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  padding: 22px;
}

.ct-prose {
  color: rgba(255, 255, 255, .92);
}

.ct-prose p {
  color: rgba(255, 255, 255, .84);
}

.ct-h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
}

.ct-info-card {
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 16px;
}

.ct-info-card__title {
  font-weight: 800;
  margin-bottom: 6px;
  color: #fff;
}

.ct-info-card__text {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.35;
}

.ct-list {
  color: rgba(255, 255, 255, .86);
}

.ct-list li {
  margin: 8px 0;
}

.ct-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 18px;
}

.ct-cta__title {
  font-weight: 800;
  color: #fff;
}

.ct-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 16px;
}

.ct-doc__title {
  font-weight: 800;
  color: #fff;
}

.ct-table-wrap {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  padding: 18px 22px;
  margin-top: 12px;
}

.ct-table {
  margin-bottom: 0;
}

.ct-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ct-table tr:last-child {
  border-bottom: none;
}

.ct-table td {
  padding: 12px 0;
  color: rgba(255, 255, 255, .9) !important;
  background: transparent !important;
  border: none !important;
  vertical-align: top;
}

.ct-td-k {
  width: 240px;
  color: rgba(255, 255, 255, .65) !important;
  font-weight: 800;
  padding-right: 20px;
}

/* Responsive */
@media (min-width: 992px) {
  .ct-hero__inner {
    padding: calc(260px + var(--ct-header-h)) 0 220px;
  }

  .ct-work img {
    height: 220px;
  }
}

@media (max-width: 991.98px) {
  .ct-features__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ct-feature {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .ct-feature:nth-child(3),
  .ct-feature:nth-child(4) {
    border-bottom: 0;
  }

  .ct-product-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {

  .ct-cats,
  .ct-works,
  .ct-reviews {
    padding: 48px 0 56px;
  }

  .ct-articles {
    padding: 48px 0 56px;
  }

  .ct-article-card__img {
    height: 170px;
  }

  .ct-design {
    padding: 120px 0;
  }

  .ct-h1 {
    font-size: 32px;
  }

  .ct-h2 {
    font-size: 28px;
  }

  .ct-feature__icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .ct-features {
    margin-top: -28px;
  }

  .ct-features__grid {
    border-radius: 10px;
    min-height: 72px;
  }

  .ct-yamap {
    height: 480px;
  }

  .modal-dialog {
    padding: 24px;
    max-width: 100%;
  }

  .modal-content {
    padding: 32px;
    border-radius: 12px;
  }
}

@media (max-width: 767.98px) {
  .ct-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  :root {
    --ct-header-h: 64px;
  }

  .ct-topbar {
    background: rgba(20, 18, 16, .62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ct-features__grid {
    grid-template-columns: 1fr;
  }

  .ct-feature {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    padding: 12px 6px;
  }

  .ct-feature:last-child {
    border-bottom: 0;
  }

  .ct-product-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.ct-cat, .ct-work, .ct-review, .ct-form, .ct-tab, .ct-btn, .ct-thumb) {
    transition: none !important;
  }
}

.ct-why {
  position: relative;
}

.ct-why__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ct-section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(3, 169, 244, 0.12);
  color: #03a9f4;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ct-section-desc {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}

.ct-why-card {
  height: 100%;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ct-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
  border-color: rgba(3, 169, 244, 0.24);
}

.ct-why-card__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(3, 169, 244, 0.12);
  color: #03a9f4;
}

.ct-why-card__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ct-why-card__title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #fff;
  font-weight: 700;
}

.ct-why-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.ct-why-photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 24px;
  background: #0f1720;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.ct-why-photo__img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.ct-why-photo__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 16, 24, 0.88) 60%, rgba(10, 16, 24, 0.96) 100%);
}

.ct-why-photo__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 144, 7, 0.16);
  color: #f79007;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ct-why-photo__title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
}

.ct-why-photo__text {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .ct-why-card {
    padding: 20px;
    border-radius: 18px;
  }

  .ct-why-photo {
    border-radius: 18px;
  }

  .ct-why-photo__overlay {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .ct-section-desc {
    color: rgba(255, 255, 255, 0.78);
  }

  .ct-why-card__title {
    font-size: 1rem;
  }

  .ct-why-photo__title {
    font-size: 1.15rem;
  }
}