.ceramic-page {
  background: #f7f9fc;
}

.ceramic-page .site-header {
  position: sticky;
}

.ceramic-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 36%, rgba(255, 255, 255, 0.48) 62%, rgba(255, 255, 255, 0.08) 100%),
    url("../assets/hero_ceramic_optimized.webp") center right / auto 100% no-repeat,
    #eef4fb;
}

.ceramic-hero-grid {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: 28px;
}

.ceramic-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 56px 0;
}

.ceramic-kicker {
  color: var(--color-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ceramic-hero h1 {
  color: var(--color-navy);
  font-size: clamp(44px, 6.5vw, 78px);
  font-weight: 900;
  line-height: 0.95;
  margin: 0 0 20px;
  max-width: 620px;
  text-transform: uppercase;
}

.ceramic-hero h1::first-line {
  color: var(--color-navy);
}

.ceramic-hero-text {
  color: var(--color-text);
  font-size: 19px;
  line-height: 1.45;
  max-width: 460px;
  margin: 0 0 28px;
}

.ceramic-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ceramic-hero-media {
  min-height: 420px;
}

.ceramic-hero-media img {
  display: none;
}

.ceramic-trust {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.ceramic-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.ceramic-trust-item {
  min-height: 94px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: center;
  column-gap: 12px;
  padding: 18px 22px;
  border-right: 1px solid var(--color-border);
}

.ceramic-trust-item:last-child {
  border-right: 0;
}

.ceramic-trust-item img {
  width: 34px;
  height: 34px;
  grid-row: span 2;
  align-self: center;
  filter: saturate(1.1);
}

.ceramic-trust-item strong {
  color: var(--color-navy);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.ceramic-trust-item span {
  color: var(--color-muted);
  font-size: 13px;
}

.ceramic-section {
  padding: 52px 0;
  background: var(--color-white);
}

.ceramic-section:nth-of-type(even) {
  background: #fbfcff;
}

.ceramic-section-title {
  display: grid;
  grid-template-columns: minmax(34px, 74px) auto minmax(34px, 74px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 28px;
  text-align: center;
}

.ceramic-section-title span {
  height: 2px;
  background: var(--color-red);
  border-radius: 99px;
}

.ceramic-section-title h2 {
  color: var(--color-navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.ceramic-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.ceramic-benefit-card,
.ceramic-process article,
.ceramic-package-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(6, 27, 78, 0.08);
}

.ceramic-benefit-card {
  min-height: 190px;
  padding: 24px 18px;
  text-align: center;
}

.ceramic-benefit-card img {
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
}

.ceramic-benefit-card h3 {
  color: var(--color-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ceramic-benefit-card p {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.35;
  margin-top: 12px;
}

.ceramic-packages-section {
  padding-top: 36px;
}

.ceramic-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.ceramic-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 28px;
  text-align: center;
}

.ceramic-package-featured {
  border: 1.5px solid var(--color-red);
  transform: translateY(-10px);
  box-shadow: 0 18px 36px rgba(217, 0, 22, 0.12);
}

.ceramic-badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: min(76%, 230px);
  padding: 9px 16px;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 26px rgba(217, 0, 22, 0.22);
}

.ceramic-package-card h3 {
  color: var(--color-navy);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  min-height: 58px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.ceramic-package-label {
  color: var(--color-muted);
  font-size: 13px;
  margin: 0;
}

.ceramic-price {
  color: var(--color-red);
  display: block;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin: 2px 0 22px;
}

.ceramic-package-card ul {
  display: grid;
  gap: 11px;
  margin: 0 0 26px;
  text-align: left;
  flex: 1;
}

.ceramic-package-card li {
  position: relative;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.35;
  padding-left: 24px;
}

.ceramic-package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 14px;
  height: 14px;
  background: url("../assets/icons/_landing-selected/core/check.svg") center / contain no-repeat;
  filter: invert(18%) sepia(100%) saturate(4570%) hue-rotate(344deg) brightness(91%) contrast(111%);
}

.ceramic-package-card .btn {
  width: 100%;
  margin-top: auto;
}

.ceramic-service-pricing-grid {
  gap: 18px;
}

.ceramic-service-card {
  min-height: 620px;
  padding: 30px 26px 24px;
  text-align: left;
}

.ceramic-service-card h3 {
  min-height: 0;
  color: var(--color-red);
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 4px;
  text-align: center;
}

.ceramic-time {
  color: var(--color-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 22px;
  text-align: center;
}

.ceramic-service-copy {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.ceramic-service-copy p {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.55;
}

.ceramic-price-list {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
}

.ceramic-price-list div {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--color-text);
}

.ceramic-price-list strong {
  color: var(--color-red);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.ceramic-price-list span {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
}

.ceramic-service-groups {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}

.ceramic-service-groups details {
  border-bottom: 1px solid rgba(6, 27, 78, 0.18);
}

.ceramic-service-groups summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-text);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
  text-transform: uppercase;
}

.ceramic-service-groups summary::-webkit-details-marker {
  display: none;
}

.ceramic-service-groups summary::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid currentColor;
  opacity: 0.85;
  transition: transform 0.2s ease;
}

.ceramic-service-groups details:not([open]) summary::after {
  transform: rotate(180deg);
}

.ceramic-service-groups ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}

.ceramic-service-groups li {
  position: relative;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.45;
  padding-left: 18px;
}

.ceramic-service-groups li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-red);
  font-weight: 900;
}

.ceramic-service-dark {
  background: #263b68;
  border-color: #263b68;
  box-shadow: 0 20px 44px rgba(6, 27, 78, 0.24);
}

.ceramic-service-dark h3,
.ceramic-service-dark .ceramic-time,
.ceramic-service-dark .ceramic-service-copy p,
.ceramic-service-dark .ceramic-price-list div,
.ceramic-service-dark .ceramic-price-list span,
.ceramic-service-dark .ceramic-service-groups summary,
.ceramic-service-dark .ceramic-service-groups li {
  color: var(--color-white);
}

.ceramic-service-dark .ceramic-price-list strong {
  color: rgba(255, 255, 255, 0.92);
}

.ceramic-service-dark .ceramic-service-groups details {
  border-color: rgba(255, 255, 255, 0.72);
}

.ceramic-service-dark .ceramic-service-groups details:nth-child(2) summary {
  margin: 0 -1px;
  padding: 0 1px;
  color: var(--color-white);
  background: #cf2d66;
}

.ceramic-extra-card {
  justify-content: stretch;
}

.ceramic-extra-card h3 {
  margin-bottom: auto;
}

.ceramic-extra-list {
  display: grid;
  gap: 24px;
  margin: auto 0;
}

.ceramic-extra-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--color-red);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.ceramic-extra-list li::before {
  content: none;
}

.ceramic-extra-list strong {
  color: #263b68;
  font-size: 18px;
  white-space: nowrap;
}

.ceramic-before-after {
  display: grid;
  gap: 18px;
}

.ceramic-ba-image {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-navy);
}

