
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Inter', sans-serif; }
  .lp { font-family: 'Inter', sans-serif; background: #fff; color: #1a1a2e; overflow-x: hidden; }
  .nav { background: #1a0a3d; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; }
  .nav-logo { display: flex; align-items: center; gap: 10px; }
  .nav-bubble { width: 32px; height: 32px; }
  .nav-name { color: #fff; font-weight: 800; font-size: 16px; letter-spacing: -0.3px; }
  .nav-name span { color: #f5c518; }
  .nav-cta { background: #25d366; color: #fff; font-weight: 700; font-size: 13px; padding: 9px 18px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; display: flex; align-items: center; gap: 6px; transition: transform 0.2s, background 0.2s; }
  .nav-cta:hover { background: #1fba56; transform: scale(1.04); }

  .hero { background: linear-gradient(135deg, #1a0a3d 0%, #3b1fa8 55%, #5c32d4 100%); padding: 72px 24px 80px; text-align: center; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; background: rgba(245,197,24,0.07); border-radius: 50%; }
  .hero::after { content: ''; position: absolute; bottom: -80px; left: -40px; width: 250px; height: 250px; background: rgba(245,197,24,0.05); border-radius: 50%; }
  .hero-badge { display: inline-block; background: rgba(245,197,24,0.15); color: #f5c518; border: 1px solid rgba(245,197,24,0.3); font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; letter-spacing: 0.8px; text-transform: uppercase; }
  .hero h1 { color: #fff; font-size: clamp(26px, 5vw, 46px); font-weight: 900; line-height: 1.15; margin-bottom: 18px; max-width: 720px; margin-left: auto; margin-right: auto; }
  .hero h1 span { color: #f5c518; }
  .hero-sub { color: rgba(255,255,255,0.8); font-size: clamp(15px, 2.5vw, 18px); max-width: 520px; margin: 0 auto 28px; line-height: 1.6; }
  .hero-bullets { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 36px; }
  .hbullet { background: rgba(255,255,255,0.1); color: #fff; font-size: 14px; padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; gap: 6px; }
  .hbullet .ck { color: #f5c518; font-size: 15px; }
  .btn-main { display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff; font-weight: 800; font-size: 17px; padding: 18px 36px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; letter-spacing: -0.2px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 8px 32px rgba(37,211,102,0.35); }
  .btn-main:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 14px 40px rgba(37,211,102,0.45); }
  .btn-main .arrow { font-size: 20px; }
  .hero-trust { margin-top: 24px; color: rgba(255,255,255,0.55); font-size: 13px; }

  .section { padding: 64px 24px; max-width: 900px; margin: 0 auto; }
  .section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #7c5cbf; background: #f0ebff; padding: 5px 14px; border-radius: 50px; margin-bottom: 14px; }

  .pain { background: #fafafa; border-top: 1px solid #f0ebff; border-bottom: 1px solid #f0ebff; padding: 64px 24px; }
  .pain-inner { max-width: 820px; margin: 0 auto; }
  .pain h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 800; color: #1a0a3d; margin-bottom: 12px; line-height: 1.2; }
  .pain-sub { color: #555; font-size: 16px; margin-bottom: 32px; }
  .pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-bottom: 32px; }
  .pain-card { background: #fff; border: 1px solid #ffe0e0; border-radius: 12px; padding: 20px 22px; display: flex; align-items: flex-start; gap: 14px; }
  .pain-x { width: 36px; height: 36px; background: #ffeaea; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #e24b4a; font-weight: 800; font-size: 16px; flex-shrink: 0; }
  .pain-card-text { font-size: 14px; color: #444; font-weight: 500; line-height: 1.5; }
  .pain-cta-text { font-size: 18px; font-weight: 800; color: #3b1fa8; text-align: center; }

  .solution { background: #fff; padding: 64px 24px; }
  .solution-inner { max-width: 820px; margin: 0 auto; text-align: center; }
  .solution h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 800; color: #1a0a3d; margin-bottom: 12px; line-height: 1.2; }
  .solution-sub { color: #555; font-size: 16px; margin-bottom: 36px; max-width: 540px; margin-left: auto; margin-right: auto; }
  .sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
  .sol-card { background: linear-gradient(145deg, #f5f0ff, #eee8ff); border: 1px solid #d4c5f7; border-radius: 14px; padding: 28px 20px; text-align: center; }
  .sol-icon { font-size: 28px; margin-bottom: 10px; display: block; }
  .sol-title { font-size: 14px; font-weight: 700; color: #3b1fa8; }

  .offer { background: linear-gradient(135deg, #1a0a3d, #3b1fa8); padding: 72px 24px; text-align: center; }
  .offer-inner { max-width: 640px; margin: 0 auto; }
  .offer-badge2 { display: inline-block; background: rgba(245,197,24,0.15); color: #f5c518; border: 1px solid rgba(245,197,24,0.4); font-size: 12px; font-weight: 700; padding: 6px 16px; border-radius: 50px; margin-bottom: 20px; letter-spacing: 0.8px; }
  .offer h2 { color: #fff; font-size: clamp(24px, 5vw, 42px); font-weight: 900; margin-bottom: 10px; }
  .offer-price { margin: 24px 0 28px; }
  .offer-from { color: rgba(255,255,255,0.5); font-size: 14px; text-decoration: line-through; }
  .offer-val { color: #f5c518; font-size: clamp(44px, 8vw, 68px); font-weight: 900; line-height: 1; }
  .offer-val sup { font-size: 0.45em; vertical-align: super; }
  .offer-val span { font-size: 0.4em; color: rgba(255,255,255,0.7); font-weight: 500; }
  .offer-items { list-style: none; margin: 0 0 36px; display: inline-flex; flex-direction: column; gap: 10px; text-align: left; }
  .offer-items li { color: rgba(255,255,255,0.9); font-size: 15px; display: flex; align-items: center; gap: 10px; }
  .offer-items li .ck2 { color: #f5c518; font-weight: 800; }

  .pricing { background: #f7f5ff; padding: 64px 24px; }
  .pricing-inner { max-width: 640px; margin: 0 auto; text-align: center; }
  .pricing h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 800; color: #1a0a3d; margin-bottom: 10px; }
  .pricing-sub { color: #666; font-size: 15px; margin-bottom: 32px; }
  .pricing-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
  .price-pill { background: #fff; border: 1px solid #d4c5f7; border-radius: 14px; padding: 20px 28px; min-width: 180px; }
  .pp-label { font-size: 12px; color: #7c5cbf; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
  .pp-val { font-size: 26px; font-weight: 900; color: #3b1fa8; }
  .pp-period { font-size: 13px; color: #888; font-weight: 400; }
  .pricing-note { margin-top: 18px; color: #7c5cbf; font-size: 14px; font-weight: 500; }

  .objections { background: #fff; padding: 64px 24px; }
  .obj-inner { max-width: 760px; margin: 0 auto; }
  .obj-inner h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 800; color: #1a0a3d; margin-bottom: 28px; text-align: center; }
  .obj-list { display: flex; flex-direction: column; gap: 16px; }
  .obj-item { border: 1px solid #e8e0ff; border-radius: 14px; overflow: hidden; }
  .obj-q { background: #f5f0ff; padding: 16px 22px; font-size: 15px; font-weight: 700; color: #3b1fa8; display: flex; align-items: center; gap: 10px; }
  .obj-q .qmark { background: #3b1fa8; color: #fff; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; flex-shrink: 0; }
  .obj-a { background: #fff; padding: 14px 22px 16px; font-size: 14px; color: #444; line-height: 1.6; display: flex; align-items: flex-start; gap: 10px; }
  .obj-a .arrow2 { color: #25d366; font-weight: 800; font-size: 16px; flex-shrink: 0; margin-top: 2px; }

  .proof { background: #f7f5ff; padding: 64px 24px; }
  .proof-inner { max-width: 860px; margin: 0 auto; text-align: center; }
  .proof h2 { font-size: clamp(20px, 3.5vw, 30px); font-weight: 800; color: #1a0a3d; margin-bottom: 10px; }
  .proof-sub { color: #666; font-size: 15px; margin-bottom: 36px; }
  .mock-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
  .mock-card { background: #fff; border: 1px solid #d4c5f7; border-radius: 14px; overflow: hidden; }
  .mock-header { background: linear-gradient(135deg, #3b1fa8, #5c32d4); padding: 12px 14px; display: flex; align-items: center; gap: 8px; }
  .mock-dots { display: flex; gap: 5px; }
  .dot { width: 9px; height: 9px; border-radius: 50%; }
  .mock-url { background: rgba(255,255,255,0.15); border-radius: 4px; flex: 1; height: 20px; }
  .mock-body { padding: 18px; text-align: left; }
  .mock-hero-bar { background: linear-gradient(90deg, #3b1fa8, #5c32d4); height: 70px; border-radius: 8px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
  .mock-hero-bar span { color: #f5c518; font-size: 11px; font-weight: 700; }
  .mock-lines { display: flex; flex-direction: column; gap: 6px; }
  .mline { background: #eee8ff; border-radius: 4px; height: 8px; }
  .mline.short { width: 55%; }
  .mline.btn { background: #25d366; width: 70%; height: 22px; border-radius: 50px; margin-top: 8px; }
  .mock-tag { display: inline-block; background: #f0ebff; color: #7c5cbf; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; margin-top: 10px; }

  .urgency { background: linear-gradient(135deg, #c0392b, #e74c3c); padding: 48px 24px; text-align: center; }
  .urg-inner { max-width: 600px; margin: 0 auto; }
  .urg-icon { font-size: 36px; margin-bottom: 10px; }
  .urgency h2 { color: #fff; font-size: clamp(22px, 4vw, 34px); font-weight: 900; margin-bottom: 10px; }
  .urgency p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 24px; }
  .slots { display: flex; justify-content: center; gap: 10px; margin-bottom: 28px; }
  .slot { width: 36px; height: 36px; border-radius: 8px; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
  .slot.taken { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.4); text-decoration: line-through; }
  .slot.open { background: #fff; color: #c0392b; }

  .final-cta { background: #fff; padding: 80px 24px; text-align: center; border-top: 3px solid #f5c518; }
  .fc-inner { max-width: 640px; margin: 0 auto; }
  .final-cta h2 { font-size: clamp(24px, 4vw, 38px); font-weight: 900; color: #1a0a3d; margin-bottom: 12px; line-height: 1.2; }
  .final-cta p { color: #666; font-size: 16px; margin-bottom: 36px; }
  .btn-final { display: inline-flex; align-items: center; gap: 12px; background: #25d366; color: #fff; font-weight: 800; font-size: 18px; padding: 20px 42px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; box-shadow: 0 8px 32px rgba(37,211,102,0.35); transition: transform 0.2s, box-shadow 0.2s; }
  .btn-final:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 14px 40px rgba(37,211,102,0.45); }
  .guarantee { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 10px; color: #888; font-size: 13px; }
  .g-badge { width: 36px; height: 36px; background: #f0ebff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #3b1fa8; font-size: 18px; flex-shrink: 0; }

  .footer { background: #1a0a3d; padding: 28px 24px; text-align: center; }
  .footer-logo { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; }
  .footer p { color: rgba(255,255,255,0.4); font-size: 12px; }
  .footer span { color: #f5c518; font-weight: 700; }

  .wpp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; }
  .wpp-btn { width: 58px; height: 58px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: transform 0.2s; text-decoration: none; }
  .wpp-btn:hover { transform: scale(1.1); }
  .wpp-btn svg { width: 30px; height: 30px; fill: #fff; }
  .pulse { animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,0.45)} 50%{box-shadow:0 6px 40px rgba(37,211,102,0.7)} }

  @media(max-width:600px) {
    .hero { padding: 52px 18px 60px; }
    .section { padding: 48px 18px; }
  }

   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { margin:0; padding:0; box-sizing:border-box; }
  .sec {
    font-family: 'Inter', sans-serif;
    background: #0f0726;
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
  }
  .sec::before {
    content: '';
    position: absolute;
    top: -120px; left: 50%;
    transform: translateX(-50%);
    width: 700px; height: 400px;
    background: radial-gradient(ellipse, rgba(92,50,212,0.35) 0%, transparent 70%);
    pointer-events: none;
  }
  .sec::after {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(ellipse, rgba(245,197,24,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .inner { max-width: 920px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .pill {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(245,197,24,0.12);
    border: 1px solid rgba(245,197,24,0.28);
    color: #f5c518;
    font-size: 11px; font-weight: 700;
    letter-spacing: 1.4px; text-transform: uppercase;
    padding: 6px 16px; border-radius: 50px;
    margin-bottom: 20px;
  }
  .pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #f5c518; }
  h2 {
    color: #fff;
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 900; line-height: 1.15;
    margin-bottom: 12px;
  }
  h2 span { color: #f5c518; }
  .sub { color: rgba(255,255,255,0.5); font-size: 15px; margin-bottom: 52px; }

  .divider {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; margin-bottom: 52px;
  }
  .divider-line { flex: 1; max-width: 120px; height: 1px; background: rgba(255,255,255,0.1); }
  .divider-text { color: rgba(255,255,255,0.3); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }

  .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
  }
  @media(max-width: 600px) { .grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; } }

  .card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 18px;
    aspect-ratio: 4/3;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
  }
  .card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(92,50,212,0.18) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.25s;
    border-radius: 18px;
  }
  .card:hover { background: rgba(255,255,255,0.08); border-color: rgba(245,197,24,0.4); transform: translateY(-5px); }
  .card:hover::before { opacity: 1; }

  .logo-wrap {
    width: 100%; flex: 1;
    display: flex; align-items: center; justify-content: center;
  }
  .logo-wrap img { max-width: 80%; max-height: 64px; object-fit: contain; filter: brightness(1) saturate(1); transition: filter 0.25s; }
  .card:hover .logo-wrap img { filter: brightness(1.1) saturate(1.1); }

  .placeholder-logo {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    width: 90px; height: 60px;
    background: rgba(92,50,212,0.2);
    border: 1px dashed rgba(92,50,212,0.5);
    border-radius: 10px;
  }
  .pl-initials { font-size: 20px; font-weight: 900; color: #a48ee8; letter-spacing: -1px; }
  .pl-sub { font-size: 9px; font-weight: 600; color: rgba(164,142,232,0.6); letter-spacing: 0.6px; text-transform: uppercase; }

  .card-label {
    font-size: 11px; font-weight: 600;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .card:hover .card-label { color: rgba(245,197,24,0.7); }

  .visit-badge {
    position: absolute; top: 12px; right: 12px;
    background: rgba(245,197,24,0.12);
    border: 1px solid rgba(245,197,24,0.2);
    border-radius: 50px;
    padding: 3px 9px;
    font-size: 10px; font-weight: 700;
    color: rgba(245,197,24,0.6);
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .card:hover .visit-badge { opacity: 1; }

  .bottom { margin-top: 48px; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
  .stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .stat-num { font-size: 28px; font-weight: 900; color: #fff; }
  .stat-num span { color: #f5c518; }
  .stat-label { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.6px; text-transform: uppercase; }
  .stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,0.1); }

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { margin:0; padding:0; box-sizing:border-box; }
  .fsec {
    font-family: 'Inter', sans-serif;
    background: #0f0726;
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
  }
  .fsec::before {
    content:'';
    position:absolute; top:-100px; left:50%;
    transform:translateX(-50%);
    width:600px; height:400px;
    background:radial-gradient(ellipse, rgba(92,50,212,0.3) 0%, transparent 70%);
    pointer-events:none;
  }
  .fsec::after {
    content:'';
    position:absolute; bottom:-60px; right:-60px;
    width:280px; height:280px;
    background:radial-gradient(ellipse, rgba(245,197,24,0.06) 0%, transparent 70%);
    pointer-events:none;
  }
  .finner { max-width: 680px; margin: 0 auto; position: relative; z-index:1; }
  .fhead { text-align: center; margin-bottom: 44px; }
  .fpill {
    display:inline-flex; align-items:center; gap:7px;
    background:rgba(245,197,24,0.12);
    border:1px solid rgba(245,197,24,0.28);
    color:#f5c518; font-size:11px; font-weight:700;
    letter-spacing:1.4px; text-transform:uppercase;
    padding:6px 16px; border-radius:50px; margin-bottom:20px;
  }
  .fpill-dot { width:6px; height:6px; border-radius:50%; background:#f5c518; }
  .fhead h2 { color:#fff; font-size:clamp(24px,4vw,36px); font-weight:900; line-height:1.15; margin-bottom:10px; }
  .fhead h2 span { color:#f5c518; }
  .fhead p { color:rgba(255,255,255,0.45); font-size:15px; }

  .fcard {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 40px 36px;
  }
  @media(max-width:500px){ .fcard { padding: 28px 20px; } }

  .frow { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
  @media(max-width:520px){ .frow { grid-template-columns:1fr; } }
  .fgroup { display:flex; flex-direction:column; gap:7px; margin-bottom:16px; }
  .fgroup:last-of-type { margin-bottom:0; }

  label {
    font-size:11px; font-weight:700;
    color:rgba(255,255,255,0.45);
    letter-spacing:1.2px; text-transform:uppercase;
  }
  .finput {
    width:100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px 16px;
    font-family:'Inter',sans-serif;
    font-size:15px; font-weight:500;
    color:#fff;
    outline:none;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance:none;
  }
  .finput::placeholder { color:rgba(255,255,255,0.22); }
  .finput:focus { border-color: rgba(245,197,24,0.5); background: rgba(255,255,255,0.09); }
  select.finput { cursor:pointer; }
  select.finput option { background:#1a0a3d; color:#fff; }
  textarea.finput { resize:none; min-height:110px; line-height:1.6; }

  .fbtn {
    width:100%; margin-top:28px;
    background: #25d366;
    border:none; border-radius:14px;
    padding:18px;
    display:flex; align-items:center; justify-content:center; gap:12px;
    font-family:'Inter',sans-serif;
    font-size:16px; font-weight:800;
    color:#fff; letter-spacing:0.3px;
    cursor:pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .fbtn:hover { background:#1fba56; transform:translateY(-2px); }
  .fbtn:active { transform:scale(0.99); }
  .fbtn svg { width:20px; height:20px; fill:#fff; flex-shrink:0; }

  .fsafe {
    display:flex; align-items:center; justify-content:center; gap:7px;
    margin-top:16px;
    color:rgba(255,255,255,0.3); font-size:12px;
  }
  .fsafe svg { width:13px; height:13px; fill:rgba(245,197,24,0.5); flex-shrink:0; }

  .fdivider {
    height:1px; background:rgba(255,255,255,0.07);
    margin: 20px 0;
  }

 /* CARD BOM — novo */
 /* ========================================
   SEÇÃO DE CLIENTES — GS PRO MÍDIA
   Variação: Fundo Branco
======================================== */

.sec {
  font-family: 'Inter', sans-serif;
  background: #0f0726;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.sec::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(92,50,212,0.35) 0%, transparent 70%);
  pointer-events: none;
}

.sec::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse, rgba(245,197,24,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* — Pill label topo — */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245,197,24,0.12);
  border: 1px solid rgba(245,197,24,0.28);
  color: #f5c518;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5c518;
}

/* — Títulos — */
.inner h2 {
  color: #ffffff;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.inner h2 span {
  color: #f5c518;
}

.inner .sub {
  color: rgba(255,255,255,0.5);
  font-size: 15px;
  margin-bottom: 52px;
}

/* — Grid de logos — */
.logos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 600px) {
  .logos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

/* — Card — */
.card {
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: border-color 0.25s, transform 0.25s, background 0.25s, box-shadow 0.25s;
}

.card:hover {
  background: #f8f5ff;
  border-color: rgba(92,50,212,0.5);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

/* — Área da logo — */
.logo-area {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 12px;
  min-height: 160px;
}

.logo-area img {
  width: 100%;
  max-width: 160px;
  height: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.3s;
  display: block;
}

.card:hover .logo-area img {
  transform: scale(1.05);
}

/* — Rodapé do card — */
.card-footer {
  width: 100%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
  transition: color 0.25s;
}

.card:hover .card-label {
  color: #3b1fa8;
}

.card-arrow {
  font-size: 12px;
  color: rgba(92,50,212,0);
  transition: color 0.25s;
}

.card:hover .card-arrow {
  color: #3b1fa8;
}

/* — Badge visitar (canto superior direito) — */
.visit-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(92,50,212,0.08);
  border: 1px solid rgba(92,50,212,0.2);
  border-radius: 50px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(92,50,212,0.5);
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 0.25s;
}

.card:hover .visit-badge {
  opacity: 1;
}

/* — Estatísticas no rodapé da seção — */
.bottom {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat-num {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
}

.stat-num span {
  color: #f5c518;
}

.stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}
  .hint {
    position:relative; z-index:1;
    max-width:480px; width:100%;
    background:rgba(0,0,0,0.35);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;
    padding:18px 22px;
  }
  .hint-title { font-size:10px; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:rgba(245,197,24,0.6); margin-bottom:10px; }
  .hint-row { display:flex; gap:8px; align-items:flex-start; margin-bottom:6px; }
  .hint-row:last-child { margin-bottom:0; }
  .hint-icon { color:#f5c518; font-size:13px; flex-shrink:0; margin-top:1px; }
  .hint-text { font-size:13px; color:rgba(255,255,255,0.55); line-height:1.5; }
  .hint-text code { background:rgba(92,50,212,0.25); color:#a48ee8; padding:1px 6px; border-radius:4px; font-size:12px; }

 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { margin:0; padding:0; box-sizing:border-box; }
  .sol {
    font-family:'Inter',sans-serif;
    background:#fff;
    padding:80px 24px;
    position:relative;
    overflow:hidden;
  }
  .sol::before {
    content:'';
    position:absolute; top:0; left:0; right:0; height:3px;
    background:linear-gradient(90deg, #3b1fa8, #f5c518, #3b1fa8);
  }
  .sol-inner { max-width:960px; margin:0 auto; text-align:center; position:relative; z-index:1; }

  .spill {
    display:inline-flex; align-items:center; gap:7px;
    background:#f0ebff; border:1px solid #d4c5f7;
    color:#3b1fa8; font-size:11px; font-weight:700;
    letter-spacing:1.4px; text-transform:uppercase;
    padding:6px 16px; border-radius:50px; margin-bottom:20px;
  }
  .spill-icon { width:14px; height:14px; }

  .sol h2 {
    font-size:clamp(24px,4vw,40px); font-weight:900;
    color:#1a0a3d; line-height:1.15; margin-bottom:14px;
  }
  .sol-sub { color:#888; font-size:16px; max-width:520px; margin:0 auto 56px; line-height:1.6; }

  /* GRID */
  .sol-grid {
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:20px;
  }
  @media(max-width:700px){ .sol-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; } }
  @media(max-width:440px){ .sol-grid { grid-template-columns:1fr; max-width:320px; margin:0 auto; } }

  /* CARD */
  .scard {
    background:#fff;
    border:1px solid #ede8ff;
    border-radius:20px;
    padding:28px 22px 24px;
    text-align:left;
    display:flex; flex-direction:column; gap:16px;
    position:relative; overflow:hidden;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
    cursor:default;
  }
  .scard::before {
    content:'';
    position:absolute; inset:0;
    background:linear-gradient(135deg, rgba(59,31,168,0.03) 0%, transparent 60%);
    opacity:0; transition:opacity 0.25s;
    border-radius:20px;
  }
  .scard:hover { border-color:#c4b5f7; transform:translateY(-4px); box-shadow:0 16px 40px rgba(59,31,168,0.1); }
  .scard:hover::before { opacity:1; }

  /* Linha topo colorida por card */
  .scard::after {
    content:'';
    position:absolute; top:0; left:0; right:0; height:2px;
    border-radius:20px 20px 0 0;
    opacity:0; transition:opacity 0.3s;
  }
  .scard:hover::after { opacity:1; }
  .c1::after { background:linear-gradient(90deg,#7c5cbf,#b39ddb); }
  .c2::after { background:linear-gradient(90deg,#3b1fa8,#7c5cbf); }
  .c3::after { background:linear-gradient(90deg,#f5c518,#ffa726); }
  .c4::after { background:linear-gradient(90deg,#25d366,#00897b); }
  .c5::after { background:linear-gradient(90deg,#1565c0,#42a5f5); }
  .c6::after { background:linear-gradient(90deg,#c62828,#f5c518); }

  /* Ícone */
  .icon-wrap {
    width:48px; height:48px; border-radius:14px;
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
    transition: transform 0.25s;
  }
  .scard:hover .icon-wrap { transform:scale(1.1) rotate(-3deg); }
  .icon-wrap svg { width:24px; height:24px; }

  .i1 { background:#f0ebff; }
  .i2 { background:#e8eaff; }
  .i3 { background:#fff8e1; }
  .i4 { background:#e8f5e9; }
  .i5 { background:#e3f2fd; }
  .i6 { background:#fff3e0; }

  .scard-body { display:flex; flex-direction:column; gap:6px; flex:1; }
  .scard-title { font-size:15px; font-weight:800; color:#1a0a3d; line-height:1.3; }
  .scard-desc { font-size:13px; color:#888; line-height:1.6; }

  /* Número decorativo */
  .scard-num {
    position:absolute; top:16px; right:18px;
    font-size:40px; font-weight:900;
    color:rgba(59,31,168,0.04);
    line-height:1; pointer-events:none;
    font-variant-numeric:tabular-nums;
  }


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
  * { margin:0; padding:0; box-sizing:border-box; }

  .inner { max-width:1020px; margin:0 auto; text-align:center; }
  .pill {
    display:inline-flex; align-items:center; gap:7px;
    background:#f0ebff; border:1px solid #d4c5f7;
    color:#3b1fa8; font-size:11px; font-weight:700;
    letter-spacing:1.4px; text-transform:uppercase;
    padding:6px 16px; border-radius:50px; margin-bottom:20px;
  }
  h2 { font-size:clamp(22px,4vw,36px); font-weight:900; color:#1a0a3d; margin-bottom:10px; }
  .sub { color:#888; font-size:15px; margin-bottom:52px; }

  .grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
  }
  @media(max-width:720px){ .grid { grid-template-columns:1fr; max-width:380px; margin:0 auto; } }

  /* BROWSER FRAME */
  .browser {
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e0d8ff;
    box-shadow:0 8px 32px rgba(59,31,168,0.1);
    transition:transform 0.3s, box-shadow 0.3s;
    text-align:left;
  }
  .browser:hover { transform:translateY(-6px); box-shadow:0 20px 48px rgba(59,31,168,0.18); }

  .browser-bar {
    background:#f0ebff;
    padding:10px 14px;
    display:flex; align-items:center; gap:10px;
    border-bottom:1px solid #e0d8ff;
  }
  .dots { display:flex; gap:5px; }
  .dot { width:9px; height:9px; border-radius:50%; }
  .d1{background:#ff5f57;} .d2{background:#febc2e;} .d3{background:#28c840;}
  .url-bar {
    flex:1; background:#fff; border:1px solid #e0d8ff;
    border-radius:6px; padding:4px 10px;
    font-size:10px; color:#9b89d4; font-weight:500;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }

  .site-body { padding:0; }

  /* ── SITE 1: SERVIÇOS LOCAIS ── */
  .s1-hero {
    background:linear-gradient(135deg,#1a0a3d,#3b1fa8);
    padding:20px 16px 18px;
  }
  .s1-nav { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
  .s1-logo { display:flex; align-items:center; gap:6px; }
  .s1-logo-icon { width:20px; height:20px; background:#f5c518; border-radius:5px; display:flex; align-items:center; justify-content:center; }
  .s1-logo-icon svg { width:12px; height:12px; fill:#1a0a3d; }
  .s1-logo-text { font-size:11px; font-weight:800; color:#fff; }
  .s1-nav-btn { background:#f5c518; color:#1a0a3d; font-size:9px; font-weight:800; padding:4px 10px; border-radius:20px; }
  .s1-badge { display:inline-block; background:rgba(245,197,24,0.2); color:#f5c518; font-size:8px; font-weight:700; padding:3px 8px; border-radius:20px; margin-bottom:8px; letter-spacing:0.5px; }
  .s1-title { color:#fff; font-size:13px; font-weight:900; line-height:1.3; margin-bottom:6px; }
  .s1-sub { color:rgba(255,255,255,0.6); font-size:9px; line-height:1.5; margin-bottom:12px; }
  .s1-cta { display:inline-flex; align-items:center; gap:5px; background:#25d366; color:#fff; font-size:9px; font-weight:800; padding:7px 14px; border-radius:20px; }
  .s1-cta svg { width:9px; height:9px; fill:#fff; }
  .s1-body { padding:14px 16px; }
  .s1-services { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:12px; }
  .s1-service { background:#f7f5ff; border:1px solid #e8e0ff; border-radius:8px; padding:10px 10px; }
  .s1-service-icon { width:24px; height:24px; border-radius:6px; display:flex; align-items:center; justify-content:center; margin-bottom:5px; }
  .s1-service-title { font-size:9px; font-weight:700; color:#1a0a3d; margin-bottom:2px; }
  .s1-service-price { font-size:8px; color:#7c5cbf; font-weight:600; }
  .s1-reviews { display:flex; align-items:center; gap:6px; background:#fffbea; border:1px solid #fde68a; border-radius:8px; padding:8px 10px; }
  .s1-stars { color:#f5c518; font-size:10px; letter-spacing:1px; }
  .s1-review-text { font-size:8px; color:#666; }

  /* ── SITE 2: LOJA ── */
  .s2-hero { background:#fff; }
  .s2-topbar { background:#1a0a3d; padding:5px 14px; display:flex; align-items:center; justify-content:center; }
  .s2-topbar span { color:#f5c518; font-size:8px; font-weight:700; letter-spacing:0.5px; }
  .s2-nav { padding:10px 14px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #f0ebff; }
  .s2-logo2 { font-size:13px; font-weight:900; color:#1a0a3d; }
  .s2-logo2 span { color:#3b1fa8; }
  .s2-icons { display:flex; gap:8px; }
  .s2-icons svg { width:14px; height:14px; stroke:#3b1fa8; fill:none; stroke-width:2; stroke-linecap:round; }
  .s2-banner { background:linear-gradient(120deg,#3b1fa8,#5c32d4); margin:12px; border-radius:10px; padding:16px 14px; }
  .s2-banner-tag { background:rgba(245,197,24,0.2); color:#f5c518; font-size:7px; font-weight:700; padding:2px 7px; border-radius:20px; display:inline-block; margin-bottom:6px; letter-spacing:0.5px; }
  .s2-banner-title { color:#fff; font-size:12px; font-weight:900; margin-bottom:4px; line-height:1.3; }
  .s2-banner-sub { color:rgba(255,255,255,0.65); font-size:8px; margin-bottom:10px; }
  .s2-banner-row { display:flex; align-items:center; gap:8px; }
  .s2-btn-buy { background:#f5c518; color:#1a0a3d; font-size:8px; font-weight:800; padding:6px 12px; border-radius:20px; }
  .s2-price-off { color:rgba(255,255,255,0.5); font-size:8px; text-decoration:line-through; }
  .s2-price-on { color:#f5c518; font-size:11px; font-weight:900; }
  .s2-products { display:grid; grid-template-columns:1fr 1fr 1fr; gap:6px; padding:0 12px 12px; }
  .s2-prod { border:1px solid #f0ebff; border-radius:8px; overflow:hidden; }
  .s2-prod-img { height:36px; display:flex; align-items:center; justify-content:center; }
  .s2-prod-info { padding:5px 6px; }
  .s2-prod-name { font-size:7px; font-weight:700; color:#1a0a3d; margin-bottom:2px; }
  .s2-prod-price { font-size:8px; font-weight:800; color:#3b1fa8; }
  .s2-cart-btn { display:block; width:100%; text-align:center; font-size:7px; font-weight:700; color:#3b1fa8; background:#f0ebff; padding:3px; }

  /* ── SITE 3: PROFISSIONAL LIBERAL ── */
  .s3-hero { background:linear-gradient(160deg,#0f0726,#1a0a3d); padding:18px 16px 16px; }
  .s3-nav { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
  .s3-name { color:#fff; font-size:11px; font-weight:800; }
  .s3-name span { color:#f5c518; }
  .s3-nav-links { display:flex; gap:8px; }
  .s3-nav-links span { color:rgba(255,255,255,0.5); font-size:8px; }
  .s3-profile { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
  .s3-avatar { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,#7c5cbf,#3b1fa8); border:2px solid #f5c518; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
  .s3-avatar svg { width:20px; height:20px; stroke:#fff; fill:none; stroke-width:1.5; }
  .s3-info { flex:1; }
  .s3-role { color:rgba(255,255,255,0.5); font-size:8px; margin-bottom:2px; }
  .s3-title3 { color:#fff; font-size:12px; font-weight:900; line-height:1.3; }
  .s3-cred { display:flex; gap:6px; margin-bottom:12px; }
  .s3-cred-item { background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:6px; padding:5px 8px; }
  .s3-cred-num { color:#f5c518; font-size:11px; font-weight:900; }
  .s3-cred-label { color:rgba(255,255,255,0.45); font-size:7px; }
  .s3-cta3 { display:inline-flex; align-items:center; gap:5px; background:#25d366; color:#fff; font-size:9px; font-weight:800; padding:7px 14px; border-radius:20px; }
  .s3-body { padding:12px 16px; }
  .s3-services { display:flex; flex-direction:column; gap:6px; }
  .s3-svc { display:flex; align-items:center; gap:10px; background:#f7f5ff; border:1px solid #e8e0ff; border-radius:8px; padding:8px 10px; }
  .s3-svc-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
  .s3-svc-name { font-size:9px; font-weight:700; color:#1a0a3d; flex:1; }
  .s3-svc-price { font-size:9px; font-weight:800; color:#3b1fa8; }

  /* Tag inferior */
  .site-tag {
    display:inline-flex; align-items:center; gap:5px;
    background:#f0ebff; color:#3b1fa8;
    font-size:10px; font-weight:700;
    padding:5px 12px; border-radius:50px;
    border:1px solid #d4c5f7;
    margin:12px 0 4px;
  }
  .site-tag svg { width:11px; height:11px; stroke:#3b1fa8; fill:none; stroke-width:2; }