/* Custom Projects — premium portfolio (Gulf + India) */
.cp-page {
  background: #0a0e17;
  color: #e8edf2;
}

.cp-nav .nav-link--active {
  color: #ffd700;
}

.cp-floating-actions {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(96px, calc(env(safe-area-inset-bottom) + 96px));
  z-index: 9998;
  display: grid;
  gap: 0.75rem;
}

.cp-floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 148px;
  min-height: 54px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.cp-floating-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.44);
}

.cp-floating-action i {
  font-size: 1.35rem;
}

.cp-floating-action--quote {
  background: linear-gradient(135deg, #ffd700, #c9a227);
  color: #0a0e17;
  border-color: rgba(255, 245, 186, 0.72);
}

.cp-floating-action--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 38px rgba(37, 211, 102, 0.28), 0 8px 22px rgba(0, 0, 0, 0.35);
}

.cp-floating-action--whatsapp:hover {
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.4), 0 10px 26px rgba(0, 0, 0, 0.42);
}

@media (max-width: 560px) {
  .cp-floating-actions {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(84px, calc(env(safe-area-inset-bottom) + 84px));
    gap: 0.6rem;
  }

  .cp-floating-action {
    min-width: 132px;
    min-height: 46px;
    padding: 0.7rem 0.9rem;
    font-size: 0.86rem;
  }

  .cp-floating-action i {
    font-size: 1.1rem;
  }
}

.cp-hero-content {
  padding: 4rem 0 3.5rem;
  background: linear-gradient(180deg, #0f172a 0%, #0a0e17 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.cp-hero-content .cp-hero__inner {
  position: relative;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

/* Full-width banner strips — image only, no text overlay */
.cp-banner-strip {
  width: 100%;
  background: #0a0e17;
  padding: 0;
}

.cp-banner-strip__frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 0;
  line-height: 0;
}

.cp-banner-strip--bottom .cp-banner-strip__frame {
  padding: 0 1.25rem 1.25rem;
}

.cp-banner-strip__frame img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  border-radius: 20px;
  display: block;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  background: #0a0e17;
}

.cp-bottom-cta {
  padding: 3rem 0;
  background: #141b28;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cp-bottom-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}

.cp-bottom-cta h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: #fff;
  margin-bottom: 0.75rem;
}

.cp-bottom-cta p {
  color: rgba(232, 237, 242, 0.72);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

.cp-hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}

.cp-hero--banner,
.cp-hero__banner,
.cp-hero__video,
.cp-hero__overlay {
  /* legacy — removed overlay layout */
}

.cp-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #0f172a 0%, #0a0e17 100%);
  pointer-events: none;
}

.cp-hero__inner {
  position: relative;
  max-width: 900px;
  text-align: center;
}

.cp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.95);
  margin-bottom: 1.25rem;
}

.cp-hero h1 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: #fff;
}

.cp-hero__lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(232, 237, 242, 0.82);
  margin-bottom: 2rem;
}

.cp-hero__lead strong {
  color: #ffd700;
}

.cp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cp-btn:hover {
  transform: translateY(-2px);
}

.cp-btn--gold {
  background: linear-gradient(135deg, #ffd700, #c9a227);
  color: #0a0e17;
  box-shadow: 0 8px 28px rgba(255, 215, 0, 0.25);
}

.cp-btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cp-btn--wa {
  background: #25d366;
  color: #fff;
}

.cp-btn--block {
  width: 100%;
}

.cp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(232, 237, 242, 0.65);
}

.cp-trust strong {
  color: #ffd700;
  display: block;
  font-size: 1.05rem;
}

.cp-section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  text-align: center;
  margin-bottom: 0.5rem;
  color: #fff;
}

.cp-section-sub {
  text-align: center;
  color: rgba(232, 237, 242, 0.6);
  margin-bottom: 2.5rem;
}

.cp-section-head {
  margin-bottom: 2rem;
}

.cp-products {
  padding: 4rem 0;
  background: #0f1419;
}

.cp-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.cp-product {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
}

.cp-product i {
  font-size: 1.75rem;
  color: #ffd700;
  margin-bottom: 0.75rem;
}

.cp-product h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.cp-product p {
  font-size: 0.88rem;
  color: rgba(232, 237, 242, 0.65);
  line-height: 1.5;
}

