.page-inner {
  background:
    radial-gradient(ellipse 140% 80% at 50% 0%, rgba(10, 85, 87, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 85% 40%, rgba(248, 213, 155, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 90% 70% at 15% 85%, rgba(10, 85, 87, 0.22) 0%, transparent 50%),
    linear-gradient(175deg, #031a1b 0%, #052e2f 30%, #073f40 55%, #052e2f 80%, #031a1b 100%);
}

.cos-hero {
  padding: calc(var(--nav-h) + 40px) var(--section-x) var(--pad-y);
  background:
    radial-gradient(ellipse 70% 60% at 85% 15%, rgba(248, 213, 155, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 20%, var(--brand-glow), transparent),
    linear-gradient(165deg, #041e1f, #073f40);
  position: relative;
  overflow: hidden;
}
.cos-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  height: 90%;
  background: radial-gradient(circle at center, rgba(248, 213, 155, 0.07) 0%, transparent 65%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.cos-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle at center, rgba(13, 107, 110, 0.18) 0%, transparent 60%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.cos-hero-content { max-width: var(--content-max); margin: 0 auto; position: relative; z-index: 1; }
.cos-hero-deco {
  position: absolute;
  top: 10%;
  right: 8%;
  font-size: clamp(3rem, 10vw, 6rem);
  color: rgba(248, 213, 155, 0.06);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  filter: blur(2px);
}
.page-hero-label { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.page-hero-line { width: 40px; height: 1px; background: var(--gold); }
.page-hero-label span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.cos-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 7vw, 4rem);
  font-weight: 300;
  line-height: 1.08;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}
.cos-hero h1 em { font-style: italic; color: var(--gold); }
.cos-hero p {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 24px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.cos-hero p a.text-gold {
  color: var(--gold-bright);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cos-hero .btn-primary,
.cos-hero .btn-outline {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0 var(--section-x);
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(248, 213, 155, 0.03) 0%, transparent 60%),
    linear-gradient(180deg, #0a5557 0%, #073f40 100%);
  border-bottom: 1px solid var(--accent-dim);
  position: relative;
}
.benefits::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(248, 213, 155, 0.025) 0%, transparent 70%);
  pointer-events: none;
}
.benefits-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.benefit-item {
  padding: 24px 16px;
  text-align: center;
  border-right: 1px solid rgba(201, 169, 110, 0.1);
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
}
.benefit-item:nth-child(2n) { border-right: none; }
.benefit-item:nth-last-child(-n+2) { border-bottom: none; }
.benefit-icon { font-size: 1.5rem; margin-bottom: 8px; }
.benefit-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 6px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.benefit-item p {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.cos-services,
.highlight-section,
.cos-cta {
  padding-left: var(--section-x);
  padding-right: var(--section-x);
}
.cos-services .section-label,
.cos-services .section-title,
.cos-services .cos-service-list,
.cos-services .services-grid,
.highlight-section .highlight-grid,
.cos-cta > * {
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}
.cos-services .service-card h3 {
  line-height: 1.25;
}
.cos-services {
  background:
    radial-gradient(ellipse 60% 50% at 10% 50%, rgba(10, 85, 87, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 20%, rgba(248, 213, 155, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(10, 85, 87, 0.2) 0%, transparent 50%),
    linear-gradient(180deg, #073f40 0%, #052e2f 100%);
  position: relative;
}
.cos-services::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle at center, rgba(248, 213, 155, 0.04) 0%, transparent 60%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.cos-service-list { display: flex; flex-direction: column; gap: 10px; }
.cos-service-item {
  background: rgba(10, 60, 62, 0.45);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  padding: 20px;
  border: 1px solid rgba(248, 213, 155, 0.1);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.cos-service-item:hover {
  background: rgba(10, 60, 62, 0.6);
  border-color: rgba(248, 213, 155, 0.18);
  transform: translateY(-2px);
}
.cos-service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: rgba(201, 169, 110, 0.4);
}
.cos-service-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  margin-bottom: 8px;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.cos-service-info p {
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.7;
  font-weight: 300;
}
.cos-service-num {
  font-size: 1.1rem;
}
.cos-service-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--gold);
  padding-top: 8px;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
}
.cos-service-price small {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  color: var(--text-muted);
}

.highlight-section {
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(10, 85, 87, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(248, 213, 155, 0.03) 0%, transparent 50%),
    linear-gradient(160deg, #0c2021 0%, #152a2b 50%, #0c2021 100%);
  position: relative;
}
.highlight-section::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 50%;
  height: 60%;
  background: radial-gradient(circle at center, rgba(248, 213, 155, 0.04) 0%, transparent 60%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.highlight-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.highlight-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.12;
  margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.highlight-content h2 em { font-style: italic; color: var(--gold); }
.highlight-content > p {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
  font-weight: 300;
}
.highlight-features { display: flex; flex-direction: column; gap: 24px; }
.highlight-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.highlight-feature-icon { font-size: 1.6rem; flex-shrink: 0; }
.highlight-feature-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--cream);
  margin-bottom: 8px;
}
.highlight-feature-text p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 300;
}
.hcard-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hcard-centered .hcard-item {
  align-items: center;
  padding: 10px 0;
}
.hcard-cta { margin-top: 28px; }
.hcard-cta .btn-primary { display: block; width: 100%; text-align: center; }
.highlight-card-side {
  background: rgba(18, 35, 36, 0.55);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(248, 213, 155, 0.12);
  border-radius: 8px;
  padding: 24px 20px;
}
.hcard-title {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.hcard-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.hcard-list li {
  font-size: 1rem;
  color: var(--cream);
  padding: 10px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  font-weight: 300;
  letter-spacing: 0.02em;
}
.hcard-list li:last-child { border-bottom: none; }
.hcard-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}
.hcard-item-name { font-size: 0.95rem; font-weight: 500; color: var(--text); }
.hcard-item-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; font-weight: 300; }
.hcard-item-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--gold);
  white-space: nowrap;
}

.cos-cta {
  text-align: center;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(10, 85, 87, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(248, 213, 155, 0.03) 0%, transparent 50%),
    linear-gradient(180deg, #052e2f 0%, #031a1b 100%);
  position: relative;
}
.cos-cta::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 70%;
  background: radial-gradient(circle at center, rgba(248, 213, 155, 0.04) 0%, transparent 60%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}
.cos-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.cos-cta h2 em { font-style: italic; color: var(--gold); }
.cos-cta p { color: var(--warm-gray); margin-bottom: 24px; line-height: 1.7; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25); }
.cos-cta .btn-primary,
.cos-cta .btn-outline {
  display: inline-block;
  margin: 6px 4px;
  max-width: 100%;
}
.cos-cta .btn-outline.btn-ig { margin-top: 12px; }

@media (max-width: 767px) {
  html, body { overflow-x: hidden; }

  .cos-hero {
    padding-left: var(--section-x);
    padding-right: var(--section-x);
  }
  .cos-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.8rem);
    word-break: break-word;
  }
  .cos-hero .btn-primary,
  .cos-hero .btn-outline {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }
  .cos-hero > .cos-hero-content > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 600px) {
  .benefits { grid-template-columns: repeat(4, 1fr); }
  .benefit-item { border-bottom: none; }
  .benefit-item:not(:last-child) { border-right: 1px solid rgba(201, 169, 110, 0.1); }
  .cos-hero .btn-primary,
  .cos-hero .btn-outline { width: auto; }
}

@media (min-width: 768px) {
  .cos-service-item {
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
  }
  .cos-service-price {
    text-align: right;
    border-top: none;
    padding-top: 0;
    font-size: 1.5rem;
  }
  .highlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
}
ENDOFFILE