body {
            background: #f6f7fb;
            font-family: "Segoe UI", sans-serif;
            padding-bottom: 80px;
            background: url("../assets/images/2416e43d653933f1c510a598eee3801e.jpg") no-repeat center center fixed;
            background-size: cover;
        }

        /* Header */
        .header-title {
            font-weight: 600;
            font-size: 22px;
        }

        /* Cards padrão */
        .card-custom {
            border-radius: 16px;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        }

        /* Especialistas */
        .specialist-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 50%;
        }

        /* Scroll horizontal */
        .horizontal-scroll {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 15px;
            width: 100%;
            padding-bottom: 15px;
            scroll-behavior: smooth;
        }

        .horizontal-scroll::-webkit-scrollbar {
            height: 6px;
        }

        .horizontal-scroll::-webkit-scrollbar-thumb {
            background: #999;
            border-radius: 10px;
        }

        .horizontal-scroll > .card {
            flex: 0 0 auto;
        }
        /* Bottom nav */
        .bottom-nav {
            position: fixed;
            bottom: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #eee;
            padding: 1px 0;
            display: flex;
            justify-content: space-around;
        }

        .bottom-nav a {
            text-decoration: none;
            font-size: 12px;
            color: #888;
        }

        .bottom-nav a.active {
            color: #0d6efd;
        }

        .bottom-nav i {
        font-size: 18px;
        display: block;
        }
        
        /* HEADER AZUL */
        .top-header {
            background: #2c5784;
            color: #fff;
            padding: 20px;
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }

        .back-btn {
            font-size: 20px;
            cursor: pointer;
        }

        /* Especialista */
        .specialist-img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
        }

        .rating {
            font-size: 14px;
            color: #ffc107;
        }

        /* Input estilo */
        .form-control,
        .form-select {
            border-radius: 12px;
            padding: 12px;
        }

        /* Calendário fake */
        .calendar {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 10px;
            text-align: center;
        }

        .calendar div {
            padding: 8px 0;
            border-radius: 50%;
            cursor: pointer;
        }

        .calendar .active {
            background: #2c5784;
            color: #fff;
        }

        /* Pacote */
        .package-card {
            border-radius: 15px;
            padding: 15px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        /* Botão fixo */
        .bottom-btn {
            position: fixed;
            bottom: 15px;
            left: 15px;
            right: 15px;
        }

        .btn-primary {
            background: #2c5784;
            border: none;
            border-radius: 20px;
            padding: 10px;
        }

        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
            z-index: 1040;
        }

        .overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .bottom-sheet {
            position: fixed;
            left: 0;
            right: 0;
            bottom: -100%;
            background: #fff;
            border-radius: 20px 20px 0 0;
            padding: 20px;
            transition: 0.4s ease;
            z-index: 1050;
            max-height: 80vh;
            overflow-y: auto;
        }

        .bottom-sheet.active {
            bottom: 0;
        }

        .sheet-header {
            text-align: center;
            margin-bottom: 15px;
        }

        .drag-line {
            width: 50px;
            height: 5px;
            background: #ccc;
            border-radius: 10px;
            margin: 0 auto 10px;
        }

        .tab-custom {
        background: #e9ecef;
        border-radius: 30px;
        padding: 5px;
        }

        .tab-custom .nav-link {
        border-radius: 30px;
        font-weight: 500;
        color: #333;
        }

        .tab-custom .nav-link.active {
        background: #2f557f;
        color: #fff;
        }

        .session-card {
        border-radius: 15px;
        border: 1px solid #e3e3e3;
        }

        .status-badge {
        background: #f8c5be;
        color: #a94442;
        font-size: 12px;
        padding: 5px 12px;
        border-radius: 20px;
        }

        #logoOverlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
        }

        #logoOverlay img {
            max-width: 800px;
        }

        .box-start{
            max-width:900px;
            margin:auto;
            margin-top:60px;
            padding:10px;
            border-radius:25px;
            background-size: cover;      /* cobre toda a tela */
            background-position: center; /* centraliza a imagem */
        }

        .option-card{
            background:#e9e9e9;
            border-radius:18px;
            padding:20px;
            margin-top:20px;
            cursor:pointer;
            transition:0.2s;
        }

        .option-card:hover{
            transform:scale(1.02);
        }

        .icon-box{
            width:50px;
            height:50px;
            border-radius:12px;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:22px;
        }

        .icon-client{
            background:#cfe2ff;
            color:#2f67d8;
        }

        .icon-interpreter{
            background:#e2d4ff;
            color:#7b2cbf;
        }
        .icon-add{
            background:#40ce6498;
            color:#043a12;
        }
        .icon-pass{
            background:#7a2cbf80;
            color:#1d1b1f;
        }
        .icon-sair{
            background:#d8529181;
            color:#a30707;
        }

        .footer-text{
            font-size:14px;
            text-align:center;
            margin-top:20px;
            opacity:0.9;
        }