/* What we build — compact cards, 3 per row */
.cp-build-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .cp-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cp-build-grid {
    grid-template-columns: 1fr;
  }
}

.cp-build-card {
  max-width: 100%;
  background: linear-gradient(165deg, #1a2332 0%, #141b28 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.cp-build-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.cp-build-card__media {
  margin: 0.85rem 0.85rem 0;
  border-radius: 10px;
  overflow: hidden;
  height: 130px;
  max-height: 130px;
  background: #0a0e17;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cp-build-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-build-card__body {
  padding: 0.85rem 1rem 1.1rem;
}

.cp-build-card__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.35rem;
}

.cp-build-card__body p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(232, 237, 242, 0.65);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cp-build-card__media--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: rgba(212, 175, 55, 0.3);
}

.cp-build-card__media--video iframe,
.cp-build-card__media--video video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #000;
}

.cp-build-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
}

.cp-build-card__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cp-build-card__body p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(232, 237, 242, 0.68);
  margin: 0;
}

.cp-build-card--icon {
  padding: 1.5rem;
  text-align: center;
}

.cp-build-card--icon .cp-build-card__icon {
  font-size: 2rem;
  color: #ffd700;
  margin-bottom: 0.75rem;
}

/* How we start — premium process cards */
.cp-process {
  padding: 4.5rem 0;
  background: #0f1419;
}

.cp-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.cp-process-card {
  background: #141b28;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cp-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.cp-process-card__img {
  aspect-ratio: 16 / 10;
  min-height: 120px;
  overflow: hidden;
  background: #0a0e17;
}

.cp-process-card__img img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

.cp-card__visual--placeholder img {
  opacity: 0.85;
  filter: saturate(0.85);
}

.cp-process-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.cp-process-card__num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffd700;
  margin-bottom: 0.35rem;
}

.cp-process-card__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.cp-process-card__body p {
  font-size: 0.88rem;
  color: rgba(232, 237, 242, 0.65);
  line-height: 1.55;
  margin: 0;
}

/* Why jewellers trust us — premium cards (same style as How we start) */
.cp-trust-section {
  padding: 4.5rem 0;
  background: #0f1419;
}

.cp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .cp-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .cp-trust-section {
    padding: 3rem 0;
  }

  .cp-trust-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.cp-trust-card {
  background: #141b28;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cp-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: rgba(212, 175, 55, 0.35);
}

.cp-trust-card__img {
  aspect-ratio: 16 / 10;
  min-height: 120px;
  max-height: 190px;
  overflow: hidden;
  background: #0a0e17;
}

.cp-trust-card__img img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

@media (max-width: 520px) {
  .cp-trust-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .cp-trust-card__img {
    height: clamp(135px, 44vw, 170px);
    min-height: 0;
    max-height: 170px;
    aspect-ratio: auto;
  }

  .cp-trust-card__img img {
    min-height: 0;
    object-fit: contain;
    background: #0a0e17;
  }

  .cp-trust-card__icon-banner {
    min-height: 0;
    height: 100%;
  }

  .cp-trust-card__body {
    padding: 1rem 1.1rem 1.2rem;
  }
}

.cp-trust-card__icon-banner {
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #1a2332 0%, #0a0e17 100%);
  font-size: 2.25rem;
  color: #ffd700;
}

.cp-trust-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.cp-trust-card__body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.cp-trust-card__body p {
  font-size: 0.88rem;
  color: rgba(232, 237, 242, 0.65);
  line-height: 1.55;
  margin: 0;
}

.cp-detail__icon {
  max-width: 200px;
  margin: 0 auto 1.25rem;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #ffd700;
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.cp-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cp-portfolio {
  padding: 4rem 0 5rem;
}

.cp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .cp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cp-grid {
    grid-template-columns: 1fr;
  }
}

.cp-card {
  max-width: 100%;
  background: #141b28;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.cp-card:hover {
  border-color: rgba(212, 175, 55, 0.35);
  transform: translateY(-4px);
}

.cp-card__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: 160px;
  background: #0a0e17;
  overflow: hidden;
}

.cp-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(212, 175, 55, 0.3);
}

