:root {
  --teal: #3a8a99;
  --teal-dark: #2c6d7a;
  --teal-darker: #1a3942;
  --green: #25d366;
  --green-dark: #1ebe5a;
  --ink: #0f2027;
  --muted: #5a6770;
  --line: #e5e9eb;
  --bg-soft: #f5f7f8;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); text-align: center; }
h3 { font-size: 1.2rem; }

.section-sub { text-align: center; color: var(--muted); margin-top: 8px; margin-bottom: 48px; font-size: 1rem; }

.header { padding: 18px 0; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo img { width: 150px; height: auto; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 0.95rem; transition: transform 0.15s, box-shadow 0.15s; cursor: pointer; border: none; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.btn-wa { background: var(--green); color: #fff; }
.btn-wa:hover { background: var(--green-dark); }
.btn-sm { padding: 9px 16px; font-size: 0.88rem; }
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }
.btn-outline { background: transparent; color: var(--teal); border: 1.5px solid var(--teal); width: 100%; justify-content: center; padding: 13px; }
.btn-outline:hover { background: var(--teal); color: #fff; }
.btn-tel { background: var(--teal); color: #fff; }
.btn-tel:hover { background: var(--teal-dark); }
.btn-tel-outline { background: #fff; color: var(--teal); border: 2px solid var(--teal); }
.btn-tel-outline:hover { background: var(--teal); color: #fff; }
.btn-tel-final { background: rgba(255,255,255,0.12); color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.btn-tel-final:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.7); }
.header-actions { display: flex; gap: 8px; }
.hero-ctas, .cta-final-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero { padding: 60px 0 80px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-tag { display: inline-block; background: #e8f1f3; color: var(--teal-dark); padding: 8px 16px; border-radius: 999px; font-size: 0.85rem; font-weight: 500; margin-bottom: 22px; }
.hero h1 { color: var(--ink); margin-bottom: 18px; }
.hero-sub { font-size: 1.05rem; color: var(--muted); margin-bottom: 28px; max-width: 480px; }
.hero-note { display: block; color: var(--muted); margin-top: 12px; font-size: 0.85rem; }
.hero-bullets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; max-width: 480px; }
.hero-bullets li { color: var(--ink); font-weight: 500; font-size: 0.95rem; }
.hero-img { position: relative; }
.hero-img img { border-radius: 24px; aspect-ratio: 3/4; object-fit: cover; box-shadow: 0 20px 40px -20px rgba(0,0,0,0.15); }
.img-disclaimer { display: block; text-align: center; color: var(--muted); margin-top: 8px; font-size: 0.78rem; }

.cards-section { padding: 80px 0; background: var(--bg-soft); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border-radius: 20px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.card-img { margin: -24px -24px 16px; border-radius: 20px 20px 0 0; overflow: hidden; }
.card-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-img .img-disclaimer { padding: 6px 0 0 4px; text-align: left; }
.card h3 { color: var(--ink); margin-top: 14px; margin-bottom: 8px; }
.price { font-family: var(--serif); font-size: 2.2rem; color: var(--teal); font-weight: 700; margin-bottom: 16px; }
.price-alt { font-size: 1.3rem; }
.card-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; flex: 1; }
.card-list li { color: var(--muted); font-size: 0.95rem; }

.faq-section { padding: 80px 0; }
.faq { max-width: 720px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 1.05rem; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\25BE"; color: var(--teal); transition: transform 0.2s; }
.faq details[open] summary::after { transform: rotate(180deg); }
.faq p { margin-top: 12px; color: var(--muted); }

.howto-section { padding: 80px 0; background: var(--teal); color: #fff; }
.howto-section h2 { color: #fff; }
.howto-section .section-sub { color: rgba(255,255,255,0.85); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { text-align: center; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.4); font-family: var(--serif); font-size: 1.3rem; font-weight: 600; margin-bottom: 16px; }
.steps h3 { color: #fff; margin-bottom: 8px; font-size: 1.1rem; }
.steps p { color: rgba(255,255,255,0.85); font-size: 0.92rem; }

.reviews-section { padding: 80px 0; background: var(--bg-soft); }
.rating { text-align: center; margin-top: 24px; }
.stars { color: #f5a623; font-size: 1.5rem; letter-spacing: 4px; }
.rating-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--ink); margin: 0 12px; vertical-align: middle; }
.rating-meta { display: block; color: var(--muted); font-size: 0.9rem; margin-top: 8px; }

.location-section { padding: 80px 0; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.location-section h2 { text-align: left; margin-bottom: 24px; }
.address-line { font-size: 1.1rem; line-height: 1.7; margin-bottom: 16px; }
.hours-line { color: var(--muted); margin-bottom: 24px; line-height: 1.7; }
.map-wrap { position: relative; }
.map-link { display: block; position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; }
.map-link img { width: 100%; height: 100%; object-fit: cover; }
.map-cta { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,0.95); padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 0.9rem; color: var(--teal); }

.cta-final { padding: 100px 0; background: var(--teal-darker); color: #fff; text-align: center; }
.cta-final h2 { color: #fff; margin-bottom: 16px; }
.cta-final p { color: rgba(255,255,255,0.85); margin-bottom: 32px; font-size: 1.05rem; }
.cta-final small { display: block; color: rgba(255,255,255,0.6); margin-top: 20px; font-size: 0.85rem; }

.footer { padding: 60px 0 80px; background: var(--teal-dark); color: rgba(255,255,255,0.9); }
.footer-logo { width: 150px; height: auto; margin-bottom: 24px; }
.footer h3 { color: #fff; margin-bottom: 16px; }
.footer-info { font-size: 0.92rem; line-height: 1.8; margin-bottom: 24px; color: rgba(255,255,255,0.85); }
.footer-disclaimer { font-size: 0.8rem; color: rgba(255,255,255,0.65); border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; margin-top: 24px; }

.sticky-actions { position: fixed; bottom: 24px; right: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 100; }
.sticky-btn { width: 60px; height: 60px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; }
.sticky-btn:hover { transform: scale(1.08); }
.sticky-wa { background: var(--green); box-shadow: 0 8px 30px rgba(37,211,102,0.4); }
.sticky-tel { background: var(--teal); box-shadow: 0 8px 30px rgba(58,138,153,0.4); }
.footer-tel { color: #fff; text-decoration: underline; font-weight: 600; }

@media (max-width: 900px) {
  .hero { padding: 40px 0 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-img { order: -1; max-width: 380px; margin: 0 auto; }
  .hero-bullets { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; gap: 20px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .location-grid { grid-template-columns: 1fr; gap: 40px; }
  .location-section h2 { text-align: center; }
  .cards-section, .faq-section, .howto-section, .reviews-section, .location-section { padding: 60px 0; }
  .footer { padding: 40px 0 100px; }
}

@media (max-width: 480px) {
  .container { padding: 0 18px; }
  .btn-lg { padding: 14px 22px; font-size: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .sticky-wa { width: 54px; height: 54px; }
}
