.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.55rem 0.55rem 0.55rem 1.35rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.btn::after {
  content: "";
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(255, 255, 255, 0.22);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold,
.btn-primary {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
  box-shadow: var(--shadow-soft);
}

.btn-gold:hover,
.btn-primary:hover {
  background: var(--color-accent-deep);
  border-color: var(--color-accent-deep);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.55);
  color: var(--color-ink);
  border-color: rgba(21, 28, 44, 0.12);
}

.btn-ghost::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151c2c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(21, 28, 44, 0.06);
}

.btn-ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.btn-outline {
  background: transparent;
  color: var(--color-ink);
  border-color: rgba(21, 28, 44, 0.16);
}

.btn-outline::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151c2c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(21, 28, 44, 0.06);
}

.btn-outline:hover {
  background: var(--color-ink);
  color: var(--color-white);
}

.btn-outline:hover::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(255, 255, 255, 0.18);
}

.btn-whatsapp {
  background: #128c7e;
  color: #f4fff8;
  border-color: #128c7e;
}

.btn-whatsapp:hover {
  background: #0f7a6e;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.service-card {
  position: relative;
  min-height: 300px;
  padding: 1.7rem 1.5rem 1.5rem;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  border-radius: var(--radius-lg);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 20, 36, 0.18) 0%, rgba(12, 20, 36, 0.78) 100%),
    var(--card-image) center / cover no-repeat;
  z-index: -1;
  transition: transform 0.6s var(--ease);
}

.service-card:nth-child(1) { --card-image: url("../assets/images/web2img001.jpg"); }
.service-card:nth-child(2) { --card-image: url("../assets/images/web2img007.jpg"); }
.service-card:nth-child(3) { --card-image: url("../assets/images/web2img003.jpg"); }
.service-card:nth-child(4) { --card-image: url("../assets/images/web2img005.jpg"); }
.service-card:nth-child(5) { --card-image: url("../assets/images/web2img006.jpg"); }
.service-card:nth-child(6) { --card-image: url("../assets/images/web2img002.jpg"); }

.service-card:hover::before {
  transform: scale(1.05);
}

.service-card .index {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  font-family: var(--font-display);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.12em;
}

.service-card h3 {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 0.4rem;
}

.service-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.service-card::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    var(--color-accent);
  opacity: 0.9;
  transform: none;
  transition: opacity 0.25s, transform 0.25s;
}

.service-card:hover::after {
  opacity: 1;
  transform: none;
}

.service-card.light {
  background: var(--color-navy);
  color: var(--color-cream);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 1.8rem 1.5rem 1.5rem;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.feature-card h3 {
  font-family: var(--font-sans);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-ink);
  margin-bottom: 0.7rem;
}

.feature-card .num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--color-accent);
  margin-bottom: 0.8rem;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: step;
}

.process-step {
  padding: 1.8rem 1.4rem 1.5rem;
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.process-step:last-child {
  border-right: 0;
}

.process-step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 300;
  color: var(--color-accent);
  margin-bottom: 0.8rem;
}

.process-step h3 {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-ink);
  margin-bottom: 0.5rem;
}

.cta-band {
  display: block;
  width: min(100% - 2.5rem, var(--container-wide));
  margin: 0 auto var(--space-8);
  background: linear-gradient(120deg, #3b7cff 0%, #2f6bff 48%, #1e54e8 100%);
  color: var(--color-white);
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(47, 107, 255, 0.28);
}

.cta-band::before {
  content: "";
  position: absolute;
  right: 8%;
  top: -40%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.cta-band-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 2.6rem 1.5rem;
  width: 100%;
}

.cta-band .container {
  width: 100%;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.04em;
  max-width: none;
  color: var(--color-white);
}

.cta-band .btn {
  background: var(--color-white);
  color: var(--color-accent);
  border-color: var(--color-white);
  box-shadow: none;
}

.cta-band .btn::after {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / 15px no-repeat,
    rgba(47, 107, 255, 0.12);
}

.cta-band .btn:hover {
  background: var(--color-accent-soft);
}

.bullet-list li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.45rem 0;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 1px;
  background: var(--color-accent);
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0 2rem;
  border-radius: var(--radius-md);
}

.data-table {
  margin: 0;
  min-width: 520px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.data-table th,
.data-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-line);
  font-size: 0.95rem;
}

.data-table th {
  background: var(--color-navy);
  color: var(--color-white);
  font-weight: 500;
  letter-spacing: 0.06em;
}

.data-table tr:nth-child(even) td {
  background: rgba(47, 107, 255, 0.04);
}

.notice-list {
  display: grid;
  gap: 1rem;
}

.notice-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  padding: 1.4rem 1.4rem;
  border-bottom: 0;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.notice-item strong {
  font-family: var(--font-display);
  color: var(--color-accent);
  font-size: 1.35rem;
  font-weight: 300;
}

.contact-form {
  display: grid;
  gap: 1rem;
  background: var(--color-white);
  padding: 1.8rem;
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-lg);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field span {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--color-muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(21, 28, 44, 0.12);
  background: var(--color-bg);
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-sm);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background: #fff;
}

.form-error {
  color: var(--color-danger);
  font-size: 0.85rem;
  min-height: 1.2em;
}

.form-status {
  font-size: 0.9rem;
  color: #128c7e;
}

.map-placeholder {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(47, 107, 255, 0.18), rgba(12, 20, 36, 0.45)),
    linear-gradient(135deg, #dbe4ff, #c7d2fe);
  color: var(--color-ink);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  border-radius: var(--radius-lg);
  width: min(100% - 2.5rem, var(--container));
  margin: 0 auto var(--space-8);
}

.map-placeholder .pin {
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  margin: 0 auto 1rem;
  box-shadow: 0 0 0 8px rgba(47, 107, 255, 0.18);
}

.faq details {
  border-bottom: 0;
  padding: 1.1rem 1.3rem;
  background: var(--color-white);
  border-radius: var(--radius-md);
  margin-bottom: 0.7rem;
  box-shadow: var(--shadow-card);
}

.faq summary {
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-ink);
  list-style: none;
}

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

.faq details p {
  padding: 0.7rem 0 0.4rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.stat-row article {
  border-left: 0;
  padding: 1.1rem 1.15rem;
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-accent);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-bottom: 1rem;
}

.breadcrumb a:hover {
  color: var(--color-accent);
}

@media (max-width: 900px) {
  .card-grid,
  .feature-grid,
  .process-track,
  .stat-row,
  .form-row {
    grid-template-columns: 1fr;
  }

  .process-step {
    border-right: 0;
  }

  .notice-item {
    grid-template-columns: 1fr;
  }

  .cta-band {
    width: min(100% - 1.5rem, var(--container-wide));
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .map-placeholder {
    width: min(100% - 1.5rem, var(--container));
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .card-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
  }
}
