*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --teal: #3a8c8c;
    --teal-light: #5bb5b5;
    --teal-pale: #e8f5f5;
    --teal-mid: #2a7070;
    --areia: #b8a898;
    --areia-pale: #f5f0eb;
    --areia-mid: #9a8878;
    --text-dark: #2c2825;
    --text-mid: #5a5048;
    --text-light: #8a7e78;
    --white: #fefcfa;
    --section-alt: #f9f5f0;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; font-weight: 300; color: var(--text-dark); background: var(--white); overflow-x: hidden; }
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 4rem;
    background: rgba(254,252,250,0.94);
    backdrop-filter: blur(12px);
    border-bottom: 0.5px solid rgba(184,168,152,0.25);
    transition: padding 0.3s, box-shadow 0.3s;
  }
  nav .logo img { height: 68px; }
  nav ul { display: flex; gap: 2.5rem; list-style: none; }
  nav ul a { text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-mid); transition: color 0.3s; }
  nav ul a:hover { color: var(--teal); }
  .nav-cta { background: var(--teal); color: white !important; padding: 0.6rem 1.4rem; border-radius: 2rem; font-size: 0.72rem !important; transition: background 0.3s !important; }
  .nav-cta:hover { background: var(--teal-mid) !important; color: white !important; }

  #hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; background: var(--white); position: relative; overflow: hidden; }
  #hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 82% 50%, var(--teal-pale) 0%, transparent 60%); pointer-events: none; }

  .hero-text { display: flex; flex-direction: column; justify-content: center; padding: 6rem 4rem 6rem 6rem; position: relative; z-index: 2; }
  .hero-badge { display: inline-block; background: var(--teal-pale); color: var(--teal-mid); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 2rem; margin-bottom: 2rem; width: fit-content; border: 0.5px solid rgba(58,140,140,0.25); animation: fadeUp 0.6s ease both; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 300; line-height: 1.1; color: var(--text-dark); margin-bottom: 1.5rem; animation: fadeUp 0.6s 0.15s ease both; }
  .hero-title em { font-style: italic; color: var(--teal); }
  .hero-subtitle { font-size: 1rem; line-height: 1.85; color: var(--text-mid); max-width: 420px; margin-bottom: 3rem; font-weight: 300; animation: fadeUp 0.6s 0.3s ease both; }
  .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.6s 0.45s ease both; }

  .btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--teal); color: white; text-decoration: none; padding: 1rem 2.2rem; border-radius: 3rem; font-size: 0.85rem; letter-spacing: 0.06em; transition: all 0.3s; font-family: 'Jost', sans-serif; font-weight: 400; }
  .btn-primary:hover { background: var(--teal-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(58,140,140,0.25); }
  .btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--teal); text-decoration: none; padding: 1rem 2.2rem; border-radius: 3rem; font-size: 0.85rem; letter-spacing: 0.06em; border: 1px solid rgba(58,140,140,0.4); transition: all 0.3s; font-family: 'Jost', sans-serif; font-weight: 400; }
  .btn-secondary:hover { background: var(--teal-pale); border-color: var(--teal); }

  .hero-image { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: center; padding: 4rem 4rem 0; animation: fadeUp 0.8s 0.2s ease both; }
  .hero-image img { width: 100%; max-width: 440px; height: 640px; object-fit: cover; object-position: top center; border-radius: 220px 220px 0 0; }

  .hero-stats { display: flex; gap: 1.5rem; margin-top: 2.5rem; }
  .stat-pill { background: white; border: 0.5px solid rgba(184,168,152,0.3); border-radius: 1rem; padding: 0.8rem 1.4rem; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
  .stat-pill strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--teal); line-height: 1; }
  .stat-pill span { font-size: 0.68rem; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; }

  #sobre { background: var(--section-alt); padding: 8rem 6rem; }
  .sobre-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 6rem; align-items: center; max-width: 1100px; margin: 0 auto; }
  .sobre-img-wrap { position: relative; }
  .sobre-img-wrap::before { content: ''; position: absolute; top: -2rem; left: -2rem; width: 180px; height: 180px; border-radius: 50%; background: var(--teal-pale); z-index: 0; }
  .sobre-img-wrap::after { content: ''; position: absolute; bottom: -1.5rem; right: -1.5rem; width: 100px; height: 100px; border-radius: 50%; background: rgba(184,168,152,0.15); z-index: 0; }
  .sobre-img-wrap img { width: 100%; max-width: 340px; height: 440px; object-fit: cover; object-position: top center; border-radius: 170px 170px 60px 60px; position: relative; z-index: 1; box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
  .crp-badge { position: absolute; bottom: 1.5rem; right: -1rem; background: white; border: 0.5px solid rgba(58,140,140,0.2); border-radius: 1rem; padding: 0.8rem 1.2rem; z-index: 2; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .crp-badge span { display: block; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); }
  .crp-badge strong { font-size: 0.88rem; color: var(--teal); font-weight: 500; }

  .section-label { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--areia-mid); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 0.8rem; }
  .section-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--areia-mid); }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 300; line-height: 1.2; color: var(--text-dark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--teal); }
  .sobre-text { font-size: 0.95rem; line-height: 2; color: var(--text-mid); margin-bottom: 1rem; }
  .sobre-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
  .tag { background: var(--teal-pale); color: var(--teal-mid); border: 0.5px solid rgba(58,140,140,0.2); padding: 0.35rem 0.9rem; border-radius: 2rem; font-size: 0.72rem; letter-spacing: 0.04em; }

  #beneficios { background: var(--white); padding: 8rem 6rem; }
  .section-header { text-align: center; max-width: 560px; margin: 0 auto 5rem; }
  .beneficios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
  .beneficio-card { background: var(--section-alt); border: 0.5px solid rgba(184,168,152,0.2); border-radius: 1.5rem; padding: 2.5rem 2rem; transition: all 0.4s; position: relative; overflow: hidden; }
  .beneficio-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--teal); transform: scaleX(0); transition: transform 0.4s; transform-origin: left; }
  .beneficio-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(58,140,140,0.1); }
  .beneficio-card:hover::before { transform: scaleX(1); }
  .beneficio-icon { width: 50px; height: 50px; background: var(--teal-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.3rem; }
  .beneficio-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--text-dark); margin-bottom: 0.7rem; }
  .beneficio-card p { font-size: 0.86rem; line-height: 1.85; color: var(--text-mid); }

  .regulamentado { background: var(--teal); padding: 4rem 6rem; display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap; }
  .reg-item { text-align: center; color: white; }
  .reg-item .reg-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; line-height: 1; opacity: 0.9; }
  .reg-item .reg-label { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.65; margin-top: 0.3rem; max-width: 140px; }
  .reg-divider { width: 1px; height: 55px; background: rgba(255,255,255,0.2); }

  #servicos { background: var(--section-alt); padding: 8rem 6rem; }
  .servicos-list { display: grid; gap: 1.5rem; max-width: 900px; }
  .servico-item { display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 3rem; background: var(--white); border: 1px solid rgba(58,140,140,0.18); border-radius: 1.5rem; padding: 2.5rem 3rem; transition: all 0.4s; }
  .servico-item:hover { box-shadow: 0 12px 40px rgba(58,140,140,0.08); transform: translateX(4px); }
  .servico-number { font-family: 'Cormorant Garamond', serif; font-size: 4.5rem; font-weight: 300; color: rgba(58,140,140,0.1); line-height: 1; }
  .servico-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--text-dark); margin-bottom: 0.5rem; }
  .servico-content p { font-size: 0.86rem; line-height: 1.85; color: var(--text-mid); }
  .servico-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(58,140,140,0.3); display: flex; align-items: center; justify-content: center; color: var(--teal); text-decoration: none; transition: all 0.3s; font-size: 1.1rem; flex-shrink: 0; }
  .servico-arrow:hover { background: var(--teal); color: white; border-color: var(--teal); }

  #como-funciona { background: var(--white); padding: 8rem 6rem; }
  .passos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 900px; margin: 0 auto; position: relative; }
  .passos-grid::before { content: ''; position: absolute; top: 2rem; left: 18%; right: 18%; height: 1px; background: linear-gradient(to right, var(--teal-pale), var(--teal-light), var(--teal-pale)); }
  .passo { text-align: center; padding: 2rem 1.5rem; }
  .passo-num { width: 50px; height: 50px; border-radius: 50%; background: var(--teal); color: white; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; margin: 0 auto 1.5rem; position: relative; z-index: 1; }
  .passo h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--text-dark); margin-bottom: 0.6rem; }
  .passo p { font-size: 0.85rem; line-height: 1.8; color: var(--text-mid); }

  #cta { background: var(--section-alt); padding: 8rem 6rem; text-align: center; position: relative; overflow: hidden; }
  #cta::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, var(--teal-pale) 0%, transparent 70%); pointer-events: none; }
  #cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 300; color: var(--text-dark); margin-bottom: 1rem; line-height: 1.2; position: relative; }
  #cta h2 em { font-style: italic; color: var(--teal); }
  #cta p { font-size: 1rem; color: var(--text-mid); margin-bottom: 3rem; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.85; position: relative; }
  .cta-logo { margin-bottom: 2rem; position: relative; }
  .cta-logo img { height: 65px; }

  footer { background: var(--text-dark); color: rgba(255,255,255,0.55); padding: 3rem 6rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
  footer > img { height: 52px; filter: brightness(0) invert(1); opacity: 0.7; }
  footer .footer-center { text-align: center; font-size: 0.73rem; letter-spacing: 0.06em; }
  footer .footer-right { display: flex; gap: 1.5rem; align-items: center; }
  footer a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.04em; transition: color 0.3s; }
  footer a:hover { color: var(--teal-light); }
  .footer-dev { display: flex; align-items: center; gap: 0.6rem; border-top: 0.5px solid rgba(255,255,255,0.08); margin-top: 1.5rem; padding-top: 1.5rem; width: 100%; justify-content: center; }
  .footer-dev span { font-size: 0.7rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.35); text-transform: uppercase; }
  .footer-dev img { height: 40px; width: 40px; border-radius: 50%; opacity: 1; transition: opacity 0.3s; object-fit: cover; filter: none; }
  .footer-dev a:hover img { opacity: 1; }
  .footer-dev a { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: rgba(255,255,255,0.55); font-size: 0.75rem; font-weight: 400; transition: color 0.3s; }
  .footer-dev a:hover { color: rgba(255,255,255,0.9); }

  .whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: all 0.3s; }
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); }
  .whatsapp-float svg { width: 28px; height: 28px; fill: white; }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    nav ul { display: none; }
    #hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-image { display: none; }
    .hero-text { padding: 5rem 1.5rem 3rem; }
    .hero-stats { position: static; margin: 2rem 1.5rem 0; }
    #sobre, #beneficios, #servicos, #como-funciona, #cta { padding: 5rem 1.5rem; }
    .sobre-grid { grid-template-columns: 1fr; gap: 3rem; }
    .sobre-img-wrap { display: block; }
    .sobre-img-wrap img { max-width: 100%; height: 320px; }
    .beneficios-grid { grid-template-columns: 1fr; }
    .servico-item { grid-template-columns: 1fr; gap: 1rem; }
    .passos-grid { grid-template-columns: 1fr; }
    .passos-grid::before { display: none; }
    .regulamentado { padding: 4rem 2rem; gap: 2rem; }
    footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
    .footer-right { flex-wrap: wrap; justify-content: center; }
  }