/* ============================================================
   PHARMATECH 2026 — Identidade "AI-first. Human always."
   Paleta extraída do logo 2026:
   - Off-white:  #ffffff
   - Magenta:    #C000FF
   - Fundo:      #320A1E (quase preto)
   ============================================================ */
:root {
    --accent: #C000FF;
    --accent-soft: rgba(192, 0, 255, 0.5);
    --paper: #ffffff;
    --ink: #320A1E;
    --primary-purple: #C000FF;   /* alias legado: mantém compatibilidade */
    --light-purple: #C000FF;
    --dark-blue: #320A1E;
    --text-color: #ffffff;
    --border-color: rgba(255, 255, 255, 0.18);
}

@font-face {
    font-family: "CustomFont";
    src: url("../fonts/CoolveticaLt-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CustomFont bold";
    src: url("../fonts/CoolveticaRg-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "CustomFont", sans-serif;
    background-color: var(--ink);
    color: var(--text-color);
    overflow-x: hidden;
    letter-spacing: 1px;
}

.accent-text {
    color: var(--accent);
}

/* ---------- Hero / Banner ---------- */
.banner {
    width: 100%;
    overflow: hidden;
    height: 610px;
    position: relative;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* véu escuro sobre o vídeo para legibilidade */
.banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(50, 10, 30, 0.25) 0%, rgba(50, 10, 30, 0.55) 100%);
    pointer-events: none;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.desc {
    background: var(--accent);
    color: #fff;
    padding: 2px 16px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 6px;
}

.banner .content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.banner .content h1 {
    margin: 0;
    padding: 0;
    font-size: 5.5em;
    text-transform: uppercase;
    color: var(--paper);
    font-family: "CustomFont bold", sans-serif;
}

.banner .content p {
    font-size: 1.5em;
    color: var(--paper);
}

/* data e local sobre o vídeo */
.hero-tagline {
    display: inline-block;
    margin-top: 200px;
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background: rgba(50, 10, 30, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
}

.hero-tagline .date {
    display: block;
    font-family: "CustomFont bold", sans-serif;
    font-size: 34px;
    letter-spacing: 2px;
    color: var(--paper);
    line-height: 1.1;
}

.hero-tagline .date .dot {
    color: var(--accent);
}

.hero-tagline .place {
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6px;
}

.background-section {
    position: relative;
}

.count.svg-like-card {
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 20px;
    gap: 20px;
}

.svg-like-card {
    background: rgba(50, 10, 30, 0.66);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: inline-block;
}

.background-section .container {
    position: relative;
    z-index: 2;
}

/* ---------- Cabeçalho e Navegação ---------- */
.navbar {
    background-color: transparent;
    padding: 1rem 0;
}

.navbar-brand {
    color: var(--text-color) !important;
    line-height: 1;
}

.navbar-brand img {
    width: 180px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0.8rem;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--paper) !important;
}

.fw-light-f {
    font-weight: 700;
    font-family: "CustomFont bold", sans-serif;
}

.event-date {
    color: var(--text-color);
    letter-spacing: 1px;
    font-size: 36px;
    position: relative;
    top: 3px;
}

.event-date .fw-light-f {
    color: var(--accent);
}

.navbar-expand-lg .navbar-nav .btn-nav-cta {
    letter-spacing: 1px;
    border: 1px solid var(--accent);
    color: var(--text-color);
    border-radius: 8px;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    background-color: transparent;
}

.btn:first-child:active,
.btn:active {
    border: unset;
}

header .btn-nav-cta:hover {
    background: var(--accent);
    color: #fff;
}

/* ---------- Título Hero ---------- */
.title-hero h1 {
    font-size: 62px;
    letter-spacing: 1px;
    text-align: center;
    padding: 50px 0 20px;
    font-family: "CustomFont bold", sans-serif;
    text-transform: uppercase;
    color: var(--paper);
}

/* ---------- Efeito de entrada das letras (headline) ---------- */
.title-hero h1 .ch {
    display: inline-block;
    opacity: 0;
    transform: translateX(-26px);
}

.title-hero h1.reveal .ch {
    animation: ch-in 0.55s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

@keyframes ch-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ---------- Botão CTA sólido (nova identidade) ---------- */
.btn-cta-solid {
    display: inline-block;
    background: var(--accent);
    color: #fff !important;
    font-family: "CustomFont bold", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 42px;
    border: 1px solid var(--accent);
    border-radius: 10px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 24px rgba(192, 0, 255, 0.35);
}

.btn-cta-solid:hover {
   border: 1px solid var(--accent);
}

/* ---------- Contagem ---------- */
.time-segment {
    display: flex;
    gap: 10px;
    align-items: center;
}

span#days,
span#hours {
    font-size: 40px;
    letter-spacing: 1px;
    font-family: "CustomFont bold", sans-serif;
    color: var(--paper);
}

.countdown-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---------- Seção de informações clara (sec-light, modelo do proto) ---------- */
.sec-light {
    background: var(--paper);
    color: var(--ink);
    padding: 4.5rem 0;
}

.sec-light .kicker {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(50, 10, 30, 0.55);
    margin-bottom: 2.2rem;
    display: block;
}

.sec-light .kicker::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--accent);
    vertical-align: middle;
    margin-right: 12px;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.info-card {
    border-top: 2px solid rgba(50, 10, 30, 0.85);
    padding-top: 1.1rem;
}

.info-card .label {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(50, 10, 30, 0.5);
    display: block;
    margin-bottom: 0.4rem;
}

.info-card .value {
    font-family: "CustomFont bold", sans-serif;
    font-size: 34px;
    line-height: 1.05;
    color: var(--ink);
    display: block;
}

.info-card .value em {
    font-style: normal;
}

.info-card .meta {
    font-size: 15px;
    color: rgba(50, 10, 30);
    display: block;
    margin-top: 0.4rem;
}

/* ---------- Seções com fundo branco (sobre / local) ---------- */
.sec-white {
    background: #FCF2FF; /* rosa bem claro (base do pattern) */
    color: var(--ink);
    position: relative;
    overflow: hidden;
}

.sec-white .bg-riscos {
    position: absolute;
    inset: -8%;
    background: url("../img/riscos-2026.svg") center / cover no-repeat;
    pointer-events: none;
    animation: riscos-drift 45s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes riscos-drift {
    from { transform: translate(0, 0) scale(1); }
    to   { transform: translate(2.5%, -2%) scale(1.07); }
}

.sec-white .container {
    position: relative;
    z-index: 1;
}

.sec-white h2.section-title,
.content-section.sec-white h2.section-title {
    color: var(--ink);
}

.content-section.sec-white p {
    color: rgba(50, 10, 30);
}

.sec-white strong,
.content-section.sec-white p strong {
    color: var(--ink);
}

.sec-white .btn-map {
    color: var(--ink);
    border-color: var(--accent);
}

.sec-white .btn-map:hover {
    background-color: var(--accent);
    color: #fff;
}

/* ---------- Marquee (faixa AI-first. Human always.) ---------- */
.marquee {
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 18px 0;
    white-space: nowrap;
}

.marquee .track {
    display: inline-block;
    animation: marquee-scroll 28s linear infinite;
}

.marquee span {
    font-family: "CustomFont bold", sans-serif;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--paper);
    margin-right: 28px;
}

.marquee span i {
    font-style: normal;
    color: var(--accent);
    margin-left: 28px;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ---------- Seções de Conteúdo ---------- */
.content-section {
    padding: 120px 0;
}

.content-section:last-of-type {
    border-bottom: none;
}

p.speaker-bio.mt-4.mt-md-0 {
    font-size: 12px;
    margin: 0;
}

h2.section-title {
    color: var(--text-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.2rem;
    letter-spacing: 4px;
}

h2.section-title::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    background: var(--accent);
    vertical-align: middle;
    margin-right: 12px;
}

#palestrantes .flex {
    display: grid;
    gap: 0px;
}

#palestrantes .flex img {
    width: 140px;
    border-radius: 50%;
    margin: 0 auto;
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.center-row {
    justify-content: center;
}

#palestrantes .row.spaced-lg-50 .col-lg-6.text-center {
    margin-bottom: 80px;
}