.cp-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(10, 14, 23, 0.85);
  color: #ffd700;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.cp-card__badge--launched { color: #22c55e; border-color: rgba(34, 197, 94, 0.5); }
.cp-card__badge--live_preview { color: #3b82f6; border-color: rgba(59, 130, 246, 0.5); }
.cp-card__badge--in_development { color: #f59e0b; border-color: rgba(245, 158, 11, 0.5); }
.cp-card__badge--in_design { color: #a78bfa; border-color: rgba(167, 139, 250, 0.5); }

.cp-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.cp-card__type {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(212, 175, 55, 0.9);
  margin-bottom: 0.35rem;
}

.cp-card__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
}

.cp-card__loc {
  font-size: 0.85rem;
  color: rgba(232, 237, 242, 0.55);
  margin-bottom: 0.65rem;
}

.cp-card__loc i {
  margin-right: 0.35rem;
  color: #ffd700;
}

.cp-card__desc {
  font-size: 0.9rem;
  color: rgba(232, 237, 242, 0.7);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.cp-card__btn {
  background: transparent;
  border: none;
  color: #ffd700;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cp-card__btn:hover {
  text-decoration: underline;
}

.cp-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(232, 237, 242, 0.6);
  padding: 3rem;
}

/* Modal / project detail */
.cp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cp-modal[hidden] {
  display: none;
}

.cp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}

.cp-modal__panel {
  position: relative;
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: #141b28;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.cp-detail[hidden] {
  display: none !important;
}

.cp-detail:not([hidden]) {
  display: block;
}

.cp-detail__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.cp-detail__head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #fff;
  margin: 0.5rem 0;
}

.cp-detail__meta {
  color: rgba(232, 237, 242, 0.6);
  margin-bottom: 1.25rem;
}

.cp-detail__desc {
  color: rgba(232, 237, 242, 0.85);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.cp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.cp-media {
  border-radius: 12px;
  overflow: hidden;
  background: #0a0e17;
}

.cp-media--image img {
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  display: block;
}

.cp-media--video iframe,
.cp-media--video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  background: #000;
}

.cp-media-cap {
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  color: rgba(232, 237, 242, 0.55);
  margin: 0;
}

.cp-process {
  padding: 4rem 0;
  background: #0f1419;
}

.cp-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.cp-steps li {
  padding: 1.25rem;
  border-left: 2px solid rgba(212, 175, 55, 0.35);
}

.cp-steps span {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 0.35rem;
}

.cp-steps strong {
  display: block;
  color: #fff;
  margin-bottom: 0.35rem;
}

.cp-steps p {
  font-size: 0.88rem;
  color: rgba(232, 237, 242, 0.6);
  margin: 0;
}

.cp-contact {
  padding: 5rem 0;
}

.cp-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cp-modal {
    padding: 0.6rem;
  }

  .cp-modal__panel {
    max-height: calc(100dvh - 1.2rem);
    padding: 1.25rem;
    border-radius: 16px;
  }

  .cp-gallery {
    grid-template-columns: 1fr;
  }

  .cp-media--image img {
    max-height: 68vh;
  }

  .cp-contact__grid {
    grid-template-columns: 1fr;
  }
}

.cp-contact__info h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.cp-contact__info p {
  color: rgba(232, 237, 242, 0.7);
  margin-bottom: 1.5rem;
}

.cp-contact__email {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: rgba(232, 237, 242, 0.65);
}

.cp-contact__email a {
  color: #ffd700;
}

.cp-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cp-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(232, 237, 242, 0.8);
}

.cp-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 520px) {
  .cp-form__row {
    grid-template-columns: 1fr;
  }
}

.cp-form input,
.cp-form select,
.cp-form textarea {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(10, 14, 23, 0.8);
  color: #fff;
  font-family: inherit;
}

.cp-form__status {
  font-size: 0.9rem;
  min-height: 1.25rem;
  margin: 0;
}

.cp-form__status.is-ok { color: #22c55e; }
.cp-form__status.is-err { color: #ef4444; }

.cp-page .footer {
  margin-top: 0;
}

.cp-page .footer-content {
  grid-template-columns: 2fr repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .cp-page .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cp-page .footer-content {
    grid-template-columns: 1fr;
  }
}
