/* ==========================================
   Terms & Conditions — Bless Florist Tema Coklat
   ========================================== */

.terms-conditions-page {
  background: var(--cream);
}

/* ── Page Header ── */
.terms-conditions-page .page-header {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
}

.tc-header-icon {
  font-size: 56px;
  color: var(--amber);
  display: block;
  margin-bottom: 1rem;
}

.terms-conditions-page .page-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 1rem;
}

.terms-conditions-page .page-header .lead {
  font-size: 1.05rem;
  color: var(--brown-lt);
  line-height: 1.9;
  max-width: 680px;
  margin: 0 auto .5rem;
}

.tc-updated {
  font-size: .85rem;
  color: var(--brown-lt);
  margin-bottom: 1.25rem;
}

.terms-conditions-page .divider {
  width: 80px;
  height: 3px;
  background: var(--amber);
  border-radius: 2px;
  margin: 0 auto;
}

/* ── Terms Content Card ── */
.terms-content {
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(42, 31, 14, .08);
  border: 1px solid var(--cream-3);
}

/* ── Terms Section ── */
.terms-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--cream-2);
}

.terms-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.terms-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.terms-section h2 i {
  color: var(--amber);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.terms-section h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brown-md);
  margin-top: 1.4rem;
  margin-bottom: .8rem;
  padding-left: .75rem;
  border-left: 3px solid var(--amber);
}

.terms-section p {
  font-size: .98rem;
  line-height: 1.85;
  color: var(--brown-md);
  margin-bottom: .9rem;
}

.terms-section ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.terms-section ul li {
  font-size: .96rem;
  line-height: 1.8;
  color: var(--brown-md);
  margin-bottom: .6rem;
  padding-left: 1.4rem;
  position: relative;
}

.terms-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}

.terms-section ul li strong {
  color: var(--brown);
}

.terms-section a {
  color: var(--amber);
  text-decoration: none;
  font-weight: 600;
}

.terms-section a:hover {
  color: var(--amber-dk);
  text-decoration: underline;
}

/* ── Contact Info Box ── */
.contact-info-box {
  background: var(--cream);
  padding: 1.75rem 2rem;
  border-radius: 14px;
  border-left: 4px solid var(--amber);
  margin-top: 1.25rem;
}

.contact-info-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--brown);
  margin-bottom: 1.1rem;
  margin-top: 0;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .5rem 0;
  border-bottom: 1px solid var(--cream-2);
  font-size: .95rem;
  color: var(--brown-md);
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-list li::before { display: none; }
.contact-list li i {
  color: var(--amber);
  font-size: 1rem;
  margin-top: .15rem;
  width: 18px;
  flex-shrink: 0;
}

.contact-list li a {
  color: var(--amber);
  font-weight: 600;
  text-decoration: none;
}

.contact-list li a:hover {
  color: var(--amber-dk);
  text-decoration: underline;
}

/* ── Terms Note ── */
.terms-note {
  background: var(--cream-2);
  border: 1px solid var(--cream-3);
  border-left: 4px solid var(--amber);
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  margin-top: 2rem;
  position: relative;
}

.terms-note-icon {
  color: var(--amber);
  font-size: 1.3rem;
  margin-bottom: .75rem;
  display: block;
}

.terms-note p {
  margin-bottom: .75rem;
  color: var(--brown-md);
  font-size: .93rem;
  line-height: 1.75;
}

.terms-note p:last-child { margin-bottom: 0; }
.terms-note strong { color: var(--brown); }

/* ── CTA Section ── */
.terms-cta {
  background: linear-gradient(135deg, #3E2A14 0%, #7B4F2E 100%);
  border-radius: 20px;
  padding: 3.5rem 2rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.terms-cta::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(200, 146, 42, .1);
  pointer-events: none;
}

.terms-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.terms-cta .lead {
  color: rgba(255, 255, 255, .85);
  font-size: 1.05rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.tc-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--amber);
  color: #fff !important;
  text-decoration: none;
  padding: .9rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: .5px;
  transition: all .25s;
  position: relative;
  z-index: 1;
}

.tc-btn-wa:hover {
  background: var(--amber-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
  color: #fff !important;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .terms-conditions-page .page-header h1 { font-size: 2rem; }
  .terms-content { padding: 2.5rem; }
  .terms-section h2 { font-size: 1.35rem; }
}

@media (max-width: 768px) {
  .terms-conditions-page .page-header h1 { font-size: 1.7rem; }
  .tc-header-icon { font-size: 44px; }
  .terms-content { padding: 1.75rem; }
  .terms-section { margin-bottom: 2rem; padding-bottom: 1.75rem; }
  .terms-section h2 { font-size: 1.2rem; }
  .terms-section h4 { font-size: 1rem; }
  .contact-info-box { padding: 1.25rem 1.5rem; }
  .terms-cta { padding: 2.5rem 1.5rem; }
  .terms-cta h3 { font-size: 1.55rem; }
}

@media (max-width: 576px) {
  .terms-conditions-page .page-header h1 { font-size: 1.5rem; }
  .terms-content { padding: 1.25rem; }
  .terms-section h2 { font-size: 1.1rem; }
  .terms-section h4 { font-size: .95rem; }
  .terms-section p,
  .terms-section ul li { font-size: .88rem; }
  .contact-info-box { padding: 1rem 1.25rem; }
  .terms-note { padding: 1.1rem 1.25rem; }
  .terms-cta { padding: 2rem 1rem; }
  .terms-cta h3 { font-size: 1.3rem; }
  .tc-btn-wa { padding: .8rem 1.8rem; font-size: .95rem; }
}
