/* ═══════════════════════════════════════
   service.css — Halaman Service Center
   Shanying Design System v1.0
═══════════════════════════════════════ */

:root {
  --orange:    #E8500A;
  --orange-lt: #F97316;
  --orange-dk: #B03A06;
  --navy:      #1A1F2E;
  --white:     #FFFFFF;
  --silver-lt: #F8F9FA;
  --silver:    #E2E6EA;
  --gray:      #495057;
  --dark:      #212529;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── SECTION HEAD ─── */
.sc-section-head { text-align: center; margin-bottom: 52px; }
.sc-section-head__label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange);
  background: rgba(232,80,10,0.08); border: 1px solid rgba(232,80,10,0.25);
  border-radius: 50px; padding: 5px 16px; margin-bottom: 14px;
}
.sc-section-head--light .sc-section-head__label {
  color: var(--orange-lt); background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.3);
}
.sc-section-head__title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px,5vw,50px);
  color: var(--dark); letter-spacing: 1px; line-height: 1.05; margin-bottom: 12px;
}
.sc-section-head--light .sc-section-head__title { color: var(--white); }
.sc-section-head__sub {
  font-family: 'DM Sans', sans-serif; font-size: 15.5px;
  color: var(--gray); max-width: 540px; margin: 0 auto; line-height: 1.65;
}
.sc-section-head--light .sc-section-head__sub { color: rgba(255,255,255,0.55); }

/* ─── BTN ─── */
.sc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 14px;
  padding: 14px 28px; border-radius: 50px; text-decoration: none;
  transition: all 0.25s ease; letter-spacing: 0.3px;
}
.sc-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.sc-btn--primary {
  background: var(--orange); color: var(--white);
  box-shadow: 0 8px 24px rgba(232,80,10,0.35);
}
.sc-btn--primary:hover { background: var(--orange-lt); transform: translateY(-2px); }
.sc-btn--outline {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
}
.sc-btn--outline:hover { background: rgba(255,255,255,0.08); }

/* ─── HERO ─── */
.sc-hero {
  background: var(--navy); padding: 110px 64px 0;
  position: relative; overflow: hidden; min-height: 88vh;
  display: flex; flex-direction: column; justify-content: center;
}
.sc-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.sc-hero__pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.sc-hero__glow {
  position: absolute; border-radius: 50%;
  filter: blur(140px); pointer-events: none;
}
.sc-hero__glow--1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232,80,10,0.35), transparent 70%);
  top: -100px; right: 5%;
}
.sc-hero__glow--2 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(26,31,46,0), rgba(232,80,10,0.12), transparent 70%);
  bottom: 10%; left: 10%;
}
.sc-hero__inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 80px;
  max-width: 1200px; margin: 0 auto; padding-bottom: 60px;
}
.sc-hero__icon-wrap {
  position: relative; flex-shrink: 0;
  width: 180px; height: 180px;
  display: flex; align-items: center; justify-content: center;
}
.sc-hero__icon-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(232,80,10,0.2);
  animation: sc-ring-spin 20s linear infinite;
}
.sc-hero__icon-ring:first-child { width: 180px; height: 180px; }
.sc-hero__icon-ring--2 { width: 130px; height: 130px; animation-duration: 12s; animation-direction: reverse; border-color: rgba(249,115,22,0.15); }
@keyframes sc-ring-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.sc-hero__icon-core {
  width: 100px; height: 100px; border-radius: 24px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 48px rgba(232,80,10,0.4);
  color: var(--white);
}
.sc-hero__icon-core svg { width: 56px; height: 56px; }
.sc-hero__text { flex: 1; }
.sc-hero__badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.15); border-radius: 50px;
  padding: 7px 18px; margin-bottom: 20px;
}
.sc-hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px,8vw,84px); letter-spacing: 2px; line-height: 1.0;
  color: var(--white); margin-bottom: 18px;
}
.sc-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--orange-lt), var(--orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sc-hero__sub {
  font-family: 'DM Sans', sans-serif; font-size: clamp(14px,1.8vw,17px);
  color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 32px;
  max-width: 540px;
}
.sc-hero__cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.sc-hero__float-cards {
  position: relative; z-index: 1;
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
  max-width: 1200px; margin: 0 auto;
  padding: 0 64px 0;
}
.sc-float-card {
  flex: 1; min-width: 200px;
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.06); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1); border-top: 2px solid var(--orange);
  border-radius: 0 0 14px 14px; padding: 20px 24px;
}
.sc-float-card__icon { font-size: 24px; flex-shrink: 0; }
.sc-float-card strong {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 2px;
}
.sc-float-card span {
  font-family: 'DM Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,0.45);
}