.ceramic-ba-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--color-white);
  z-index: 2;
}

.ceramic-ba-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  opacity: 0.78;
}

.ceramic-ba-image span,
.ceramic-ba-image strong {
  position: absolute;
  top: 16px;
  z-index: 3;
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--color-white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ceramic-ba-image span {
  left: 16px;
  background: rgba(6, 27, 78, 0.82);
}

.ceramic-ba-image strong {
  right: 16px;
  background: var(--color-red);
}

.ceramic-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ceramic-thumbs img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: 0 10px 22px rgba(6, 27, 78, 0.08);
}

.ceramic-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ceramic-process article {
  min-height: 150px;
  padding: 20px;
}

.ceramic-process img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
}

.ceramic-process small {
  color: var(--color-blue);
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ceramic-process h3 {
  color: var(--color-navy);
  font-size: 18px;
  font-weight: 900;
  margin: 2px 0 4px;
  text-transform: uppercase;
}

.ceramic-process p {
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.35;
}

.ceramic-faq {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(6, 27, 78, 0.06);
}

.ceramic-faq details + details {
  border-top: 1px solid var(--color-border);
}

.ceramic-faq summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  color: var(--color-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.ceramic-faq summary::-webkit-details-marker {
  display: none;
}

.ceramic-faq summary::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.ceramic-faq details[open] summary::after {
  transform: rotate(225deg);
}

.ceramic-faq p {
  color: var(--color-muted);
  padding: 0 20px 18px;
  font-size: 14px;
}

.ceramic-quote-band {
  padding: 56px 0;
  background:
    linear-gradient(135deg, rgba(6, 27, 78, 0.98), rgba(10, 46, 117, 0.95)),
    url("../assets/hero_ceramic_optimized.webp") center right / auto 100% no-repeat;
}

.ceramic-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  gap: 44px;
  align-items: center;
}

.ceramic-quote-copy h2 {
  color: var(--color-white);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.02;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ceramic-quote-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  max-width: 480px;
}

.ceramic-call-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: var(--color-white);
  font-weight: 900;
}

