:root {
  --black: #0F0F0F;
  --white: #FFFFFF;
  --cream: #FAF7F2;
  --orange: #FF6B35;
  --blue: #0EA5E9;
  --whatsapp: #25D366;
  --grey: #F5F5F5;
  --text: #1A1714;
  --text-mid: #5C5550;
  --text-light: #9A9A9A;
  --border: #E8E4DF;
  --f-display: 'Playfair Display', Georgia, serif;
  --f-body: 'Inter', sans-serif;
  --radius: 16px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { font-size: 16px; }
body { font-family: var(--f-body); background: var(--cream); color: var(--text); min-height: 100vh; }
button { border: none; cursor: pointer; font-family: var(--f-body); }
input, textarea, select { font-family: var(--f-body); }

/* Header */
.header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.header__name { font-family: var(--f-body); font-weight: 600; font-size: 18px; color: var(--text); }
.header__tag { display: block; font-size: 10px; color: var(--text-light); letter-spacing: 0.1em; }
.header__wa { display: flex; align-items: center; gap: 6px; background: var(--whatsapp); color: white; padding: 10px 16px; border-radius: 50px; font-size: 14px; font-weight: 500; text-decoration: none; }

/* Hero */
.hero { padding: 48px 24px 32px; text-align: center; }
.hero__label { font-size: 10px; letter-spacing: 0.25em; color: var(--orange); font-weight: 500; margin-bottom: 16px; }
.hero__headline { font-family: var(--f-display); font-size: 48px; font-weight: 700; line-height: 1.1; color: var(--text); margin-bottom: 12px; }
.hero__headline em { font-style: italic; color: var(--orange); }
.hero__sub { font-size: 16px; color: var(--text-mid); font-weight: 300; }

/* Service buttons */
.services { padding: 8px 16px 24px; display: flex; flex-direction: column; gap: 10px; }
.service-btn { display: flex; align-items: center; gap: 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; text-decoration: none; color: var(--text); transition: all 0.2s ease; }
.service-btn:active { transform: scale(0.98); background: var(--grey); }
.service-btn__icon { width: 52px; height: 52px; background: var(--grey); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.service-btn__text { flex: 1; }
.service-btn__name { display: block; font-size: 17px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.service-btn__desc { display: block; font-size: 13px; color: var(--text-light); }
.service-btn__arrow { color: var(--text-light); flex-shrink: 0; }
.service-btn:hover { border-color: var(--orange); }
.service-btn:hover .service-btn__icon { background: rgba(255,107,53,0.08); }

/* Free text section */
.freetext { margin: 8px 16px 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; }
.freetext__label { font-size: 10px; letter-spacing: 0.2em; color: var(--text-light); margin-bottom: 12px; font-weight: 500; }
.freetext__input { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 14px; font-size: 15px; resize: none; color: var(--text); background: var(--grey); margin-bottom: 10px; line-height: 1.5; }
.freetext__input:focus { outline: none; border-color: var(--orange); background: white; }
.freetext__name, .freetext__phone { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 14px; font-size: 15px; color: var(--text); background: var(--grey); margin-bottom: 10px; }
.freetext__name:focus, .freetext__phone:focus { outline: none; border-color: var(--orange); background: white; }
.freetext__btn { width: 100%; background: var(--orange); color: white; border-radius: 12px; padding: 16px; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.freetext__btn:active { background: var(--orange); opacity: 0.9; }
.freetext__note { text-align: center; font-size: 12px; color: var(--text-light); }

/* Trust footer */
.trust { padding: 32px 24px; text-align: center; border-top: 1px solid var(--border); }
.trust__items { display: flex; justify-content: center; gap: 32px; margin-bottom: 24px; }
.trust__item { text-align: center; }
.trust__number { display: block; font-family: var(--f-display); font-size: 32px; font-weight: 700; color: var(--text); }
.trust__label { display: block; font-size: 11px; color: var(--text-light); margin-top: 2px; }
.trust__copy { font-size: 12px; color: var(--text-light); }
.trust__copy a { color: var(--orange); text-decoration: none; }

/* Floating WhatsApp */
.float-wa { position: fixed; bottom: 24px; right: 20px; width: 56px; height: 56px; background: var(--whatsapp); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 999; text-decoration: none; }

/* Service flow pages */
.svc-page-hero { padding: 40px 24px 28px; }
.svc-page-hero__title { font-family: var(--f-display); font-size: 52px; font-weight: 700; color: var(--text); line-height: 1.1; margin: 8px 0 12px; }
.svc-page-hero__sub { font-size: 16px; color: var(--text-mid); }

.flow { padding: 0 16px 24px; }
.flow__step { display: none; }
.flow__step.active { display: block; }
.flow__q { font-size: 20px; font-weight: 600; color: var(--text); margin: 24px 0 16px; }
.flow__options { display: flex; flex-direction: column; gap: 10px; }
.flow__option { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 16px 20px; font-size: 16px; font-weight: 500; color: var(--text); text-align: left; transition: all 0.15s ease; }
.flow__option:active, .flow__option.selected { border-color: var(--orange); background: rgba(255,107,53,0.05); color: var(--orange); }
.flow__input { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; font-size: 15px; color: var(--text); background: var(--grey); margin-bottom: 10px; }
.flow__input:focus { outline: none; border-color: var(--orange); background: white; }
.flow__file { width: 100%; border: 1px dashed var(--border); border-radius: 12px; padding: 14px 16px; font-size: 14px; color: var(--text-mid); background: var(--grey); margin-bottom: 10px; }
.flow__file-label { display: block; font-size: 13px; color: var(--text-light); margin: 4px 0 8px; }
.flow__submit { width: 100%; background: var(--orange); color: white; border-radius: 14px; padding: 18px; font-size: 17px; font-weight: 600; margin-top: 4px; margin-bottom: 10px; }
.flow__note { text-align: center; font-size: 12px; color: var(--text-light); }

.or-wa { text-align: center; padding: 16px 24px 40px; }
.or-wa__text { font-size: 14px; color: var(--text-light); margin-bottom: 10px; }
.or-wa__btn { display: inline-block; color: var(--whatsapp); font-weight: 500; font-size: 15px; text-decoration: none; padding: 12px 24px; border: 1px solid var(--whatsapp); border-radius: 50px; }

.back-btn { display: flex; align-items: center; gap: 6px; color: var(--text); font-size: 15px; font-weight: 500; text-decoration: none; }

/* Desktop */
@media (min-width: 768px) {
  .hero { padding: 80px 40px 48px; }
  .hero__headline { font-size: 72px; }
  .services { max-width: 600px; margin: 0 auto; padding: 8px 0 24px; }
  .freetext { max-width: 600px; margin: 8px auto 24px; }
  .service-btn { padding: 22px 24px; }
  .svc-page-hero { max-width: 600px; margin: 0 auto; padding: 56px 0 28px; }
  .flow { max-width: 600px; margin: 0 auto; }
  .or-wa { max-width: 600px; margin: 0 auto; }
}

/* Service hero image */
.svc-image { margin: 0 16px 24px; border-radius: 20px; overflow: hidden; height: 200px; }
.svc-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 768px) { .svc-image { max-width: 600px; margin: 0 auto 24px; height: 260px; } }

/* Product showcase grid */
.showcase { padding: 28px 16px 8px; }
.showcase__label { font-size: 10px; letter-spacing: 0.2em; color: var(--text-light); font-weight: 500; text-align: center; margin-bottom: 16px; }
.showcase__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.showcase__card { position: relative; display: block; aspect-ratio: 1 / 1; border-radius: var(--radius); overflow: hidden; text-decoration: none; box-shadow: 0 2px 10px rgba(15,15,15,0.06); }
.showcase__card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
.showcase__card:active img { transform: scale(1.04); }
.showcase__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,15,15,0.74) 0%, rgba(15,15,15,0.18) 46%, rgba(15,15,15,0) 72%); }
.showcase__cap { position: absolute; left: 14px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.showcase__cap span { color: #fff; font-size: 14px; font-weight: 600; text-shadow: 0 1px 4px rgba(0,0,0,0.35); }
.showcase__cap svg { color: #fff; flex-shrink: 0; opacity: 0.85; }
@media (min-width: 768px) {
  .showcase { max-width: 620px; margin: 0 auto; padding: 40px 0 8px; }
  .showcase__grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .showcase__card:hover img { transform: scale(1.06); }
}