/* ─── SERVICES ─── */
.sc-services { padding: 96px 64px; background: var(--silver-lt); }
.sc-services__inner { max-width: 1200px; margin: 0 auto; }
.sc-services__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.sc-service-card {
  background: var(--white); border: 1px solid var(--silver);
  border-radius: 18px; padding: 32px 28px;
  display: flex; flex-direction: column; position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sc-service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 50px rgba(0,0,0,0.08); }
.sc-service-card--featured {
  border-color: var(--orange); background: rgba(232,80,10,0.025);
  grid-column: span 1;
}
.sc-service-card__badge {
  display: inline-block; font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  background: var(--orange); color: var(--white);
  padding: 3px 10px; border-radius: 50px; margin-bottom: 10px; width: fit-content;
}
.sc-service-card__icon {
  width: 44px; height: 44px; color: var(--orange);
  margin-bottom: 16px;
}
.sc-service-card__icon svg { width: 100%; height: 100%; }
.sc-service-card h3 {
  font-family: 'DM Serif Display', serif; font-size: 18px;
  color: var(--dark); margin-bottom: 10px;
}
.sc-service-card p {
  font-family: 'DM Sans', sans-serif; font-size: 13.5px;
  color: var(--gray); line-height: 1.7; margin-bottom: 16px; flex: 1;
}
.sc-service-card ul {
  list-style: none; display: flex; flex-direction: column; gap: 7px;
  margin-bottom: 20px;
}
.sc-service-card ul li {
  font-family: 'DM Sans', sans-serif; font-size: 13px;
  color: var(--gray); padding-left: 20px; position: relative;
}
.sc-service-card ul li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--orange); font-weight: 700;
}
.sc-service-card__link {
  display: inline-flex; align-items: center;
  font-family: 'DM Sans', sans-serif; font-size: 13.5px; font-weight: 700;
  color: var(--orange); text-decoration: none; margin-top: auto;
  transition: gap 0.2s ease;
}
.sc-service-card__link:hover { text-decoration: underline; }

/* ─── WARRANTY STEPS ─── */
.sc-warranty { padding: 96px 64px; background: var(--navy); }
.sc-warranty__inner { max-width: 860px; margin: 0 auto; }
.sc-warranty__steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 56px; }
.sc-w-step {
  display: flex; gap: 24px; align-items: flex-start;
}
.sc-w-step__num {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  color: var(--white); font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 1px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(232,80,10,0.3);
  position: relative; z-index: 1;
}
.sc-w-step__line {
  position: absolute; left: 22px; top: 44px;
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(232,80,10,0.5), rgba(232,80,10,0.1));
}
.sc-w-step__line--last { display: none; }
.sc-w-step { position: relative; padding-bottom: 40px; }
.sc-w-step:last-child { padding-bottom: 0; }
.sc-w-step__content {
  padding-top: 8px;
}
.sc-w-step__content h4 {
  font-family: 'DM Sans', sans-serif; font-size: 16px;
  font-weight: 700; color: var(--white); margin-bottom: 6px;
}
.sc-w-step__content p {
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.55); line-height: 1.65;
}
.sc-warranty__terms {
  border-radius: 16px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}
.sc-warranty__terms-inner { padding: 36px; }
.sc-warranty__terms h3 {
  display: flex; align-items: center; gap: 10px;
  font-family: 'DM Serif Display', serif; font-size: 20px;
  color: var(--white); margin-bottom: 24px;
}
.sc-warranty__terms h3 svg { width: 22px; height: 22px; color: var(--orange-lt); flex-shrink: 0; }
.sc-warranty__terms-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.sc-wt { display: flex; gap: 12px; }
.sc-wt__check, .sc-wt__cross {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; margin-top: 2px;
}
.sc-wt__check { background: rgba(22,163,74,0.2); color: #4ade80; }
.sc-wt__cross { background: rgba(220,38,38,0.2); color: #f87171; }
.sc-wt strong {
  display: block; font-family: 'DM Sans', sans-serif; font-size: 13.5px;
  font-weight: 700; color: var(--white); margin-bottom: 4px;
}
.sc-wt p {
  font-family: 'DM Sans', sans-serif; font-size: 12.5px;
  color: rgba(255,255,255,0.45); line-height: 1.6;
}

/* ─── FAQ ─── */
.sc-faq { padding: 96px 64px; background: var(--silver-lt); }
.sc-faq__inner { max-width: 860px; margin: 0 auto; }
.sc-faq__list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 40px; }
.sc-faq__item {
  background: var(--white); border: 1px solid var(--silver);
  border-radius: 14px; overflow: hidden;
  transition: border-color 0.2s ease;
}
.sc-faq__item--open { border-color: var(--orange); }
.sc-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 700;
  color: var(--dark); text-align: left; transition: color 0.2s ease;
}
.sc-faq__item--open .sc-faq__q { color: var(--orange); }
.sc-faq__q svg {
  width: 18px; height: 18px; flex-shrink: 0; color: var(--gray);
  transition: transform 0.3s ease;
}
.sc-faq__item--open .sc-faq__q svg { transform: rotate(180deg); color: var(--orange); }
.sc-faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}
.sc-faq__item--open .sc-faq__a { max-height: 300px; padding: 0 24px 20px; }
.sc-faq__a p {
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: var(--gray); line-height: 1.7;
  border-top: 1px solid var(--silver); padding-top: 16px;
}
.sc-faq__bottom {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center;
}
.sc-faq__bottom p {
  font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--gray);
}