#palestrantes .text-start {
    padding: 0;
    margin-top: 10px;
}

.content-section p {
    max-width: 100%;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    letter-spacing: 1px;
}

/* ---------- Palestrantes ---------- */
.speaker-info {
    text-align: center;
}

.speaker-info h4 {
    font-size: 1.2rem;
    font-family: "CustomFont bold", sans-serif;
    margin-bottom: 10px;
    color: var(--paper);
    margin-top: 10px;
}

.speaker-info p {
    font-size: 12px;
    color: var(--accent);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
}

.speaker-bio {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
}

.actions.content {
    padding-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch; /* boxes com a mesma altura */
}

.actions.content .bt-form {
    display: flex;
}

.actions.content .bt-form .btn-cta-solid {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

/* ---------- Footer ---------- */
footer {
    text-align: center;
    position: relative;
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 1;
}

/* Faixa separadora com o vídeo do evento */
.video-strip {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.video-strip video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer h2 {
    font-family: "CustomFont bold", sans-serif;
    font-size: 60px;
    letter-spacing: 1px;
    margin: 2rem 0 2rem;
    color: var(--paper);
    text-transform: uppercase;
}

footer h2 .accent-text {
    color: var(--accent);
}

.footer-logo-2026 {
    width: 420px;
    max-width: 80%;
    margin: 2.5rem 0 0;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 0.9rem;
    padding-bottom: 100px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a {
    color: var(--text-color);
    text-decoration: none;
    margin: 0.5rem 1rem;
}

.footer-bottom a:hover {
    color: var(--accent);
}

/* ---------- Seção CTA 2 ---------- */
.banner-section-two {
    position: relative;
    background: radial-gradient(ellipse at 50% 0%, rgba(192, 0, 255, 0.25) 0%, rgba(50, 10, 30, 0) 60%), var(--ink);
    width: 100%;
    min-height: 520px;
    padding: 70px 0 60px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
}

.banner-section-two .svg-like-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(17.56px);
    backdrop-filter: blur(17.56px);
    z-index: 0;
}

.banner-section-two .svg-like-card>* {
    position: relative;
    z-index: 1;
}

.box.svg-like-card {
    position: relative;
    width: 80%;
    padding: 60px 20px 60px;
    border: 1px solid var(--border-color);
}

.box.svg-like-card .logo img {
    width: 340px;
    max-width: 90%;
}

.box.svg-like-card .title h2 {
    font-size: 56px;
    margin: 20px 0 20px;
    line-height: 56px;
    text-transform: uppercase;
    font-family: "CustomFont bold", sans-serif;
    color: var(--paper);
}

.banner-section-two .bt {
    position: relative;
    top: -30px;
}

/* ---------- Modal de Inscrição ---------- */
.modal-content {
    background-color: var(--ink);
    border-radius: 15px;
    color: var(--paper);
}

.modal-header {
    border-bottom: 1px solid transparent;
    padding: 1.5rem 1.5rem 0;
}

.modal-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-body {
    padding: 2rem;
}

.form-control-modal {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding: 0.75rem 0;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 3px;
}

.form-control-modal::placeholder {
    color: #ffffff;
}

.form-control-modal:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: var(--accent);
    color: var(--paper);
}

.form-check-label {
    font-size: 0.9rem;
}

.form-check-input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.form-check-input:checked {
    background-color: var(--accent);
    border-color: var(--accent);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--accent);
}

