/* ============================================
   PRO AQUA HOME — CSS
   Fonte: Outfit (Google Fonts)
   Valores reais extraídos do Figma
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap');

:root {
    --pah-navy:         #0D1B2A;
    --pah-navy-card:    #1A2940;
    --pah-preto:        #111827;
    --pah-branco:       #FFFFFF;
    --pah-cinza-bg:     #F9FAFB;
    --pah-cinza-texto:  #4A5565;
    --pah-cinza-claro:  #9CA3AF;
    --pah-ciano:        #00BCD4;
    --pah-ciano-claro:  #E0F7FA;
    --pah-laranja:      #FF5722;
    --pah-vermelho:     #E53935;
    --pah-verde-agua:   #80CBC4;
    --pah-font:         'Outfit', sans-serif;
    --pah-container:    1320px;
    --pah-py:           80px;
    --pah-radius:       16px;
    --pah-radius-btn:   999px;
    --pah-shadow:       0 4px 24px rgba(0,0,0,0.10);
}

/* BASE */
.pah-wrap *, .pah-wrap *::before, .pah-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }
.pah-wrap { font-family: var(--pah-font); color: var(--pah-preto); line-height: 1.6; overflow-x: hidden; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.pah-container { max-width: var(--pah-container); margin: 0 auto; padding: 0 24px; }
.pah-text-center { text-align: center; }
.pah-branco { color: var(--pah-branco) !important; }
.pah-ciano  { color: var(--pah-ciano) !important; }
.pah-cinza  { color: var(--pah-cinza-claro) !important; }
.pah-cinza-claro-texto { color: var(--pah-cinza-claro); }

/* TÍTULOS PADRÃO */
.pah-titulo-sec { font-size: clamp(2rem, 4vw, 3.75rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.pah-sub-sec    { font-size: clamp(1rem, 2vw, 1.5rem); line-height: 1.625; margin-bottom: 48px; }

/* PONTINHOS DECORATIVOS */
.pah-dots { display: none; }
.pah-dot  { width: 8px; height: 8px; border-radius: 50%; }
.pah-dot--azul  { background: #1565C0; }
.pah-dot--ciano { background: var(--pah-ciano); }
.pah-dot--cinza { background: #90A4AE; }

/* BOTÕES */
.pah-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--pah-radius-btn); font-family: var(--pah-font); font-weight: 600; font-size: 1rem; text-decoration: none; transition: all .3s; cursor: pointer; border: none; }
.pah-btn--laranja      { background: linear-gradient(135deg, #FF8A50 0%, #FF5722 100%); color: #fff; }
.pah-btn--laranja:hover { filter: brightness(1.06); color: #fff; transform: translateY(-2px); }
.pah-btn--azul         { background: linear-gradient(135deg, #35C9E0 0%, #1499C4 100%); color: #fff; }
.pah-btn--azul:hover    { filter: brightness(1.06); color: #fff; transform: translateY(-2px); }
.pah-btn--outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.pah-btn--outline-white:hover { background: rgba(255,255,255,0.1); color: #fff; }
.pah-btn--lg { padding: 18px 40px; font-size: 1.1rem; }

/* BADGES */
.pah-badge { display: inline-block; padding: 6px 16px; border-radius: var(--pah-radius-btn); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.pah-badge--vermelho { background: var(--pah-vermelho); color: #fff; }
.pah-badge--ciano    { background: var(--pah-ciano); color: #fff; }

/* ====== SEÇÃO 1 — HERO ====== */
.pah-hero { position: relative; min-height: 90vh; background: var(--pah-navy); background-size: cover; background-position: center; display: flex; align-items: center; overflow: hidden; }
.pah-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0; transition: opacity .7s ease; }
.pah-hero__video.pah-video-ready { opacity: 1; }
.pah-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to left, rgba(13,27,42,0.85) 50%, rgba(13,27,42,0.3) 100%); }
.pah-hero .pah-container { position: relative; z-index: 2; display: flex !important; justify-content: flex-end !important; width: 100% !important; max-width: none !important; margin: 0 !important; padding-right: calc(6% + 60px); }
.pah-hero__content { max-width: 820px; text-align: right; margin-left: auto !important; margin-right: 0 !important; }
.pah-hero__badge { display: inline-block; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.9); padding: 8px 20px; border-radius: var(--pah-radius-btn); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 24px; }
.pah-hero__titulo { font-size: clamp(2.75rem, 5.5vw, 4.25rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 20px; }
.pah-hero__grad { background: linear-gradient(90deg, #3B82F6 0%, #7BD9EC 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.pah-hero__sub { color: rgba(255,255,255,0.85); font-size: 1.375rem; margin-bottom: 32px; line-height: 1.6; }
.pah-hero__btns { display: flex; gap: 16px; justify-content: flex-end; flex-wrap: wrap; }

/* ====== SEÇÃO 2 — RESPIRAR MELHOR ====== */
.pah-s2 { padding: var(--pah-py) 0; background-color: #EDEFF1; background-size: cover; background-position: center; position: relative; }
.pah-s2__titulo { font-size: clamp(2rem, 4vw, 3.75rem); font-weight: 700; line-height: 1.25; text-align: center; margin-bottom: 24px; }
.pah-s2__titulo .pah-ciano { color: #3A5C86 !important; }
.pah-s2__texto  { font-size: clamp(1rem, 2vw, 1.5rem); color: var(--pah-cinza-texto); text-align: center; max-width: 960px; margin: 0 auto; line-height: 1.625; text-wrap: pretty; }

/* ====== SEÇÃO 3 — O AR DA NATUREZA ====== */
.pah-s3 { padding: var(--pah-py) 0; background: #fff; }
.pah-s3 .pah-titulo-sec { margin-bottom: 40px; }
.pah-s3__img-wrap { border-radius: var(--pah-radius); overflow: hidden; margin-bottom: 48px; background: #24402f; }
.pah-s3__img { width: 100%; height: 380px; object-fit: cover; display: block; opacity: 0; transition: opacity .7s ease; }
.pah-s3__img.pah-video-ready { opacity: 1; }
.pah-s3__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.pah-s3__col h3 { font-size: clamp(1.6rem, 2.4vw, 2.125rem); font-weight: 700; color: var(--pah-preto); line-height: 1.25; min-height: 2.5em; margin-bottom: 16px; }
.pah-s3__col p  { color: var(--pah-cinza-texto); font-size: 1.125rem; line-height: 1.7; }

/* ====== SEÇÃO 4 — BENEFÍCIOS ====== */
.pah-s4 { padding: var(--pah-py) 0; background-size: cover; background-position: center; }
.pah-s4 .pah-titulo-sec { text-align: left; }
.pah-s4 .pah-sub-sec    { text-align: left; font-size: clamp(1.75rem, 3.4vw, 3rem); font-weight: 700; }
.pah-s4__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.pah-s4__card { position: relative; border-radius: var(--pah-radius); overflow: hidden; height: 380px; background-size: cover; background-position: center 30%; display: flex; align-items: flex-end; padding: 20px; }
.pah-s4__card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%); }
.pah-s4__card-label { position: relative; z-index: 1; color: #fff; font-weight: 700; font-size: 1.5rem; line-height: 1.3; transition: opacity .3s ease; }
/* Efeito hover — revela título + texto */
.pah-s4__card--hover { cursor: pointer; }
.pah-s4__card-hover { position: absolute; inset: 0; z-index: 3; background: rgba(11,22,38,0.88); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px; opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.pah-s4__card--hover:hover .pah-s4__card-hover { opacity: 1; }
.pah-s4__card--hover:hover .pah-s4__card-label { opacity: 0; }
.pah-s4__hover-titulo { color: #fff; font-size: 1.375rem; font-weight: 700; line-height: 1.3; margin-bottom: 12px; max-width: 96%; }
.pah-s4__hover-texto { color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.5; max-width: 96%; }

/* ====== SEÇÃO 5 — A DIFERENÇA ====== */
.pah-s5 { padding: var(--pah-py) 0; background: var(--pah-navy); }
.pah-s5 .pah-titulo-sec { text-align: center; }
.pah-s5 .pah-sub-sec    { text-align: center; }
.pah-s5__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pah-s5__card { position: relative; background: #26374F; border: 1px solid rgba(255,255,255,0.12); border-radius: var(--pah-radius); overflow: hidden; padding-bottom: 28px; }
.pah-s5__card .pah-badge { position: absolute; top: 20px; left: 20px; z-index: 2; }
.pah-s5__foto img { width: 100%; height: 400px; object-fit: cover; object-position: center; display: block; }
.pah-s5__card-titulo { color: #fff; font-size: 1.5rem; font-weight: 700; padding: 20px 20px 14px; }
.pah-s5__lista { list-style: none; padding: 0 20px; }
.pah-s5__lista li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,0.85); font-size: 0.9rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.pah-icone-neg { color: var(--pah-vermelho); font-weight: 700; flex-shrink: 0; }
.pah-icone-pos { color: var(--pah-ciano); font-weight: 700; flex-shrink: 0; }

/* ====== SEÇÃO 6 — GRID IMAGENS ====== */
.pah-s6 { padding: var(--pah-py) 0; background: #fff; }
.pah-s6__grid { display: grid; grid-template-columns: 1fr 1fr 1.8fr; gap: 20px; }
.pah-s6__foto { width: 100%; height: 250px; object-fit: cover; border-radius: 16px; display: block; }
.pah-s6__card-centro { background: var(--pah-navy); border-radius: 16px; height: 250px; display: flex; align-items: center; justify-content: center; }
.pah-s6__card-centro span { color: var(--pah-ciano); font-size: 1.4rem; font-weight: 700; text-align: center; padding: 16px; }
.pah-s6__texto { align-self: start; padding-left: 8px; }
.pah-s6__texto h2 { font-size: clamp(1.6rem, 2.1vw, 2rem); font-weight: 700; line-height: 1.25; margin-bottom: 16px; }
.pah-s6__texto p  { color: var(--pah-cinza-texto); font-size: 1.125rem; line-height: 1.7; }

/* ====== SEÇÃO 7 — RENOVE ====== */
.pah-s7 { padding: var(--pah-py) 0; background: #fff; }
.pah-s7__inner { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 40px; align-items: center; }
.pah-s7__foto-esq img { width: 100%; border-radius: var(--pah-radius); display: block; }
.pah-s7__foto-dir img { width: 100%; display: block; }
.pah-s7__produto-video { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.pah-s7__badge { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pah-cinza-texto); font-weight: 600; display: block; margin-bottom: 8px; }
.pah-s7__titulo { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.3; margin-bottom: 24px; max-width: 11em; }
.pah-s7__titulo strong { font-weight: 600; white-space: nowrap; }
.pah-s7__assinatura { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.pah-s7__slogan { color: var(--pah-cinza-texto); font-size: 0.9rem; }

/* ====== SEÇÃO 8 — CERTIFICAÇÕES ====== */
.pah-s8 { padding: var(--pah-py) 0; background: #000; }
.pah-s8 .pah-titulo-sec, .pah-s8 .pah-sub-sec { text-align: center; }
.pah-s8 .pah-carousel__slide { display: flex; align-items: center; justify-content: center; }
.pah-s8 .pah-carousel__slide img { max-height: 150px; max-width: 82%; width: auto; height: auto; object-fit: contain; }

/* ====== SEÇÃO 9 — DEPOIMENTOS ====== */
.pah-s9 { padding: var(--pah-py) 0; background: #fff; }
.pah-s9 .pah-titulo-sec { text-align: left; }
.pah-dep__card { background: var(--pah-navy-card); border-radius: var(--pah-radius); padding: 24px; color: #fff; }
.pah-dep__topo { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.pah-dep__estrelas { color: #FFC107; font-size: 1rem; }
.pah-dep__google { background: #fff; color: #4285F4; font-weight: 700; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; }
.pah-dep__texto { color: rgba(255,255,255,0.85); font-size: 0.9rem; line-height: 1.6; margin-bottom: 12px; }
.pah-dep__link  { color: var(--pah-ciano); font-size: 0.8rem; text-decoration: none; display: block; margin-bottom: 16px; }
.pah-dep__autor { display: flex; align-items: center; gap: 12px; }
.pah-dep__avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.pah-dep__autor strong { display: block; font-size: 0.9rem; }
.pah-dep__autor small  { color: var(--pah-cinza-claro); font-size: 0.8rem; }

/* ====== SEÇÃO 10 — PARCEIRO ====== */
.pah-s10 { padding: var(--pah-py) 0; background: var(--pah-navy); }
.pah-s10__intro-card { display: flex; align-items: center; gap: 32px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--pah-radius); padding: 28px 36px; max-width: 1040px; margin: 0 auto 48px; }
.pah-s10__logo { width: 160px; height: auto; flex-shrink: 0; }
.pah-s10__intro-card p { color: rgba(255,255,255,0.85); font-size: 1.25rem; line-height: 1.7; }
.pah-s10__grid-fotos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 24px; }
.pah-s10__card-foto { position: relative; border-radius: var(--pah-radius); overflow: hidden; height: 260px; background-size: cover; background-position: center; display: flex; align-items: flex-end; }
.pah-s10__card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.65) 30%, transparent 62%); }
.pah-s10__card-texto { position: relative; z-index: 1; padding: 20px; }
.pah-s10__card-texto h3 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.pah-s10__card-texto p  { color: rgba(255,255,255,0.8); font-size: 0.85rem; line-height: 1.5; }
.pah-s10__grid-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.pah-s10__box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--pah-radius); padding: 24px; }
.pah-s10__box-icone { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; margin-bottom: 16px; }
.pah-s10__box-icone svg { width: 26px; height: 26px; display: block; }
.pah-s10__box-icone--azul { background: rgba(56,132,224,0.18); color: #5AA9EE; }
.pah-s10__box-icone--teal { background: rgba(45,199,190,0.18); color: #46C7BE; }
.pah-s10__titulo-hl { color: #57C7C0 !important; }
.pah-s10__box h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.pah-s10__box p  { color: var(--pah-cinza-claro); font-size: 0.875rem; }
.pah-s10__rodape { color: rgba(255,255,255,0.5); font-size: 0.875rem; margin-top: 16px; }

/* ====== SEÇÃO 11 — CONFIANÇA ====== */
.pah-s11 { padding: var(--pah-py) 0; background: #fff; }
.pah-s11__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pah-s11__foto img { width: 100%; border-radius: var(--pah-radius); box-shadow: var(--pah-shadow); }
.pah-s11__content h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; margin-bottom: 20px; }
.pah-s11__content p  { color: var(--pah-cinza-texto); line-height: 1.7; margin-bottom: 16px; }
.pah-s11__badges { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.pah-s11__badge { display: flex; align-items: center; gap: 12px; background: var(--pah-ciano-claro); border-radius: var(--pah-radius-btn); padding: 14px 20px; font-weight: 600; color: var(--pah-preto); }
.pah-s11__badge span { color: var(--pah-ciano); font-size: 1.1rem; font-weight: 700; }

/* ====== CARROSSEL (seções 8 e 9) ====== */
.pah-carousel { position: relative; overflow: hidden; }
.pah-carousel__track { display: flex; gap: 24px; transition: transform .4s ease; }
.pah-carousel__slide { flex-shrink: 0; }
.pah-carousel__prev,
.pah-carousel__next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); border: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.pah-carousel__prev:hover,
.pah-carousel__next:hover { background: rgba(255,255,255,0.3); }
.pah-carousel__prev { left: 0; }
.pah-carousel__next { right: 0; }
.pah-carousel__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.pah-carousel__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: background .2s; }
.pah-carousel__dot.active { background: var(--pah-ciano); }

/* Carrossel seção 9 (fundo branco) */
.pah-s9 .pah-carousel__dot { background: rgba(0,0,0,0.2); }
.pah-s9 .pah-carousel__dot.active { background: var(--pah-navy); }
.pah-s9 .pah-carousel__prev,
.pah-s9 .pah-carousel__next { background: rgba(0,0,0,0.08); color: var(--pah-navy); }

/* ====== WHATSAPP FLOAT ====== */
.pah-wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; background: #25D366; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); text-decoration: none; transition: transform .3s; }
.pah-wa-float:hover { transform: scale(1.1); }
.pah-wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ====== RESPONSIVO ====== */
@media (max-width: 1024px) {
    :root { --pah-py: 80px; }
    .pah-s7__inner    { grid-template-columns: 1fr; }
    .pah-s7__foto-dir { display: none; }
    .pah-s11__inner   { grid-template-columns: 1fr; gap: 40px; }
    .pah-s6__grid     { grid-template-columns: 1fr 1fr; }
    .pah-s6__texto    { grid-column: 1 / -1; align-self: start; padding: 8px 0 0; }
}

@media (max-width: 768px) {
    :root { --pah-py: 48px; }
    /* HERO mobile: conteúdo centralizado + botões empilhados */
    .pah-hero .pah-container { justify-content: center !important; padding-left: 24px !important; padding-right: 24px !important; }
    .pah-hero__content    { margin: 0 auto !important; max-width: 100% !important; text-align: center !important; }
    .pah-hero__titulo     { font-size: clamp(1.9rem, 8vw, 2.6rem); }
    .pah-hero__sub        { font-size: 1rem; }
    .pah-hero__btns       { flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
    .pah-hero__btns .pah-btn { width: 100%; max-width: 340px; justify-content: center; }
    .pah-s3__cols         { grid-template-columns: 1fr; gap: 24px; }
    .pah-s4__grid         { grid-template-columns: 1fr; }
    .pah-s5__cards        { grid-template-columns: 1fr; }
    /* Seção 6 mobile: grid 2 colunas, card e texto abaixo */
    .pah-s6__grid         { grid-template-columns: 1fr 1fr; gap: 12px; }
    .pah-s6__foto,
    .pah-s6__card-centro  { height: 150px; }
    .pah-s6__card-centro  { grid-column: 1 / -1; order: 1; }
    .pah-s6__texto        { order: 2; }
    .pah-s10__grid-fotos  { grid-template-columns: 1fr; }
    .pah-s10__grid-boxes  { grid-template-columns: 1fr; }
    .pah-s10__intro-card  { flex-direction: column; text-align: center; }
}