/* ─── CONTACT ─── */
.sc-contact { padding: 96px 64px; background: var(--white); }
.sc-contact__inner { max-width: 1100px; margin: 0 auto; }
.sc-contact__card {
  background: var(--navy); border-radius: 24px;
  display: grid; grid-template-columns: 1fr auto; gap: 0; overflow: hidden;
}
.sc-contact__info { padding: 56px 52px; }
.sc-contact__label {
  display: inline-block; font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--orange-lt); background: rgba(249,115,22,0.12);
  border: 1px solid rgba(249,115,22,0.25); border-radius: 50px;
  padding: 4px 14px; margin-bottom: 16px;
}
.sc-contact__info h2 {
  font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 1.5px;
  color: var(--white); margin-bottom: 10px;
}
.sc-contact__info > p {
  font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.5); margin-bottom: 36px; line-height: 1.6;
}
.sc-contact__items { display: flex; flex-direction: column; gap: 20px; }
.sc-contact__item { display: flex; align-items: flex-start; gap: 14px; }
.sc-contact__item-icon {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px;
  background: rgba(232,80,10,0.15); display: flex; align-items: center; justify-content: center;
  color: var(--orange-lt);
}
.sc-contact__item-icon svg { width: 18px; height: 18px; }
.sc-contact__item strong {
  display: block; font-family: 'DM Sans', sans-serif; font-size: 11.5px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px;
  color: rgba(255,255,255,0.4); margin-bottom: 3px;
}
.sc-contact__item a, .sc-contact__item span {
  display: block; font-family: 'DM Sans', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.85); text-decoration: none;
}
.sc-contact__item a:hover { color: var(--orange-lt); }
.sc-contact__item em {
  display: block; font-family: 'DM Sans', sans-serif; font-size: 12px;
  color: rgba(255,255,255,0.35); font-style: italic; margin-top: 2px;
}
.sc-contact__cta-wrap {
  background: rgba(0,0,0,0.2); border-left: 1px solid rgba(255,255,255,0.06);
  padding: 40px 36px; display: flex; align-items: center; justify-content: center;
  min-width: 280px;
}
.sc-contact__cta-card { text-align: center; }
.sc-contact__cta-icon { font-size: 40px; margin-bottom: 16px; }
.sc-contact__cta-card h3 {
  font-family: 'DM Serif Display', serif; font-size: 20px;
  color: var(--white); margin-bottom: 10px;
}
.sc-contact__cta-card p {
  font-family: 'DM Sans', sans-serif; font-size: 13px;
  color: rgba(255,255,255,0.5); margin-bottom: 24px; line-height: 1.6;
}
.sc-contact__wa-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700;
  padding: 14px 24px; border-radius: 50px; text-decoration: none;
  background: #25d366; color: var(--white);
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
  transition: all 0.25s ease; width: 100%;
}
.sc-contact__wa-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.sc-contact__wa-btn:hover { background: #1fb855; transform: translateY(-2px); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .sc-services__grid { grid-template-columns: repeat(2, 1fr); }
  .sc-contact__card { grid-template-columns: 1fr; }
  .sc-contact__cta-wrap { border-left: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .sc-warranty__terms-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .sc-hero { padding: 100px 28px 0; }
  .sc-hero__inner { flex-direction: column; align-items: flex-start; gap: 40px; padding-bottom: 40px; }
  .sc-hero__icon-wrap { display: none; }
  .sc-hero__float-cards { padding: 0 28px; }
  .sc-float-card { min-width: 100%; }
  .sc-services, .sc-warranty, .sc-faq, .sc-contact { padding: 70px 28px; }
  .sc-services__grid { grid-template-columns: 1fr; }
  .sc-contact__info { padding: 36px 28px; }
  .sc-contact__cta-wrap { padding: 28px; }
}
@media (max-width: 480px) {
  .sc-hero__cta-row { flex-direction: column; }
  .sc-btn { width: 100%; max-width: 300px; justify-content: center; }
}