.btn-modal-submit {
    background-color: var(--accent);
    border: none;
    color: white;
    font-weight: 700;
    padding: 1.2rem;
    width: 100%;
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    transition: box-shadow 0.3s;
}

.btn-modal-submit:hover {
    background-color: var(--accent);
    box-shadow: 0 0 24px rgba(192, 0, 255, 0.5);
}

/* ---------- Botão Flutuante ---------- */
.floating-cta-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1050;
    background-color: var(--accent);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.floating-cta-btn:hover {
    background-color: var(--accent);
    color: white;
    box-shadow: 0 0 24px rgba(192, 0, 255, 0.5);
}

#local p {
    font-size: 16px;
}

/* Carrossel do local (fade) */
#carouselLocal {
    border-radius: 15px;
}

#carouselLocal .carousel-item img {
    height: 340px;
    object-fit: cover;
}

@media (max-width: 768px) {
    #carouselLocal .carousel-item img {
        height: 240px;
    }
}

#palestrantes .row.spaced-lg-50 .col-lg-6.text-center .social img {
    width: 40px;
    margin-top: 10px;
}

/* ---------- Responsividade ---------- */
@media (max-width: 1199px) {
    .navbar-brand img {
        width: 150px;
    }

    .event-date {
        font-size: 18px;
    }

    .title-hero h1,
    footer h2,
    .box.svg-like-card .title h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .event-info {
        display: none;
    }

    .event-date {
        font-size: 32px;
    }

    .navbar-toggler {
        border: solid 1px var(--paper);
    }

    .navbar-toggler span {
        filter: invert(1);
    }

    .actions.content {
        display: grid;
        gap: 10px;
        justify-content: center;
    }

    .count.svg-like-card {
        width: 320px;
        display: grid;
        align-items: center;
        padding: 30px;
        gap: 20px;
        margin: 0 auto;
    }

    .banner {
        height: 100%;
        padding-bottom: 70px;
        padding-top: 30px;
    }

    .hero-tagline {
        margin-top: 60px;
    }

    .hero-tagline .date {
        font-size: 24px;
    }

    .hero-tagline .place {
        font-size: 13px;
    }

    .content-section {
        padding: 3rem 0 0;
    }

    .info-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .box.svg-like-card {
        width: 100%;
    }

    .footer-bottom {
        margin-top: 0;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .content-section .row>div {
        margin-bottom: 2rem;
    }
    .actions.content .bt-form {
        justify-content: center;
        margin-top: 20px;
    }
    footer h2 {
        font-size: 1.8rem;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .navbar-brand {
        text-align: center;
    }

    .navbar-brand img {
        width: 150px;
        margin-bottom: 20px;
    }

    header .d-lg-flex.align-items-center.gap-4.mx-auto {
        margin: 0 40px 0 0 !important;
    }

    .title-hero h1 {
        padding-top: 10px;
    }

    .actions.content {
        padding: 0;
    }

    .banner video {
        height: 510px;
    }

    .content-section {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    p.speaker-bio.mt-4.mt-md-0 {
        font-size: 14px;
        margin-top: 0 !important;
        text-align: center;
    }

    .box.svg-like-card img {
        width: 100%;
    }

    .footer-links {
        display: grid;
    }

    .footer-bottom {
        padding-top: 0;
    }

    .title-hero h1,
    footer h2,
    .box.svg-like-card .title h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #palestrantes .text-start {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        text-align: center !important;
    }

    .agenda-table th,
    .agenda-table td {
        padding: 1rem 5px !important;
    }

    section#agenda {
        padding-top: 30px;
    }

    section#agenda h2.section-title {
        display: none;
    }

    .content-section .row>div {
        margin: 0;
    }

    h2.section-title {
        margin-bottom: 20px;
    }

    section#local img {
        margin-top: 30px;
    }

    section#sobre h2.section-title {
        margin-bottom: 30px;
    }

    .marquee span {
        font-size: 18px;
    }

    .info-card .value {
        font-size: 26px;
    }

    .sec-light {
        padding: 3rem 0;
    }
    .modal-body {
    padding: 0 30px 30px;
}
.form-control {
    font-size: 14px;
    margin-bottom: 0;
}
.form-check-label {
    font-size: 10px;
}
.modal-header {
    padding: 1rem 1.5rem 0;
}.btn-modal-submit {

    padding: 10px;

    font-size: 15px;

}
}
