* { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --magenta: #DD2E7E;
    --magenta-dk: #B01E63;
    --magenta-soft: #F472A6;
    --plum: #2C1A38;
    --plum-soft: #4A3354;
    --blush: #FBEEF4;
    --blush-deep: #F6DCE9;
    --cream: #FFFBFD;
    --green: #3DBB6B;
    --green-dk: #2E9E55;
    --ink: #2C1A38;
    --gray: #8B7A86;
    --gold: #E0A93C;
    --white: #FFFFFF;
  }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Outfit', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
  a { text-decoration: none; color: inherit; }
  .accent-i { font-style: italic; font-weight: 500; color: var(--magenta); }

  /* ---------- buttons ---------- */
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 14px;
    letter-spacing: 0.02em; padding: 15px 32px; border-radius: 999px;
    cursor: pointer; border: none; transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    position: relative; overflow: hidden;
  }
  .btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 28px rgba(61,187,107,0.34); }
  .btn-green:hover { background: var(--green-dk); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(61,187,107,0.42); }
  .btn-ghost { background: transparent; color: var(--magenta); border: 1.5px solid var(--magenta-soft); }
  .btn-ghost:hover { background: var(--magenta); color: #fff; border-color: var(--magenta); transform: translateY(-3px); }
  .btn svg { width: 17px; height: 17px; }

  /* ---------- topbar ---------- */
  .topbar { background: var(--plum); color: #fff; font-size: 13px; padding: 9px 0; font-weight: 300; }
  .topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: 0.9; transition: opacity 0.25s; }
  .topbar a:hover { opacity: 1; color: var(--magenta-soft); }
  .topbar-r { display: flex; gap: 24px; flex-wrap: wrap; }
  .topbar svg { width: 13px; height: 13px; }

  /* ---------- header ---------- */
  header { position: sticky; top: 0; z-index: 100; background: rgba(255,251,253,0.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(221,46,126,0.08); transition: all 0.3s; }
  header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
  .logo { display: flex; align-items: center; gap: 13px; }
  .logo-img { height: 50px; width: auto; display: block; }
  .logo-img--footer { height: 44px; }
  .logo-mark { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--magenta), var(--magenta-dk)); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(221,46,126,0.3); }
  .logo-mark svg { width: 22px; height: 22px; }
  .logo-text { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-weight: 700; letter-spacing: 0.02em; color: var(--plum); line-height: 1; }
  .logo-text small { display: block; font-family: 'Outfit', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--magenta); margin-top: 3px; }
  nav.main { display: flex; align-items: center; gap: 36px; }
  nav.main a { font-size: 14.5px; font-weight: 400; color: var(--plum-soft); transition: color 0.25s; position: relative; }
  nav.main a::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 1.5px; background: var(--magenta); transition: width 0.3s; }
  nav.main a:hover { color: var(--magenta); }
  nav.main a:hover::after { width: 100%; }
  .menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; background: var(--plum); border-radius: 2px; transition: all 0.3s; }

  /* ---------- blobs ---------- */
  .blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; z-index: 0; pointer-events: none; }

  /* ---------- hero ---------- */
  .hero { position: relative; background: var(--blush); padding: 80px 0 110px; overflow: hidden; }
  .hero-mobile-bg { display: none; }
  .hero .blob-1 { width: 460px; height: 460px; background: var(--magenta-soft); top: -120px; right: -80px; opacity: 0.35; }
  .hero .blob-2 { width: 380px; height: 380px; background: #C9A8E8; bottom: -140px; left: -120px; opacity: 0.3; }
  .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--magenta); margin-bottom: 24px; }
  .hero-eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--magenta); }
  .hero h1 { font-size: clamp(44px, 6vw, 78px); color: var(--plum); margin-bottom: 26px; }
  .hero h1 .light { font-weight: 400; }
  .hero-sub { font-size: 18px; color: var(--plum-soft); font-weight: 300; max-width: 480px; margin-bottom: 38px; }
  .hero-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
  .hero-phone { display: inline-flex; align-items: center; gap: 11px; font-weight: 500; color: var(--plum); font-size: 15px; }
  .hero-phone .ph-ic { width: 42px; height: 42px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(44,26,56,0.1); }
  .hero-phone .ph-ic svg { width: 18px; height: 18px; color: var(--magenta); }
  .hero-phone small { display: block; font-size: 11px; color: var(--gray); font-weight: 400; letter-spacing: 0.04em; }

  .hero-rating { display: inline-flex; align-items: center; gap: 13px; margin-top: 42px; padding: 14px 22px; background: rgba(255,255,255,0.7); border-radius: 999px; backdrop-filter: blur(8px); }
  .hero-rating .stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
  .hero-rating .rtxt { font-size: 13.5px; color: var(--plum-soft); }
  .hero-rating .rtxt b { color: var(--plum); font-weight: 600; }

  /* hero visual */
  .hero-visual { position: relative; }
  .hero-photo { position: relative; border-radius: 200px 200px 28px 28px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 40px 80px rgba(44,26,56,0.22); background-size: cover; background-position: center; }
  .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
  .hero-slide.is-active { opacity: 1; }
  @media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }
  .hero-photo-2 { position: absolute; width: 175px; height: 175px; border-radius: 50%; overflow: hidden; bottom: -28px; left: -36px; border: 7px solid var(--blush); box-shadow: 0 20px 44px rgba(44,26,56,0.2); background-size: cover; background-position: center; }
  .hero-badge-float { position: absolute; top: 26px; right: -22px; background: #fff; border-radius: 18px; padding: 14px 18px; box-shadow: 0 16px 40px rgba(44,26,56,0.16); display: flex; align-items: center; gap: 11px; z-index: 3; transition: opacity 0.35s ease, transform 0.35s ease; }
  .hero-badge-float .bf-ic { width: 38px; height: 38px; border-radius: 11px; background: rgba(61,187,107,0.14); display: flex; align-items: center; justify-content: center; transition: background 0.35s; }
  .hero-badge-float .bf-ic svg { width: 20px; height: 20px; color: var(--green); }
  .hero-badge-float b { font-size: 14px; font-weight: 600; color: var(--plum); display: block; line-height: 1.1; }
  .hero-badge-float small { font-size: 11px; color: var(--gray); }

  /* ---------- stats strip ---------- */
  .stats { background: var(--plum); color: #fff; padding: 54px 0; }
  .stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; text-align: center; }
  .stat-item { padding: 6px 24px; position: relative; }
  .stat-item:not(:first-child)::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 64px; background: rgba(255,255,255,0.14); }
  .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 54px; font-weight: 600; color: var(--magenta-soft); line-height: 1; }
  .stat-num .suf { font-size: 32px; margin-left: 2px; }
  .stat-num .suf-star { font-size: 26px; vertical-align: 0.12em; margin-left: 4px; }
  .stat-label { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 8px; letter-spacing: 0.04em; }

  /* ---------- trust strip (badges) ---------- */
  .trust-strip { background: var(--cream); padding: 48px 0; border-bottom: 1px solid var(--blush-deep); }
  .trust-strip-title { text-align: center; font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: 0.26em; margin-bottom: 30px; }
  .trust-strip-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px 66px; }
  .trust-logo { width: auto; object-fit: contain; -webkit-user-select: none; user-select: none; -webkit-user-drag: none; }
  .trust-logo--bbb { height: 54px; }
  .trust-logo--family { height: 70px; }
  .trust-logo--google { height: 70px; }
  @media (max-width: 560px) {
    .trust-strip-logos { gap: 22px 40px; }
    .trust-logo--bbb { height: 44px; }
    .trust-logo--family, .trust-logo--google { height: 58px; }
  }

  /* ---------- section base ---------- */
  section { position: relative; scroll-margin-top: 80px; }
  .sec-pad { padding: 110px 0; }
  .sec-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
  .sec-eyebrow { display: inline-block; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta); margin-bottom: 16px; }
  .sec-head h2 { font-size: clamp(34px, 4.6vw, 56px); color: var(--plum); margin-bottom: 18px; }
  .sec-head p { font-size: 17px; color: var(--gray); font-weight: 300; }

  /* ---------- services ---------- */
  .services { background: var(--cream); }
  .svc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
  .svc-card { background: var(--white); border-radius: 26px; padding: 34px 28px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1); border: 1px solid rgba(221,46,126,0.07); position: relative; overflow: hidden; }
  .svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, var(--magenta) 0%, var(--magenta-dk) 100%); opacity: 0; transition: opacity 0.4s; z-index: 0; }
  .svc-card:hover { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(221,46,126,0.18); }
  .svc-card:hover::after { opacity: 1; }
  .svc-card > * { position: relative; z-index: 1; transition: color 0.35s; }
  .svc-icon { width: 60px; height: 60px; border-radius: 18px; background: var(--blush); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: all 0.35s; }
  .svc-icon svg { width: 28px; height: 28px; color: var(--magenta); transition: color 0.35s; }
  .svc-card:hover .svc-icon { background: rgba(255,255,255,0.18); }
  .svc-card:hover .svc-icon svg { color: #fff; }
  .svc-card h3 { font-size: 25px; color: var(--plum); margin-bottom: 10px; }
  .svc-card p { font-size: 14px; color: var(--gray); font-weight: 300; line-height: 1.6; }
  .svc-card:hover h3, .svc-card:hover p { color: #fff; }
  .svc-card:hover p { color: rgba(255,255,255,0.85); }

  /* ---------- how it works ---------- */
  .how { background: var(--blush); overflow: hidden; }
  .how .blob-1 { width: 400px; height: 400px; background: var(--magenta-soft); top: 40px; left: -160px; opacity: 0.25; }
  .how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; position: relative; z-index: 2; }
  .how-step { text-align: center; position: relative; }
  .how-num { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 600; color: var(--magenta-soft); opacity: 0.6; line-height: 0.8; margin-bottom: 14px; position: relative; }
  .how-num span { position: relative; z-index: 1; }
  .how-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--green); margin: 0 auto 22px; box-shadow: 0 0 0 6px rgba(61,187,107,0.16); }
  .how-step h3 { font-size: 23px; color: var(--plum); margin-bottom: 8px; }
  .how-step p { font-size: 14px; color: var(--gray); font-weight: 300; padding: 0 8px; }

  /* ---------- portfolio ---------- */
  .portfolio { background: var(--cream); }
  .pf-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
  .pf-item { border-radius: 22px; overflow: hidden; position: relative; background-size: cover; background-position: center; cursor: pointer; }
  .pf-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,26,56,0.55), transparent 60%); opacity: 0; transition: opacity 0.4s; }
  .pf-item:hover::after { opacity: 1; }
  .pf-item:hover { transform: scale(0.985); }
  .pf-item { transition: transform 0.4s; }
  .pf-tall { grid-row: span 1; }
  .pf-wide { grid-column: span 1; }
  .pf-cap { position: absolute; bottom: 18px; left: 20px; color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; z-index: 2; opacity: 0; transform: translateY(8px); transition: all 0.4s; }
  .pf-item:hover .pf-cap { opacity: 1; transform: translateY(0); }

  /* ---------- CTA band meio ---------- */
  .cta-mid { position: relative; padding: 88px 0; background: linear-gradient(135deg, var(--magenta) 0%, var(--magenta-dk) 55%, var(--plum) 120%); overflow: hidden; text-align: center; }
  .cta-mid-bg { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,0.08); filter: blur(60px); top: -160px; right: 8%; pointer-events: none; }
  .cta-mid-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
  .cta-mid h2 { font-size: clamp(30px, 4vw, 48px); color: #fff; margin-bottom: 14px; }
  .cta-mid-i { font-style: italic; font-weight: 500; color: #fff; opacity: 0.88; }
  .cta-mid p { color: rgba(255,255,255,0.88); font-weight: 300; margin-bottom: 30px; font-size: 17px; }

  /* ---------- about (Julye) ---------- */
  .about { background: var(--blush); overflow: hidden; }
  .about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
  .about-visual { position: relative; }
  .about-photo { border-radius: 28px 28px 160px 160px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 36px 72px rgba(44,26,56,0.2); background-size: cover; background-position: center; }
  .about-quote-card { position: absolute; bottom: -30px; right: -30px; background: #fff; border-radius: 22px; padding: 24px 28px; max-width: 260px; box-shadow: 0 22px 50px rgba(44,26,56,0.16); }
  .about-quote-card .q-mark { font-family: 'Cormorant Garamond', serif; font-size: 56px; color: var(--magenta-soft); line-height: 0.5; }
  .about-quote-card p { font-size: 13.5px; color: var(--plum-soft); font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 17px; }
  .about-quote-card .q-cite { display: flex; align-items: center; gap: 6px; margin-top: 12px; font-family: 'Outfit', sans-serif; font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--magenta); }
  .about-quote-card .q-cite svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--green); }
  .about-content .sec-eyebrow { margin-bottom: 14px; }
  .about-content h2 { font-size: clamp(32px,4vw,50px); color: var(--plum); margin-bottom: 22px; }
  .about-content p { font-size: 16px; color: var(--plum-soft); font-weight: 300; margin-bottom: 18px; }
  .about-sign { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
  .about-sign-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: var(--magenta); font-style: italic; }
  .about-sign-role { font-size: 13px; color: var(--gray); letter-spacing: 0.04em; }

  /* ---------- testimonials ---------- */
  .testi { background: var(--plum); color: #fff; overflow: hidden; }
  .testi .blob-1 { width: 420px; height: 420px; background: var(--magenta); top: -100px; right: -120px; opacity: 0.22; }
  .testi .sec-head h2 { color: #fff; }
  .testi .sec-head p { color: rgba(255,255,255,0.6); }
  .testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; position: relative; z-index: 2; }
  .testi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 32px 28px; backdrop-filter: blur(6px); transition: all 0.35s; }
  .testi-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-6px); }
  .testi-stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 16px; }
  .testi-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,0.92); margin-bottom: 22px; font-style: italic; }
  .testi-author { display: flex; align-items: center; gap: 13px; }
  .testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--magenta), var(--magenta-dk)); display: flex; align-items: center; justify-content: center; font-family: 'Outfit',sans-serif; font-weight: 600; font-size: 16px; color: #fff; }
  .testi-name { font-weight: 600; font-size: 15px; }
  .testi-loc { font-size: 12.5px; color: rgba(255,255,255,0.55); }

  /* ============ GOOGLE REVIEWS CAROUSEL ============ */
  .gr-carousel { position: relative; margin-top: 10px; z-index: 2; }
  .gr-viewport { overflow: hidden; }
  .gr-track { display: flex; gap: 24px; transition: transform 0.6s cubic-bezier(0.2,0.7,0.2,1); will-change: transform; align-items: stretch; }
  .gr-card {
    flex: 0 0 calc((100% - 48px) / 3); /* 3 por view · 2 gaps de 24px */
    box-sizing: border-box;
    background: var(--white);
    border: 1px solid rgba(44,26,56,0.07);
    border-radius: 22px;
    padding: 28px 26px 24px;
    box-shadow: 0 16px 40px rgba(20,10,28,0.20);
    display: flex; flex-direction: column;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .gr-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(20,10,28,0.30); }
  .gr-glogo { position: absolute; top: 22px; right: 22px; width: 22px; height: 22px; }
  .gr-glogo svg, .gr-glogo use { width: 100%; height: 100%; display: block; }
  .gr-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; padding-right: 32px; }
  .gr-avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 19px; }
  .gr-meta { min-width: 0; }
  .gr-name { font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 600; color: var(--plum); line-height: 1.2; }
  .gr-verified { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--gray); margin-top: 3px; font-weight: 500; }
  .gr-check { width: 13px; height: 13px; flex-shrink: 0; color: var(--green); }
  .gr-stars { color: #FBBC05; font-size: 17px; letter-spacing: 2px; margin-bottom: 12px; }
  .gr-text { font-family: 'Outfit', sans-serif; font-size: 14.5px; color: var(--plum-soft); line-height: 1.7; font-weight: 400; margin: 0;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; line-clamp: 7; overflow: hidden; }
  .gr-card.expanded .gr-text { -webkit-line-clamp: unset; line-clamp: unset; overflow: visible; }
  .gr-more { align-self: flex-start; margin-top: 12px; background: none; border: none; padding: 6px 0 0; cursor: pointer;
    font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--magenta); }
  .gr-more:hover { color: var(--magenta-dk); }
  .gr-more[hidden] { display: none; }
  .gr-arrow { position: absolute; top: 42%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%;
    background: var(--white); border: none; box-shadow: 0 8px 22px rgba(20,10,28,0.28); cursor: pointer;
    display: flex; align-items: center; justify-content: center; color: var(--plum); transition: all 0.25s; }
  .gr-arrow:hover { background: var(--magenta); color: #fff; }
  .gr-arrow svg { width: 20px; height: 20px; }
  .gr-prev { left: -10px; }
  .gr-next { right: -10px; }
  .gr-arrow:disabled { opacity: 0.35; cursor: default; box-shadow: none; }
  .gr-arrow:disabled:hover { background: var(--white); color: var(--plum); }
  .gr-dots { display: flex; justify-content: center; gap: 9px; margin-top: 34px; }
  .gr-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,0.35); cursor: pointer; padding: 0; transition: all 0.25s; }
  .gr-dot.is-active { background: var(--magenta-soft); width: 26px; border-radius: 6px; }
  @media (max-width: 980px) { .gr-card { flex-basis: calc((100% - 24px) / 2); } }
  @media (max-width: 700px) {
    .gr-card { flex-basis: 100%; }
    .gr-prev { left: 2px; } .gr-next { right: 2px; }
    .gr-arrow { width: 40px; height: 40px; }
  }
  @media (prefers-reduced-motion: reduce) { .gr-track { transition: none; } }

  /* ---------- service areas (mapa animado) ---------- */
  .areas { background: var(--blush); overflow: hidden; }
  .areas-map { position: relative; max-width: 980px; margin: 30px auto 0; height: 340px; }
  .areas-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .areas-route { stroke-dasharray: 1750; stroke-dashoffset: 1750; transition: stroke-dashoffset 2.8s cubic-bezier(0.4,0,0.2,1); }
  .areas-map.in .areas-route { stroke-dashoffset: 0; }
  .area-pin { position: absolute; transform: translate(-50%,-50%) scale(0.4); opacity: 0; transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1); display: flex; flex-direction: column; align-items: center; gap: 9px; z-index: 2; }
  .areas-map.in .area-pin { opacity: 1; transform: translate(-50%,-50%) scale(1); }
  .pin-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(61,187,107,0.18), 0 4px 12px rgba(44,26,56,0.2); position: relative; }
  .pin-dot::after { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid var(--magenta-soft); opacity: 0.55; }
  .pin-label { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--plum); background: #fff; padding: 3px 14px; border-radius: 999px; box-shadow: 0 5px 16px rgba(44,26,56,0.1); white-space: nowrap; }
  @media (max-width: 700px) {
    .areas-map { height: 380px; }
    .pin-label { font-size: 15px; padding: 2px 10px; }
    .pin-dot { width: 13px; height: 13px; }
  }

  .areas-chips { display: none; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 600px; margin: 20px auto 0; }
  .areas-chips span { font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 500; color: var(--plum); background: #fff; padding: 10px 20px; border-radius: 999px; box-shadow: 0 4px 14px rgba(44,26,56,0.08); display: inline-flex; align-items: center; gap: 8px; }
  .areas-chips span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
  @media (max-width: 700px) {
    .areas-map { display: none; }
    .areas-chips { display: flex; }
    /* hero mobile: foto principal vira fundo, sem composição/círculo/badge */
    .hero { padding: 96px 0 70px; }
    .hero-mobile-bg { display: block; position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
    .hero-mobile-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(251,238,244,0.93) 0%, rgba(251,238,244,0.80) 55%, rgba(251,238,244,0.90) 100%); }
    .hero .blob { display: none; }
    .hero-grid { position: relative; z-index: 2; }
    .hero-visual { display: none; }
  }

  /* ---------- CTA + contact ---------- */
  .contact { background: var(--cream); overflow: hidden; }
  .contact-card { background: linear-gradient(135deg, var(--magenta) 0%, var(--magenta-dk) 100%); border-radius: 36px; padding: 64px; position: relative; overflow: hidden; }
  .contact-card .blob-c { position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,0.1); filter: blur(50px); top: -120px; right: -80px; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; position: relative; z-index: 2; align-items: center; }
  .contact-info .ci-eyebrow { font-family: 'Outfit',sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 16px; display: block; }
  .contact-info h2 { font-size: clamp(32px,4vw,52px); color: #fff; margin-bottom: 20px; }
  .contact-info > p { color: rgba(255,255,255,0.85); font-weight: 300; margin-bottom: 32px; font-size: 16px; }
  .contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
  .contact-detail .cd-ic { width: 44px; height: 44px; border-radius: 13px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
  .contact-detail .cd-ic svg { width: 20px; height: 20px; color: #fff; }
  .contact-detail a, .contact-detail span { color: #fff; font-weight: 400; font-size: 15px; }
  .contact-detail small { display: block; color: rgba(255,255,255,0.6); font-size: 12px; }
  .contact-form-box { background: #fff; border-radius: 26px; padding: 38px; }
  .contact-form-box h3 { font-size: 27px; color: var(--plum); margin-bottom: 6px; }
  .contact-form-box > p { font-size: 13.5px; color: var(--gray); margin-bottom: 24px; font-weight: 300; }
  .field { margin-bottom: 15px; }
  .field input, .field textarea { width: 100%; padding: 14px 18px; border: 1.5px solid var(--blush-deep); border-radius: 14px; font-family: 'Outfit',sans-serif; font-size: 14px; color: var(--plum); background: var(--cream); transition: border-color 0.25s; }
  .field input:focus, .field textarea:focus { outline: none; border-color: var(--magenta); }
  .field textarea { resize: vertical; min-height: 90px; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .contact-form-box .btn-green { width: 100%; justify-content: center; margin-top: 8px; }

  /* ---------- footer ---------- */
  footer { background: var(--plum); color: rgba(255,255,255,0.6); padding: 70px 0 28px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-brand .logo { margin-bottom: 18px; }
  .footer-brand .logo-text { color: #fff; }
  .footer-brand p { font-size: 14px; font-weight: 300; line-height: 1.7; max-width: 320px; }
  .footer-col h4 { font-family: 'Outfit',sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
  .footer-col a { display: block; font-size: 14px; font-weight: 300; margin-bottom: 11px; transition: color 0.25s; }
  .footer-col a:hover { color: var(--magenta-soft); }
  .footer-social { display: flex; gap: 12px; margin-top: 16px; }
  .footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
  .footer-social a:hover { background: var(--magenta); transform: translateY(-3px); }
  .footer-social svg { width: 17px; height: 17px; color: #fff; }
  .footer-bottom { text-align: center; padding-top: 28px; font-size: 13px; font-weight: 300; }

  /* ---------- reveal ---------- */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
  .reveal.in { opacity: 1; transform: translateY(0); }

  /* ---------- responsive ---------- */
  @media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero-visual { max-width: 420px; margin: 0 auto; }
    .svc-grid, .pf-grid { grid-template-columns: repeat(2,1fr); }
    .how-grid { grid-template-columns: repeat(2,1fr); gap: 40px 28px; }
    .stats-grid { grid-template-columns: repeat(2,1fr); gap: 36px 0; } .stat-item:nth-child(odd)::before { display: none; }
    .about-grid { grid-template-columns: 1fr; gap: 70px; }
    .testi-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .contact-card { padding: 44px 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    nav.main { display: none; }
    .menu-toggle { display: flex; }
    .pf-wide { grid-column: span 2; }
    .pf-tall { grid-row: span 1; }
  }
  @media (max-width: 560px) {
    .container { padding: 0 22px; }
    .svc-grid, .pf-grid, .how-grid, .stats-grid { grid-template-columns: 1fr; }
    .field-row { grid-template-columns: 1fr; }
    .topbar-r { gap: 16px; }
    .hero-cta-row { flex-direction: column; align-items: flex-start; }
    .hero { padding: 88px 0 56px; }
    .hero-rating { margin-top: 26px; }
    .stat-item:nth-child(odd)::before { display: none; }
    .sec-pad { padding: 70px 0; }
    .contact-card { padding: 34px 22px; }
    .stats-grid { gap: 32px 0; }
  }

  /* ============ SERVICE PAGE ============ */

  .btn-white { background: #fff; color: var(--plum); box-shadow: 0 10px 28px rgba(0,0,0,0.18); }
  .btn-white:hover { background: var(--blush); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,0.24); }
  .btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); }
  .btn-outline-white:hover { background: rgba(255,255,255,0.10); border-color: #fff; transform: translateY(-3px); }

  /* breadcrumb */
  .breadcrumb { background: var(--cream); border-bottom: 1px solid rgba(44,26,56,0.06); }
  .breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 14px 0; font-size: 13px; }
  .breadcrumb a { color: var(--gray); transition: color 0.25s; }
  .breadcrumb a:hover { color: var(--magenta); }
  .breadcrumb .sep { color: var(--blush-deep); }
  .breadcrumb .cur { color: var(--plum); font-weight: 600; }

  /* service hero */
  .svc-hero { position: relative; background: linear-gradient(135deg, var(--plum) 0%, #20102C 58%, var(--plum-soft) 145%); color: #fff; overflow: hidden; padding: 74px 0 88px; }
  .svc-hero .blob-1 { width: 480px; height: 480px; background: var(--magenta); top: -170px; right: -130px; opacity: 0.30; }
  .svc-hero .blob-2 { width: 360px; height: 360px; background: #6E3D8C; bottom: -160px; left: -130px; opacity: 0.28; }
  .svc-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
  .svc-overline { display: inline-flex; align-items: center; gap: 9px; font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--magenta-soft); margin-bottom: 20px; }
  .svc-overline::before { content: ''; width: 26px; height: 1.5px; background: var(--magenta-soft); }
  .svc-hero h1 { font-size: clamp(38px, 5vw, 64px); color: #fff; margin-bottom: 22px; line-height: 1.05; }
  .svc-hero h1 .accent-i { color: var(--magenta-soft); }
  .svc-hero-sub { font-size: 17px; color: rgba(255,255,255,0.82); font-weight: 300; line-height: 1.7; max-width: 520px; margin-bottom: 26px; }
  .svc-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 32px; }
  .svc-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.92); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); padding: 8px 15px; border-radius: 999px; }
  .svc-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
  .svc-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 16px; }
  .svc-hero-note { font-size: 13.5px; color: rgba(255,255,255,0.7); }
  .svc-hero-note a { color: #fff; font-weight: 600; }
  .svc-hero-visual { position: relative; }
  .svc-hero-photo { border-radius: 180px 180px 28px 28px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 44px 90px rgba(0,0,0,0.42); background-size: cover; background-position: center; }
  .svc-hero-badge { position: absolute; bottom: -24px; left: -28px; background: #fff; border-radius: 18px; padding: 14px 18px; box-shadow: 0 18px 44px rgba(0,0,0,0.28); display: flex; align-items: center; gap: 11px; z-index: 3; }
  .svc-hero-badge .b-ic { width: 38px; height: 38px; border-radius: 11px; background: rgba(61,187,107,0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .svc-hero-badge .b-ic svg { width: 20px; height: 20px; color: var(--green); }
  .svc-hero-badge b { font-size: 14px; color: var(--plum); display: block; line-height: 1.15; }
  .svc-hero-badge small { font-size: 11px; color: var(--gray); }

  /* about this service */
  .svc-about { background: var(--cream); }
  .svc-about .container { max-width: 870px; }
  .svc-prose { text-align: center; }
  .svc-prose p { font-size: 16.5px; color: var(--plum-soft); line-height: 1.85; font-weight: 300; margin-top: 18px; }

  /* what's included */
  .svc-included { background: var(--blush); }
  .svc-included .container { max-width: 1000px; }
  .svc-inc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
  .svc-inc-item { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: var(--plum); line-height: 1.55; font-weight: 400; background: #fff; border-radius: 16px; padding: 18px 22px; box-shadow: 0 8px 24px rgba(44,26,56,0.05); }
  .svc-inc-item svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--green); margin-top: 1px; }

  /* process */
  .svc-process { background: var(--cream); }
  .svc-proc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .proc-step { background: var(--white); border: 1px solid rgba(221,46,126,0.08); border-radius: 22px; padding: 34px 26px; transition: all 0.4s cubic-bezier(0.22,1,0.36,1); position: relative; }
  .proc-step:hover { transform: translateY(-8px); box-shadow: 0 28px 56px rgba(44,26,56,0.12); }
  .proc-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 600; color: var(--magenta-soft); line-height: 1; margin-bottom: 14px; }
  .proc-step h3 { font-size: 21px; color: var(--plum); margin-bottom: 9px; }
  .proc-step p { font-size: 13.5px; color: var(--gray); font-weight: 300; line-height: 1.65; }

  /* gallery */
  .svc-gallery { background: var(--blush); }
  .svc-gal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
  .svc-gal-item { border-radius: 20px; overflow: hidden; position: relative; aspect-ratio: 4/5; background-size: cover; background-position: center; box-shadow: 0 16px 40px rgba(44,26,56,0.12); }
  .svc-gal-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,26,56,0.6), transparent 58%); opacity: 0; transition: opacity 0.4s; }
  .svc-gal-item:hover::after { opacity: 1; }
  .svc-gal-cap { position: absolute; bottom: 16px; left: 18px; right: 18px; color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; z-index: 2; opacity: 0; transform: translateY(8px); transition: all 0.4s; }
  .svc-gal-item:hover .svc-gal-cap { opacity: 1; transform: translateY(0); }
  .svc-gal-note { text-align: center; margin-top: 30px; font-size: 13.5px; color: var(--gray); font-style: italic; }

  /* reviews */
  .svc-reviews { background: var(--cream); }
  .svc-rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
  .svc-rev-grid .gr-card { box-shadow: 0 16px 40px rgba(44,26,56,0.08); }
  .svc-rev-grid .gr-text { -webkit-line-clamp: unset; line-clamp: unset; overflow: visible; }

  /* faq */
  .svc-faq { background: var(--blush); }
  .faq-list { max-width: 820px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--blush-deep); }
  .faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 4px; font-family: 'Outfit', sans-serif; font-size: 17px; font-weight: 600; color: var(--plum); }
  .faq-q:hover { color: var(--magenta); }
  .faq-icon { flex-shrink: 0; width: 22px; height: 22px; position: relative; }
  .faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--magenta); border-radius: 2px; }
  .faq-icon::before { top: 10px; left: 2px; right: 2px; height: 2px; }
  .faq-icon::after { left: 10px; top: 2px; bottom: 2px; width: 2px; transition: transform 0.35s; }
  .faq-item.open .faq-icon::after { transform: scaleY(0); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
  .faq-a p { font-size: 15px; color: var(--plum-soft); line-height: 1.75; font-weight: 300; padding: 0 4px 22px; }

  /* areas */
  .svc-areas { background: var(--cream); }
  .svc-areas .container { max-width: 980px; }
  .areas-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .area-pill { font-size: 13.5px; color: var(--plum); background: var(--white); border: 1px solid var(--blush-deep); padding: 9px 18px; border-radius: 999px; transition: all 0.25s; box-shadow: 0 4px 14px rgba(44,26,56,0.05); }
  .area-pill:hover { background: var(--magenta); color: #fff; border-color: var(--magenta); transform: translateY(-2px); }

  @media (max-width: 980px) {
    .svc-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .svc-hero-visual { max-width: 360px; margin: 0 auto; }
    .svc-proc-grid { grid-template-columns: repeat(2,1fr); }
    .svc-gal-grid { grid-template-columns: repeat(2,1fr); }
    .svc-rev-grid { grid-template-columns: 1fr; }
    .svc-inc-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 560px) {
    .svc-proc-grid { grid-template-columns: 1fr; }
    .svc-gal-grid { grid-template-columns: 1fr; }
  }