.ceramic-call-link img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.ceramic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
}

.ceramic-form label {
  display: grid;
  gap: 7px;
  color: var(--color-navy);
  font-size: 13px;
  font-weight: 800;
}

.ceramic-form input,
.ceramic-form select,
.ceramic-form textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-text);
  font: inherit;
  padding: 12px 13px;
}

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

.ceramic-form-full {
  grid-column: 1 / -1;
}

.ceramic-addon-fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #f7f9fc;
}

.ceramic-addon-fieldset legend {
  padding: 0 6px;
  color: var(--color-navy);
  font-size: 13px;
  font-weight: 900;
}

.ceramic-addon-fieldset label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 650;
}

.ceramic-addon-fieldset input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--color-red);
}

.ceramic-footer {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
}

.ceramic-footer-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--color-muted);
  font-size: 13px;
}

.ceramic-socials {
  display: flex;
  gap: 10px;
}

.ceramic-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 50%;
}

.ceramic-socials img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .ceramic-hero {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.46) 100%),
      url("../assets/hero_ceramic_optimized.webp") center right / auto 100% no-repeat,
      #eef4fb;
  }

  .ceramic-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ceramic-hero-media {
    display: none;
  }

  .ceramic-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ceramic-package-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .ceramic-package-featured {
    transform: none;
  }

  .ceramic-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ceramic-quote-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ceramic-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 54%, rgba(255, 255, 255, 0.95) 100%),
      url("../assets/hero_ceramic_mobile.webp") center top / cover no-repeat,
      #eef4fb;
  }

  .ceramic-hero-grid {
    min-height: 620px;
    align-items: start;
  }

  .ceramic-hero-copy {
    padding: 42px 0 210px;
  }

  .ceramic-hero h1 {
    font-size: 42px;
    max-width: 360px;
  }

  .ceramic-hero-text {
    font-size: 16px;
    max-width: 330px;
  }

  .ceramic-trust-grid,
  .ceramic-benefits,
  .ceramic-process,
  .ceramic-thumbs {
    grid-template-columns: 1fr;
  }

  .ceramic-trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .ceramic-trust-item:last-child {
    border-bottom: 0;
  }

  .ceramic-section {
    padding: 42px 0;
  }

  .ceramic-section-title {
    grid-template-columns: 36px auto 36px;
    gap: 10px;
  }

  .ceramic-package-card {
    padding: 30px 22px 24px;
  }

  .ceramic-service-card {
    min-height: auto;
    padding: 26px 20px 22px;
  }

  .ceramic-service-card h3 {
    font-size: 20px;
  }

  .ceramic-price-list strong {
    font-size: 23px;
  }

  .ceramic-extra-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    font-size: 16px;
  }

  .ceramic-ba-image img {
    height: 260px;
  }

  .ceramic-quote-band {
    padding: 42px 0;
    background: var(--color-navy);
  }

  .ceramic-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ceramic-footer-row {
    flex-direction: column;
    justify-content: center;
    padding: 22px 0;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .ceramic-hero-actions .btn {
    width: 100%;
  }

  .ceramic-hero h1 {
    font-size: 36px;
  }
}
